]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
Merge from origin/emacs-24
[gnu-emacs] / lisp / gnus / ChangeLog
1 2015-03-23 Ben Bacarisse <ben.lists@bsb.me.uk> (tiny change)
2
3 * nnmh.el (nnmh-request-expire-articles):
4 Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
5
6 2015-03-21 Eric Abrahamsen <eric@ericabrahamsen.net>
7
8 * registry.el (registry-lookup-secondary, registry-full)
9 (registry-prune, registry-collect-prune-candidates):
10 * gnus-registry.el (gnus-registry-load): Use slot names rather than
11 initarg names in `oref' and `oset'.
12
13 2015-03-19 Eric Abrahamsen <eric@ericabrahamsen.net>
14
15 * registry.el (registry-prune): Allow registry to reach full size
16 before pruning.
17
18 2015-03-19 Eric Abrahamsen <eric@ericabrahamsen.net>
19
20 * registry.el (registry-collect-prune-candidates): Fix call to
21 cl-subseq.
22
23 2015-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
24
25 * gnus-registry.el (gnus-registry-handle-action)
26 (gnus-registry-post-process-groups): Don't add-to-list on a local var.
27 (gnus-registry-keywords): Make it do something.
28 (gnus-registry-import-eld): Remove unused var `new-entry'.
29 (gnus-registry-action): Remove unused var `to-name'.
30 (gnus-registry-make-db): Prefer `make-instance' to avoid
31 compiler warnings.
32 (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
33
34 * registry.el (registry-db): Don't oset-default an instance-allocated
35 slot.
36
37 2015-03-10 Glenn Morris <rgm@gnu.org>
38
39 * message.el (message-valid-fqdn-regexp): Bump :version for
40 2014-11-17 change.
41
42 2015-03-08 Rasmus Pank Roulund <rasmus@pank.eu>
43
44 * gnus-notifications.el (gnus-notifications-action): Raise window
45 frame.
46 (gnus-notifications-action): Allow mark as read.
47 (gnus-notifications-notify): Show uption to mark as read.
48
49 2015-03-08 Adam Sjøgren <asjo@koldfront.dk>
50
51 * message.el (message-insert-formatted-citation-line): Change %F to
52 fall back to email address if no first name could be determined.
53
54 2015-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
55
56 * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
57 (registry-search, registry-delete, registry-size, registry-insert)
58 (registry-reindex, registry-collect-prune-candidates):
59 * gnus-registry.el (gnus-registry-fixup-registry)
60 (gnus-registry-remove-extra-data): Use slot names rather than initarg
61 names in `oref' and `oset'.
62
63 2015-02-26 Katsumi Yamaoka <yamaoka@jpl.org>
64
65 * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
66 Fix point motion when removing displayed MIME part.
67 (gnus-article-edit-part): Make jumping to the next part really work
68 when deleting or stripping.
69 (gnus-mime-buttonize-attachments-in-header): Make header attachment
70 buttons identical to the ones in the article body so as to work deleting
71 and stripping.
72
73 2015-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
74
75 * mm-decode.el (mm-shr)
76 * mm-view.el (mm-inline-text-html-render-with-w3m):
77 Revert my bogus change that made the start marker of a part
78 the "moves after insertion" type.
79
80 2015-02-23 Tassilo Horn <tsdh@gnu.org>
81
82 * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
83 Tools: https://github.com/politza/pdf-tools) for viewing PDF
84 attachments in emacs.
85
86 2015-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
87
88 * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
89
90 2015-02-18 Eric Abrahamsen <eric@ericabrahamsen.net>
91
92 * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
93 from the server LIST response.
94
95 2015-02-14 Lars Ingebrigtsen <larsi@gnus.org>
96
97 * nnimap.el (nnimap-retrieve-headers): If the server closes connection
98 during header retrieval, error out instead of interpreting the data in
99 the buffer as the only messages there. This way, we don't mark
100 articles as read on a server hangup (bug#19035).
101
102 * mm-decode.el (mm-head-p): New function.
103 (mm-display-part): Go to a blank line when inserting parts internally.
104
105 2015-02-13 Lars Ingebrigtsen <larsi@gnus.org>
106
107 * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
108 that we don't get a warning when setting the buffer-local variable
109 (bug#19573).
110
111 * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
112 `gnus-request-group'.
113
114 2015-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
115
116 * gnus-art.el (gnus-article-browse-html-save-cid-content)
117 (gnus-article-browse-html-parts): Make cid file names relative if and
118 only if html doesn't specify <base> directory.
119
120 2015-02-11 Lars Ingebrigtsen <larsi@gnus.org>
121
122 * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
123 parts, because that breaks filling (since buttons are in a bold face).
124
125 2015-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
126
127 * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
128 use gnus-overlays-at and gnus-overlay-put.
129
130 2015-02-10 Lars Ingebrigtsen <larsi@gnus.org>
131
132 * mm-decode.el (mm-shr): Only pass the fill column when not using
133 fonts, because limiting the width to what's appropriate for followups
134 doesn't really help when not using proportional fonts.
135
136 2015-02-09 Lars Ingebrigtsen <larsi@gnus.org>
137
138 * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
139 shr, beacause that breaks folding.
140 (mm-shr): Don't shorten the width when using fonts.
141
142 2015-02-05 Teodor Zlatanov <tzz@lifelogs.com>
143
144 * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
145 variable; always check the newrc timestamp.
146 (gnus-save-newsrc-file): Always check timestamp.
147
148 2015-02-05 Timo Lilja <timo.lilja@iki.fi> (tiny change)
149
150 * mail-source.el (mail-source-call-script): If scripts exit with an
151 error, pop up an error buffer.
152
153 2015-02-05 Lars Ingebrigtsen <larsi@gnus.org>
154
155 * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
156 as a default.
157
158 * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
159 correct server.
160
161 2015-02-05 Vincent Bernat <bernat@luffy.cx> (tiny change)
162
163 * nnimap.el (nnimap-request-group-scan): Fix the function name.
164
165 * gnus-int.el (gnus-request-group-scan): Use the correct function name.
166
167 2015-02-05 Lars Ingebrigtsen <larsi@gnus.org>
168
169 * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
170 that nnimap works for non-activated backends.
171
172 2015-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
173
174 * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
175 message, since we already get an obsolescence message. Use `declare'.
176
177 2015-02-04 Eric Abrahamsen <eric@ericabrahamsen.net>
178
179 * nnir.el: Revert "Enable non-ASCII IMAP searches".
180
181 2015-01-30 Glenn Morris <rgm@gnu.org>
182
183 * gnus-registry.el (gnus-registry-max-pruned-entries)
184 (gnus-registry-prune-factor, gnus-registry-default-sort-function):
185 Fix :version.
186 (gnus-registry-default-sort-function): Improve :type.
187
188 2015-01-29 Lars Ingebrigtsen <larsi@gnus.org>
189
190 * nnimap.el (nnimap-request-group): Allow running this function on
191 groups that don't exist in Gnus yet.
192 (nnimap-request-group): Revert previous patch since that made it
193 impossible to enter nnimap groups.
194
195 * message.el (message-smtpmail-send-it): Remove the mail header
196 separator before sending.
197
198 2015-01-28 Elias Oltmanns <eo@nebensachen.de>
199
200 * nnimap.el (nnimap-find-expired-articles): Fix handling of
201 (expiry-wait . never).
202
203 2015-01-28 Lars Ingebrigtsen <larsi@gnus.org>
204
205 * nnimap.el (nnimap-request-group): Clear the buffer before returning
206 the data.
207
208 2015-01-27 Lars Ingebrigtsen <larsi@gnus.org>
209
210 * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
211 IMAP.
212
213 2015-01-27 Eric Abrahamsen <eric@ericabrahamsen.net>
214
215 * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
216
217 * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
218
219 * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
220 be added to the backlog.
221
222 2015-01-26 Trevor Murphy <trevor.m.murphy@gmail.com>
223
224 * nnimap.el (nnimap-header-parameters): Refactor and request
225 X-GM-LABELS if it's been announced.
226 (nnimap-transform-headers): Gather and output GM-LABELS.
227
228 2015-01-26 Peder O. Klingenberg <peder@klingenberg.no>
229
230 * mm-decode.el (mm-display-part): Make non-string methods work.
231 Non-string methods are funcalled and work just fine, the test was
232 bogus.
233 * mm-decode.el (mm-display-external): Show "external" lisp viewers in
234 whole frame.
235
236 2015-01-26 Lars Ingebrigtsen <larsi@gnus.org>
237
238 * nnimap.el (nnimap-request-accept-article): Allow respooling using
239 nnimap.
240
241 * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
242 request rescans when being run interactively.
243
244 * nnimap.el (nnimap-request-group): Don't rescan the group here,
245 because that can be very slow in large groups.
246
247 * gnus-int.el (gnus-request-group-scan): New backend function.
248
249 * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
250
251 2015-01-25 Lars Ingebrigtsen <larsi@gnus.org>
252
253 * gnus-group.el (gnus-group-suspend): Close all backends.
254
255 2015-01-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
256
257 * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
258
259 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
260
261 * registry.el: Don't use <class> as a variable.
262
263 2014-12-29 Paul Eggert <eggert@cs.ucla.edu>
264
265 * message.el (message-make-fqdn):
266 * nnvirtual.el (nnvirtual-retrieve-headers)
267 (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
268 and avoid naming locals 'system-name'.
269
270 2014-12-29 Lars Ingebrigtsen <larsi@gnus.org>
271
272 * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
273 lines don't get overlong when responding.
274
275 2014-12-19 Andreas Schwab <schwab@linux-m68k.org>
276
277 * gnus-group.el (gnus-read-ephemeral-bug-group):
278 Bind coding-system-for-read and coding-system-for-write only around
279 with-temp-file, and make buffer unibyte. Don't write temp file twice.
280
281 2014-12-18 Paul Eggert <eggert@cs.ucla.edu>
282
283 * registry.el (registry-db): Set default slot later.
284 This is because its value is not a literal integer.
285
286 2014-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
287
288 * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
289 add warning.
290
291 * gnus-art.el: Fix up compiler warnings.
292 (article-display-face, article-display-x-face): Remove unused `face'.
293 (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
294 (article-date-ut): Remove unused var `first'.
295 (gnus-article-prepare): Remove unused var `gnus-article'.
296 (gnus-mime-save-part-and-strip): Remove unused var `param'.
297 (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
298 `coding-system' along with corresponding dead code.
299 (gnus-mime-view-part-externally): Remove unused var
300 `mm-user-display-methods'.
301 (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
302 (gnus-display-mime): Remove unused var `handle'.
303 (gnus-mime-display-alternative): Remove unused var `props'.
304 (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
305 (gnus-article-edit-done): Remove unused var `p'.
306 (gnus-url-mailto): Remove unused var `to'.
307 (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
308 total-parts, and gnus-treat-type explicitly. Remove unused var `elem'.
309
310 2014-12-18 Eric Abrahamsen <eric@ericabrahamsen.net>
311
312 * registry.el (registry-db): Consolidate the :max-hard and :max-soft
313 slots into a :max-size slot.
314 (registry-db-version): Add new variable for database version number.
315 (registry-prune): Use :max-size slot. Accept and use a sort-function
316 argument.
317 (registry-collect-prune-candidates): Add new function for finding
318 non-precious pruning candidates.
319 (registry-prune-hard-candidates, registry-prune-soft-candidates):
320 Remove obsolete functions.
321 (initialize-instance): Upgrade registry version when starting.
322
323 * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
324 (gnus-registry-max-pruned-entries): Remove obsolete variable.
325 (gnus-registry-cache-file): Change default
326 filename extension to "eieio".
327 (gnus-registry-read): Add new function, split out from
328 `gnus-registry-load', that does the actual object reading.
329 (gnus-registry-load): Use it. Add condition case handler to check for
330 old filename extension and rename to the new one.
331 (gnus-registry-default-sort-function): New variable to specify a sort
332 function to use when pruning.
333 (gnus-registry-save, gnus-registry-insert): Use it.
334 (gnus-registry-sort-by-creation-time): Define a default sort function.
335
336 2014-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
337
338 * gnus-art.el (gnus-article-mime-handles): Refactor out into own
339 function for reuse.
340 (gnus-mime-buttonize-attachments-in-header): Adjust.
341
342 2014-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
343
344 * message.el (message-change-subject): Really check whether the subject
345 changed.
346
347 2014-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
348
349 * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
350 PDFs.
351 (mailcap-view-mime): New function.
352
353 2014-12-01 Glenn Morris <rgm@gnu.org>
354
355 * gnus-cloud.el (gnus-cloud): Add :version tag.
356
357 2014-11-29 John Mastro <john.b.mastro@gmail.com> (tiny change)
358
359 * auth-source.el (auth-source-macos-keychain-search-items): Return
360 result of `auth-source-macos-keychain-result-append' (bug#19074).
361
362 2014-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
363
364 * gnus-art.el (gnus-use-idna):
365 * gnus-sum.el (gnus-summary-idna-message):
366 * message.el (message-use-idna):
367 Protect against nil value for idna-program.
368
369 * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
370
371 2014-11-25 Glenn Morris <rgm@gnu.org>
372
373 * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
374 Add :version tag.
375
376 2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
377
378 * pop3.el (pop3-open-server): Warn unless encrypted.
379
380 * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
381
382 2014-11-17 Albert Krewinkel <albert@zeitkraut.de>
383
384 * message.el (message-valid-fqdn-regexp): Add non-internaional new
385 TLDs.
386
387 2014-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
388
389 * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
390 discarding changes in ephemeral groups.
391
392 * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
393 things the user isn't interested in.
394
395 2014-11-13 Julien Danjou <jd@abydos>
396
397 * gnus-notifications.el (gnus-notifications-notify): Provide both
398 app-icon and image-path.
399
400 2014-11-10 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
401
402 * gnus/mm-url.el (mm-url-encode-multipart-form-data):
403 Restore to handle "multipart/form-data" by eww.
404
405 2014-11-07 Tassilo Horn <tsdh@gnu.org>
406
407 * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
408 Landscheidt.
409
410 2014-10-29 Paul Eggert <eggert@cs.ucla.edu>
411
412 Simplify use of current-time and friends.
413 * gnus-delay.el (gnus-delay-article):
414 * gnus-sum.el (gnus-summary-read-document):
415 * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
416 * message.el (message-make-expires-date):
417 Omit unnecessary call to current-time.
418 * gnus-util.el (gnus-float-time): Simplify to an alias because
419 time-to-seconds now behaves like float-time with respect to nil arg.
420 (gnus-seconds-year): Don't call current-time twice to get the current
421 time stamp, as this can lead to inconsistent results.
422
423 2014-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
424
425 * gnus.el (gnus-mode-line-buffer-identification):
426 Don't add image data for a non-graphic display (bug#18813).
427
428 2014-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
429
430 * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
431 load-path, it blocks autoloading of find-image (bug#18813).
432
433 2014-10-24 enami tsugutomo <tsugutomo.enami@jp.sony.com>
434
435 * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
436 to keep connection open (bug#18728).
437
438 2014-10-20 Glenn Morris <rgm@gnu.org>
439
440 * Merge in all changes up to 24.4 release.
441
442 2014-10-15 Jorge A. Alfaro-Murillo <jorge.alfaro-murillo@yale.edu> (tiny change)
443
444 * message.el (message-insert-signature): Use `newline' instead of
445 inserting explicit "\n".
446
447 2014-10-15 Sylvain Chouleur <sylvain.chouleur@gmail.com>
448
449 * gnus-icalendar.el: Support vcal format timezones.
450 (gnus-icalendar-event--decode-datefield): Use icalendar functions to
451 compute dates with associated timezone.
452 (gnus-icalendar-event-from-ical): Compute all timezones.
453
454 2014-10-14 Teodor Zlatanov <tzz@lifelogs.com>
455
456 * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
457 check the newsrc.eld file's timestamp before saving it.
458 (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
459 timestamp has changed to be newer.
460
461 2014-10-06 Jan Tatarik <jan.tatarik@gmail.com>
462
463 * gnus-icalendar.el (gnus-icalendar-identities):
464 Include message-alternative-emails.
465
466 2014-10-04 Alan Schmitt <alan.schmitt@polytechnique.org> (tiny change)
467
468 * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
469 expired messages only when it was built in reverse order.
470
471 2014-10-04 Peter Münster <pmlists@free.fr> (tiny change)
472
473 * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
474 last so it can be used in `message-send-hook'.
475
476 2014-10-02 Daiki Ueno <ueno@gnu.org>
477
478 * mml.el (mml-parse-1): Error out if unknown mode is specified in
479 <#secure> tag (bug#18513).
480
481 2014-09-29 Daiki Ueno <ueno@gnu.org>
482
483 * mml.el (mml-parse-1): Error out if unknown mode is specified in
484 <#secure> tag (bug#18513).
485
486 2014-09-11 Paul Eggert <eggert@cs.ucla.edu>
487
488 * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
489 of ":delete".
490
491 2014-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
492
493 * gnus-art.el (gnus-article-browse-html-save-cid-content)
494 (gnus-article-browse-html-parts):
495 Revert last change that breaks links other than cid contents.
496
497 2014-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
498
499 * gnus-art.el (gnus-article-browse-html-save-cid-content)
500 (gnus-article-browse-html-parts): Make cid file names relative.
501
502 2014-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
503
504 * mm-view.el (mm-display-inline-fontify): Make the working buffer
505 temporarily displayed when running a mode function (at least org-mode
506 requires it).
507
508 2014-08-14 Alan Schmitt <alan.schmitt@polytechnique.org>
509
510 * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
511 the gnus-summary-article-expire-hook should be told where the function
512 is going. In particular, the Gnus registry might want to know.
513
514 2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
515
516 * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
517
518 2014-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
519
520 * gnus-sum.el (gnus-summary-expire-articles): Revert.
521
522 2014-08-05 Eric Abrahamsen <eric@ericabrahamsen.net>
523
524 * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
525 the gnus-summary-article-expire-hook should be told where the function
526 is going. In particular, the Gnus registry might want to know.
527
528 2014-07-31 Tassilo Horn <tsdh@gnu.org>
529
530 * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
531 groups and t.
532
533 2014-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
534
535 * gnus-utils.el (gnus-recursive-directory-files):
536 Unify hard or symbolic links (bug#18063).
537
538 2013-07-17 Albert Krewinkel <albert@zeitkraut.de>
539
540 * gnus-msg.el (gnus-configure-posting-style):
541 Allow string replacements in values when matching against a header.
542
543 2014-07-07 Katsumi Yamaoka <yamaoka@jpl.org>
544
545 * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
546 the dribble buffer even when it is shrunk a lot.
547 <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
548
549 2014-06-26 Glenn Morris <rgm@gnu.org>
550
551 * mm-util.el (help-function-arglist): Remove outdated declaration.
552
553 2014-06-24 Andreas Schwab <schwab@linux-m68k.org>
554
555 * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
556 attribute values. (Bug#17834)
557
558 2013-06-22 Dmitry Antipov <dmantipov@yandex.ru>
559
560 * gnus-sum.el (gnus-summary-edit-article-done):
561 Prefer point-marker to copy-marker of point.
562
563 2014-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
564
565 * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
566 (gnus-article-read-summary-keys):
567 Don't bug out when there is no article in the summary buffer.
568 (gnus-mime-buttonize-attachments-in-header):
569 Improve criterion that finds parts to display.
570
571 * gnus-art.el (gnus-mm-display-part):
572 * mm-decode.el (mm-shr):
573 * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
574 (mm-insert-inline): Revert last changes.
575
576 2014-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
577
578 * gnus-art.el (gnus-mm-display-part):
579 * mm-decode.el (mm-shr):
580 * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
581 (mm-insert-inline): Set insertion type of end-marker, not only
582 start-marker, of undisplayer so as to stay after inserted text.
583
584 2014-06-02 Andreas Schwab <schwab@linux-m68k.org>
585
586 * html2text.el (html2text-get-attr): Fix typo when splitting value from
587 attribute. (Bug#17613)
588
589 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
590
591 * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
592 * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
593
594 2014-05-15 Katsumi Yamaoka <yamaoka@jpl.org>
595
596 * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
597 Don't delete next part button; keep spacing between buttons.
598
599 2014-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
600
601 * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
602 Work for the last MIME part in an article.
603 (gnus-mime-display-single): Suppress excessive newlines between parts.
604
605 * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
606 by leading or trailing newline.
607
608 2014-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
609
610 * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
611 while prompting a user for a file name, etc.
612 (gnus-mime-display-single): Display part with a common appearance no
613 matter whether MIME button is omitted or not; don't add duplicate entry
614 to gnus-article-mime-handle-alist.
615 (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
616
617 2014-05-08 Adam Sjøgren <asjo@koldfront.dk>
618
619 * mml2015.el (mml2015-display-key-image): New variable.
620
621 2014-05-08 Glenn Morris <rgm@gnu.org>
622
623 * gnus-fun.el (gnus-grab-cam-face):
624 Do not use predictable temp-file name. (http://bugs.debian.org/747100)
625 This is CVE-2014-3421.
626
627 2014-05-04 Glenn Morris <rgm@gnu.org>
628
629 * gnus-registry.el (gnus-registry-install-p): Doc fix.
630
631 2014-05-02 Katsumi Yamaoka <yamaoka@jpl.org>
632
633 * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
634 the displaying state of a part.
635 (gnus-mm-display-part): Don't insert a newline in the beginning of
636 a part like gnus-mime-inline-part doesn't; work for XEmacs.
637
638 * mm-decode.el (mm-display-part): Don't insert a newline in the top.
639 (mm-shr): Make undisplayer unbreakable.
640
641 * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
642 Don't insert excessive newline.
643 (mm-inline-text-html-render-with-w3m, mm-inline-text)
644 (mm-insert-inline): Make undisplayer unbreakable.
645
646 2014-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
647
648 * gnus-art.el (gnus-mm-display-part):
649 Highlight header attachment buttons.
650
651 2014-04-30 Katsumi Yamaoka <yamaoka@jpl.org>
652
653 * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
654 a part; redisplay a button (enbugged in 2014-03-23).
655
656 2014-04-27 Teodor Zlatanov <tzz@lifelogs.com>
657
658 * auth-source.el (auth-source-search, auth-source-search-backends):
659 Treat :max 0 as an indicator that a boolean return is wanted, as
660 documented. Reported by Joe Bloggs.
661
662 2014-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
663
664 * gnus-icalendar.el: Require gnus-art.
665
666 2014-04-20 Jan Tatarik <jan.tatarik@gmail.com>
667
668 * gnus-icalendar.el (gnus-icalendar-event->org-entry)
669 (gnus-icalendar--update-org-event): put event timestamp in
670 the org entry body instead of the drawer.
671 (gnus-icalendar-event--get-attendee-names): list of participants should
672 contain even attendees without common name attribute.
673 (gnus-icalendar--update-org-event): don't generate duplicates of empty
674 property tags in org drawers.
675
676 2014-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
677
678 * gmm-utils.el (gmm-format-time-string): New function.
679
680 * message.el (message-insert-formatted-citation-line): Use the original
681 author's time zone to express a date string.
682
683 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
684
685 * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
686 (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
687 (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
688 Silence compiler warnings.
689 (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
690
691 2014-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
692
693 * mml.el: Require url when compiling.
694
695 * gnus-cloud.el (gnus-cloud-parse-version-1):
696 Use plist-get rather than CL's getf.
697 (gnus-activate-group, gnus-subscribe-group): Declare.
698
699 * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
700
701 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
702
703 * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
704 buttons when toggling the header off.
705
706 2014-03-23 Daiki Ueno <ueno@gnu.org>
707
708 * mml2015.el (mml2015-use): Don't check the availability of GnuPG
709 commands here; instead, only check if epg-config.el is available.
710
711 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
712
713 * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
714 messages with embedded images.
715 (mml-generate-mime): Don't bug out if you don't have libxml.
716
717 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
718
719 * message.el (message-make-html-message-with-image-files): New command.
720
721 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
722
723 * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
724
725 2014-03-23 David Engster <deng@randomsample.de>
726
727 * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
728 to stay compatible with older Emacsen, so replace `cl-loop' with
729 `loop'.
730
731 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
732
733 * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
734 Display header attachment buttons by gnus-article-prepare-display
735 rather than gnus-article-prepare so as to view in mml-preview as well.
736
737 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
738
739 * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
740 (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
741
742 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
743
744 * gnus-art.el (gnus-mime-buttonize-attachments-in-header):
745 Display buttons that are hidden in unselected alternative part as well.
746 (gnus-mime-display-alternative): Redraw attachment buttons in header.
747
748 * gmm-utils.el (gmm-labels): Add edebug spec.
749
750 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
751
752 * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
753 keystroke.
754 (gnus-server-toggle-cloud-server): Only allow clouding applicable
755 types.
756
757 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
758
759 * gnus.el (gnus-copy-overlay, gnus-overlays-at): New functions.
760
761 * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
762 New user option.
763 (gnus-mime-buttonize-attachments-in-header): New function.
764 (gnus-article-prepare): Use it.
765 (gnus-mime-inline-part): Suppress extra newline.
766 (gnus-mm-display-part): Save excursion;
767 remove useless deleting and adding of buttons.
768 (gnus-insert-mime-button): Allow insertion in the middle of a line.
769
770 * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
771 Add gnus-mime-buttonize-attachments-in-header.
772
773 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
774
775 * nnimap.el (nnimap-request-articles): New command to download several
776 articles at once.
777
778 * gnus.el (gnus-variable-list): Save Cloud variables.
779
780 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
781
782 * gnus-cloud.el: New file to provide the Emacs Cloud.
783
784 * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
785 `url-retrieve-synchronously', apparently.
786
787 * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
788 XEmacs.
789
790 * nnrss.el (libxml-parse-html-region): Silence compilation error.
791
792 2014-03-23 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
793
794 * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
795 `gnus-group-split-fancy'.
796
797 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
798
799 * message.el (message-remove-header): Doc fix.
800 (message-forward-included-headers): New variable.
801 (message-remove-ignored-headers): Use it.
802
803 2014-03-23 Dave Abrahams <dave@boostpro.com>
804
805 * gnus-sum.el (gnus-summary-open-group-with-article): New command.
806
807 2014-03-23 Rasmus Pank Roulund <emacs@pank.eu>
808
809 * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
810 from random face commands.
811 (gnus-face-directory): Like `gnus-x-face-directory` for png files and
812 Face.
813 (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
814 (gnus--random-face-with-type): Generic function returning a face-type
815 as a string.
816 (gnus--insert-random-face-with-type): Generic function inserting a face
817 in a message buffer header.
818 (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
819 (gnus-insert-random-x-face-header): Rewritten to use
820 `gnus--insert-random-face-with-type`.
821 (gnus-random-face): Return random (png) Face as string.
822 (nus-insert-random-face-header): Insert random (png) Face in a message
823 buffer.
824
825 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
826
827 * mm-url.el: Remove all usage of w3.
828
829 * nnrss.el: Ditto.
830
831 * mm-decode.el: Ditto.
832
833 * mm-view.el: Ditto.
834
835 * gnus-setup.el: Remove outdated file.
836
837 2014-03-07 Lars Ingebrigtsen <larsi@gnus.org>
838
839 * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
840 groups work again.
841
842 2014-03-07 George McNinch <gmcninch@gmail.com> (tiny change)
843
844 * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
845 999 correctly (i.e. "1,342").
846
847 2014-03-07 Lars Ingebrigtsen <larsi@gnus.org>
848
849 * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
850 out if the directory doesn't exist.
851
852 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
853
854 * gnus-group.el (gnus-group-make-group): Clarify prompt.
855
856 2014-02-22 Daniel Colascione <dancol@dancol.org>
857
858 * auth-source.el (auth-source-secrets-listify-pattern): New function.
859 (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
860 instead, build list of patterns.
861
862 2014-02-13 Teodor Zlatanov <tzz@lifelogs.com>
863
864 * auth-source.el (auth-sources): Add pointer to what the .gpg extension
865 in `auth-sources' means and link to EPA docs.
866
867 2014-02-12 Lars Ingebrigtsen <larsi@gnus.org>
868
869 * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
870 (bug#12375).
871
872 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
873
874 * message.el (message-tab): Mention what happens on normal tabs
875 (bug#11297).
876
877 2014-02-08 Glenn Morris <rgm@gnu.org>
878
879 * auth-source.el (auth-sources): Doc fix. (Bug#16642)
880
881 2014-02-07 Lars Ingebrigtsen <larsi@gnus.org>
882
883 * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
884 with an empty string.
885
886 2014-02-06 Lars Ingebrigtsen <larsi@gnus.org>
887
888 * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
889 buffer-local in some buffers, so bind it explicitly in the buffer we're
890 trying to cancel the article in (bug#10808).
891
892 2014-02-05 Lars Ingebrigtsen <larsi@gnus.org>
893
894 * gnus-int.el (gnus-request-accept-article): Doc fix.
895
896 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
897
898 * nnir.el (nnir-request-update-mark): Don't try to update the source
899 group if we can't find it (bug#16611).
900
901 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
902
903 * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
904
905 2014-01-31 Dave Abrahams <dave@boostpro.com>
906
907 * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
908 in the summary buffer (bug#13769).
909
910 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
911
912 * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
913 name if we're using a single article buffer. Otherwise, it may point
914 to a killed buffer (bug#13756).
915
916 2014-01-30 Lars Ingebrigtsen <larsi@gnus.org>
917
918 * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
919 the match data, just save and restore it explicitly (bug#12375).
920
921 * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
922 that's needed.
923
924 * spam.el (spam-initialize): Allow calling repeatedly, but only run the
925 the code once (bug#9069).
926
927 2014-01-18 Steinar Bang <sb@dod.no>
928
929 * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
930 reading.
931
932 2014-01-09 Ken Olum <kdo@cosmos.phy.tufts.edu>
933
934 * message.el (message-bury): Call bury-buffer with no argument
935 in the message-return-action case too.
936
937 2014-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
938
939 * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
940 (nnimap-split-fancy, nnimap-split-methods): Declare.
941
942 * mm-util.el (help-function-arglist): Declare.
943
944 2013-12-28 Glenn Morris <rgm@gnu.org>
945
946 * gnus-sieve.el (gnus-sieve-select-method):
947 * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
948 (gravatar-rating, gravatar-size):
949 * message.el (message-minibuffer-local-map):
950 * sieve-manage.el (sieve-manage-authenticators)
951 (sieve-manage-authenticator-alist): Specify custom types.
952
953 * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
954 * gnus-sum.el (gnus-subthread-sort-functions): Add version.
955 * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
956
957 * auth-source.el (auth-sources):
958 * nnmairix.el (nnmairix-propagate-marks-upon-close):
959 Fix custom types.
960
961 2013-12-26 Lars Ingebrigtsen <larsi@gnus.org>
962
963 * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
964 we get proper traces there, too.
965
966 2013-12-26 Sean Connor <sconnor005@allyinics.org> (tiny change)
967
968 * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
969 value of the parameters if the current article has a Reply-To or From
970 field.
971
972 2013-12-26 Lars Ingebrigtsen <larsi@gnus.org>
973
974 * gnus.el (gnus-group-buffer): Remove duplicate definition.
975
976 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
977
978 * gnus-sum.el (gnus-summary-exit): Stop animations.
979
980 2013-12-19 Juri Linkov <juri@jurta.org>
981
982 * gnus.el (gnus-suppress-keymap):
983 * gnus-art.el (gnus-article-mode-map):
984 * gnus-group.el (gnus-group-mode-map):
985 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
986 Remove [backspace] key binding because it shadows DEL (bug#16035).
987
988 * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
989
990 2013-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
991
992 * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
993 Make sure work directory exists.
994 (gnus-uu-digest-mail-forward): Store temporary files in work directory
995 rather than tmp directory.
996 (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
997 not necessarily always run, with it.
998
999 2013-12-18 Jan Tatarik <jan.tatarik@gmail.com>
1000
1001 * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1002 value of gnus-icalendar-additional-identities work without restart.
1003
1004 2013-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
1005
1006 * mm-util.el (mm-make-temp-file):
1007 Alias to make-temp-file for modern Emacsen.
1008
1009 2013-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
1010
1011 * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1012 nnir-article-number and nnir-article-group.
1013
1014 2013-12-03 Vitalie Spinu <spinuvit@gmail.com>
1015
1016 * message.el (message-send-mail-with-sendmail):
1017 Don't kill error buffer if sending fails.
1018
1019 2013-11-28 Jan Tatarik <jan.tatarik@gmail.com>
1020
1021 * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1022 (gnus-icalendar-event->org-entry)
1023 (gnus-icalendar--update-org-event)
1024 (gnus-icalendar-event->gnus-calendar): Distinguish between
1025 required/optional/non-participant attendee status. Fix bug causing
1026 the first required event participant to be omitted.
1027
1028 2013-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
1029
1030 * gnus-art.el (article-de-quoted-unreadable)
1031 (article-de-base64-unreadable, gnus-mime-copy-part)
1032 * gnus-html.el (gnus-article-html)
1033 * mm-view.el (mm-inline-text-html-render-with-w3)
1034 (mm-inline-text-html-render-with-w3m-standalone)
1035 * rfc2231.el (rfc2231-decode-encoded-string):
1036 Allow overriding charset by mm-charset-override-alist.
1037
1038 * gnus-art.el (gnus-article-browse-html-parts):
1039 Replace LWSPs with `&nbsp;'s in header.
1040
1041 Work for broken Chinese articles.
1042
1043 * gnus-art.el (gnus-article-browse-html-save-cid-content):
1044 Exclude broken handles that gnus-summary-enter-digest-group may create.
1045 (gnus-article-browse-html-parts):
1046 Allow overriding charset by mm-charset-override-alist.
1047
1048 2013-11-21 Jan Tatarik <jan.tatarik@gmail.com>
1049
1050 * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1051 (gnus-icalendar-identities): Support additional-identities.
1052
1053 * gnus-icalendar.el (gnus-icalendar-event:org-timestamp):
1054 Fix org-timestamp for events ending at midnight.
1055
1056 2013-11-21 Ivan Shmakov <ivan@siamics.net>
1057
1058 * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p):
1059 Support debbugs .log files.
1060
1061 2013-11-20 Dave Goldberg <david.goldberg6@verizon.net>
1062
1063 * message.el (message-beginning-of-line):
1064 Use beginning-of-visual-line when visual-line-mode is turned on.
1065
1066 2013-11-15 Jan Tatarik <jan.tatarik@gmail.com>
1067
1068 * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1069 (gnus-icalendar-event-from-ical)
1070 (gnus-icalendar-event->org-entry)
1071 (gnus-icalendar--update-org-event): Required/optional participation,
1072 list of attendees synced to org.
1073
1074 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com>
1075
1076 * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1077 (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1078 cancellations to be synced to org if the original appt has an org
1079 outline.
1080
1081 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com>
1082
1083 * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1084 (gnus-icalendar-event->org-entry)
1085 (gnus-icalendar--update-org-event)
1086 (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1087
1088 2013-11-12 Jan Tatarik <jan.tatarik@gmail.com>
1089
1090 * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1091 Fix timezone handling in gnus-icalendar export to org.
1092
1093 2013-11-05 Katsumi Yamaoka <yamaoka@jpl.org>
1094
1095 * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1096
1097 2013-10-30 Glenn Morris <rgm@gnu.org>
1098
1099 * gnus-group.el (gnus-group-browse-foreign-server):
1100 * gnus-int.el (gnus-start-news-server):
1101 Silence compiler obsolescence warning.
1102
1103 2013-10-29 Teodor Zlatanov <tzz@lifelogs.com>
1104
1105 * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1106 `nnoo-current-server' first, then for the actual `nnimap-address' to
1107 allow netrc entries for the nnoo server to coexist with netrc entries
1108 for the `nnimap-address'.
1109
1110 2013-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
1111
1112 * mm-decode.el (mm-dissect-buffer): Revert last change.
1113 * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1114 The problem that motivated those changes was attributed to a broken
1115 mail sender, and has been fixed.
1116
1117 2013-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
1118
1119 * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1120 token is missing in the Content-Type header.
1121
1122 * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1123
1124 2013-09-18 Glenn Morris <rgm@gnu.org>
1125
1126 * gnus-util.el (image-size): Declare.
1127
1128 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
1129
1130 * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1131 (gnus-icalendar-event-from-ical)
1132 (gnus-icalendar-event--build-reply-event-body)
1133 (gnus-icalendar-event-reply-from-buffer)
1134 (gnus-icalendar-find-org-event-file)
1135 (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1136 (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1137
1138 * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1139
1140 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1141
1142 * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1143 Use save-current-buffer.
1144 (gnus-tree-mode-map): Initialize in the declaration.
1145 (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1146 (scroll-in-place): Defvar it.
1147 (gnus-tmp-*): Defvar them.
1148 (gnus-get-tree-buffer): Use derived-mode-p.
1149 (gnus--let-eval): New macro.
1150 (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1151 non-prefixed variables.
1152 (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1153
1154 * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1155 vars since it doesn't seem to be available.
1156 (gnus-set-global-variables, gnus-summary-read-group-1)
1157 (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1158 (gnus-summary-display-article, gnus-summary-select-article)
1159 (gnus-summary-next-article, gnus-offer-save-summaries)
1160 (gnus-summary-generic-mark): Use derived-mode-p.
1161 (gnus-summary-read-group-1, gnus-summary-exit)
1162 (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1163 Adjust calls to gnus-tree-close and gnus-tree-open.
1164
1165 * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1166
1167 * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1168 (gnus-agent-mode): Use derived-mode-p.
1169 (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1170 gnus-command-method and *-command-method to nil, but bind
1171 gnus-command-method to *-command-method instead!
1172 (gnus-agent-fetch-articles): Remove unused var `id'.
1173 (gnus-agent-fetch-headers): Remove unused arg `force'.
1174 (gnus-agent-braid-nov): Remove unused arg `group'. Adjust callers.
1175 (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1176 (gnus-agent-short-article, gnus-agent-long-article)
1177 (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1178 first use.
1179 (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1180 `score-param'.
1181 (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1182 (gnus-get-predicate): Push in front of the cache, rather than end.
1183 (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1184 (gnus-agent-expire-group-1): Use push. Don't abuse dyn-binding.
1185 (gnus-agent-expire-unagentized-dirs): Don't rebind
1186 gnus-agent-expire-current-dirs since the defvar silences the warning.
1187 (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1188 (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1189 (gnus-agent-regenerate): Simplify interactive spec and doc.
1190
1191 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
1192
1193 * gnus-int.el (gnus-open-server): Silence compiler.
1194
1195 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1196
1197 * message.el (message-display-completion-list): Abolish.
1198 (message-completion-in-region): Use display-completion-list.
1199
1200 2013-09-17 Glenn Morris <rgm@gnu.org>
1201
1202 * gnus-util.el (gnus-message-with-timestamp-1):
1203 Use `messages-buffer' function if available. Ignore read-only.
1204
1205 2013-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
1206
1207 * message.el (message-expand-group, message-completion-in-region):
1208 Correct the order of start and end of a region.
1209
1210 2013-09-13 Glenn Morris <rgm@gnu.org>
1211
1212 * mml2015.el (gnus-create-image): Autoload it.
1213
1214 * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1215
1216 * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1217 (image-size): Declare.
1218
1219 2013-09-12 Glenn Morris <rgm@gnu.org>
1220
1221 * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1222 Avoid using `find', which i) might not be defined at runtime;
1223 ii) does not work, since its default test is eql, not equal.
1224 (gnus-mime-action-alist): Declare.
1225
1226 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1227
1228 * score-mode.el (gnus-score-mode-map): Move initialization
1229 into declaration.
1230 (gnus-score-mode): Use define-derived-mode.
1231 * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1232 * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1233 into declaration.
1234 (gnus-kill-file-mode): Use define-derived-mode.
1235 (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1236 Use derived-mode-p.
1237 * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1238 (gnus-group-setup-buffer, gnus-group-name-at-point)
1239 (gnus-group-make-web-group, gnus-group-enter-directory)
1240 (gnus-group-suspend): Use derived-mode-p.
1241 * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1242 * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1243 * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1244 (gnus-article-setup-buffer, gnus-article-prepare)
1245 (gnus-article-prepare-display, gnus-sticky-article)
1246 (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1247 (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1248 (gnus-article-read-summary-keys): Use derived-mode-p.
1249
1250 2013-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
1251
1252 * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1253
1254 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
1255
1256 * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1257 shift_jis from the default value set for Japanese users.
1258
1259 2013-08-13 Glenn Morris <rgm@gnu.org>
1260
1261 * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1262
1263 * gnus.el (gnus-valid-select-methods): Fix type.
1264
1265 * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1266
1267 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
1268
1269 * mm-decode.el (mm-display-external): Run a timer for the temp files
1270 deletion after a viewer exits; add a deletion timer for the needsterm
1271 case, too.
1272
1273 * mm-decode.el (mm-display-external): Try to delete temporary files by
1274 using a 1-min. timer.
1275
1276 2013-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
1277
1278 * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1279 New internal variables.
1280 (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1281 (mm-display-external): Use it to delete temporary files instead of
1282 using timers.
1283
1284 2013-08-06 Jan Tatarik <jan.tatarik@gmail.com>
1285
1286 * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1287 with cond for backwards compatability.
1288
1289 2013-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
1290
1291 * mm-decode.el (mm-display-external): Bind process-connection-type to
1292 nil; don't delete a temp file immediately even if a viewer finishes,
1293 since it may be a shell script, like xdg-open, that launches a real
1294 viewer program belatedly.
1295
1296 2013-08-05 Dave Abrahams <dave@boostpro.com>
1297
1298 * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1299 that we can create nndoc groups that excerpt other groups.
1300
1301 2013-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1302
1303 * gnus-delay.el (gnus-delay-article): Fix typo.
1304
1305 * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1306 articles.
1307
1308 * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1309 we can get spell-checking etc.
1310
1311 2013-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
1312
1313 * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1314 a single one used for encoding the whole text in a header.
1315
1316 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1317
1318 * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1319 before sending.
1320
1321 * mm-decode.el (mm-command-output): New face.
1322 (mm-display-external): Use it.
1323
1324 2013-08-01 Kan-Ru Chen (陳侃如) <kanru@kanru.info> (tiny change)
1325
1326 * nnmbox.el (nnmbox-request-article): Don't change point.
1327
1328 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1329
1330 * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1331 Include `handle' parameter.
1332
1333 2013-08-01 Jan Tatarik <jan.tatarik@gmail.com>
1334
1335 * gnus-icalendar.el: New file.
1336
1337 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1338
1339 * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1340
1341 * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1342 dummy roots, too.
1343
1344 2013-08-01 David Edmondson <dme@dme.org>
1345
1346 * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1347 out on ttys.
1348
1349 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1350
1351 * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1352 not empty.
1353
1354 * nnrss.el (nnrss-discover-feed): Indent.
1355
1356 2013-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
1357
1358 * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1359
1360 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1361
1362 * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1363 dirty to ensure nnimap data being saved.
1364
1365 2013-07-30 Tassilo Horn <tsdh@gnu.org>
1366
1367 * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1368 menu entry.
1369
1370 * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1371 the current thread's total score instead of the current article's
1372 score.
1373
1374 * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1375 (gnus-sort-threads-recursively): Delete defcustom.
1376 (gnus-sort-threads-recursive): Adapt accordingly.
1377
1378 2013-07-30 Tassilo Horn <tsdh@gnu.org>
1379
1380 * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1381 (gnus-sort-threads-recursive): Use it.
1382 (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1383 again. Now that determines how to sort subthreads.
1384
1385 2013-07-26 Tassilo Horn <tsdh@gnu.org>
1386
1387 * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1388 (gnus-sort-threads): Use it.
1389
1390 2013-07-25 Andreas Schwab <schwab@linux-m68k.org>
1391
1392 * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1393 punctuation characters follow parentheses (bug#14950).
1394
1395 2013-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
1396
1397 * gnus.el (gnus-continuum-version):
1398 * gnus-msg.el (gnus-extended-version): Simplify.
1399
1400 * gnus.el (gnus-continuum-version-1): Remove.
1401 * gnus-msg.el (gnus-bug): Revert.
1402
1403 Calculate gnus-version correctly on Cygwin.
1404
1405 * gnus.el (gnus-continuum-version): Do main calculations in integers.
1406 (gnus-continuum-version-1): New function, return a string.
1407
1408 * gnus-msg.el (gnus-extended-version, gnus-bug):
1409 Use gnus-continuum-version-1 instead of gnus-continuum-version.
1410
1411 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
1412
1413 * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1414 (bug#13384).
1415
1416 2013-07-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1417
1418 * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1419 that were only relevant in a development version a long time ago.
1420
1421 2013-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
1422
1423 * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1424 that the old Emacs 24s bundle.
1425
1426 2013-07-10 David Engster <deng@randomsample.de>
1427
1428 * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1429 if `gnus-newsrc-file-version' does not match `gnus-version'.
1430 This fixes a bug in Emacs trunk where the 'unexist' marks were always
1431 removed at startup because "Gnus v5.13" was considered smaller than "Ma
1432 Gnus v0.03".
1433
1434 2013-07-10 Tassilo Horn <tsdh@gnu.org>
1435
1436 * gnus.el (gnus-summary-line-format):
1437 Reference `gnus-user-date-format-alist' for the &user-date; format, not
1438 `gnus-summary-user-date-format-alist'.
1439
1440 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1441
1442 * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1443 delete files (bug#13481).
1444
1445 2013-07-08 Tassilo Horn <tsdh@gnu.org>
1446
1447 * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1448
1449 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
1450
1451 * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1452 display images.
1453
1454 * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1455
1456 * message.el (message-cancel-news): According to
1457 <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1458 preferred over "cmsg cancel" in the Subject.
1459
1460 * nnir.el (nnir-engines): Note that the group specs are regexps
1461 (bug#13238).
1462
1463 * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1464 gotten read-only text properties, ensure that those aren't heeded when
1465 copying stuff over (bug#13434).
1466
1467 * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1468 (bug#13762).
1469
1470 2013-07-05 David Kastrup <dak@gnu.org>
1471
1472 * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1473 authinfo file again (important for blank passwords). This had been
1474 broken with 2013-06-15 change.
1475
1476 2013-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
1477
1478 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1479 Revert 2013-01-14 change.
1480
1481 2013-07-02 David Engster <deng@randomsample.de>
1482
1483 * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1484 ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1485 to see whether the group was synced before.
1486
1487 2013-07-02 Martin Stjernholm <mast@lysator.liu.se>
1488
1489 * nnimap.el (nnimap-request-move-article): Decode the group name when
1490 doing internal moves to avoid charset issues.
1491
1492 2013-07-02 Julien Danjou <julien@danjou.info>
1493
1494 * nnimap.el (nnimap-request-list):
1495 Revert change that made listing synchronous.
1496 (nnimap-get-responses): Restore.
1497
1498 2013-07-02 Dave Abrahams <dave@boostpro.com>
1499
1500 * nnimap.el (nnimap-change-group): Document result value.
1501
1502 * nnimap.el (nnimap-find-article-by-message-id):
1503 Account for the fact that nnimap-change-group can return t.
1504
1505 2013-07-02 Julien Danjou <julien@danjou.info>
1506
1507 * nnimap.el (nnimap-request-head):
1508 Resture to-buffer parameter, used by `nnimap-request-move-article'.
1509
1510 * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1511
1512 * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1513 supported by nnimap actually. Reverts previous change.
1514
1515 * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1516 to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1517 to-buffer argument that is already supported.
1518
1519 2013-07-02 Julien Danjou <julien@danjou.info>
1520
1521 * nnimap.el (nnimap-get-responses): Remove, unused.
1522
1523 2013-07-02 Julien Danjou <julien@danjou.info>
1524
1525 * nnimap.el (nnimap-request-articles-find-limit): Rename from
1526 `nnimap-request-move-articles-find-limit' since we do not use it
1527 only for move operations.
1528 (nnimap-request-accept-article):
1529 Use `nnimap-request-articles-find-limit' to limit search by message-id.
1530
1531 2013-07-02 Julien Danjou <julien@danjou.info>
1532
1533 * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1534
1535 * nnimap.el (nnimap-log-buffer):
1536 Check that `window-point-insertion-type' is boundp, since it's not
1537 available in XEmacs.
1538
1539 2013-07-02 Michael Welsh Duggan <md5i@md5i.com>
1540
1541 * nnimap.el (nnimap-log-buffer):
1542 Add this, setting `window-point-insertion-type' in the buffer to t.
1543 (nnimap-log-command): Use nnimap-log-buffer.
1544
1545 2013-07-02 Julien Danjou <julien@danjou.info>
1546
1547 * nnimap.el (nnimap-find-article-by-message-id):
1548 Add an optional limit argument to be able to limit the search.
1549 (nnimap-request-move-article):
1550 Use `nnimap-request-move-articles-find-limit'.
1551 (nnimap-request-move-articles-find-limit):
1552 Add this to limit the search by Message-Id after a message move.
1553 (nnimap): Add defgroup.
1554
1555 2013-07-02 Julien Danjou <julien@danjou.info>
1556
1557 * nnimap.el (nnimap-find-article-by-message-id):
1558 Use `nnimap-possibly-change-group' rather than its own EXAMINE call.
1559 (nnimap-possibly-change-group): Add read-only argument.
1560 (nnimap-request-list): Use nnimap-possibly-change-group rather than
1561 issuing EXAMINE manually.
1562 (nnimap-find-article-by-message-id):
1563 Use `nnimap-possibly-change-group' with read-only argument.
1564 (nnimap-change-group): Rename from `nnimap-possibly-change-group'.
1565 We cannot possibly change because we need to be sure that it's either
1566 read-write or read-only.
1567
1568 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1569
1570 * gnus-sum.el (gnus-summary-insert-old-articles):
1571 Don't include unexisting messages.
1572
1573 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1574
1575 * gnus-start.el (gnus-clean-old-newsrc):
1576 Remove totally bogus `unexists' entries.
1577 (gnus-clean-old-newsrc): Fix last checkin.
1578
1579 * nnimap.el (nnimap-update-info):
1580 None of the articles below the active low-water mark exist.
1581
1582 2013-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
1583
1584 * nnimap.el (gnus-refer-thread-use-nnir): Silence the byte compiler.
1585
1586 2013-07-02 Sergio Martinez <samf0xb58@gmail.com> (tiny change)
1587
1588 * nnimap.el (nnimap-request-scan):
1589 Allow `nnimap-inbox' to be a list of inboxes.
1590
1591 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1592
1593 * gnus-group.el (gnus-group-expire-articles-1):
1594 Don't try to expire messages that don't exist.
1595
1596 * gnus-sum.el (gnus-summary-expire-articles): Ditto.
1597
1598 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1599
1600 * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
1601
1602 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1603
1604 * gnus-start.el (gnus-clean-old-newsrc):
1605 Delete `unexist' from pre-Ma Gnus 0.3.
1606
1607 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1608
1609 * gnus-sum.el (gnus-summary-local-variables):
1610 Make `gnus-newsgroup-unexist' into a local variable.
1611
1612 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1613
1614 * gnus-sum.el (gnus-adjust-marked-articles):
1615 Add to `gnus-newsgroup-unexist'.
1616
1617 * gnus.el (gnus-article-mark-lists):
1618 Add `unexist' to the list of marks.
1619 (gnus-article-special-mark-lists):
1620 Put the `unexist' in the special marks list instead.
1621
1622 * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
1623 articles in the list of articles to be selected.
1624
1625 * nnimap.el (nnimap-retrieve-group-data-early):
1626 Query for unexisting articles.
1627 (nnimap-update-info): Keep track of unexisting articles.
1628 (nnimap-update-qresync-info): Ditto.
1629
1630 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1631
1632 * gnus-start.el (gnus-clean-old-newsrc): New function.
1633 (gnus-read-newsrc-file): Use it.
1634
1635 2013-07-02 Daiki Ueno <ueno@gnu.org>
1636
1637 * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1638 of 'create-image' for XEmacs compatibility; check errors when decoding
1639 image. Reported by Uwe Brauer.
1640
1641 2013-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
1642
1643 * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1644 gnus-button-push revised at 2011-01-19.
1645
1646 2013-06-19 Glenn Morris <rgm@gnu.org>
1647
1648 * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1649
1650 2013-06-18 Teodor Zlatanov <tzz@lifelogs.com>
1651
1652 * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1653
1654 2013-06-18 Glenn Morris <rgm@gnu.org>
1655
1656 * eww.el, shr.el, shr-color.el: Move to ../net.
1657
1658 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1659
1660 * shr.el (shr-tag-table): Insert the images after the table, so that
1661 they're not covered by the table colourisation, which often looked
1662 awkward.
1663 (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1664 <dd>.
1665
1666 2013-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
1667
1668 * eww.el (eww-detect-charset): Improve regexp; move backward.
1669
1670 2013-06-18 Glenn Morris <rgm@gnu.org>
1671
1672 * mm-decode.el (widget-convert-button): Autoload.
1673
1674 * sieve-manage.el (mm-enable-multibyte): Autoload.
1675
1676 * shr.el (libxml-parse-html-region): Declare.
1677 (shr-render-buffer): Explicit error if no libxml2 support.
1678
1679 2013-06-17 Teodor Zlatanov <tzz@lifelogs.com>
1680
1681 * auth-source.el (auth-source-current-line): New function.
1682 (auth-source-netrc-parse-entries): When a data token is "machine",
1683 assume we're in the wrong place and abort parsing the current line.
1684
1685 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1686
1687 * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1688 (eww-convert-widgets): Don't bug out if the first widget starts at the
1689 beginning of the buffer.
1690 (eww-convert-widgets): Fix last patch.
1691 (eww-tag-input): Support <input type=image>.
1692
1693 * shr.el (shr-insert-table): Respect border-collapse: collapse.
1694 (shr-tag-base): Protect against base specs that are degenerate.
1695 (shr-ensure-paragraph): Don't delete empty lines that have text
1696 properties, because these may be input fields.
1697
1698 * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1699 we can navigate to them.
1700
1701 * shr.el (shr-colorize-region): Put the colours over the entire region.
1702 (shr-inhibit-decoration): New variable.
1703 (shr-add-font): Use it to inhibit text property decorations while doing
1704 preliminary table renderings. This speeds up typical Wikipedia page
1705 renderings by 15%.
1706 (shr-tag-span): Don't respect the <title>, because that overwrites the
1707 help-echo from links inside the spans.
1708 (shr-next-link): Use `help-echo' for navigation, so that we can
1709 navigate to form elements, too.
1710
1711 * eww.el (eww-button): New face.
1712 (eww-convert-widgets): Use it to make submit buttons more button-like.
1713
1714 * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1715 that Gnus commands work.
1716
1717 * shr.el (shr-render-td): Support horizontal alignment.
1718
1719 * eww.el (eww-put-color): Remove.
1720 (eww-colorize-region): Use `add-face-text-property'.
1721
1722 * shr.el (shr-add-font): Append face data, so that we get the correct
1723 precedence: The innermost value (which is applied first) wins.
1724 (shr-make-overlay): Obsolete function.
1725
1726 * mm-decode.el (mm-convert-shr-links): New function to convert
1727 new-style shr URL links into widgets.
1728 (mm-shr): Use it.
1729
1730 * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1731 widget commands, since we're no longer using widgets for links.
1732
1733 * shr.el (shr-next-link): New command.
1734 (shr-previous-link): New command.
1735 (shr-urlify): Don't use `widget-convert', because that's slow.
1736 (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1737 because collecting the overlays and reapplying them when generating
1738 tables is slow.
1739 (shr-insert-table): Ditto.
1740
1741 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1742
1743 * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1744 * shr.el (browse-url): Require `url'.
1745 * eww.el (url): Require format-spec.
1746
1747 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1748
1749 * eww.el (eww-display-html): Default to using the entire window width.
1750 (eww-browse-url): Don't add a User-Agent header (twice), because that
1751 makes Bing refuse connection.
1752
1753 * shr.el (shr-make-table): Cache the table rendering at the table
1754 level, and not the <td> level. This is a bit faster.
1755
1756 * eww.el (eww-render): Go to the correct ID when given URLs ending with
1757 #id.
1758
1759 * shr.el (shr-tag-li): Don't require a new paragraph, since other
1760 browsers don't.
1761 (shr-expand-url): Respect #anchor links.
1762 (shr-parse-base): Chop off the anchor before using.
1763 (shr-descend): Respect display: none.
1764 (shr-descend): Allow marking elements that have certain IDs.
1765
1766 * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1767
1768 * shr.el (shr-expand-url): Don't bug out on zero-length links.
1769
1770 * eww.el (eww-tag-textarea): Support <textarea>.
1771
1772 2013-06-16 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1773
1774 * shr.el (shr-dom-to-xml): Fix function call.
1775
1776 * eww.el (eww): New group.
1777 (eww-header-line-format): New custom variable.
1778 (eww-current-title): New variable.
1779 (eww-display-html): Update header and handle title tag.
1780 (eww-update-header-line-format): New function.
1781 (eww-tag-title): New function.
1782
1783 * shr.el (shr-dom-to-xml): New function.
1784 (shr-tag-svg): Add support for the SVG tag.
1785 (shr-bullet): New custom variable.
1786 (shr-tag-li): Support custom bullet in unordered lists.
1787
1788 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1789
1790 * shr.el (shr-expand-url): Respect // URLs.
1791
1792 * eww.el (eww-tag-body): Override the shr body rendering so that we can
1793 put a background colour onto the entire buffer.
1794 (eww-render): When being redirected, use the redirect URL as the new
1795 base URL.
1796
1797 * shr.el (shr-parse-base): Fix parsing error.
1798
1799 * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1800
1801 * shr.el (shr-parse-base): New function.
1802 (shr-expand-url): Use it to expand relative URLs reliably.
1803
1804 2013-06-15 Teodor Zlatanov <tzz@lifelogs.com>
1805
1806 * auth-source.el (auth-source-search-collection): Fix docstring.
1807 (auth-source-netrc-parse): Refactor and improve netrc parser to support
1808 single-quoted strings and multiline entries.
1809 (auth-source-netrc-parse-next-interesting)
1810 (auth-source-netrc-parse-one, auth-source-netrc-parse-entries):
1811 New functions to support parser.
1812
1813 2013-06-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1814
1815 * eww.el (eww-submit): Get submit button logic right when hitting RET
1816 on non-submit buttons.
1817
1818 * shr.el: Remove shr-preliminary-table-render, since that can't really
1819 be used for anything in practice.
1820
1821 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
1822
1823 * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1824 (sieve-manage-quit).
1825
1826 2013-06-14 David Edmondson <dme@dme.org> (tiny change)
1827
1828 * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1829 control the maximum size of photo ID image.
1830 (mml2015-epg-key-image-to-string): Respect it.
1831
1832 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1833
1834 * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1835 instead of the final one so that we can more easily distinguish them.
1836
1837 * eww.el (eww-submit): Compute the submission URL correctly.
1838
1839 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1840
1841 * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1842 Use plist-get rather than CL's getf.
1843 (sieve-manage-parse-capability): Avoid CL's remove-if.
1844
1845 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1846
1847 * shr.el (shr-expand-url): Expansion should chop off the bits after the
1848 last slash.
1849
1850 * eww.el (eww-tag-select): Use the first value as the default value.
1851
1852 2013-06-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1853
1854 * eww.el (eww): Prepend urls with http:// if scheme is missing.
1855 (eww-mode): Use `define-derived-mode'.
1856 (eww-parse-headers): Parse headers from beginning of buffer so that
1857 file:// links work.
1858
1859 2013-06-13 Katsumi Yamaoka <yamaoka@jpl.org>
1860
1861 * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1862
1863 2013-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1864
1865 * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1866 to handle them at all.
1867
1868 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1869
1870 * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1871 work, too.
1872 (eww-tag-select): Implement <select>.
1873
1874 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
1875
1876 * sieve-manage.el (sieve-manage-open): Work with STARTTLS: shorten
1877 stream managing functions by using open-protocol-stream to do most of
1878 the work. Has the nice benefit of enabling STARTTLS.
1879 Wait for capabilities after STARTTLS: following RFC5804, the server
1880 sends new capabilities after successfully establishing a TLS connection
1881 with the client. The client should update the cached list of
1882 capabilities, but we just ignore the answer for now.
1883 (sieve-manage-network-p, sieve-manage-network-open)
1884 (sieve-manage-starttls-p, sieve-manage-starttls-open)
1885 (sieve-manage-forward, sieve-manage-streams)
1886 (sieve-manage-stream-alist): Remove unneeded functions neither in the
1887 API, nor called by any other function.
1888 Enable Multibyte for SieveManage buffers: The parser won't properly
1889 handle umlauts and line endings unless multibyte is turned on in the
1890 process buffer.
1891
1892 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1893
1894 * eww.el (eww-tag-input): Support password fields.
1895 (eww-submit): Support POST.
1896
1897 2013-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1898
1899 * eww.el (eww-tag-form): Protect against degenerate forms.
1900
1901 * shr.el (shr-expand-url): Expand URLs that start with a slash
1902 correctly.
1903
1904 * eww.el (eww-submit): Get submit button logic right.
1905
1906 * shr.el (shr-final-table-render): New variable to signal when we're
1907 doing the final table rendering so that we can collect more data at
1908 that point.
1909
1910 * eww.el (eww-submit): Make form submission work.
1911 (eww-tag-input): Implement submit buttons.
1912 (eww-click-radio): Implement radio and checkboxes.
1913 (eww-submit): Handle hidden elements.
1914
1915 * shr.el (shr-descend): Allow other packages to override (or provide)
1916 rendering of elements.
1917 (shr-expand-url): Strip query strings from URLs before expanding them.
1918
1919 * eww.el: Don't require cl-lib.
1920 (eww-tag-form): Start form support.
1921
1922 * eww.el: Start writing a new, tiny web browser.
1923 (eww-previous-url): New command.
1924 (eww-quit): New command.
1925
1926 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
1927
1928 * sieve.el: Put point at beginning of buffer when viewing a script.
1929 (sieve-open-server): Respect the PORT parameter. Show the correct port
1930 number in sieve-buffer's header. Fixed code to also work with a string
1931 as port specifier. Properly close the connection on pressing 'q'. Make
1932 sieve-manage-quit close the connection and process buffer. Also, remove
1933 duplicate keybinding for 'q'.
1934
1935 2013-06-10 Roy Hashimoto <roy.hashimoto@gmail.com> (tiny change)
1936
1937 * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1938 make it easier to read.
1939 (mm-pkcs7-enveloped-magic): Ditto.
1940
1941 2013-06-06 Teodor Zlatanov <tzz@lifelogs.com>
1942
1943 * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1944 before `image-type-available-p' to avoid loading the image libraries
1945 needlessly.
1946
1947 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1948
1949 * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1950 assume Date header begins with "Date", that may be customized into
1951 something like "X-Sent" using gnus-article-time-format.
1952 (article-transform-date): Allow multi-line Date header.
1953
1954 2013-06-02 David Engster <deng@randomsample.de>
1955
1956 * registry.el (initialize-instance, registry-lookup)
1957 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1958 (registry-lookup-secondary-value, registry-search, registry-delete)
1959 (registry-insert, registry-reindex, registry-size, registry-prune):
1960 Do not wrap methods in `eval-and-compile'. This breaks due to latest
1961 changes in EIEIO (introduction of eieio-core.el).
1962
1963 2013-05-30 Glenn Morris <rgm@gnu.org>
1964
1965 * nnmail.el (nnmail-fancy-expiry-target):
1966 Also bind mail-dont-reply-to-names.
1967
1968 * spam-stat.el (spam-stat-save):
1969 No need to tweak font-lock in temp buffers.
1970
1971 * shr.el (shr-put-image): Silence compiler.
1972
1973 2013-05-29 Glenn Morris <rgm@gnu.org>
1974
1975 * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1976
1977 * gnus-group.el (gnus-sequence-of-unread-articles)
1978 (gnus-summary-add-mark, gnus-mark-article-as-read)
1979 (gnus-group-make-articles-read): Declare.
1980
1981 * gnus-sum.el (gnus-parameter-list-identifier)
1982 (gnus-article-stop-animations, gnus-stop-downloads)
1983 (gnus-article-only-boring-p, article-goto-body)
1984 (gnus-flush-original-article-buffer, article-narrow-to-head)
1985 (gnus-article-hidden-text-p, gnus-delete-wash-type)
1986 (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1987
1988 * gnus.el: No need to eval-and-compile autoloads.
1989
1990 * gravatar.el (help-function-arglist): Autoload.
1991
1992 * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1993
1994 * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1995
1996 * spam.el: No need to load spam-report when compiling.
1997 No need to eval-and-compile autoloads.
1998 (spam-report-resend-to): Declare.
1999 (spam-report-resend-register-routine): Require 'spam-report.
2000
2001 2013-05-24 Julien Danjou <julien@danjou.info>
2002
2003 * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2004 setup.
2005
2006 2013-05-23 Glenn Morris <rgm@gnu.org>
2007
2008 * gnus-util.el (rmail-swap-buffers-maybe)
2009 (rmail-maybe-set-message-counters, rmail-count-new-messages)
2010 (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2011 (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2012
2013 * mm-decode.el: No need to load term when compiling.
2014 (term-mode, term-char-mode): Declare.
2015
2016 * mm-util.el: No need to load jka-compr when compiling.
2017 (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2018
2019 * nnmaildir.el: Require is automatically eval-and-compile.
2020 (nnmail): Require at run-time too.
2021
2022 * registry.el (registry-size): Move definition before use.
2023
2024 2013-05-22 Daiki Ueno <ueno@gnu.org>
2025
2026 * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2027 signed data to conform the standard. (Bug#14232)
2028
2029 2013-05-20 Adam Sjøgren <asjo@koldfront.dk>
2030
2031 * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2032 double angle quotation mark.
2033
2034 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
2035
2036 * message.el (message-insert-formatted-citation-line): Handle finding
2037 first/lastname when more than 2 names appear.
2038
2039 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
2040
2041 * shr.el (shr-tag-span): New function.
2042
2043 2013-05-18 Glenn Morris <rgm@gnu.org>
2044
2045 * message.el (message-mode): Use message-mode-abbrev-table,
2046 with text-mode-abbrev-table as parent. (Bug#14413)
2047
2048 2013-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
2049
2050 * message.el (message-expand-group): Decode group names.
2051
2052 2013-05-16 Julien Danjou <julien@danjou.info>
2053
2054 * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2055 app-icon.
2056
2057 2013-05-15 Glenn Morris <rgm@gnu.org>
2058
2059 * shr-color.el (shr-color-visible-luminance-min)
2060 (shr-color-visible-distance-min): Use shr-color group.
2061
2062 2013-05-11 Glenn Morris <rgm@gnu.org>
2063
2064 * gnus-vm.el: Make it loadable without VM.
2065 (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2066 (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2067
2068 2013-05-09 Glenn Morris <rgm@gnu.org>
2069
2070 * mml1991.el: Make it loadable. (Bug#13456)
2071
2072 * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2073 * gnus-async.el (gnus-async-post-fetch-function):
2074 * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2075 * gnus-html.el (gnus-html-image-cache-ttl):
2076 * gnus-notifications.el (gnus-notifications-timeout):
2077 * gnus-picon.el (gnus-picon-properties):
2078 * gnus-util.el (gnus-completion-styles):
2079 * gnus.el (gnus-other-frame-resume-function):
2080 * message.el (message-user-organization-file)
2081 (message-cite-reply-position):
2082 * nnir.el (nnir-summary-line-format)
2083 (nnir-retrieve-headers-override-function):
2084 * shr-color.el (shr-color-visible-luminance-min):
2085 * shr.el (shr-blocked-images):
2086 * spam-report.el (spam-report-resend-to):
2087 * spam.el (spam-summary-exit-behavior): Fix custom types.
2088
2089 * gnus-salt.el (gnus-selected-tree-face): Fix default.
2090
2091 2013-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
2092
2093 * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2094 because of let-binding help-xref-following. (Bug#14356)
2095
2096 2013-05-06 Tassilo Horn <tassilo@member.fsf.org>
2097
2098 * message.el (message-bury, message-send-and-exit):
2099 Revert 2013-05-04 change.
2100
2101 2013-05-06 Glenn Morris <rgm@gnu.org>
2102
2103 * mml2015.el (mml2015-epg-sign): Add name="signature.asc". (Bug#13465)
2104
2105 2013-05-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2106
2107 * message.el (message-bury): Make `buffer' optional.
2108 (message-send-and-exit): Don't pass `buf' so as to hide the buffer
2109 (bug#14085).
2110
2111 2013-05-04 Andrew Cohen <cohen@bu.edu>
2112
2113 * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2114 entering into the registry.
2115
2116 2013-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
2117
2118 * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2119 (Bug#14304)
2120
2121 2013-04-27 Glenn Morris <rgm@gnu.org>
2122
2123 * gnus.el (gnus-list-debbugs):
2124 Use require rather than autoload. (Bug#14262)
2125
2126 2013-04-27 Julien Danjou <julien@danjou.info>
2127
2128 * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2129 port to "sieve" now that it has an official IANA port assigned.
2130
2131 2013-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
2132
2133 * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2134 Don't set the MAILHOST environment variable permanently (Bug#14271).
2135
2136 2013-04-26 Glenn Morris <rgm@gnu.org>
2137
2138 * message.el (message-bury): Revert 2013-03-18 change. (Bug#14117)
2139
2140 2013-04-25 Andrew Cohen <cohen@bu.edu>
2141
2142 * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2143 string values of 'gcc-self. Thanks to Saroj Thirumalai.
2144
2145 2013-04-24 Andrew Cohen <cohen@bu.edu>
2146
2147 * nnir.el (nnir-close-group): Make sure we are in the right group.
2148
2149 * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2150 dependency table from all newly retrieved headers.
2151
2152 2013-04-16 David Edmondson <dme@dme.org>
2153
2154 Support <img src="data:...">.
2155
2156 * shr.el (shr-image-from-data): New function.
2157 (shr-tag-img): Use it.
2158
2159 2013-04-14 Andrew Cohen <cohen@bu.edu>
2160
2161 * nnir.el (nnir-request-set-mark): Make sure we are in the right
2162 group.
2163
2164 2013-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
2165
2166 * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2167 corresponding to any existing group (Bug#14166).
2168
2169 2013-04-10 Andrew Cohen <cohen@bu.edu>
2170
2171 * nnir.el (number-sequence): No longer used.
2172 (nnir-request-set-mark): New function.
2173 (nnir-request-update-info): Improve marks updating.
2174 (nnir-request-scan): Don't duplicate marks updating.
2175 (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2176 Use 'assq rather than 'assoc. Quote anonymous function.
2177 (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2178 Use 'gnus-group-prefixed-p.
2179 (gnus-summary-create-nnir-group): Make sure server for method is open.
2180
2181 2013-04-04 Andrew Cohen <cohen@bu.edu>
2182
2183 * nnir.el (gnus-nnir-group-p): New function.
2184 (nnir-possibly-change-group): Use it.
2185
2186 * gnus-msg.el (gnus-setup-message): Use it.
2187
2188 2013-04-04 Katsumi Yamaoka <yamaoka@jpl.org>
2189
2190 * mml.el (mml-minibuffer-read-description): Use `default' insted of
2191 `initial-input' for the argument name.
2192 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2193
2194 2013-04-03 Kevin Layer <layer@known.net> (tiny change)
2195
2196 * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2197 (used by MH-E).
2198
2199 2013-04-01 Andrew Cohen <cohen@bu.edu>
2200
2201 * nnir.el (nnir-request-update-mark): Improve mark updating in original
2202 group.
2203
2204 * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2205 fix compilation.
2206
2207 2013-03-31 Andrew Cohen <cohen@bu.edu>
2208
2209 * nnir.el (nnir-method-default-engines): And another typo.
2210
2211 2013-03-30 Andrew Cohen <cohen@bu.edu>
2212
2213 * nnir.el (nnir-method-default-engines): Fix typo.
2214
2215 2013-03-29 Andrew Cohen <cohen@bu.edu>
2216
2217 * nnir.el: Define 'number-sequence for xemacs.
2218 (gnus-summary-create-nnir-group): New function to create an nnir group
2219 from an nnir summary buffer based on the current query.
2220 (nnir-request-create-group): Update to allow nnir group creation based
2221 on the current query.
2222
2223 2013-03-28 Katsumi Yamaoka <yamaoka@jpl.org>
2224
2225 * nndraft.el (nndraft-request-expire-articles):
2226 Make expiry target always `delete'.
2227
2228 2013-03-27 Andrew Cohen <cohen@bu.edu>
2229
2230 * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2231 buffer use the posting-style and gcc of the original article group.
2232 (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2233
2234 * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
2235 after other deffoos.
2236
2237 2013-03-26 Andrew Cohen <cohen@bu.edu>
2238
2239 * nnir.el: Major rewrite. Cleaner separation between searches and group
2240 management. Marks are now shown in nnir summary buffers.
2241 Rudimentary support for real (i.e. not ephemeral) nnir groups.
2242 (gnus-summary-make-nnir-group): New function for initiating searches
2243 from a summary buffer.
2244
2245 2013-03-18 Sam Steingold <sds@gnu.org>
2246
2247 * message.el (message-bury): Minor cleanup.
2248
2249 2013-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
2250
2251 * nndir.el (nndir-request-list): Remove 2nd argument passed to
2252 nnml-request-list. (Bug#13873)
2253 (nndir-request-newsgroups): Remove, unused.
2254
2255 * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2256
2257 2013-03-03 Ted Phelps <phelps@gnusto.com>
2258
2259 * shr.el: Make all the overlays set the `evaporate' property so that
2260 they're removed properly.
2261
2262 2013-02-25 Adam Sjøgren <asjo@koldfront.dk>
2263
2264 * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2265 shell-quote-argument.
2266
2267 2013-02-22 David Engster <deng@randomsample.de>
2268
2269 * gnus-registry.el (gnus-registry-save): Provide class name when
2270 calling `eieio-persistent-read' to avoid "unsafe call" warning.
2271 Use `condition-case' to stay compatible with older EIEIO versions which
2272 only accept one argument.
2273
2274 2013-02-17 Daiki Ueno <ueno@gnu.org>
2275
2276 * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2277 (epg-user-id-validity): Autoload.
2278 (mml2015-epg-check-user-id): New function.
2279 (mml2015-epg-check-sub-key): New function split from
2280 mml2015-epg-find-usable-key.
2281 (mml2015-epg-find-usable-key): Accept context, name, usage, and
2282 optional name-is-key-id, to handle the case when user-id is unusable.
2283 Reported by Łukasz Stelmach <stlman@poczta.fm>.
2284
2285 2013-02-17 Glenn Morris <rgm@gnu.org>
2286
2287 * shr.el (shr-put-image): Use image-multi-frame-p if available.
2288
2289 2013-02-16 Glenn Morris <rgm@gnu.org>
2290
2291 * shr.el (shr-put-image): Only animate images that specify a delay.
2292 This is consistent with the old image-animated-p behavior.
2293
2294 2013-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
2295
2296 * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2297 for XEmacs.
2298
2299 2013-02-13 Juri Linkov <juri@jurta.org>
2300
2301 * gnus-art.el (gnus-article-mode-map):
2302 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2303 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
2304
2305 2013-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
2306
2307 * nnir.el ("nnir"): Add 'virtual ability to nnir backend. (This was
2308 done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
2309
2310 2013-02-07 Gábor Vida <gabor.v.vida@ericsson.com> (tiny change)
2311
2312 * auth-source.el (auth-source-format-prompt): Don't get confused by
2313 any "\" in replacement text. (Bug#13637)
2314
2315 2013-01-30 Christopher Schmidt <christopher@ch.ristopher.com>
2316
2317 * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2318 (gnus-backend-trace): Honor gnus-backend-trace.
2319
2320 * mml.el (mml-insert-part): Insert closing tag.
2321
2322 * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2323
2324 2013-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2325
2326 * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2327 able to find the article, which can happen in debbugs groups,
2328 apparently.
2329
2330 2013-01-16 Glenn Morris <rgm@gnu.org>
2331
2332 * smiley.el (smiley-style): Make the file loadable in batch mode.
2333
2334 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2335
2336 * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2337 imap process running.
2338
2339 2013-01-14 Julien Danjou <julien@danjou.info>
2340
2341 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2342 Compare addresses against addresses, not against the full From field.
2343
2344 2013-01-13 Richard Stallman <rms@gnu.org>
2345
2346 * message.el (message-forward-make-body-mime): New args BEG, END
2347 specify what part of FORWARD-BUFFER to use. Do the work directly
2348 instead of calling `mml-insert-buffer'.
2349
2350 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
2351
2352 * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2353 cross-reference(s).
2354
2355 * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2356 cross-reference(s).
2357
2358 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
2359
2360 * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2361 and point-max-marker.
2362 * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2363
2364 2013-01-10 Uwe Brauer <oub@mat.ucm.es> (tiny change)
2365
2366 * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2367 to mml2015-encrypt-to-self.
2368 (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2369
2370 2013-01-09 Daiki Ueno <ueno@gnu.org>
2371
2372 * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2373 mml-smime-epg-find-usable-secret-key.
2374
2375 2013-01-08 Glenn Morris <rgm@gnu.org>
2376
2377 * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2378
2379 2013-01-07 Daiki Ueno <ueno@gnu.org>
2380
2381 * mml-smime.el: Support signing by sender.
2382 Requested by Uwe Brauer.
2383 (mml-smime-sign-with-sender): New user option analogous
2384 to mml2015-sign-with-sender.
2385 (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2386 (mml-smime-epg-find-usable-secret-key): New helper function copied from
2387 mml2015.el.
2388
2389 2012-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2390
2391 * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2392 isn't running, because Gnus will probably not know how to handle the
2393 Gcc header (bug#11941).
2394
2395 * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2396 articles.
2397
2398 2012-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2399
2400 * nnfolder.el (nnfolder-recursive-directory-files): New function.
2401 (nnfolder-generate-active-file): Make this function work with recursive
2402 folder names.
2403
2404 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2405
2406 * nntp.el (nntp-open-connection): Use HELP as the capability command
2407 instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2408 unknown commands. And CAPABILITY is an unknown command (bug#12763).
2409
2410 2012-12-27 Wolfgang Jenkner <wjenkner@inode.at>
2411
2412 * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2413 place holder since this gives `Invalid face reference: nil' messages.
2414 Use the `default' face instead. It has the same effect here, even
2415 though it is not no-op.
2416
2417 * gnus-util.el
2418 (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2419
2420 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2421
2422 * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2423 non-string posting styles (bug#13285).
2424
2425 2012-12-27 Glenn Morris <rgm@gnu.org>
2426
2427 * plstore.el (plstore-passphrase-callback-function):
2428 Use plstore-get-file.
2429
2430 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
2431
2432 * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2433 stderr.
2434
2435 * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
2436 group is nil.
2437
2438 * shr.el (shr-tag-em): Render as italic, not bold.
2439
2440 2012-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
2441
2442 * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2443
2444 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
2445
2446 * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2447 temporary file to get PGP key image. Pass no-show-photos when
2448 extracting image to avoid having it pop up twice.
2449
2450 2012-12-26 Lars Ingebrigtsen <larsi@gnus.org>
2451
2452 * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2453 eligible for treatment.
2454
2455 * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2456 lines. This makes summary commands with hidden threads work more
2457 reliably.
2458
2459 * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2460 button to mark the hidden citations (bug#9395).
2461
2462 2012-12-26 Daiki Ueno <ueno@gnu.org>
2463
2464 * mml2015.el (mml2015-epg-signature-to-string): New function.
2465 (mml2015-epg-verify-result-to-string): New function.
2466 (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2467 (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2468 instead of epg-verify-result-to-string.
2469 (epg-signature-key-id, epg-signature-to-string): Autoload.
2470 (epg-verify-result-to-string): Remove autoload.
2471
2472 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
2473
2474 * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2475 ID image from GPG public key.
2476 (mml2015-epg-key-image-to-string): New function.
2477
2478 2012-12-25 Leo Liu <sdl.web@gmail.com>
2479
2480 * plstore.el (plstore-passphrase-callback-function): Fix error when
2481 error when plstore-cache-passphrase-for-symmetric-encryption is set
2482 (bug#13264).
2483
2484 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2485
2486 * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2487 buffer to the article buffer here, because that clobbers multiple
2488 article buffers.
2489
2490 * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2491 buffer always points to the right summary buffer.
2492
2493 2012-12-25 John Wiegley <jwiegley@gmail.com>
2494
2495 * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2496 the password (bug#12097).
2497
2498 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2499
2500 * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2501 (bug#13263).
2502
2503 * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2504 buffer exists before using it (bug#12475).
2505
2506 * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2507 offline groups (bug#11937).
2508
2509 * message.el (message-yank-original): When using customize to set the
2510 value of `message-cite-style', the variable it set to a symbol that's
2511 the name of the variable, which must then be dereferenced (bug#12616).
2512
2513 2012-12-25 Wolfgang Jenkner <wjenkner@inode.at>
2514
2515 * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2516 the `face' property with a list whose car is the face specified in the
2517 format string and whose cdr is (nil).
2518 * lisp/gnus-util.el
2519 (gnus-put-text-property-excluding-characters-with-faces):
2520 Change accordingly.
2521 (gnus-get-text-property-excluding-characters-with-faces): New function.
2522 * lisp/gnus-sum.el (gnus-summary-highlight-line):
2523 * lisp/gnus-salt.el (gnus-tree-highlight-node):
2524 * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2525
2526 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2527
2528 * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2529 login methods.
2530 (nnimap-login): Respect the `nnimap-authenticator' variable.
2531
2532 * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2533 mark state when moving articles. Otherwise unticked articles will get
2534 their ticks back after moving.
2535
2536 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2537
2538 * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2539
2540 * message.el (message-ignored-news-headers): Always remove
2541 X-Message-SMTP-Method to avoid information leakage if the user
2542 mistakenly inserts the header into news messages.
2543
2544 * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2545
2546 * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2547 right than four characters, this command would move point to
2548 `point-max'. Don't do that.
2549
2550 * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2551 to nil to allow re-selecting groups that gain articles.
2552 (gnus-bug-group-download-format-alist): Update the URL.
2553
2554 2012-12-23 Andreas Schwab <schwab@suse.de>
2555
2556 * shr.el (shr-tag-em): Render em as italic, not bold.
2557
2558 2012-12-23 Lars Ingebrigtsen <larsi@gnus.org>
2559
2560 * gnus-int.el (gnus-backend-trace): Factor out into its own function
2561 for reuse.
2562 (gnus-open-server): Use it to add more tracing.
2563 (gnus-finish-retrieve-group-infos): Add backend tracing.
2564 (gnus-backend-trace): Also note the elapsed seconds.
2565
2566 2012-12-22 Philipp Haselwarter <philipp@haselwarter.org>
2567
2568 * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2569 Set epa-file-encrypt-to from variable to avoid querying.
2570
2571 2012-12-14 Akinori MUSHA <knu@iDaemons.org> (tiny change)
2572
2573 * sieve-mode.el (sieve-font-lock-keywords):
2574 Keywords should be word delimited. (Bug#13173)
2575
2576 2012-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
2577
2578 * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2579 instead of <pre> to align message header.
2580
2581 2012-12-12 Sam Steingold <sds@gnu.org>
2582
2583 * gnus.el (gnus-other-frame-resume-function): Add user option.
2584 (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2585
2586 2012-12-06 Sam Steingold <sds@gnu.org>
2587
2588 * gnus-start.el (gnus-before-resume-hook): Add.
2589 (gnus-1): Run it when Gnus is alive.
2590
2591 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2592
2593 * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2594 * gnus-art.el (article-unsplit-urls)
2595 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2596 * gnus-registry.el (gnus-registry-get-article-marks)
2597 * message.el (message-goto-body): Use it.
2598 (message-called-interactively-p): Remove.
2599
2600 * spam-stat.el (spam-stat-called-interactively-p): New macro.
2601 (spam-stat-score-buffer): Use it.
2602
2603 * spam.el: Silence the warnings against BBDB functions when compiling.
2604
2605 * gnus-score.el (gnus-score-decode-text-parts):
2606 Use append+mapcar instead of the cl function mapcan.
2607
2608 * gmm-utils.el (gmm-flet): Remove.
2609
2610 * gnus-sync.el (gnus-sync-lesync-call):
2611 Avoid overriding json-alist-p.
2612
2613 * message.el (message-read-from-minibuffer):
2614 Avoid overriding mail-abbrev-in-expansion-header-p.
2615
2616 2012-12-05 Sam Steingold <sds@gnu.org>
2617
2618 * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2619 (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2620 `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2621
2622 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2623
2624 * gmm-utils.el (gmm-called-interactively-p): Revert.
2625 This seems to cause Emacs to get stuck!
2626 * gnus-art.el (article-unsplit-urls)
2627 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2628 * gnus-registry.el (gnus-registry-get-article-marks)
2629 * message.el (message-goto-body)
2630 (message-called-interactively-p): Revert.
2631
2632 * gmm-utils.el (gmm-called-interactively-p): New function.
2633 * gnus-art.el (article-unsplit-urls)
2634 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2635 * gnus-registry.el (gnus-registry-get-article-marks)
2636 * message.el (message-goto-body): Use it.
2637 (message-called-interactively-p): Remove.
2638
2639 * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2640 * gnus-sync.el (gnus-sync-lesync-call)
2641 * message.el (message-read-from-minibuffer): Use it.
2642
2643 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2644
2645 * gmm-utils.el (gmm-flet): Remove.
2646 * gnus-sync.el (gnus-sync-lesync-call)
2647 * message.el (message-read-from-minibuffer): Don't use it.
2648
2649 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
2650
2651 * gmm-utils.el (gmm-labels): Use cl-labels if available.
2652
2653 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
2654
2655 * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2656
2657 * gnus-sync.el (gnus-sync-lesync-call)
2658 * message.el (message-read-from-minibuffer): Use gmm-flet.
2659
2660 * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2661
2662 * gnus-util.el (gnus-macroexpand-all): Remove.
2663
2664 2012-12-03 Andreas Schwab <schwab@linux-m68k.org>
2665
2666 * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2667 to TAB, not [tab].
2668 (gnus-summary-article-map): Likewise.
2669
2670 * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2671 (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2672
2673 2012-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
2674
2675 * message.el (message-get-reply-headers):
2676 Make sure the reply goes to the author if it is a wide reply.
2677
2678 2012-11-16 Jan Tatarik <jan.tatarik@gmail.com>
2679
2680 * gnus-score.el (gnus-score-body):
2681 * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2682 scoring by body.
2683
2684 2012-11-16 Glenn Morris <rgm@gnu.org>
2685
2686 * gnus-diary.el (nndiary-request-create-group-functions)
2687 (nndiary-request-update-info-functions)
2688 (gnus-subscribe-newsgroup-functions)
2689 (nndiary-request-accept-article-functions):
2690 Use new names for hooks rather than obsolete aliases.
2691
2692 2012-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
2693
2694 * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2695 in meta tag with the one the part specifies in its header.
2696
2697 2012-11-02 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
2698
2699 * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2700 by default.
2701
2702 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2703
2704 New UIDL implementation.
2705
2706 * mail-source.el (mail-sources, mail-source-keyword-map):
2707 Add :leave as a pop3 keyword.
2708 (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2709
2710 * pop3.el (pop3-leave-mail-on-server): Allow number.
2711 (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2712 (pop3-movemail): Add UIDL support.
2713 (pop3-send-streaming-command): Take a list of mail numbers instead of
2714 the number of mails.
2715 (pop3-write-to-file): Add X-UIDL header.
2716 (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2717 (pop3-uidl-add-xheader): New functions.
2718
2719 * message.el (message-ignored-resent-headers):
2720 Add X-Content-Length and X-UIDL headers.
2721
2722 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2723
2724 * nndiary.el (nndiary-request-create-group-functions)
2725 (nndiary-request-update-info-functions)
2726 (nndiary-request-accept-article-functions):
2727 * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2728 "-hooks" suffix.
2729
2730 2012-10-17 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2731
2732 * starttls.el (starttls-extra-arguments): Doc fix.
2733
2734 2012-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2735
2736 * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2737 it.
2738
2739 2012-10-06 Glenn Morris <rgm@gnu.org>
2740
2741 * gnus-notifications.el (gnus-notifications):
2742 Add missing group :version tag.
2743 * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2744 (gnus-gcc-post-body-encode-hook):
2745 * gnus-sync.el (gnus-sync-lesync-name)
2746 (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2747
2748 2012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
2749
2750 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2751 a user about whether to delete temp files if once a user answered as n.
2752
2753 2012-09-17 Richard Stallman <rms@gnu.org>
2754
2755 * message.el (message-in-body-p): Don't set mark or modify buffer.
2756
2757 * mml.el (mml-attach-file): Doc fix.
2758 (mml-attach-external, mml-attach-buffer, mml-attach-file):
2759 Set mail-encode-mml when in Mail mode.
2760 Simplify code to set HEAD and move back to HEAD.
2761 (mml-insert-multipart, mml-insert-part):
2762 Set mail-encode-mml when in Mail mode.
2763
2764 2012-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2765
2766 * gnus-util.el (gnus-timer--function): New function.
2767
2768 * gnus-art.el (gnus-article-stop-animations): Use it.
2769
2770 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2771
2772 Fix glitches caused by addition of psec to timers.
2773 * gnus-art.el (gnus-article-stop-animations): Use timer--function
2774 rather than raw access to timer vector.
2775
2776 2012-09-11 Julien Danjou <julien@danjou.info>
2777
2778 * gnus-notifications.el (gnus-notifications): Check for nil values in
2779 ignored addresses check.
2780
2781 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2782
2783 * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2784
2785 2012-09-07 Chong Yidong <cyd@gnu.org>
2786
2787 * gnus-util.el
2788 (gnus-put-text-property-excluding-characters-with-faces): Restore.
2789
2790 * gnus-salt.el (gnus-tree-highlight-node):
2791 * gnus-sum.el (gnus-summary-highlight-line):
2792 * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2793
2794 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
2795
2796 * gnus-util.el: Fix compilation error on XEmacs 21.4.
2797
2798 2012-09-06 Juri Linkov <juri@jurta.org>
2799
2800 * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2801 scheme for buffer names to be more consistent with other group and
2802 article buffer names in Gnus.
2803
2804 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
2805
2806 * gnus-util.el
2807 (gnus-put-text-property-excluding-characters-with-faces): Remove.
2808
2809 * gnus-compat.el: Define compat function `add-face' from Wolfgang
2810 Jenkner.
2811
2812 * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2813
2814 * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2815
2816 * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2817
2818 2012-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2819
2820 * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2821 mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2822
2823 * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2824 string-prefix-p in Emacs >=23.2.
2825
2826 * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2827 (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2828 instead of string-match-p.
2829 (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2830
2831 2012-09-06 Kenichi Handa <handa@gnu.org>
2832
2833 * qp.el (quoted-printable-decode-region): Fix previous change; handle
2834 lowercase a..f.
2835
2836 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
2837
2838 * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2839
2840 2012-09-05 Martin Stjernholm <mast@lysator.liu.se>
2841
2842 * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
2843 TIME is set.
2844
2845 2012-09-05 Juri Linkov <juri@jurta.org>
2846
2847 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2848 than one group at a time (bug#11961).
2849
2850 2012-09-05 Julien Danjou <julien@danjou.info>
2851
2852 * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2853 this hide the real reason with a message giving absolutely no hint.
2854
2855 2012-09-05 Lars Ingebrigtsen <larsi@gnus.org>
2856
2857 * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2858 to the backend (bug#11804).
2859
2860 * message.el (message-insert-newsgroups): Don't insert newsgroup
2861 duplicates (bug#12275).
2862
2863 2012-09-05 John Wiegley <johnw@newartisans.com>
2864
2865 * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2866 sieve rules.
2867
2868 2012-09-05 Jan Tatarik <jan.tatarik@gmail.com>
2869
2870 * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2871 function.
2872
2873 * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2874
2875 * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2876
2877 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
2878
2879 * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2880 That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2881 This should make nnmaildir more usable with offlineimap.
2882
2883 2012-09-03 Lars Ingebrigtsen <larsi@gnus.org>
2884
2885 * gnus-notifications.el (gnus-notifications-notify): Use it.
2886
2887 * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2888 warnings on XEmacs.
2889
2890 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2891
2892 Better seeds for (random).
2893 * gnus-sync.el (gnus-sync-lesync-setup):
2894 * message.el (message-canlock-generate, message-unique-id):
2895 Change (random t) to (random), now that the latter is more random.
2896
2897 2012-08-31 Dave Abrahams <dave@boostpro.com>
2898
2899 * auth-source.el (auth-sources): Fix macos keychain access.
2900
2901 * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2902 allow the backend `request-head' function to determine the group
2903 name on its own.
2904 (gnus-request-expire-articles): Filter out negative article numbers
2905 during expiry (Bug#11980).
2906
2907 * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2908 O(N^2) to O(N). This makes warping into huge groups tolerable.
2909
2910 * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2911 you've found the article when you haven't.
2912
2913 2012-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2914
2915 * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2916
2917 2012-08-30 Julien Danjou <julien@danjou.info>
2918
2919 * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2920 `gnus-notifications-timeout'.
2921 (gnus-notifications-timeout): Add.
2922 (gnus-notifications-action): New function.
2923 (gnus-notifications-notify): Add :action using
2924 `gnus-notifications-action'.
2925 (gnus-notifications-id-to-msg): New variable.
2926 (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2927 notifications id to messages.
2928
2929 2012-08-30 Kenichi Handa <handa@gnu.org>
2930
2931 * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2932 once.
2933
2934 2012-08-29 Julien Danjou <julien@danjou.info>
2935
2936 * gnus-notifications.el: New file.
2937 (gnus-notifications-notify): New function.
2938 (gnus-notifications): Use `gnus-notifications-notify'.
2939
2940 2012-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
2941
2942 * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2943 transfer encoding first; bind gnus-newsgroup-charset to the charset
2944 that the article specifies (Bug#12209).
2945
2946 2012-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
2947
2948 * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2949 (gnus-group-customize-done): Encode values posting-style holds.
2950
2951 * gnus-msg.el (gnus-summary-resend-message)
2952 (gnus-configure-posting-styles): Decode values posting-style group
2953 parameter holds.
2954
2955 2012-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
2956
2957 * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2958 `name' and `address' in Resent-From header.
2959
2960 2012-08-14 Chong Yidong <cyd@gnu.org>
2961
2962 * gnus-art.el (article-display-face): Handle failure in
2963 gnus-create-image (Bug#11802).
2964
2965 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2966
2967 * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2968 Use defsetf.
2969
2970 2012-08-10 Daiki Ueno <ueno@unixuser.org>
2971
2972 * auth-source.el (auth-source-plstore-search)
2973 (auth-source-secrets-search): Ignore :require and :type in search spec.
2974
2975 2012-08-06 Julien Danjou <julien@danjou.info>
2976
2977 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2978 Remove autoload, already handled by gnus.el.
2979
2980 2012-08-05 Julien Danjou <julien@danjou.info>
2981
2982 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2983 Add autoload.
2984
2985 2012-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
2986
2987 * gnus.el (gnus-valid-select-methods): Fix custom type.
2988
2989 2012-07-29 Teodor Zlatanov <tzz@lifelogs.com>
2990
2991 * auth-source.el (auth-sources, auth-source-backend-parse)
2992 (auth-source-macos-keychain-search)
2993 (auth-source-macos-keychain-search-items)
2994 (auth-source-macos-keychain-result-append)
2995 (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2996 auth-source.el through the /usr/bin/security utility.
2997 (auth-sources): Fix syntax error.
2998 (auth-source-macos-keychain-result-append): Fix variable name.
2999 (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3000
3001 2012-07-27 Julien Danjou <julien@danjou.info>
3002
3003 * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3004 Emacs < 24.1
3005
3006 2012-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
3007
3008 * message.el (message-kill-address): Don't kill last newline.
3009 (message-skip-to-next-address): Don't move to the next header.
3010 (message-fill-field-address): Work properly.
3011
3012 2012-07-25 Julien Danjou <julien@danjou.info>
3013
3014 * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3015
3016 2012-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
3017
3018 * nnimap.el (nnimap-get-responses): Don't remove, still used.
3019
3020 2012-07-24 Julien Danjou <julien@danjou.info>
3021
3022 * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3023
3024 * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3025 (nntp-async-timer-handler): Remove, unused.
3026
3027 * nnimap.el (nnimap-get-responses): Remove, unused.
3028
3029 * nnheader.el (mail-header-set-extra): Remove, unused.
3030
3031 * mm-view.el (mm-view-sound-file): Remove, unused.
3032
3033 * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3034 (mm-url-encode-multipart-form-data): Remove, unused.
3035
3036 * message.el (message-remove-signature, message-make-host-name)
3037 (message-fill-address): Remove, unused.
3038
3039 * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3040 (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3041 unused.
3042
3043 * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3044
3045 * gnus-util.el (gnus-extract-address-component-name)
3046 (gnus-extract-address-component-email, gnus-sortable-date)
3047 (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3048 (gnus-process-live-p): Remove, unused.
3049
3050 * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3051
3052 * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3053 (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3054 (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3055 function.
3056
3057 * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3058
3059 * gnus-score.el (gnus-summary-score-crossposting)
3060 (gnus-score-regexp-bad-p): Remove, unused.
3061
3062 * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3063
3064 * gnus-range.el (gnus-sublist-p): Remove, unused.
3065
3066 * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3067 unused.
3068
3069 * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3070
3071 * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3072 (gnus-request-associate-buffer): Remove, unused.
3073
3074 * gnus-group.el (gnus-group-set-method-info)
3075 (gnus-group-set-params-info): Remove, unused.
3076
3077 * gnus-fun.el (gnus-shell-command-to-string)
3078 (gnus-shell-command-on-region): Remove, unused.
3079
3080 * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3081
3082 * gnus-art.el (gnus-article-text-type-exists-p)
3083 (article-translate-characters, gnus-article-hide-text-of-type)
3084 (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3085 Remove, unused.
3086
3087 2012-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
3088
3089 * nnir.el ("nnir"): Revert last change, that's premature to merge from
3090 Gnus master.
3091
3092 2012-07-22 Andrew Cohen <cohen@bu.edu>
3093
3094 * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3095
3096 2012-07-21 Julien Danjou <julien@danjou.info>
3097
3098 * message.el (message-dont-reply-to-names): Replace deprecated
3099 `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3100 (message-get-reply-headers): Ditto.
3101
3102 2012-07-18 Julien Danjou <julien@danjou.info>
3103
3104 * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3105 `sieve-upload-and-kill'.
3106
3107 * sieve.el (sieve-bury-buffer): Remove function.
3108 (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3109 (sieve-upload-and-kill): New function, mapped to C-c C-c.
3110
3111 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
3112
3113 * shr.el (shr-expand-url): Handle URL starting with `//'.
3114
3115 2012-07-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
3116 2012-07-13 Chong Yidong <cyd@gnu.org>
3117
3118 * smime.el (smime-certificate-info): Set buffer-read-only directly,
3119 instead of calling toggle-read-only with a (bogus) argument.
3120
3121 2012-07-09 Tassilo Horn <tassilo@member.fsf.org>
3122
3123 * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3124 of initial input when reading the author to restrict the summary to.
3125
3126 2012-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3127
3128 * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
3129 buffer exists, which it doesn't if we haven't started Gnus.
3130
3131 2012-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
3132
3133 * mm-decode.el (mm-shr):
3134 Allow overriding charset by mm-charset-override-alist.
3135
3136 2012-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
3137
3138 * gnus-art.el (gnus-article-view-part):
3139 Toggle subparts of multipart/alternative part.
3140
3141 2012-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
3142
3143 * gnus-sync.el: Simply require json.
3144
3145 * registry.el: Simply require eieio and eieio-base.
3146
3147 2012-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
3148
3149 * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
3150
3151 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
3152
3153 * shr.el (shr-render-buffer): New command.
3154 (shr-visit-file): Use it.
3155
3156 2012-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
3157
3158 * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3159 Set no-byte-compile and no-update-autoloads.
3160
3161 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3162
3163 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3164
3165 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3166
3167 * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3168 being bound to a lambda form.
3169
3170 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
3171
3172 * gnus-picon.el (gnus-picon-properties): New defcustom.
3173 (gnus-picon-create-glyph): Use it.
3174
3175 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3176
3177 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3178 locales.
3179
3180 * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3181 on a handle.
3182
3183 * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3184 address as the default.
3185
3186 * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
3187 It makes no sense to query the user about internal files.
3188
3189 * gnus-spec.el: Remove all the byte-compilation stuff, since
3190 benchmarking shows that it doesn't help when entering large summary
3191 buffers.
3192
3193 * gnus-util.el (gnus-byte-code): Remove.
3194
3195 * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3196 grouplens stuff.
3197
3198 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3199
3200 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3201 (bug#11514).
3202
3203 2012-06-26 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
3204
3205 * message.el (message-buffers): Return all buffers derived from Message
3206 to make `gnus-dired-attach' work with mu4e.
3207
3208 2012-06-26 Daiki Ueno <ueno@unixuser.org>
3209
3210 * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3211 (mm-dissect-singlepart): Don't guess the MIME type of
3212 application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3213 set.
3214 (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3215 toplevel MIME type is multipart/encrypted.
3216
3217 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
3218
3219 * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
3220 In particular, add an optional argument and a docstring.
3221
3222 * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3223
3224 * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3225 current before calling `gnus-groups-to-gnus-format'.
3226 Note that this was already the case for `gnus-active-to-gnus-format'.
3227
3228 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3229
3230 * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3231
3232 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3233
3234 * mm-decode.el (mm-dissect-buffer): Doc fix.
3235
3236 * gnus-sum.el (gnus-handle-ephemeral-exit):
3237 Avoid creating the group buffer if it doesn't exist.
3238
3239 * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
3240 is given, mark the group as ephemeral with the current window conf.
3241
3242 * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3243 buffer exists, which it doesn't if we haven't started Gnus.
3244 (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3245
3246 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3247
3248 * mml.el (mml-generate-mime):
3249 Allow specifying what the top-level part type is.
3250
3251 * gnus-sum.el (gnus-auto-center-summary):
3252 `scroll-margin' isn't defined on XEmacs.
3253
3254 2012-06-26 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
3255
3256 * gnus-sum.el (gnus-auto-center-summary):
3257 Set default to respect `scroll-margin'.
3258
3259 2012-06-26 Elias Oltmanns <eo@nebensachen.de> (tiny change)
3260
3261 * gnus-cite.el (gnus-dissect-cited-text): A single line without
3262 citation prefix within a block of cited text should be considered
3263 part of that block *only* if it is a blank line.
3264
3265 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3266
3267 * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3268 before kinsoku-bol characters nor within kinsoku-eol characters.
3269
3270 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3271
3272 * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3273 (gnus-topic-create-topic, gnus-topic-enter-dribble):
3274 Silence compiler.
3275 (gnus-sync-read): Use mapc instead of mapcar.
3276
3277 * mm-archive.el: Require mm-decode for some macros.
3278 (gnus-recursive-directory-files, mailcap-extension-to-mime):
3279 Silence the byte compiler.
3280 (mm-archive-decoders): New function that returns the value of
3281 the mm-archive-decoders variable.
3282
3283 * mm-decode.el:
3284 Don't require mm-archive; autoload mm-archive functions instead.
3285 (mm-dissect-singlepart): Use the function mm-archive-decoders.
3286
3287 * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3288
3289 2012-06-26 Peter Münster <pmrb@free.fr>
3290
3291 * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3292 (gnus-demon-cancel): Ditto.
3293 (gnus-demon-run-callback): When function cannot be called due to low
3294 idleness, call it when idleness reaches the expected value, instead
3295 of waiting another timer period.
3296 (gnus-demon-init): Add `time' to arguments of call-back.
3297
3298 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3299
3300 * gnus.el: Register gnus-registry functions.
3301
3302 * gnus-registry.el (gnus-try-warping-via-registry):
3303 Move here and indent.
3304
3305 * gnus-int.el (gnus-warp-to-article):
3306 Check whether the registry is enabled before warping.
3307
3308 2012-06-26 Dave Abrahams <dave@boostpro.com>
3309
3310 * gnus-sum.el (gnus-summary-insert-subject): Record information
3311 in the registry about each article retrieved.
3312
3313 * gnus-int.el (gnus-select-group-with-message-id): New function.
3314 (gnus-try-warping-via-registry): Ditto.
3315 (gnus-warp-to-article): Fall back on the registry.
3316
3317 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3318
3319 * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3320
3321 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3322
3323 * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3324 gnus-gcc-self-resent-messages may be a group parameter.
3325 (gnus-summary-resend-message):
3326 Don't encode encoded words in header when Gcc'ing resent message.
3327
3328 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3329
3330 * shr.el (shr-insert): Treat non-breaking space just like normal
3331 space. This seems to produce more pleasing results.
3332 (shr-insert):
3333 Only insert a blank line if we're starting from an image.
3334 (shr-tag-br):
3335 Allow <br> to end lines or to make a single blank line.
3336 (shr-ensure-paragraph): Consider lines with white space to be blank.
3337
3338 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
3339
3340 * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3341 and gnus-gcc-post-body-encode-hook.
3342
3343 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3344
3345 * mm-decode.el (mm-dissect-singlepart):
3346 Guess what the type of application/octet-stream parts really is.
3347
3348 * gnus-sum.el (gnus-propagate-marks): Remove.
3349
3350 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3351
3352 * nntp.el (nntp-coding-system-for-read): Remove.
3353 (nntp-coding-system-for-write): Ditto.
3354 (nntp-open-connection): Just use `binary' directly.
3355
3356 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3357
3358 * registry.el (registry-usage-test, registry-persistence-test):
3359 Move to tests/gnustest-registry.el.
3360 (registry-make-testable-db, registry-match-test)
3361 (registry-instantiation-test): Move to tests/gnustest-registry.el.
3362
3363 * gnus-registry.el (gnus-registry-misc-test)
3364 (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3365
3366 * tests/gnustest-registry.el:
3367 New file with the registry and gnus-registry ERT tests.
3368
3369 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3370
3371 * gnus-msg.el (gnus-summary-resend-message):
3372 Make gnus-summary-resend-message-insert-gcc be last item in
3373 message-header-setup-hook.
3374
3375 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3376
3377 * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3378 (nnfolder-marks, nnfolder-marks-file-suffix)
3379 (nnfolder-marks-modtime): Remove.
3380 (nnfolder-open-server): Don't use marks.
3381 (nnfolder-request-delete-group): Ditto.
3382 (nnfolder-request-rename-group): Ditto.
3383 (nnfolder-request-set-mark, nnfolder-request-marks)
3384 (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3385 (nnfolder-save-marks, nnfolder-open-marks): Remove.
3386
3387 * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3388 (nnml-marks-modtime): Remove.
3389 (nnml-request-delete-group): Don't use marks.
3390 (nnml-request-rename-group): Ditto.
3391 (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3392 (nnml-save-marks, nnml-open-marks): Remove.
3393
3394 * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3395 (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3396 (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3397 (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3398 (nntp-server-to-method-cache): Remove.
3399
3400 * shr.el (shr-rescale-image): Fix wrong merge.
3401
3402 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3403
3404 * shr.el (shr-remove-trailing-whitespace):
3405 Really delete the padding on too-wide lines.
3406
3407 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3408
3409 * mm-archive.el (mm-archive-dissect-and-inline): New function.
3410 (mm-archive-dissect-and-inline): Fix up the undisplayer.
3411
3412 * mm-decode.el (mm-display-external): Output the text from
3413 the command in the buffer after the command finished.
3414 This makes text-based commands behave better.
3415
3416 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3417
3418 * message.el (smtpmail-smtp-user): Silence compiler warning.
3419
3420 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3421
3422 * message.el (message-multi-smtp-send-mail): Also allow specifying
3423 the SMTP user name.
3424
3425 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3426
3427 * gnus-sum.el (gnus-summary-article-map): Fix typo.
3428
3429 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3430
3431 * message.el (message-multi-smtp-send-mail): New function.
3432 (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3433 header to implement multi-SMTP functionality.
3434
3435 * gnus-agent.el (gnus-agent-send-mail-function): Remove.
3436 (gnus-agentize): Don't set it.
3437 (gnus-agent-send-mail): Don't use it.
3438
3439 * gnus-sum.el (gnus-summary-widget-backward):
3440 New function and keystroke.
3441
3442 * shr.el (shr-put-image): Remove underlines from sliced images.
3443 (shr-zoom-image): Compute the region to be replaced more correctly.
3444
3445 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3446
3447 * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3448 (gnus-summary-resend-message-insert-gcc): New function.
3449 (gnus-summary-resend-message): Modify message-header-setup-hook and
3450 message-sent-hook to make it work for Gcc.
3451 (gnus-inews-do-gcc): Update the number of unread articles of groups
3452 that messages are Gcc'd to.
3453
3454 * message.el (message-resend): Run message-sent-hook to do Gcc.
3455
3456 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3457
3458 * gnus-registry.el (gnus-registry-fixup-registry):
3459 Move the message to a higher level to silence compilation.
3460
3461 * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3462 parameter to allow controlling the scaling.
3463
3464 * shr.el (shr-zoom-image): New command and keystroke.
3465 (shr-put-image): Take a `size' flag to say how to scale the image.
3466
3467 * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3468 Use recursive deletion.
3469 (mm-dissect-archive): Add support for zip files.
3470
3471 * gnus-util.el (gnus-recursive-directory-files): New function.
3472
3473 * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3474 (mm-archive-decoders): Add tgz support.
3475
3476 * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3477 Otherwise inserting text into the Gnus buffer can look odd.
3478
3479 * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3480
3481 * mm-archive.el (mm-archive-decoders): Add support for tar.
3482
3483 * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3484
3485 * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3486
3487 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3488
3489 * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3490
3491 * mm-archive.el: New file.
3492
3493 * mm-decode.el (mm-dissect-singlepart):
3494 Use it to decode ms-tnef files.
3495
3496 * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3497
3498 * message.el (message-goto-*): Make all the `message-goto-*' commands
3499 push the mark before moving point. This makes it easier to go back
3500 to where you came from after editing whatever you jumped to.
3501
3502 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3503
3504 * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3505 (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3506 (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3507
3508 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3509
3510 * spam.el: Move BBDB autoloads.
3511 (spam-exists-in-BBDB-p):
3512 New function to do the BBDB search directly in BBDB 2 and 3.
3513 (spam-check-BBDB): Use it.
3514 (spam-enter-ham-BBDB): Use it.
3515
3516 2012-06-26 Peter Münster <pmrb@free.fr> (tiny change)
3517
3518 * gnus-group.el (gnus-group-get-new-news):
3519 New parameter `one-level' for scanning exactly one level.
3520
3521 * gnus-start.el (gnus-get-unread-articles): Ditto.
3522
3523 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3524
3525 * gnus-sync.el: More commentary about setup.
3526
3527 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3528
3529 * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3530
3531 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3532
3533 * gnus-sync.el: Improve docs about CouchDB admins.
3534
3535 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3536
3537 * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3538 not needed. Provide xmlplistread list function to produce XML plist
3539 output for non-Gnus LeSync clients.
3540
3541 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3542
3543 * gnus-sync.el: Add LeSync synchronization backend and logic to read
3544 and save against it. Group subscriptions, read marks, other marks,
3545 subscription levels, topic names, and topic offsets (the group's
3546 position within the topic) are saved. This is an experimental
3547 backend and may change significantly. Load json.el from
3548 the gnus-fallback-lib if it's not available otherwise.
3549 (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3550
3551 2012-06-26 David Engster <dengste@eml.cc>
3552
3553 * tests/gnustest-nntp.el: New file for simple NNTP testing.
3554
3555 2012-06-18 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
3556
3557 * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3558
3559 2012-06-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
3560
3561 * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3562 is an integer to avoid later problems.
3563
3564 2012-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3565
3566 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3567 locales.
3568
3569 2012-04-14 Wolfgang Jenkner <wjenkner@inode.at>
3570
3571 * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3572 articles when fetch-old is non-nil (bug#11370).
3573
3574 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3575
3576 * gnus-group.el (gnus-group-get-new-news):
3577 Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
3578
3579 2012-06-10 Dave Abrahams <dave@boostpro.com>
3580
3581 * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3582 groups (bug#11641).
3583
3584 2012-06-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3585
3586 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3587 (bug#11514).
3588
3589 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3590
3591 * nntp.el: Stop the `letf' madness.
3592 (nntp--report-1): New var.
3593 (nntp-report): Merge nntp-report-1 into it.
3594 (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3595 the nntp-report function.
3596
3597 * auth-source.el: Fix comment-style to follow the convention.
3598
3599 2012-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
3600
3601 * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3602 a string so that Gcc works (bug#11514).
3603
3604 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3605
3606 * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3607 * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3608
3609 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3610
3611 * gnus-win.el (gnus-configure-frame): Don't signal an error when
3612 jumping to *Server* from a dedicated *Group* window.
3613 (gnus-configure-frame): CSE.
3614
3615 * gnus-registry.el: Minor style cleanup.
3616 (gnus-registry--set/remove-mark): New function, extracted from
3617 gnus-registry-install-shortcuts.
3618 (gnus-registry-install-shortcuts): Use it.
3619
3620 2012-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
3621
3622 * nnspool.el (news-path): Use eval-and-compile.
3623
3624 2012-05-24 Glenn Morris <rgm@gnu.org>
3625
3626 * nnspool.el (news-directory, news-path, news-inews-program):
3627 Move here from paths.el. Don't see a need for these to be autoloaded.
3628
3629 * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3630 Merge in doc from paths.el version. Don't see any need for this to be
3631 autoloaded, or for the warning about users not setting it.
3632
3633 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3634
3635 Fix minor Y10k bug.
3636 * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3637
3638 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3639
3640 * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3641 message once it's actually open.
3642
3643 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3644
3645 * auth-source.el (auth-source--aput-1, auth-source--aput)
3646 (auth-source--aget): New functions and macros.
3647 Use them instead of aput/aget.
3648
3649 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
3650
3651 * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3652
3653 2012-04-26 Daiki Ueno <ueno@unixuser.org>
3654
3655 * plstore.el (plstore-called-interactively-p): New compat macro copied
3656 from message.el.
3657 (plstore-mode): Use it.
3658
3659 2012-04-26 Daiki Ueno <ueno@unixuser.org>
3660
3661 * plstore.el: Revive the editing feature.
3662 (plstore-mode): New mode to edit plstore file.
3663 (plstore-mode-toggle-display, plstore-mode-original)
3664 (plstore-mode-decoded): New command.
3665 (plstore--encode, plstore--decode, plstore--write-contents-functions)
3666 (plstore--insert-buffer, plstore--make): New function.
3667 (plstore-open, plstore-save): Simplify by using them.
3668
3669 2012-04-16 Glenn Morris <rgm@gnu.org>
3670
3671 * nndraft.el (nndraft-request-list): Fix declaration.
3672
3673 2012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3674
3675 * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3676 don't have a current group.
3677
3678 * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3679 have a group name.
3680
3681 * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3682 a multibyte buffer (bug#7410).
3683 (article-wash-html): Parse the original article buffer to get the
3684 unencoded data (bug#7410).
3685
3686 * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3687 .newsrc.el files.
3688
3689 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3690
3691 * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3692 would have gotten if we posted to the group, and use that to compare
3693 against the message we want to cancel (bug#10808).
3694
3695 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3696
3697 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3698 "#" to avoid having them interpreted as comments.
3699
3700 2012-03-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3701
3702 * shr.el (shr-insert): Update the text state properly to avoid
3703 inserting spurious paragraph starts.
3704
3705 2012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3706
3707 * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
3708 requested (bug#10961).
3709
3710 * shr.el (shr-table-widths): Divide the extra width more fairly over
3711 the TDs (bug#10973).
3712 (shr-render-td): Don't delete too much padding.
3713 (shr-natural-width): Compute the natural width more correctly.
3714 (shr-insert): Allow the natural width to be computed for tables again.
3715 (shr-tag-table-1): Rework how the natural widths are computed by
3716 rendering the table a third time.
3717 (shr-natural-width): Remove.
3718 (shr-buffer-width): New function.
3719 (shr-expand-newlines): Use it.
3720
3721 * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
3722 using a `gnus-use-full-window' setup (bug#11013).
3723
3724 2012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3725
3726 * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3727 24.1 release.
3728
3729 2012-03-10 David Edmondson <dme@dme.org>
3730
3731 * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3732 'Forwarded Message' header and the start of the message.
3733
3734 2012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3735
3736 * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3737 isn't running (bug#10897).
3738
3739 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3740
3741 * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3742
3743 2012-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3744
3745 * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3746
3747 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
3748
3749 * mm-decode.el (mm-shr): Remove "soft hyphens".
3750
3751 * nnimap.el (nnimap-request-list): Return the group names encoded as
3752 utf8. Otherwise non-European group names don't work.
3753 (nnimap-request-newgroups): Ditto.
3754
3755 * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3756 the default in `read-string' (bug#10757).
3757
3758 * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3759 topics (bug#10843).
3760
3761 * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3762 buffer. Suggested by Herbert Valerio Riedel.
3763 (nnimap-request-move-article): Delete the message from the correct IMAP
3764 server.
3765
3766 2012-02-19 Gábor Vida <vidagabor@gmail.com> (tiny change)
3767
3768 * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3769 Reported by Peter Münster.
3770
3771 2012-02-18 Lars Ingebrigtsen <larsi@gnus.org>
3772
3773 * shr.el (shr-image-fetched): Make sure we really kill the right
3774 buffer.
3775
3776 2012-02-16 Leo Liu <sdl.web@gmail.com>
3777
3778 * gnus-start.el (gnus-1): Avoid duplicate entries.
3779
3780 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
3781
3782 * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3783 too-wide lines.
3784
3785 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
3786
3787 * shr.el (shr-rescale-image): Undo previous change; see
3788 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3789
3790 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3791
3792 * nnimap.el (nnimap-record-commands): New variable.
3793 (nnimap-log-command): Use it.
3794 (nnimap-make-process-buffer): Add a space to the process buffer.
3795 (nnimap-transform-headers): Don't bug out on header lines containing
3796 stuff that look like IMAP length encodings.
3797
3798 * shr.el (shr-rescale-image): Allow viewing large images.
3799
3800 2012-02-12 Lars Ingebrigtsen <larsi@gnus.org>
3801
3802 * nnml.el (nnml-request-compact-group): Delete the marks file after
3803 compaction (bug#10800).
3804
3805 * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3806 group exit.
3807
3808 * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3809 QRESYNC/FETCH output.
3810
3811 2012-02-11 Glenn Morris <rgm@gnu.org>
3812
3813 * sieve-manage.el (sieve-manage-default-stream):
3814 * shr.el (shr):
3815 * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3816 (nnir-retrieve-headers-override-function)
3817 (nnir-imap-default-search-key, nnir-notmuch-program)
3818 (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3819 (nnir-method-default-engines):
3820 * message.el (message-cite-reply-position):
3821 * gssapi.el (gssapi-program):
3822 * gravatar.el (gravatar):
3823 * gnus-sum.el (gnus-refer-thread-use-nnir):
3824 * gnus-registry.el (gnus-registry-unfollowed-addresses)
3825 (gnus-registry-max-pruned-entries):
3826 * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3827 * gnus-int.el (gnus-after-set-mark-hook)
3828 (gnus-before-update-mark-hook):
3829 * gnus-async.el (gnus-async-post-fetch-function):
3830 * auth-source.el (auth-source-cache-expiry):
3831 Add missing :version tags to new defcustoms and defgroups.
3832
3833 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3834
3835 * message.el (message-default-send-mail-function): Made into own
3836 function for reuse by emacsbug.el.
3837
3838 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
3839
3840 * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3841 `gnus-sloppily-equal-method-parameters' to avoid a warning.
3842
3843 2012-02-09 Lars Ingebrigtsen <larsi@gnus.org>
3844
3845 * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3846 running.
3847
3848 * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3849
3850 * gnus.el (gnus-server-extend-method): Don't add an -address component
3851 if the method already has one (bug#9676).
3852
3853 2012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3854
3855 * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3856 of an initial-input for consistency (bug#10757).
3857
3858 * shr.el: Inhibit getting and sending cookies when fetching pictures.
3859
3860 * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3861
3862 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
3863
3864 * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3865 lines that are narrower than the window width. Otherwise background
3866 "blocks" will look less readable.
3867
3868 2012-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
3869
3870 * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3871
3872 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
3873
3874 * nnimap.el (nnimap-transform-headers): Remove unused variable.
3875 (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3876 have newlines within the strings, and where the UID comes after the
3877 BODYSTRUCTURE element (bug#10537).
3878
3879 * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3880 (bug#10732).
3881
3882 * shr.el (shr-insert-document): Add doc string.
3883 (shr-visit-file): Ditto.
3884 (shr-remove-trailing-whitespace): New function.
3885 (shr-insert-document): Use it to clean up trailing whitespace as the
3886 final step (bug#10714).
3887
3888 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3889
3890 * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3891 buffer if `gnus-kill-summary-on-exit' is nil.
3892
3893 2012-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
3894
3895 * gnus-sum.el (gnus-summary-show-thread):
3896 next-single-char-property-change may return nil in XEmacs.
3897
3898 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3899
3900 * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3901 when just reading a single group from "without" Gnus.
3902
3903 2012-02-06 Chong Yidong <cyd@gnu.org>
3904
3905 * gnus-sum.el (gnus-summary-show-thread):
3906 next-single-char-property-change never returns nil (Bug#8657).
3907
3908 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org>
3909
3910 * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3911 without reconnecting.
3912 (nnimap-possibly-change-group): Ditto.
3913 (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3914 connection has died before being called.
3915
3916 2012-02-02 Lars Ingebrigtsen <larsi@gnus.org>
3917
3918 * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3919 an initial sync unless we're really doing one.
3920
3921 * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3922 address parameter if one already exists (bug#9676).
3923
3924 * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3925 not the prefix, as documented (bug#10689).
3926
3927 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3928
3929 * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3930 the "server".
3931
3932 * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3933 the real error message with the useless "previously known to be down".
3934 Which isn't even correct.
3935
3936 * nntp.el (nntp-open-connection): Report the error message if the nntp
3937 server can't be reached.
3938
3939 * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3940 groups we do a total scan for.
3941 (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3942 doing that.
3943
3944 2012-01-31 Jim Meyering <jim@meyering.net>
3945
3946 * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3947 Correct a comment (insert "not") and hide nominally-doubled "to".
3948
3949 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
3950
3951 * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3952 section in the manual.
3953
3954 2012-01-30 Lars Ingebrigtsen <larsi@gnus.org>
3955
3956 * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3957 words.
3958 (rfc2047-encode-string): Ditto.
3959 (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not
3960 understand folded filename="..." parameters, for instance.
3961
3962 * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3963 the message for greater debuggability.
3964
3965 2012-01-28 Lars Ingebrigtsen <larsi@gnus.org>
3966
3967 * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3968 instead of setting it locally, since the latter doesn't seem to have
3969 any effect (most of the time).
3970
3971 2012-01-27 Elias Pipping <pipping@lavabit.com> (tiny change)
3972
3973 * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3974 function call.
3975
3976 2012-01-27 Gábor Vida <vidagabor@gmail.com> (tiny change)
3977
3978 * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3979 seconds, and make the repeat clause with HH:MM specs work as
3980 documented.
3981
3982 2012-01-27 Lars Ingebrigtsen <larsi@gnus.org>
3983
3984 * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3985 so that previous errors don't prohibit getting new news.
3986
3987 * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3988
3989 * nntp.el (nntp-retrieve-group-data-early): Ditto.
3990
3991 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
3992
3993 * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3994 bound globally in old Emacsen and XEmacsen.
3995
3996 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change)
3997
3998 * gnus.el (gnus-group-find-parameter): Check for liveness of the
3999 buffer, not of the string which is its name.
4000
4001 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
4002
4003 * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4004 non-server-marks groups.
4005 (gnus-group-make-articles-read): Ditto.
4006
4007 * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4008 methods (bug#9676).
4009
4010 * gnus.el (gnus-method-ephemeral-p): New function.
4011
4012 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
4013
4014 * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4015 left-to-right.
4016
4017 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
4018
4019 * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4020 warning.
4021
4022 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
4023
4024 * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4025 macroexpand the nnir things, since they haven't been defined yet, and
4026 nnir requires gnus-sum.
4027
4028 2012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4029
4030 * mm-decode.el (mm-interactively-view-part): Fix prompt.
4031
4032 2012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
4033
4034 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4035 logical server name in addition to the actual machine address.
4036
4037 * auth-source.el (auth-source-user-and-password): Add convenience
4038 wrapper to search by just host and optionally user.
4039
4040 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4041
4042 * shr.el (shr-visit-file): Move point to the beginning of the buffer
4043 after rendering.
4044
4045 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4046
4047 * gnus-sum.el (gnus-summary-read-group): Document more parameters
4048 (bug#9693).
4049 (gnus-summary-setup-buffer): Document return value (bug#9697).
4050
4051 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4052 since ido doesn't work on symbols (bug#9632).
4053
4054 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4055 when getting a single value as when getting all the values. This means
4056 that atoms like `gcc-self' work cumulatively, like variable settings,
4057 instead of getting the value from the last matching clause.
4058 (gnus-group-find-parameter): Protect against the group buffer not
4059 existing (bug#9585).
4060
4061 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4062
4063 * gnus-start.el (gnus-activate-group): Document more parameters
4064 (bug#9694).
4065
4066 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4067 (bug#9692).
4068
4069 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4070 article was fetched, so that it can be expired later (bug#9958).
4071 (gnus-agent-summary-fetch-series): Add doc string.
4072 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4073 (bug#9517).
4074
4075 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4076 retrieval is happening.
4077
4078 * gnus.el (gnus-parameters): Doc fix.
4079
4080 2012-01-06 Dave Abrahams <dave@boostpro.com>
4081
4082 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4083 show the thread after expansion.
4084
4085 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4086
4087 * gnus-art.el (article-narrow-to-head): If the head is completely
4088 empty, narrow to the empty region (bug#9764).
4089
4090 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4091 read, and then mark them as unread only when the unread mark is used.
4092 This makes `C-- T k' actually work, even though it's confusing.
4093
4094 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4095 alive before we try to find its window.
4096
4097 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
4098
4099 * mm-decode.el (mm-display-external): Use a longer timeout for the
4100 deletion to allow slow programs to display the file.
4101
4102 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4103
4104 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4105 prompt to be less confusing.
4106
4107 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4108 argument to `message-reply'. This broke `special-display-*' frame
4109 pop-uping (bug#10238).
4110
4111 2012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4112
4113 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4114 systems, since these allegedly don't work there.
4115
4116 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
4117
4118 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4119 live buffer.
4120
4121 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4122
4123 * nnir.el (nnir-retrieve-headers): Protect against the article not
4124 existing on the server (bug#10335).
4125
4126 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4127
4128 * gnus-agent.el (gnus-agent-load-local):
4129 Recompute gnus-agent-article-local on changing method.
4130
4131 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4132
4133 * gnus.el (gnus-parameters): Note precedence.
4134
4135 2012-01-04 Leo Liu <sdl.web@gmail.com>
4136
4137 * nndraft.el (nndraft-update-unread-articles): Don't move point around
4138 in the group buffer.
4139
4140 2012-01-04 Julien Danjou <julien@danjou.info>
4141
4142 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4143 change.
4144
4145 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4146
4147 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4148 too.
4149
4150 * nntp.el (nntp-retrieve-group-data-early): Use it.
4151
4152 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4153
4154 * nntp.el (nntp-retrieval-in-progress): New variable.
4155 (nntp-make-process-buffer): Make it buffer-local.
4156
4157 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4158 2010.
4159 (gnus-demon-init): Use it to compute the time if time is on the form
4160 "04:23".
4161
4162 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4163
4164 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4165 status in the correct buffer.
4166
4167 2012-01-03 Leo Liu <sdl.web@gmail.com>
4168
4169 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4170 when opening topics (bug#10407).
4171
4172 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
4173
4174 * mm-view.el (mm-display-inline-fontify): Add comment.
4175
4176 2011-12-15 Juri Linkov <juri@jurta.org>
4177
4178 * mm-decode.el (mm-inline-media-tests): Add missing
4179 `mm-handle-media-subtype'.
4180
4181 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
4182
4183 * message.el (message-valid-fqdn-regexp): Update with newly approved
4184 top-level domain names ".tel" and ".asia".
4185
4186 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
4187
4188 * gnus-sum.el (gnus-summary-show-article): Don't load shr
4189 unconditionally.
4190
4191 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
4192
4193 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4194 pop-to-buffer-same-window for old Emacsen.
4195
4196 2011-12-04 Chong Yidong <cyd@gnu.org>
4197
4198 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4199 change (Bug#10200).
4200
4201 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
4202
4203 * compface.el (uncompface):
4204 * gnus-art.el (gnus-article-x-face-command): Update the header format
4205 of icon data for the most recent icontopbm program.
4206
4207 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
4208
4209 * gnus-msg.el (gnus-inews-do-gcc):
4210 * message.el (message-send-mail):
4211 * mml.el (mml-generate-mime): Share the value of the buffer-local
4212 `message-options' variable between a draft buffer and temprary working
4213 buffers.
4214
4215 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4216
4217 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4218
4219 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
4220
4221 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4222 for Cygwin.
4223
4224 2011-11-24 Glenn Morris <rgm@gnu.org>
4225
4226 * starttls.el: Fix case of "GnuTLS".
4227
4228 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
4229
4230 * gnus-group.el (gnus-group-highlight): Fix typo.
4231
4232 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
4233
4234 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4235 value of `delete-file', that returns nil for a local file but returns t
4236 for a remote file using ssh.
4237
4238 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4239
4240 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4241 avoid later breakage.
4242
4243 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
4244
4245 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4246 article buffers' name.
4247
4248 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4249
4250 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4251 by Paul Eggert's spellfixes two days ago.
4252
4253 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4254
4255 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4256 buffer-local instead of binding them to avoid warnings. Also demote
4257 errors (bug#10063).
4258 (font-lock-mode-hook): Shut up byte compiler.
4259
4260 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
4261
4262 * mm-util.el (mm-charset-after): Fix typo.
4263
4264 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
4265
4266 * gnus-sum.el (gnus-summary-make-menu-bar):
4267 * gnus-uu.el (gnus-uu-decode-postscript)
4268 (gnus-uu-decode-postscript-and-save):
4269 * mailcap.el (mailcap-print-command):
4270 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4271 Fix typos.
4272
4273 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
4274
4275 * gnus-art.el (gnus-article-part-wrapper):
4276 * shr-color.el (shr-color-visible-distance-min)
4277 (shr-color-relative-to-absolute, set-minimum-interval)
4278 (shr-color-visible): Fix typos.
4279
4280 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4281
4282 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4283 slightly clearer.
4284
4285 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4286
4287 * message.el (message-send-and-exit): Document `arg'.
4288
4289 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4290
4291 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4292
4293 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
4294
4295 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4296 we don't use `bound-and-true-p'.
4297
4298 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
4299
4300 * gnus-util.el (gnus-bound-and-true-p): Remove.
4301 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4302 * nnir.el: Use it.
4303 * nnmairix.el: Use it.
4304
4305 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
4306
4307 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4308 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4309 for reasons unknown.
4310 * nnir.el: Use it.
4311 * nnmairix.el: Use it.
4312
4313 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4314 * nnir.el: Ditto.
4315 * nnmairix.el: Ditto.
4316
4317 * gnus-registry.el (gnus-registry-enabled): Default to nil.
4318
4319 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4320
4321 * message.el (message-completion-function): Make sure
4322 message-tab-body-function is not attempted if one of
4323 message-completion-alist fails to find a completion (bug#9158).
4324
4325 2011-10-26 Daiki Ueno <ueno@unixuser.org>
4326
4327 * mml.el (mml-quote-region): Quote <#secure> tag.
4328 (mml-generate-mime-1): Unquote <#secure> tag.
4329
4330 2011-10-20 Chong Yidong <cyd@gnu.org>
4331
4332 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4333 calling a minor mode from Lisp with nil arg enables it, so we have to
4334 make the wording a bit ambiguous here).
4335
4336 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
4337
4338 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4339 * nnir.el (nnir-mode): Use it.
4340 * nnmairix.el (nnmairix-determine-original-group-from-registry):
4341 Use it.
4342
4343 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4344 * nnmairix.el (gnus-registry-enabled): Ditto.
4345
4346 2011-10-17 Dave Abrahams <dave@boostpro.com>
4347
4348 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
4349 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4350 only while we need to find out if it should be t or nil.
4351 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4352 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4353 the registry is installed. Set it to nil when it's unloaded.
4354 (gnus-registry-install-p): Provide user guidance for the initial value
4355 of `gnus-registry-install' when it's 'ask, otherwise return its value.
4356 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4357 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4358 * nnmairix.el (nnmairix-determine-original-group-from-registry):
4359 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4360 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4361 `gnus-registry-install'.
4362
4363 2011-10-17 Daiki Ueno <ueno@unixuser.org>
4364
4365 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4366 previous change.
4367 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4368 primary key is marked as disabled.
4369
4370 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
4371
4372 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4373 primary key is marked as disabled.
4374
4375 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
4376
4377 * html2text.el (html2text-clean-anchor): Check for quotes around
4378 `href' value.
4379
4380 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
4381
4382 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4383 searching. Drop `bbdb-cache'.
4384
4385 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
4386
4387 * message.el (message-signed-or-encrypted-p): Exclude header when
4388 checking if there is signed or encrypted body in text/plain message.
4389
4390 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
4391
4392 * html2text.el (html2text-get-attr): Correctly handle attribute values
4393 containing "=".
4394
4395 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
4396
4397 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4398 handle bindings.
4399
4400 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4401
4402 * gnus-win.el (gnus-configure-windows): Protect against reading
4403 ephemeral groups outside of Gnus.
4404
4405 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
4406
4407 * shr.el (shr-tag-img): Don't get images displayed in tables.
4408
4409 2011-10-03 Glenn Morris <rgm@gnu.org>
4410
4411 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4412 the "maintainer" version of debbugs.gnu.org reports.
4413
4414 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4415
4416 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4417 make asynchronous adjacent image insertion work better.
4418
4419 2011-09-27 Daiki Ueno <ueno@unixuser.org>
4420
4421 * plstore.el (plstore-select-keys, plstore-encrypt-to):
4422 Clarify documentation.
4423
4424 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4425
4426 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4427 `gnus-asynchronous' isn't shadowed.
4428
4429 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4430
4431 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4432 (nnimap-insert-partial-structure): The charset parameter isn't
4433 case-sensitive.
4434
4435 * nnheader.el (nnheader-message-maybe): New function.
4436
4437 * shr.el (shr-tag-table): Render totally broken tables better.
4438
4439 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4440 computing the boundary.
4441
4442 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4443
4444 * pop3.el (pop3-number-of-responses): Remove.
4445 (pop3-wait-for-messages): Rewrite to take linear time instead of
4446 exponential time.
4447
4448 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4449
4450 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4451 re-fetch images.
4452
4453 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4454 re-fetch images when hitting `g' in Gnus.
4455
4456 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
4457
4458 * mml.el (mml-inhibit-compute-boundary): New internal variable.
4459 (mml-compute-boundary): Don't check collision if it is non-nil.
4460 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4461 before checking collision.
4462
4463 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4464
4465 * message.el (message-indent-citation): Really make sure there's a
4466 newline at the end.
4467
4468 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4469 Fix suggested by John Wiegley.
4470
4471 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4472
4473 * gnus-art.el (gnus-treat-hide-citation): Add doc.
4474
4475 * message.el (message-default-send-rename-function): Break out into its
4476 own function.
4477
4478 * ecomplete.el (ecomplete-display-matches): Revert patch since it
4479 doesn't work under XEmacs.
4480
4481 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4482 of "imaps" to word around Windows problems.
4483 (nnimap-open-connection-1): Use it.
4484
4485 * message.el (message-indent-citation): Revert last change which made
4486 `F' not work.
4487
4488 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
4489
4490 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4491 terminal as well.
4492
4493 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
4494
4495 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4496 because it displays images using overlays that aren't easy to copy to
4497 the article buffer.
4498
4499 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
4500
4501 * message.el (message-indent-citation): Fix empty line removal at the
4502 end of the citation.
4503
4504 2011-09-20 Julien Danjou <julien@danjou.info>
4505
4506 * auth-source.el (auth-source-netrc-create): Use default value for
4507 password if specified. Evaluate default.
4508 (auth-source-plstore-create): Ditto.
4509 (auth-source-plstore-create, auth-source-netrc-create): Fix default
4510 value evaluation.
4511 (auth-source-netrc-create): Typo fix.
4512 (auth-source-plstore-create): Ditto.
4513
4514 * auth-source.el (auth-source-format-cache-entry): New function.
4515
4516 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4517
4518 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4519
4520 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4521
4522 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4523
4524 2011-09-19 Julien Danjou <julien@danjou.info>
4525
4526 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4527 which work with things that are not ASCII.
4528
4529 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4530
4531 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4532
4533 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4534
4535 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4536 message level.
4537
4538 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
4539
4540 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4541
4542 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4543
4544 * gnus.el (gnus-interactive-exit): Update defcustom spec.
4545
4546 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4547
4548 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4549 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4550
4551 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
4552
4553 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4554 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4555 articles.
4556
4557 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
4558
4559 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4560 (message-mail-other-window, message-mail-other-frame)
4561 (message-news-other-window, message-news-other-frame):
4562 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4563 instead of setting buffer display variables.
4564
4565 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4566
4567 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4568
4569 * gnus-sum.el (gnus-fetch-headers): Bump message level.
4570
4571 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4572
4573 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4574 duplicates" to a higher level.
4575
4576 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4577 most egregious messages.
4578
4579 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4580
4581 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4582
4583 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
4584
4585 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4586 up the file (bug#9351).
4587
4588 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4589
4590 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
4591 it does with all other backends, but decode the names immediately after
4592 getting them.
4593
4594 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4595 decoding nnimap groups.
4596
4597 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4598 newsrc file. It doesn't seem like an important optimization any more.
4599
4600 2011-09-10 Dave Abrahams <dave@boostpro.com>
4601
4602 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4603 overflows.
4604
4605 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4606
4607 * gnus.el (gnus-article-mark-lists): Remove `recent'.
4608 (gnus-interactive-exit): Extend to `quiet'.
4609
4610 * gnus-sum.el (gnus-offer-save-summaries): Use it.
4611
4612 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4613 string.
4614
4615 * plstore.el (plstore--get-buffer): Silence compiler warnings by
4616 renaming function arguments from `this'.
4617
4618 * gnus-sum.el (gnus-newsgroup-recent): Remove.
4619
4620 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4621 has been renamed.
4622 (gnus-lrm-string-p): Include RLM and PDF, too.
4623
4624 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4625 (bug#9225).
4626
4627 2011-09-10 Eli Zaretskii <eliz@gnu.org>
4628
4629 Add autoload cookies for functions used by sendmail.el.
4630 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4631
4632 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4633
4634 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4635
4636 * gnus-art.el (article-date-ut): Work properly even when there are
4637 things like Date header in the body; work for forwarded parts.
4638
4639 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
4640
4641 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4642 original-article-buffer.
4643
4644 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
4645
4646 * nnir.el (nnir-compose-result): Fix matching of server type.
4647 (nnir-run-swish++): Ditto.
4648 (nnir-run-namazu): Ditto.
4649 (nnir-run-notmuch): Ditto.
4650
4651 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4652
4653 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4654 (bug#9405).
4655
4656 * gnus-score.el (gnus-summary-increase-score): Doc clarification
4657 (bug#9421).
4658
4659 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4660 (bug#9425).
4661
4662 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4663 thing (bug#9426).
4664
4665 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4666
4667 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4668 the error message.
4669
4670 2011-09-02 Eli Zaretskii <eliz@gnu.org>
4671
4672 * message.el (message-setup-1): Return t (Bug#9392).
4673
4674 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
4675
4676 * gnus-sum.el: When adding article headers to a summary buffer also
4677 update gnus-newsgroup-articles (bug#9386).
4678
4679 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
4680
4681 * auth-source.el: Autoload help-mode.
4682
4683 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4684
4685 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4686 names.
4687
4688 2011-08-27 Daiki Ueno <ueno@unixuser.org>
4689
4690 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4691 mm-replace-in-string for compatibility issues.
4692 * mml2015.el (mml2015-epg-verify): Ditto.
4693
4694 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
4695
4696 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4697
4698 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4699
4700 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4701
4702 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4703 continue on and do the clean-up phase (bug#9188).
4704
4705 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4706 just ignore groups that can't be opened instead of erroring out
4707 (bug#9225).
4708
4709 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4710 nil since some many people are fuddy-duddies.
4711
4712 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4713 images.
4714
4715 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4716 instead.
4717
4718 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4719
4720 * gnus-util.el (gnus-process-live-p): Copy over compat function.
4721
4722 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4723 processing.
4724
4725 * nntp.el (nntp-kill-buffer): Kill the process before killing the
4726 buffer to avoid warnings.
4727
4728 2011-08-20 Simon Josefsson <simon@josefsson.org>
4729
4730 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4731 specified to reduce precision.
4732
4733 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4734
4735 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4736 bodystructures (bug#9314).
4737
4738 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
4739
4740 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4741 Make button keymap non-sticky after buttons.
4742
4743 2011-08-18 David Engster <dengste@eml.cc>
4744
4745 * nnmairix.el (nnmairix-request-set-mark)
4746 (nnmairix-goto-original-article): Remove adding of article to registry,
4747 since `gnus-registry-add-group' isn't available anymore.
4748 (nnmairix-determine-original-group-from-registry):
4749 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4750 available anymore.
4751
4752 2011-08-12 Simon Josefsson <simon@josefsson.org>
4753
4754 * starttls.el (starttls-any-program-available): Define as obsolete
4755 function.
4756
4757 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4758
4759 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4760 versions which Gnus use when appropriate.
4761
4762 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4763 a pretty destructive command.
4764
4765 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4766
4767 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4768
4769 * message.el (message-fix-before-sending): Make a different warning
4770 about NUL characters (bug#9270).
4771
4772 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4773 from custom (bug#9260).
4774
4775 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4776 things work in Emacs 22 and XEmacs, too.
4777
4778 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4779 default From.
4780
4781 * gnus-spec.el (gnus-lrm-string-p): New macro.
4782 (gnus-lrm-string): New constant.
4783 (gnus-summary-line-format-spec): LRM-ify the from.
4784 (gnus-tilde-max-form): LRM-ify string chopping.
4785
4786 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4787
4788 * message.el (message-is-yours-p): Allow disabling canlock checking
4789 (bug#9295).
4790 (message-shoot-gnksa-feet): Add `canlock-verify'.
4791 (message-auto-save-directory): Use ~/ as the auto-save directory if the
4792 message directory isn't writable (bug#9304).
4793
4794 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4795 non-world-readable.
4796
4797 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
4798
4799 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4800 articles.
4801
4802 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
4803
4804 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4805 copy-list.
4806
4807 2011-08-12 Sam Steingold <sds@gnu.org>
4808
4809 * gnus-score.el (gnus-score-find-alist): Keep the score files already
4810 in the reverse order to avoid modifying the cache with `nreverse'.
4811 (gnus-all-score-files): Do not modify the value returned by
4812 `gnus-score-find-alist' because it lives in a cache variable.
4813 (gnus-current-home-score-file): No need to `nreverse' the return value
4814 of `gnus-score-find-alist', it is already in the correct order.
4815
4816 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
4817
4818 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4819 type MESSAGE and subtype RFC822 is slightly different from those of
4820 type TEXT.
4821
4822 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
4823
4824 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4825 This allows article-referral to work from an nnir group.
4826
4827 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
4828
4829 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4830
4831 2011-08-04 Daiki Ueno <ueno@unixuser.org>
4832
4833 * mml1991.el (mml1991-epg-find-usable-key)
4834 (mml1991-epg-find-usable-secret-key): New function.
4835 (mml1991-epg-sign): Check if signing key is usable.
4836 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4837
4838 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
4839
4840 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4841 server-variables only. This should fix a bug introduced with commit
4842 e1889675b7f4adf057833c5513c9374134c4e053.
4843 (nnir-run-query): 'nnir-search-engine should not be set from the global
4844 environment.
4845
4846 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
4847
4848 * nnir.el (nnir-search-thread): Position point on referring article
4849 line.
4850 (nnir-warp-to-article): Clean up summary buffers.
4851
4852 * nnimap.el (nnimap-request-thread): Whitespace fix.
4853
4854 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
4855
4856 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4857
4858 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4859
4860 * starttls.el (starttls-available-p): Rename from
4861 `starttls-any-program-available' and changed return convention.
4862
4863 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
4864
4865 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4866 `unix-sync' unless it's defined.
4867
4868 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
4869
4870 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4871 `aref' for XEmacs compatibiltiy.
4872
4873 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4874
4875 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4876
4877 2011-07-31 Dave Abrahams <dave@boostpro.com>
4878
4879 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4880 closures, quote the form properly (bug#9194).
4881
4882 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4883
4884 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4885 (gnus-summary-insert-new-articles): Protect against servers that are
4886 down.
4887
4888 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
4889
4890 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4891 in mm handle if none is specified.
4892
4893 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
4894
4895 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4896
4897 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
4898
4899 * nnir.el (nnir-search-thread): New function to make an nnir group
4900 based on a thread query.
4901
4902 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4903 of nnir in thread referral.
4904 (gnus-summary-refer-thread): Use it.
4905
4906 * nnimap.el (nnimap-request-thread): Use it.
4907
4908 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4909
4910 * shr.el (shr-tag-comment): Ignore HTML comments.
4911
4912 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
4913
4914 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4915 argument.
4916 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4917 Use `nnir-address' to handle server info rather than passing an arg.
4918
4919 * nnimap.el (nnimap-make-thread-query): New utility function to format
4920 an imap thread search query.
4921 (nnimap-request-thread): Use it.
4922
4923 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4924 right select-method if we are not going back to the group buffer.
4925
4926 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4927
4928 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4929 enter invalid buffer configurations into the quit form (bug#9107).
4930 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4931 unplugged/plugged.
4932
4933 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4934 keep track of which ones are unread (bug#9061).
4935
4936 * gnus.el (gnus-refer-article-method): Allow entering any sexp
4937 (bug#9055).
4938
4939 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4940 (bug#9041).
4941
4942 * gnus-html.el (mm-util): Require (bug#9073).
4943
4944 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4945 (gnus-summary-refer-thread): Use it to remove duplicates in the
4946 un-threaded view (bug#9053).
4947 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4948
4949 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
4950
4951 * nnir.el (nnir-read-server-parm): Use default value from global
4952 variable. Without this the default search engine parameters aren't
4953 used at all.
4954
4955 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4956
4957 * message.el (message-unique-id): Don't use the undocumented return
4958 value from (random t) (bug#9118).
4959
4960 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4961
4962 * message.el (message-auto-save-directory): If the ~/Mail directory
4963 doesn't exist, use ~ as the auto-save directory (bug#4432).
4964
4965 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4966 hasn't already been started.
4967
4968 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4969
4970 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4971
4972 * message.el (message-reply): Work around mysterious bug where
4973 `message-mode' seems to overwrite the locally bound `subject' variable.
4974
4975 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
4976
4977 * nnimap.el (nnimap-request-thread): Ensure search is performed in
4978 correct group.
4979
4980 * gnus-int.el (gnus-request-thread): Add group argument.
4981
4982 * gnus-sum.el (gnus-summary-refer-thread): Use it.
4983
4984 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4985
4986 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4987 renamed to `debbugs-gnu-*'.
4988
4989 2011-07-08 Daiki Ueno <ueno@unixuser.org>
4990
4991 * plstore.el: Revert the editing feature since it is not urgent.
4992 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4993 (plstore-mode-decoded): Remove.
4994
4995 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4996
4997 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
4998 isn't very interesting any more, and it leaks potentially secret data.
4999 (gnus-debug): Remove.
5000
5001 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5002 use of :custom-show.
5003
5004 2011-07-07 Daiki Ueno <ueno@unixuser.org>
5005
5006 * plstore.el: Add documentation.
5007 (plstore-mode): New mode to edit plstore file.
5008 (plstore-mode-toggle-display, plstore-mode-original)
5009 (plstore-mode-decoded): New command.
5010 (plstore--encode, plstore--decode, plstore--write-contents-functions)
5011 (plstore--insert-buffer, plstore--make): New function.
5012 (plstore-open, plstore-save): Simplify by using them.
5013
5014 2011-07-06 Glenn Morris <rgm@gnu.org>
5015
5016 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5017
5018 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5019
5020 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5021 no longer is much used.
5022 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5023 Articles".
5024
5025 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
5026
5027 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5028 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5029 `notmuch' backend.
5030
5031 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5032
5033 * mm-decode.el (mm-text-html-renderer): Doc fix.
5034
5035 * gnus-msg.el (gnus-bug): Fix the MML tag.
5036
5037 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5038
5039 2011-07-05 Daiki Ueno <ueno@unixuser.org>
5040
5041 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5042 secondary methods if started with `gnus-no-server'.
5043
5044 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
5045
5046 * message.el (message-return-action): Fix typo in docstring.
5047
5048 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5049
5050 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5051 bug reports at once.
5052
5053 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5054
5055 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
5056
5057 * nndraft.el: Require gnus-group.
5058 (nndraft-request-list): Declare.
5059
5060 * nndraft.el (nndraft-update-unread-articles): Don't show group having
5061 no unread article unless it matches gnus-permanently-visible-groups.
5062
5063 * nndraft.el (nndraft-update-unread-articles): New function.
5064 (nndraft-request-associate-buffer): Use it to update the number of
5065 unread articles for the nndraft groups in the group buffer when saving
5066 or killing a draft message.
5067
5068 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5069
5070 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5071 systems to binary before writing and reading the mbox files.
5072
5073 * gnus.el (gnus-summary-line-format): Link to the info node for %U
5074 instead of trying to list them all (bug#8978).
5075
5076 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5077
5078 * pop3.el (pop3-open-server): Use :end-of-capability.
5079
5080 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5081
5082 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5083 the id is always a number.
5084
5085 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5086 debbugs mode, if possible.
5087
5088 2011-07-02 Daiki Ueno <ueno@unixuser.org>
5089
5090 * auth-source.el (auth-source-token-passphrase-callback-function):
5091 Reindent.
5092 (epg-context-operation): Remove unnecessary autoload.
5093
5094 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5095
5096 * gnus.el (gnus-list-debbugs): New command.
5097
5098 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5099 mboxstat instead of the maintbox, since the stat seems to be fuller.
5100
5101 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5102 summary buffers.
5103
5104 * message.el (message-get-reply-headers): Delete all duplicates,
5105 instead of the first.
5106 (message-get-reply-headers): Ensure that we have progress while
5107 deleting duplicates.
5108
5109 * gnus-msg.el (gnus-configure-posting-styles): Get the local
5110 gnus-posting-style value from the summary buffer to make it easier to
5111 make that a per-buffer conf.
5112
5113 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
5114
5115 * nnir.el (nnir-run-imap): Allow halting a search when an article is
5116 found by setting `shortcut' in 'query.
5117 (nnir-request-article): Use `shortcut' setting when requesting article
5118 by Message-ID.
5119
5120 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
5121
5122 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5123 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5124 Bring the pseudo-headers back too.
5125
5126 2011-07-01 Daiki Ueno <ueno@unixuser.org>
5127
5128 * auth-source.el (auth-source-token-passphrase-callback-function):
5129 Simplify and remove EPA dependency.
5130
5131 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
5132
5133 * nnir.el (nnir-request-article): Fix error message text.
5134
5135 2011-07-01 Daiki Ueno <ueno@unixuser.org>
5136
5137 * auth-source.el (plstore-delete): Autoload.
5138 (auth-source-plstore-search): Support delete operation.
5139 * plstore.el (plstore-delete): New function.
5140
5141 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
5142
5143 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5144 mark actually existing articles as unread rather than the ones that
5145 active asserts.
5146
5147 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
5148
5149 * nntp.el (nntp-record-command):
5150 * gnus-util.el (gnus-message-with-timestamp-1):
5151 Use format-time-string rather than decoding time stamps by hand.
5152 This is simpler and insulates the code from potential changes to
5153 current-time format.
5154
5155 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
5156
5157 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5158
5159 2011-07-01 Daiki Ueno <ueno@unixuser.org>
5160
5161 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5162 (plstore-save): Support public key encryption.
5163 (plstore--init-from-buffer): New function.
5164 (plstore-open): Use it; fix error when opening a non-existent file.
5165 (plstore-revert): Use plstore--init-from-buffer.
5166
5167 2011-07-01 Daiki Ueno <ueno@unixuser.org>
5168
5169 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5170
5171 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
5172
5173 * mml2015.el (mml2015-use): Replace string-match-p with string-match
5174 for old Emacsen.
5175
5176 2011-06-30 Daiki Ueno <ueno@unixuser.org>
5177
5178 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5179 is not fully working.
5180
5181 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5182
5183 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5184 quit window configuration.
5185
5186 * auth-source.el (epg-context-set-passphrase-callback):
5187 Remove duplicate autoload.
5188
5189 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
5190
5191 * nnir.el (nnir-request-article): Allow requesting articles by
5192 Message-ID with nnimap.
5193
5194 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5195 current server.
5196
5197 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
5198
5199 * auth-source.el: Autoload EPA/EPG functions.
5200 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5201 changed when EPA/EPG is not available.
5202 (auth-source-backend): Rename "arg" member to "data".
5203 (auth-source-backend-parse, auth-source-plstore-search)
5204 (auth-source-plstore-create): Use it.
5205
5206 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
5207
5208 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5209 `gnus-refer-article-methods'.
5210
5211 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
5212
5213 * auth-source.el: Require EPA and EPG.
5214 (auth-source-passphrase-alist): New variable.
5215 (auth-source-passphrase-callback-function)
5216 (auth-source-token-passphrase-callback-function): Callbacks for the
5217 netrc field encryption (GPG tokens).
5218 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5219 Symmetric encryption and decryption of the netrc GPG tokens.
5220 (auth-source-netrc-normalize): Use them, simplifying the closure.
5221
5222 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5223
5224 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5225 non-nil, and `nnimap-split-methods' is nil, use the former.
5226
5227 2011-06-30 Daiki Ueno <ueno@unixuser.org>
5228
5229 * plstore.el (plstore-revert): New function.
5230 (plstore-open): Use it; hide the buffer from user.
5231
5232 2011-06-30 Daiki Ueno <ueno@unixuser.org>
5233
5234 * auth-source.el (auth-source-backend): New member "arg".
5235 (auth-source-backend-parse): Handle new backend 'plstore.
5236 * plstore.el: New file.
5237
5238 2011-06-30 Glenn Morris <rgm@gnu.org>
5239
5240 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5241
5242 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5243
5244 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5245
5246 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5247 expiring articles to.
5248
5249 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5250 variations as ASCII (bug#5458).
5251
5252 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
5253
5254 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5255
5256 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5257
5258 * message.el (message-point-in-header-p): Tweak the function to default
5259 to saying that we're not in the headers if there is no separator at
5260 all. This makes it possible to use the Message version of `M-q' in
5261 buffers with no headers (bug#7987).
5262 (message-point-in-header-p): Fix last checkin to work with an empty
5263 mail-header-separator, too.
5264
5265 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5266 again, save the choice via customize.
5267
5268 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5269
5270 * message.el (message-send-mail-function): Add `sendmail-query-once'.
5271
5272 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5273 ended the connection, bail out before waiting infinitely on a new
5274 connection.
5275
5276 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
5277
5278 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5279 reports.
5280
5281 * gnus.el (gnus-bug-package): Use "gnus."
5282 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5283
5284 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5285
5286 * gnus-art.el (gnus-article-stop-animations): New function to stop any
5287 animations going on at article exit time.
5288
5289 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5290 since removing it breaks people upgrading.
5291
5292 * shr.el (shr-put-image): Use the new interface for animating images.
5293 (shr-put-image): Animate for 60 seconds.
5294
5295 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5296 error with `find-file-hooks' on Emacs 22.
5297 (with-auth-source-epa-overrides): Ugly hack to Wrap the
5298 `find-file-hook' things in `symbol-value' to avoid compilation warnings
5299 on all architectures.
5300
5301 * spam.el (spam-stat): Require in a normal fashion without binding
5302 `spam-stat-install-hooks' to avoid compilation warnings.
5303
5304 * spam-stat.el (spam-stat-install-hooks): Remove.
5305 (spam-stat-install-hooks): Don't run automatically.
5306
5307 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
5308
5309 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5310 and keystroke.
5311
5312 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
5313
5314 * auth-source.el (auth-source-netrc-cache): Move forward.
5315
5316 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5317
5318 * auth-source.el (auth-source-netrc-create): Don't query the bits that
5319 we already know.
5320 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5321 (auth-source-netrc-create): Don't prompt for the stuff we already know.
5322
5323 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5324
5325 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5326 %S format, since that looks odd.
5327 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5328 file, especially when saving.
5329
5330 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
5331
5332 * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
5333 article found.
5334
5335 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
5336
5337 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5338 `auth-source-save-secrets' with a more sensitive alist that can be
5339 configured per file. Experimental, so defaults to 'never.
5340 (auth-source-netrc-create): Use it. Still experimental code.
5341 (with-auth-source-epa-overrides): Use `find-file-hooks' if
5342 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
5343
5344 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
5345
5346 * auth-source.el (auth-source-save-secrets): New variable to control if
5347 secret tokens should be saved encrypted.
5348 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5349 to `auth-source-netrc-normalize'.
5350 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
5351 on the EPA variables being defined.
5352 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5353 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5354 the lexical-let closure.
5355 (auth-source-netrc-create): Create "gpg:" tokens according to
5356 `auth-source-save-secrets'.
5357
5358 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
5359
5360 * gnus-group.el (gnus-group-update-group): Add new argument
5361 `info-unchanged' that stops updating dribble buffer.
5362
5363 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5364 deletes lines matching to it in dribble buffer.
5365
5366 * gnus-agent.el (gnus-agent-fetch-group-1):
5367 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5368 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5369 * gnus-start.el (gnus-group-change-level):
5370 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5371
5372 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5373 if newsgroup info is not changed.
5374
5375 * gnus-group.el (gnus-group-get-new-news-this-group):
5376 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5377 Don't update dribble buffer.
5378
5379 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
5380
5381 * gnus-registry.el (gnus-registry-remove-ignored): New function to
5382 remove entries with groups we ignore.
5383
5384 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5385
5386 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5387 the underline comes at the bottom.
5388
5389 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
5390
5391 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5392 `gnus-registry-user-format-function-M' and declare the latter obsolete.
5393 (gnus-registry-article-marks-to-names): Rename from
5394 `gnus-registry-user-format-function-M2'.
5395
5396 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
5397
5398 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5399 ephemeral group.
5400
5401 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5402
5403 * shr.el (shr-browse-image): Copy the URL if called interactively.
5404
5405 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5406
5407 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5408 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
5409 done, then unselected articles may be marked as read.
5410
5411 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5412 since not doing this seems to lead to a race condition in pop3-logon.
5413
5414 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5415 so that the call chain it correct when we call "upwards".
5416
5417 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5418 in read-only groups.
5419
5420 * gnus-group.el (gnus-group-mark-article-read): Ditto.
5421
5422 * message.el (message-cite-reply-position): Doc string fix.
5423
5424 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5425 avoid regexp overflow.
5426 (nnimap-transform-split-mail): Ditto.
5427
5428 * pop3.el (pop3-retr): Error out if the server closes the connection.
5429
5430 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5431
5432 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5433 mm-with-unibyte-current-buffer. The buffer should not contain any
5434 multibyte chars anyway at this stage.
5435
5436 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5437
5438 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5439 at the end of lines.
5440
5441 2011-05-29 Julien Danjou <julien@danjou.info>
5442
5443 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5444
5445 2011-05-27 Glenn Morris <rgm@gnu.org>
5446
5447 * gnus-group.el (gnus-bug-group-download-format-alist):
5448 Use the "maintainer" version of debian reports as well.
5449
5450 2011-05-26 Glenn Morris <rgm@gnu.org>
5451
5452 * gnus-group.el (gnus-bug-group-download-format-alist):
5453 Use the "maintainer" version of debbugs.gnu.org reports.
5454
5455 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
5456
5457 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5458
5459 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
5460
5461 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5462 the thread moves us backwards and so we loop forever.
5463
5464 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
5465
5466 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5467 whitespace in base64 data lines.
5468
5469 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
5470
5471 * gnus-registry.el (gnus-registry-user-format-function-M):
5472 Use `mapconcat'.
5473 (gnus-registry-user-format-function-M2): Use to see the full text of
5474 the marks. Make "," the mark text separator.
5475
5476 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5477 authentication with auth-source.
5478
5479 2011-05-17 Glenn Morris <rgm@gnu.org>
5480
5481 * gnus-group.el (gnus-import-other-newsrc-file):
5482 Use insert-file-contents.
5483
5484 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
5485
5486 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5487 1000 iterations.
5488
5489 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
5490
5491 * nntp.el (nntp-open-connection): Check if process-type is available.
5492
5493 2011-05-16 Julien Danjou <julien@danjou.info>
5494
5495 * shr.el (shr-tag-del): Add support for del tag.
5496
5497 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
5498
5499 * gnus-html.el (gnus-html-put-image): Register a displayer.
5500
5501 * shr.el (shr-image-displayer): Don't remove text props from alt text.
5502
5503 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
5504
5505 * registry.el (prune-factor): New initialization parameter defaulting
5506 to 0.1.
5507 (registry-prune-hard): Use it.
5508
5509 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5510 0.1 expicitly.
5511
5512 2011-05-13 Glenn Morris <rgm@gnu.org>
5513
5514 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5515 is bound, since this function requires sendmail.
5516
5517 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
5518
5519 * registry.el (registry-usage-test): Disable pruning test.
5520
5521 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
5522
5523 * registry.el (registry-prune-hard-candidates)
5524 (registry-prune-soft-candidates): Helper methods for registry pruning.
5525 (registry-prune): Use them. Make the sort function optional.
5526
5527 2011-05-10 Jim Meyering <meyering@redhat.com>
5528
5529 * shr.el (shr-colorize-region): Fix typo "on on -> on".
5530
5531 2011-05-10 Julien Danjou <julien@danjou.info>
5532
5533 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5534 symbol and not a list.
5535
5536 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
5537
5538 * gnus-art.el (gnus-article-mode): Move binding of
5539 shr-put-image-function here from gnus-article-prepare-display.
5540
5541 * shr.el (shr-put-image-function): New variable.
5542 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5543 (shr-put-image): Return scaled image.
5544
5545 * gnus-art.el (gnus-shr-put-image): New function.
5546 (gnus-article-prepare-display): Bind shr-put-image-function to it.
5547
5548 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5549 original ones, as deletable.
5550
5551 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5552
5553 * nntp.el (nntp-open-connection): Set TCP keepalive option.
5554
5555 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
5556
5557 * registry.el (registry-full): Add convenience method. Fix logic.
5558 (registry-insert): Use it. Fix logic here too.
5559
5560 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5561 `registry-prune' if `registry-full' returns t.
5562 (gnus-registry-handle-action)
5563 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5564 (gnus-registry-usage-test): Use it.
5565
5566 2011-05-07 Julien Danjou <julien@danjou.info>
5567
5568 * shr.el (shr-link): Make shr-link inherit from link by default.
5569
5570 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
5571
5572 * shr.el (shr-urlify, shr-link): Fix shr-link face.
5573
5574 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
5575
5576 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5577 error out because the face is not a list.
5578
5579 2011-05-05 Glenn Morris <rgm@gnu.org>
5580
5581 * gnus-start.el (gnus-propagate-marks): Declare.
5582
5583 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
5584
5585 * registry.el (registry-reindex): Fix percentage message.
5586
5587 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
5588
5589 * shr.el: Add shr-link face for links.
5590 (shr-urlify): Use it.
5591
5592 * registry.el (registry-insert): Make error message more helpful.
5593
5594 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5595
5596 * gnus-html.el (gnus-html-schedule-image-fetching):
5597 Use url-queue-retrieve, if it exists.
5598
5599 * shr.el (shr-tag-img): Ditto.
5600
5601 * gnus.el: Autoload more gnus-agent functions.
5602
5603 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5604 agent if we haven't already (bug#8502).
5605
5606 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5607 into the Agent, too.
5608
5609 * gnus-agent.el (gnus-agent-store-article): New function.
5610
5611 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5612 and moved from that file for reuse.
5613
5614 * pop3.el (pop3-open-server): Error messages are "-ERR".
5615
5616 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5617
5618 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5619 (open-tls-stream): Remove superfluous tls/starttls autoloads.
5620
5621 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5622
5623 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5624 buffer has moved to a different frame.
5625
5626 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5627
5628 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5629 to get the conversion from unibyte to multibyte buffers to work on
5630 Emacs 22.
5631
5632 * nntp.el (nntp-request-article): Slight clean-up.
5633
5634 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5635
5636 * shr.el (shr-strike-through): New face.
5637 (shr-tag-s): Use it to provide <s> support.
5638 (shr-tag-s): Remove duplicate definition.
5639
5640 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
5641
5642 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5643 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5644
5645 2011-04-23 Glenn Morris <rgm@gnu.org>
5646
5647 * gnus-sum.el (gnus-extra-headers): Bump :version.
5648
5649 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5650
5651 * shr.el (shr-tag-sup): New function.
5652 (shr-tag-sub): Ditto.
5653
5654 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
5655
5656 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5657 for the case where `gnus-registry-ignored-groups' is a list of lists,
5658 and don't call `gnus-parameter-registry-ignore' otherwise.
5659
5660 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
5661
5662 * nnimap.el (nnimap-user): New backend variable.
5663 (nnimap-open-connection-1): Use it.
5664 (nnimap-credentials): Accept user parameter so it's explicit what user
5665 name is desired.
5666
5667 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5668 default.
5669
5670 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5671 not gnus-registry.el.
5672
5673 * gnus-registry.el: Mention in comments how to modify
5674 `gnus-extra-headers' for proper recipient tracking and that it may
5675 already have To and Cc recently, which it does as of this commit.
5676 (gnus-registry-ignored-groups): Remove defcustom.
5677 Explain why in comments.
5678 (gnus-registry-action): Fix data-header reference to use the extra
5679 headers. Explain in package commentary how to add To and Cc headers to
5680 the gnus-extra-headers.
5681 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5682 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5683 parameter list or a string list in `gnus-registry-ignored-groups'.
5684 Fix logic error.
5685
5686 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5687
5688 * shr.el (shr-expand-url): Protect against null urls.
5689
5690 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5691
5692 * shr.el (shr-base): New binding.
5693 (shr-tag-base): Keep track of <base>.
5694 (shr-expand-url): New function used throughout.
5695
5696 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
5697
5698 * gnus-registry.el
5699 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5700 (gnus-registry-ignored-groups): New variable.
5701 (gnus-registry-ignore-group-p): Use it.
5702 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5703 set the destination group to nil (same as delete) if it's ignored.
5704
5705 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
5706
5707 * gnus-registry.el (gnus-registry-action)
5708 (gnus-registry-fetch-header-fast):
5709 Don't use mail-header that looks an internal function of mailheader.el.
5710
5711 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
5712
5713 * gnus-registry.el: Eliminate cl functions.
5714 (gnus-registry-sort-addresses): New function that replaces mapcan.
5715 (gnus-registry-action, gnus-registry-spool-action)
5716 (gnus-registry-split-fancy-with-parent)
5717 (gnus-registry-fetch-recipients-fast): Use it.
5718 (gnus-registry-import-eld): Replace delete* with dolist + delq.
5719
5720 * registry.el (initialize-instance, registry-lookup)
5721 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5722 (registry-lookup-secondary-value, registry-search, registry-delete)
5723 (registry-insert, registry-reindex, registry-size, registry-prune):
5724 Use eval-and-compile.
5725
5726 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
5727
5728 * registry.el (registry-reindex): New method to recreate the secondary
5729 registry indices.
5730
5731 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5732 tracked field changes.
5733 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5734 (gnus-registry-action, gnus-registry-spool-action)
5735 (gnus-registry-handle-action)
5736 (gnus-registry--split-fancy-with-parent-internal)
5737 (gnus-registry-split-fancy-with-parent)
5738 (gnus-registry-register-message-ids): Add recipient tracking on spool,
5739 move, and delete actions, and for fancy splitting with parent.
5740 (gnus-registry-extract-addresses)
5741 (gnus-registry-fetch-recipients-fast)
5742 (gnus-registry-fetch-header-fast): Convenience functions.
5743 (gnus-registry-misc-test): ERT test of
5744 `gnus-registry-extract-addresses'.
5745
5746 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
5747
5748 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5749 Track by subject first, then sender.
5750
5751 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
5752
5753 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5754
5755 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5756 Lisp.
5757
5758 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5759 (gnus-draft-send): Use it to avoid popping
5760 up frames from gnus-group-send-queue.
5761
5762 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
5763
5764 * gnus-registry.el: Updated gnus-registry docs.
5765
5766 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
5767
5768 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5769 Fix logic bug.
5770 (gnus-registry-post-process-groups): Fix logging of no results and
5771 quote sender and subject.
5772
5773 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5774
5775 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5776 (gnus-read-active-for-groups): Don't try to finish getting stuff where
5777 we had no early-data returned.
5778 (gnus-get-unread-articles): Add a sanity check so that we don't issue
5779 two async commands to the same server at the same time.
5780
5781 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
5782
5783 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5784
5785 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5786
5787 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5788 "warning" level.
5789
5790 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5791 (mm-url-insert-file-contents): Don't set the package names.
5792
5793 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
5794
5795 * gnus-registry.el (gnus-registry-action): Remove properties and
5796 simplify subject in `gnus-registry-handle-action'.
5797 (gnus-registry-spool-action): Get subject and sender from message if
5798 they are not passed in.
5799 (gnus-registry-handle-action): Remove properties and simplify subject
5800 consistently.
5801
5802 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5803
5804 * registry.el: Require CL before using defmacro*.
5805
5806 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
5807
5808 * gnus-art.el (article-treat-date): Assume that
5809 gnus-article-date-headers may be a group parameter.
5810
5811 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
5812
5813 * gnus-registry.el (gnus-registry-handle-action): More debugging.
5814
5815 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5816 interactively so the newsrc file can contain foreign groups too.
5817 Useful for debugging but not much for users.
5818
5819 2011-04-07 David Engster <dengste@eml.cc>
5820
5821 * registry.el (registry-usage-test): Only do
5822 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5823 lexical binding.
5824
5825 2011-04-06 David Engster <dengste@eml.cc>
5826
5827 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5828 argument NOERROR for `require', since XEmacs 21.4 does not support it.
5829
5830 2011-04-06 David Engster <dengste@eml.cc>
5831
5832 * registry.el (initialize-instance): Change :after to :AFTER to be
5833 compatible with old EIEIO version in XEmacs.
5834
5835 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
5836
5837 * gnus-registry.el (gnus-registry-post-process-groups)
5838 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5839 and provide better messaging.
5840
5841 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
5842
5843 * gnus-registry.el: Don't use ERT if it's not available. Load it
5844 unconditionally anyway, discarding errors.
5845 (gnus-registry-delete-entries): New convenience function.
5846 (gnus-registry-import-eld): Import from old .eld registry.
5847
5848 * registry.el: Don't use ERT if it's not available. Load it
5849 unconditionally anyway, discarding errors.
5850
5851 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5852 version from the Claudio Bley GnuTLS patch (extra optional parameters
5853 and host name).
5854
5855 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
5856
5857 * gnus-registry.el (gnus-registry-fixup-registry): New function to
5858 fixup the parameters that can be customized by the user between
5859 save/read cycles.
5860 (gnus-registry-read): Use it.
5861 (gnus-registry-make-db): Use it.
5862 (gnus-registry-spool-action, gnus-registry-handle-action):
5863 Fix messaging.
5864 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5865 Map references to actual group names with sender and subject tracking.
5866 (gnus-registry-post-process-groups): Use `cond' for better messaging.
5867 (gnus-registry-usage-test): Add subject lookup test.
5868
5869 * registry.el (registry-db, initialize-instance): Set up constructor
5870 instead of :initform arguments for the sake of older Emacsen.
5871 (registry-lookup-breaks-before-lexbind): New method to demonstrate
5872 pre-lexbind merge bug.
5873 (registry-usage-test): Use it.
5874 (initialize-instance, registry-db): Move the non-function initforms
5875 back to the class definition.
5876
5877 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
5878
5879 * registry.el: New library to manage gnus-registry-style data.
5880
5881 * gnus-registry.el: Use it (major rewrite).
5882
5883 * nnregistry.el: Use it.
5884
5885 * spam.el: Use it.
5886
5887 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5888
5889 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5890 marks on non-selected articles.
5891
5892 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
5893
5894 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
5895
5896 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5897 parameter to open-protocol-stream.
5898
5899 2011-04-01 Julien Danjou <julien@danjou.info>
5900
5901 * mm-view.el (mm-display-inline-fontify): Do not fontify with
5902 fundamental-mode.
5903
5904 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5905
5906 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5907 servers.
5908
5909 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5910
5911 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5912 made marks not propagate, again.
5913
5914 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
5915
5916 * proto-stream.el (open-protocol-stream): Bring back `network' type.
5917 Make this the default type.
5918 (proto-stream-open-plain): Rename from proto-stream-open-default.
5919 (open-protocol-stream, proto-stream-open-starttls)
5920 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5921 with `plain'.
5922
5923 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5924 value.
5925
5926 * nntp.el (nntp-open-connection-function): Document the fact that some
5927 values are not functions but are instead handled specially.
5928 Recognize nntp-open-plain-stream value.
5929 (nntp-open-connection): Recognize that value.
5930
5931 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5932
5933 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5934 stuff.
5935
5936 * gnus-score.el (gnus-score-string): Fix calling convention of
5937 `gnus-simplify-buffer-fuzzy' after last patches.
5938
5939 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5940 server for articles we didn't get any headers for. This is a sanity
5941 check.
5942
5943 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
5944
5945 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5946 new CAPABILITY, use it.
5947
5948 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5949
5950 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5951 downloading anything.
5952
5953 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5954
5955 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
5956
5957 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5958 colors.
5959 (gnus-splash-svg-color-symbols): New function.
5960
5961 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5962
5963 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5964 instead of using the global gnus-simplify-subject-fuzzy-regexp.
5965 (gnus-simplify-subject-fuzzy): Use the local
5966 gnus-simplify-subject-fuzzy-regex instead of the global one.
5967 This makes using this variable in group parameters work.
5968
5969 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
5970
5971 * gnus-registry.el (gnus-registry-unfollowed-groups):
5972 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5973 archive:sent-YYYY-MM-DD groups).
5974 (gnus-registry-split-fancy-with-parent): Bail out early in sender
5975 tracking if there are more than `gnus-registry-max-track-groups'
5976 matches.
5977
5978 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5979
5980 * message.el (message--yank-original-internal): New function to do the
5981 insertion cleanly inside eval in `message-yank-original'.
5982 (message-yank-original): Use it.
5983
5984 2011-03-29 Julien Danjou <julien@danjou.info>
5985
5986 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5987 local variables disabled rather than `normal-mode'.
5988
5989 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
5990
5991 * proto-stream.el: Changes preparatory to merging open-protocol-stream
5992 with open-network-stream.
5993 (proto-stream-always-use-starttls): Option removed.
5994 (open-protocol-stream): Return a process object by default. Provide a
5995 new parameter :return-list specifying a list-type return value, which
5996 now has the form (PROP . PLIST) instead of a fixed-length list. Change
5997 :type `network' to `try-starttls', and `network-only' to `default'.
5998 Make `default' the default, for compatibility with open-network-stream.
5999 Handle the no-parameter case exactly as open-network-stream, with no
6000 additional stream processing. Search plists using plist-get.
6001 Explicitly add :end-of-commend parameter if it is missing.
6002 (proto-stream-open-default): Rename from
6003 proto-stream-open-network-only. Return 'default as the type.
6004 (proto-stream-open-starttls): Rename from proto-stream-open-network.
6005 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
6006 failed. Always return a list with a (possibly dead) process as the
6007 first element, for compatibility with open-network-stream.
6008 (proto-stream-open-tls): Use plist-get. Always return a list.
6009 (proto-stream-open-shell): Return `default' as connection type.
6010 (proto-stream-capability-open): Use plist-get.
6011 (proto-stream-eoc): Function deleted.
6012
6013 * nnimap.el (nnimap-stream, nnimap-open-connection)
6014 (nnimap-open-connection-1): Handle renaming of :type parameter for
6015 open-protocol-stream.
6016 (nnimap-open-connection-1): Pass a :return-list parameter
6017 open-protocol-stream to obtain a list return value. Parse this list
6018 using plist-get.
6019
6020 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6021 for open-protocol-stream. Accept open-protocol-stream return value
6022 that is a subprocess object instead of a list. Handle the case of a
6023 dead returned process.
6024
6025 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
6026
6027 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6028
6029 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6030
6031 2011-03-21 Julien Danjou <julien@danjou.info>
6032
6033 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6034 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
6035 query.
6036 (mm-inline-text): Render normal text with fontification whenever
6037 possible.
6038
6039 * gnus-sum.el (gnus-summary-save-parts-1):
6040 * gnus-art.el (gnus-article-browse-html-save-cid-content)
6041 (gnus-article-browse-html-parts, gnus-mime-delete-part)
6042 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6043 Use `mm-handle-filename'.
6044
6045 * mm-util.el (mm-handle-filename): New function, return the filename of
6046 an handle.
6047
6048 2011-03-18 Julien Danjou <julien@danjou.info>
6049
6050 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6051 (gnus-buffer-live-p): Check that buffer is not nil.
6052
6053 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6054
6055 * gnus-art.el: Require mouse, which the build bot seems to say is
6056 needed.
6057
6058 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6059 XEmacs, since it doesn't have url-retrieve-synchronously.
6060
6061 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
6062
6063 * gnus-group.el (gnus-group-list-ticked): New function.
6064 (gnus-group-make-menu-bar): Provide a menu entry for it.
6065 (gnus-group-list-map): Provide a binding for it.
6066
6067 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6068
6069 * shr.el (shr-visit-file): New command.
6070
6071 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6072
6073 2011-03-17 Bjørn Mork <bjorn@mork.no>
6074
6075 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6076 servers.
6077
6078 2011-03-16 Julien Danjou <julien@danjou.info>
6079
6080 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6081 inline.
6082
6083 * gnus-art.el (article-hide-list-identifiers):
6084 Use gnus-group-get-list-identifiers.
6085
6086 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6087 (gnus-summary-remove-list-identifiers):
6088 Use gnus-group-get-list-identifiers to get regexp.
6089 (gnus-select-newsgroup, gnus-summary-insert-subject)
6090 (gnus-summary-insert-articles):
6091 Call gnus-summary-remove-list-identifiers unconditionally.
6092
6093 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6094
6095 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6096 we're selecting a group with unread articles.
6097
6098 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6099
6100 * gssapi.el: New file separated out from imap.el to provide a general
6101 Kerberos 5 connection facility for Emacs.
6102
6103 * message.el (message-elide-ellipsis): Document the format spec
6104 ellipsis.
6105
6106 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
6107
6108 * message.el (message-elide-region): Allow the ellipsis to say how many
6109 lines were removed.
6110
6111 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6112
6113 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6114 window configurations containing buffers that are now dead.
6115
6116 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6117 parsing to avoid integer overflows.
6118 (nnimap-parse-flags): Simplify the last change.
6119 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6120 too large for 32-bit Emacsen.
6121
6122 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6123
6124 * auth-source.el (auth-source-netrc-create):
6125 * message.el (message-yank-original): Fix use of `case'.
6126
6127 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
6128
6129 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6130 XEmacs, which was one character too wide.
6131
6132 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
6133
6134 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6135 default number of articles to display.
6136 (gnus-articles-to-read): Use pretty names for prompt.
6137
6138 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6139
6140 * gnus-int.el (gnus-open-server): Ditto.
6141
6142 * gnus-start.el (gnus-activate-group): Give a backtrace if
6143 debug-on-quit is set and the user hits `C-g'.
6144 (gnus-read-active-file): Ditto.
6145
6146 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6147
6148 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
6149
6150 * message.el (message-yank-original): Use cond instead of CL case.
6151
6152 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6153
6154 * auth-source.el (auth-source-netrc-create): Use usual format for the
6155 default in prompts.
6156
6157 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
6158
6159 * auth-source.el (auth-source-netrc-create): Show the default in the
6160 prompt when prompting for token creation.
6161
6162 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
6163
6164 * auth-source.el (auth-source-format-prompt): Always convert the value
6165 to a string to avoid evaluating non-string arguments.
6166 (auth-source-netrc-create): Offer default properly, not as initial
6167 content in `read-string'.
6168 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6169 of line to determine if we've been run before. If so, don't run again,
6170 but print a trivial message to indicate the cache was hit instead.
6171
6172 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
6173
6174 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6175 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
6176 The user will have to run `gnus-sync-read' manually and wait for Cloudy
6177 Gnus.
6178
6179 2011-03-11 Julien Danjou <julien@danjou.info>
6180
6181 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6182 modified file".
6183
6184 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
6185
6186 * auth-source.el (auth-source-read-char-choice): New function to read a
6187 character choice using `dropdown-list', `read-char-choice', or
6188 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
6189 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
6190 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
6191 (auth-source-netrc-saver): Use it.
6192 (auth-source-pick-first-password): New convenience function.
6193
6194 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
6195
6196 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6197 parameter in the credentials.
6198 (nnimap-open-connection-1): Use it after a successful login.
6199 (nnimap-credentials): Add IMAP-specific user and password prompt.
6200
6201 * auth-source.el (auth-source-search): Add :require parameter, taking a
6202 list. Document it and the :save-function return token. Pass :require
6203 down. Change the CREATED message from a warning to a debug statement.
6204 (auth-source-search-backends): Pass :require down.
6205 (auth-source-netrc-search): Pass :require down.
6206 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6207 Change save prompt to indicate all modifications saved here are
6208 deletions.
6209 (auth-source-netrc-create): Take user login name as default in user
6210 prompt. Move all the save functionality to a lexically bound function
6211 under the :save-function token in the returned list. Set up clearer
6212 default prompts for user, host, port, and secret.
6213 (auth-source-netrc-saver): New function, intended to be wrapped for
6214 :save-function.
6215
6216 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
6217
6218 * Version 23.3 released.
6219
6220 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6221
6222 * shr.el (shr-table-horizontal-line): Change the defaults for the table
6223 lines to be spaces instead.
6224
6225 2011-03-07 Julien Danjou <julien@danjou.info>
6226
6227 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6228 (sieve-sasl-auth): Check that auth-source-search did return something,
6229 or just return an empty string.
6230
6231 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
6232
6233 * gnus.el (gnus-interactive): Use read-directory-name.
6234
6235 * gnus-uu.el (gnus-uu-decode-uu-and-save)
6236 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6237 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6238 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6239 Likewise.
6240
6241 * gnus-group.el (gnus-group-make-directory-group): Likewise.
6242
6243 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6244
6245 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6246 onto the list of killed groups, too. This makes killed nnimap groups,
6247 for instance, more reliably not reappear.
6248
6249 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6250 the parent.
6251
6252 * gnus-sum.el (gnus-update-read-articles): Fix typo.
6253
6254 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6255 really have server-side marks.
6256
6257 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6258 since most backends do not usefully have server-side marks.
6259 (gnus-update-read-articles): Propagate marks to all backends that
6260 really have server-side marks.
6261
6262 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
6263
6264 * message.el (message-cite-reply-position, message-cite-style):
6265 New variables.
6266 (message-yank-original): Use the new citation styles.
6267
6268 2011-03-04 Daiki Ueno <ueno@unixuser.org>
6269
6270 * message.el (message-options): Revert the change that's a workaround
6271 for XEmacs buffer-local issue; don't mark it buffer-local when running
6272 under XEmacs.
6273
6274 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
6275
6276 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6277 numbers too big to be `read'.
6278
6279 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
6280
6281 * message.el (message-options): Make buffer-local two ways to attempt
6282 to fix a XEmacs bug.
6283
6284 2011-03-02 Julien Danjou <julien@danjou.info>
6285
6286 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6287
6288 2011-03-01 Julien Danjou <julien@danjou.info>
6289
6290 * gnus-art.el (list-identifier): Add list-identifier as a parameter
6291 group.
6292 (article-hide-list-identifiers): Use list-identifier group parameter.
6293
6294 2011-02-28 Julien Danjou <julien@danjou.info>
6295
6296 * sieve.el (sieve-buffer-script-name): New local variable to store
6297 sieve script name.
6298 (sieve-edit-script): Store sieve script name.
6299 (sieve-upload): Use sieve script name when uploading.
6300 (sieve-upload): Use substitute-command-keys.
6301 (sieve-edit-script): Use substitute-command-keys.
6302 (sieve-refresh-scriptlist): Use substitute-command-keys.
6303 (sieve-manage-mode-map): Define keymap properly.
6304 (sieve-manage-mode): Do not set mode name manually, change mode-name to
6305 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6306 Remove commented code about cvs.
6307 (sieve-manage-quit): New function.
6308 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6309
6310 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6311
6312 * gnus-group.el (gnus-import-other-newsrc-file): New function.
6313
6314 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
6315
6316 * auth-source.el (auth-source-search): Cache empty result sets.
6317
6318 * auth-source.el (auth-source-save-behavior): New variable to replace
6319 `auth-source-never-create'.
6320 (auth-source-netrc-create): Use it.
6321 (auth-source-never-save): Remove.
6322
6323 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
6324
6325 * nnimap.el (nnimap-stream): Doc fix.
6326 (nnimap-open-connection-1): Reverse the order of the ports to that the
6327 prompted-for port is first.
6328
6329 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6330 retrieval by the no-group selection.
6331
6332 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6333 numerical parameters.
6334
6335 2011-02-25 Julien Danjou <julien@danjou.info>
6336
6337 * gnus-gravatar.el: Use gnus-with-article-buffer.
6338
6339 * gnus-art.el (gnus-with-article-buffer): Check that the
6340 gnus-article-buffer is alive.
6341
6342 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
6343
6344 * auth-source.el (auth-source-creation-prompts): New variable to manage
6345 creation-time prompts.
6346 (auth-source-search): Document it.
6347 (auth-source-format-prompt): Add utility function.
6348 (auth-source-netrc-create): Don't default the user name to
6349 user-login-name. Use `auth-source-creation-prompts' and some default
6350 prompts for user, host, port, and password (the default generic prompt
6351 remains ugly).
6352 (auth-source-never-save): Add customizable option to never save info.
6353 (auth-source-netrc-create): Use it and improve save prompts. Fix help
6354 mode excursion.
6355
6356 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
6357
6358 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6359 argument that XEmacs doesn't support.
6360
6361 2011-02-23 Julien Danjou <julien@danjou.info>
6362
6363 * gnus-art.el (article-make-date-line): Ignore errors if time is
6364 invalid and not convertible.
6365 (article-make-date-line): Only add lapsed time if time is not nil.
6366
6367 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
6368
6369 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6370 `read-char-choice' for backwards compatibility.
6371 (auth-source-netrc-element-or-first): New function to DTRT for
6372 parameter extraction.
6373 (auth-source-netrc-create): Use it and fix multiple parameter print
6374 bug. Use the default passed from above (given-default) or the
6375 built-in (user-login-name for :user).
6376
6377 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
6378
6379 * gnus-start.el (gnus-dribble-read-file):
6380 Set buffer-save-without-query, since we always want to save the dribble
6381 file, probably.
6382
6383 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6384 nnimap.
6385
6386 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6387 -summary- since it's a user-visible variable.
6388
6389 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6390 first time you use the new Gnus.
6391
6392 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
6393
6394 * auth-source.el: Don't load netrc.el.
6395 (auth-sources): Search ~/.netrc as well by default.
6396 (auth-source-debug): Add 'trivia option for extra output.
6397 (auth-source-do-trivia): Use it.
6398 (auth-source-search): Simplify logic to use
6399 `auth-source-search-backends'. Use `auth-source-do-trivia' where
6400 appropriate. Don't keep a running count at this level. Layer :create
6401 and :delete options appropriately on the first and second passes.
6402 Don't track the backend with the search results.
6403 (auth-source-search-backends): New function to search a list of
6404 backends for a processed spec.
6405 (auth-source-netrc-parse): Cache all netrc files, making
6406 auth-source-netrc-cache an alist keyed by the file name and using the
6407 file mtime as the caching criterion. Keep the obfuscated data secret
6408 with a lexical bind.
6409 (auth-source-netrc-search): Don't calculate the length of the results
6410 unnecessarily.
6411 (auth-source-search-backends): Fix bug.
6412 (auth-source-netrc-create): Rework prompts.
6413
6414 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
6415
6416 * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6417 Lower case names of search constraints.
6418 (nnir-run-query): Cache and reuse search constraints for all imap
6419 servers.
6420
6421 2011-02-22 Sam Steingold <sds@gnu.org>
6422
6423 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
6424
6425 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
6426
6427 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6428 after exit.
6429 (gnus-setup-message): Define missing variable from last checkin.
6430
6431 * gnus-sum.el (gnus-summary-show-article): When called with t as the
6432 value, show the raw article.
6433
6434 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
6435
6436 * nnimap.el (nnimap-open-connection-1): Revert last change, since
6437 auth-source now accepts numbers.
6438
6439 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6440 spec, too.
6441 (auth-source-ensure-strings): New function.
6442
6443 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6444 (gnus-article-setup-buffer): Always restart the date timer so that user
6445 changes to the frequency is respected.
6446
6447 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6448 port numbers, so make sure it gets that if nnimap-server-port is
6449 explicit.
6450
6451 2011-02-21 Simon Josefsson <simon@josefsson.org>
6452
6453 * nnimap.el (nnimap-inbox): Doc fix.
6454
6455 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
6456
6457 * shr-color.el (shr-color->hexadecimal): Use renamed function names
6458 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6459 color-lab-to-srgb.
6460
6461 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
6462
6463 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6464 given method as in the group name if we're using an extended method.
6465 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6466 command, if we're using that, instead of waiting for the beginning.
6467
6468 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6469 we're sure to get unique server names, and we don't output two async
6470 commands in the same buffer. This fixes an NNTP hang for some users.
6471
6472 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
6473
6474 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6475 summary buffer before reading going to the next buffer. This avoids
6476 putting the point in the group buffer if you `C-g' the command.
6477
6478 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6479 cache (for now) to make ~/.authinfo.gpg files usable.
6480
6481 * nnfolder.el (copyright-update): Define for the compiler.
6482
6483 * auth-source.el (auth-source-search): Fix unbound variable.
6484
6485 2011-02-19 Glenn Morris <rgm@gnu.org>
6486
6487 * gnus.el (gnus-meta): Doc fix.
6488
6489 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
6490
6491 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6492 in case it's not yet loaded.
6493
6494 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
6495
6496 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6497 line we're waiting for.
6498
6499 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
6500
6501 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6502 face with line-width greater than zero will cause RET in gnus summary
6503 buffer to scroll down article page-wise because auto vscroll happens,
6504 it should be temporally disabled when doing a scroll-up.
6505
6506 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
6507
6508 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6509 outputs from the server.
6510
6511 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
6512
6513 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6514 later so that bbdb can hook in easier.
6515
6516 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
6517
6518 * auth-source.el (auth-source-search): Don't try to create credentials
6519 if the caller doesn't want that.
6520 (auth-source-search): If we don't find a match, don't bug out on
6521 non-bound variables.
6522 (auth-source-search): Only ask a single backend to create the
6523 credentials.
6524
6525 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6526 logging.
6527 (nnimap-credentials): Protect against auth-source-search returning nil.
6528 (nnimap-request-list): Protect against not being able to open the
6529 server.
6530
6531 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
6532
6533 * auth-source.el (auth-source-search): Do a two-phase search, one with
6534 no :create to get the responses from all backends.
6535
6536 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6537 when getting credentials.
6538
6539 * gnus-util.el (gnus-delete-duplicates): New function.
6540
6541 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
6542
6543 * nnimap.el (nnimap-credentials): Instead of picking the first port as
6544 a creation default, pass the whole port list down. It will be
6545 completed.
6546
6547 * auth-source.el (auth-source-search): Update docs to talk about
6548 multiple creation choices.
6549 (auth-source-netrc-create): Accept a list as a value (from the search
6550 parameters) and do completion on that list. Keep a separate netrc line
6551 with the password obscured for showing the user.
6552
6553 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6554 first choice to `auth-source-search' so it will be used for entry
6555 creation instead of the server's Gnus-specific name.
6556 (nnimap-credentials): Rely on the auth-source library to select which
6557 port is actually wanted in the new netrc entry, so don't override
6558 `auth-source-creation-defaults'.
6559
6560 * auth-source.el (auth-source-netrc-parse): Use :port instead of
6561 :protocol and accept a missing user, host, or port as a wildcard match.
6562 (auth-source-debug): Default to off.
6563
6564 (auth-source-netrc-search, auth-source-netrc-create)
6565 (auth-source-secrets-search, auth-source-secrets-create)
6566 (auth-source-user-or-password, auth-source-backend, auth-sources)
6567 (auth-source-backend-parse-parameters, auth-source-search): Use :port
6568 instead of :protocol.
6569
6570 * nnimap.el (nnimap-credentials): Pass a port default to
6571 `auth-source-search' in case an entry needs to be created.
6572 (nnimap-open-connection-1): Use :port instead of :protocol.
6573
6574 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
6575
6576 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
6577 instead of delete-dups that is not available in XEmacs 21.4.
6578
6579 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
6580
6581 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6582 nil means that nnimap doesn't get updated.
6583
6584 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
6585
6586 * auth-source.el (auth-source-netrc-create): Return a synthetic search
6587 result when the user doesn't want to write to the file.
6588 (auth-source-netrc-search): Expect a synthetic result and proceed
6589 accordingly.
6590 (auth-source-cache-expiry): New variable to override
6591 `password-cache-expiry'.
6592 (auth-source-remember): Use it.
6593
6594 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6595 parameter. Create entry if necessary by using :create t.
6596 (nnimap-open-connection-1): Don't pass `inhibit-create'.
6597
6598 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
6599
6600 * auth-source.el (auth-source-debug): Enable by default and don't
6601 mention the obsolete `auth-source-hide-passwords'.
6602 (auth-source-do-warn): New function to debug unconditionally.
6603 (auth-source-do-debug): Use it.
6604 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6605 and for Secrets API entries when the secrets.el library is not
6606 available.
6607
6608 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6609
6610 * gnus-sum.el (gnus-propagate-marks): Default to nil.
6611 (gnus-summary-exit): Kill the correct article buffer on exit from a
6612 `C-d' group.
6613
6614 * gnus-start.el (gnus-use-backend-marks): Remove, since it duplicates
6615 gnus-propagate-marks.
6616
6617 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6618 before killing the buffers so that a non-full window conf gets handled
6619 correctly.
6620 (gnus-summary-exit): Ditto.
6621 (gnus-summary-read-group-1): Ditto.
6622
6623 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6624 async code again so that we can debug it properly.
6625
6626 * message.el (message-reply): Take an optional switch-buffer parameter
6627 so that Gnus window confs are respected better.
6628
6629 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
6630
6631 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6632 `plist-get' to accept non-list parameters (XEmacs issue).
6633 Fix docstring.
6634 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6635 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6636 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6637 Login collection is "Login" and not "login".
6638
6639 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6640
6641 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6642 multiple headers.
6643
6644 * nnimap.el (nnimap-inhibit-logging): New variable.
6645 (nnimap-log-command): Don't log login commands.
6646
6647 * auth-source.el (auth-source-netrc-search): The asserts seem to want
6648 to have more parameters.
6649
6650 * nnimap.el (nnimap-send-command): Mark the command time for each
6651 command, so that we don't get NOOPs stepping on our toes.
6652
6653 * gnus-art.el (article-date-ut): Get the date from the Date header on
6654 `t'.
6655
6656 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
6657
6658 * auth-source.el (auth-source-search): Use copy-sequence instead of
6659 the cl.el copy-list.
6660
6661 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
6662
6663 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6664 Improve prompt.
6665
6666 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
6667
6668 * gnus-art.el (gnus-article-mode-line-format): Remove the article
6669 washing status from the default format. It isn't very informative.
6670
6671 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
6672
6673 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6674 Fix Gcc processing on imap.
6675
6676 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
6677
6678 * message.el (message-bury): Don't pop up a new window when selected
6679 window is dedicated.
6680
6681 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
6682
6683 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6684
6685 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
6686
6687 * sieve-manage.el: Autoload `auth-source-search'.
6688 (sieve-sasl-auth): Use it.
6689
6690 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
6691
6692 * nnimap.el: Autoload `auth-source-forget+'.
6693 (nnimap-open-connection-1): Use it if the connection fails.
6694
6695 * auth-source.el: Require `password-cache'.
6696 (auth-source-hide-passwords, auth-source-cache): Remove and mark
6697 obsolete.
6698 (auth-source-magic): Marker for `password-cache' keys.
6699 (auth-source-do-cache): Update docstring.
6700 (auth-source-search): Use and check cache.
6701 (auth-source-forget-all-cached, auth-source-remember)
6702 (auth-source-recall, auth-source-forget, auth-source-forget+)
6703 (auth-source-specmatchp): Caching support functions.
6704 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6705 Remove and obsolete.
6706 (auth-source-user-or-password): Remove caching to further discourage
6707 using it. Always hide passwords.
6708
6709 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
6710
6711 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6712 code for now, since it doesn't work for all users.
6713
6714 2011-02-09 Julien Danjou <julien@danjou.info>
6715
6716 * message.el (message-options): Make message-options really buffer
6717 local.
6718
6719 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
6720
6721 * mail-source.el: Autoload `auth-source-search'.
6722 (mail-source-keyword-map): Note order matters.
6723 (mail-source-set-1): Get all the mail-source source values and
6724 defaults and search auth-source on those if needed. This can all
6725 probably be simplified.
6726
6727 * nnimap.el: Autoload `auth-source-search'.
6728 (nnimap-credentials): Use it.
6729 (nnimap-open-connection-1): Ask for the virtual server and physical
6730 address in one shot.
6731
6732 * nntp.el: Autoload `auth-source-search'.
6733 (nntp-send-authinfo): Use it. Note TODO.
6734
6735 2011-02-08 Julien Danjou <julien@danjou.info>
6736
6737 * shr.el (shr-tag-body): Add support for text attribute in body
6738 markups.
6739
6740 * message.el (message-options): Make message-options a local variable.
6741
6742 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
6743
6744 * auth-source.el (auth-source-secrets-search)
6745 (auth-source-user-or-password): Use `append' instead of `nconc'.
6746 (auth-source-user-or-password): Build return list better and protect
6747 against nil :secret.
6748
6749 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
6750
6751 * nnimap.el (nnimap-update-info): Refactor slightly.
6752 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6753 (nnimap-update-info): Clean up slightly.
6754 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6755 characters.
6756 (nnimap-process-quirk): Rename function to avoid collision.
6757 (nnimap-update-info): Fix macrology bug-out.
6758 (nnimap-update-info): Simplify split history test.
6759
6760 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
6761
6762 * auth-source.el (top): Require 'eieio unconditionally.
6763 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6764 (auth-source-secrets-search): Limit search when `max' is greater than
6765 number of results.
6766
6767 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6768
6769 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6770 part not returning any data.
6771
6772 * proto-stream.el (open-protocol-stream): Document the return value.
6773
6774 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
6775
6776 * auth-source.el (auth-source-secrets-search): Add examples.
6777
6778 2011-02-06 Julien Danjou <julien@danjou.info>
6779
6780 * message.el (message-setup-1): Handle message-generate-headers-first
6781 set to t.
6782
6783 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
6784
6785 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6786 API with a string "secrets:collection-name" and with 'default.
6787 (auth-source-backend-parse): Parse "secrets:collection-name" and
6788 'default. Recurse on parses instead of repeating code. Use the
6789 Secrets API is the source is not nil and 'ignore otherwise. Emit a
6790 message when ignoring a source.
6791 (auth-source-search): List ignored search keys at the top level.
6792 (auth-source-netrc-create): Use `case' instead of `cond'.
6793 (auth-source-secrets-search): Created with TODOs.
6794 (auth-source-secrets-create): Created with TODOs.
6795 (auth-source-retrieve, auth-source-create, auth-source-delete)
6796 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6797 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6798 (auth-source-user-or-password-sftp)
6799 (auth-source-user-or-password-smtp): Remove.
6800 (auth-source-user-or-password): Deprecated and modified to be a wrapper
6801 around `auth-source-search'. Not tested thoroughly.
6802
6803 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
6804
6805 * auth-source.el: Bring in assoc and eioeio libraries.
6806 (secrets-enabled): New variable to track the status of the Secrets API.
6807 (auth-source-backend): New EIOEIO class to represent a backend.
6808 (auth-source-creation-defaults): New variable to set prompt defaults
6809 during token creation (see the `auth-source-search' docstring for
6810 details).
6811 (auth-sources): Simplify to allow a simple string as a netrc backend
6812 spec.
6813 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6814 (auth-source-backend-parse-parameters): Fill in the backend parameters.
6815 (auth-source-search): Main auth-source API entry point.
6816 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6817 (auth-source-search-collection): Helper function for searching.
6818 (auth-source-netrc-parse, auth-source-netrc-normalize)
6819 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6820 Supports search, create, and delete.
6821 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6822 backend stubs.
6823 (auth-source-user-or-password): Call `auth-source-search' but it's not
6824 ready yet.
6825
6826 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
6827
6828 * message.el (message-setup-1): Remove the read-only stuff, since it
6829 doesn't work under XEmacs, for some reason.
6830
6831 * gnus-sum.el (gnus-user-date): Rename back from
6832 gnus-summary-user-date since user code refers to it.
6833
6834 * shr.el (shr-render-td): Store the actual background color used.
6835
6836 * message.el (message-setup-1): Don't bind the constant
6837 -forbidden-properties.
6838 (message-setup-1): Revert previous change, since it needs to bind the
6839 props to insert them.
6840 (message-resend): Allow removing the read-only separator line.
6841
6842 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6843
6844 * nnimap.el (nnimap-request-accept-article): Give an error message if
6845 the APPEND wasn't successful.
6846
6847 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
6848
6849 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6850 that have no groups.
6851
6852 2011-02-03 Julien Danjou <julien@danjou.info>
6853
6854 * gnus-draft.el: Remove progn around gnus-draft-setup.
6855
6856 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6857
6858 * gnus-start.el (gnus-read-active-for-groups): This function is never
6859 called with a nil `infos', so clean that up.
6860 (gnus-get-unread-articles): Request active files from primary/secondary
6861 methods that have no groups (yet).
6862
6863 2011-02-03 Julien Danjou <julien@danjou.info>
6864
6865 * message.el (message-setup-1): Always generate References first.
6866 (message-mail): Return the return value of message-setup, not always t.
6867 (message-setup-1): Insert mail-header-separator with read-only and
6868 intangible properties set.
6869
6870 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6871 user-date in docstring.
6872
6873 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6874
6875 * gnus.el (gnus-summary-line-format): Mention &user-date format in
6876 docstring.
6877
6878 * gnus.el (gnus-user-date-format-alist): Change default value.
6879 Use defcustom, with type and group. Move from gnus-util.el.
6880 Rename to gnus-summary-user-date-format-alist.
6881
6882 2011-02-03 Glenn Morris <rgm@gnu.org>
6883
6884 * nnimap.el (gnus-fetch-headers): Declare.
6885
6886 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6887
6888 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6889
6890 * message.el (message-forward-make-body-digest-plain)
6891 (message-followup, message-reply): Clean up things noted by Stefan.
6892
6893 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6894 gnus-article-update-date-headers is nil.
6895 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6896 it didn't really work with defcustom.
6897 (article-update-date-lapsed): Make sure the window start doesn't move,
6898 either.
6899
6900 2011-02-01 Julien Danjou <julien@danjou.info>
6901
6902 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6903 format.
6904
6905 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6906 standard in Emacs nowadays.
6907
6908 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
6909
6910 * message.el (message-expand-name): Don't trust the return value of
6911 bbdb-complete-name.
6912 (message-check-news-header-syntax): Remove unused var `start'.
6913 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6914 (message-inhibit-body-encoding): Move to before first use.
6915 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6916 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6917 (Organization, Message-ID, Date, mh-previous-window-config):
6918 Defvar the vars using dynamic scoping.
6919
6920 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
6921
6922 * shr.el (shr-render-td): Only do colors at the final rendering.
6923 Should be slightly faster.
6924 (shr-insert-table): Fix up TD background colors when doing the
6925 vertical padding.
6926
6927 * gnus-art.el (article-date-ut): Protect against articles with no Date
6928 header.
6929 (article-update-date-lapsed): Don't use current-column to find the
6930 horizontal position. It's fragile in the presence of \003 characters.
6931
6932 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6933
6934 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
6935
6936 * gnus-art.el (article-transform-date): Rewrite to still work when
6937 there are several rfc2822 parts.
6938 (article-transform-date): Fix infinite recursion.
6939 (article-date-ut): Replace infinitely many Date headers with a single
6940 one when called interactively.
6941
6942 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6943 secure manner.
6944
6945 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6946 move around by not using save-window-excursion. It seems to work...
6947
6948 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
6949
6950 * gnus-art.el (article-make-date-line): Work for user-defined format.
6951
6952 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
6953
6954 * nntp.el (nntp-retrieve-group-data-early)
6955 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6956 fetching functions.
6957
6958 * gnus-start.el (gnus-read-active-for-groups): Read the active files
6959 thoroughly for all backends that have no known groups. This should
6960 allow new nnml methods to retrieve mail.
6961
6962 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6963 that Gnus doesn't know exists again.
6964
6965 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6966 (gnus-treat-date-ut): Ditto.
6967 (gnus-article-update-date-header): Rename.
6968 (gnus-treat-date-local): Remove.
6969 (gnus-treat-date-english): Remove.
6970 (gnus-treat-date-lapsed): Remove.
6971 (gnus-treat-date-combined-lapsed): Remove.
6972 (gnus-treat-date-original): Remove.
6973 (gnus-treat-date-iso8601): Remove.
6974 (gnus-treat-date-user-defined): Remove.
6975 (gnus-article-date-headers): New variable to control all the date
6976 header options.
6977 (article-date-ut): Rewrite to allow using the new way to format date
6978 headers(s).
6979
6980 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
6981
6982 * nnmail.el (nnmail-article-group): Check for a direct fancy split
6983 method.
6984 (nnmail-article-group): A better test for fanciness.
6985
6986 * nnimap.el (nnimap-request-head): Protect against not finding the
6987 article by Message-ID.
6988
6989 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
6990
6991 * gnus-art.el (article-update-date-lapsed): Try a better way to really
6992 keep point at the "same place".
6993
6994 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
6995
6996 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6997 data if the group is inactive.
6998
6999 2011-01-28 Julien Danjou <julien@danjou.info>
7000
7001 * gnus-win.el: Remove dead function gnus-window-configuration-element.
7002 (gnus-all-windows-visible-p): Remove old compatibility code.
7003 (gnus-window-top-edge): Add docstring.
7004
7005 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7006
7007 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
7008
7009 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7010 older request-update-info.
7011
7012 * gnus-art.el (article-make-date-line): Limit the length a bit more.
7013
7014 2011-01-28 Daiki Ueno <ueno@unixuser.org>
7015
7016 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7017 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7018
7019 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
7020
7021 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7022 groups. This makes the nndraft:queue group pop up if it's not already
7023 there.
7024
7025 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7026 messages" logic, which was reversed.
7027
7028 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7029 the "same place" even if point is on the line being replaced.
7030 (article-update-date-lapsed): Allow updating both the combined lapsed
7031 and the lapsed headers.
7032 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7033 (article-make-date-line): Limit the number of segments dynamically to
7034 avoid too-long lines.
7035
7036 2011-01-27 Julien Danjou <julien@danjou.info>
7037
7038 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7039 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7040
7041 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
7042
7043 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7044 Use plist-get instead of the cl function getf.
7045
7046 2011-01-27 Glenn Morris <rgm@gnu.org>
7047
7048 * gnus-util.el (float-time): Get rid of compiler warning, again.
7049
7050 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
7051
7052 * shr.el (shr-put-color): Special-case background colors: Do put them
7053 at the blank parts at the front of the lines.
7054
7055 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7056 exit hook to nix out all data on readedness on group exit.
7057
7058 * gnus-util.el (float-time): If float-time is bound, always use it on
7059 all Emacsen. It's unclear why the subrp check was there.
7060 (time-date): Require to make some autoload issues on XEmacs go away.
7061
7062 * shr.el (shr-put-color): Don't do the box padding in tables, since
7063 they're already padded.
7064
7065 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
7066
7067 * gnus-art.el (gnus-article-next-page): When the last line of the
7068 article is displayed, scroll down once more instead of going to the
7069 next article at once.
7070 (article-lapsed-string): Refactor out and allow specifying how many
7071 segments you want.
7072 (gnus-article-setup-buffer): Start updating the lapsed header directly.
7073 (gnus-article-update-lapsed-header): New variable.
7074
7075 * shr.el: Revert change that made headings use different-sized faces.
7076 The Emacs display engine isn't advanced enough that, for instance,
7077 tables can comfortably use differently-sized faces.
7078
7079 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
7080
7081 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7082 used.
7083 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7084 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7085 we're using an encrypted connection.
7086
7087 * proto-stream.el: Alter the interface functions to also return the
7088 actual stream type used: network or TLS.
7089
7090 2011-01-25 Julien Danjou <julien@danjou.info>
7091
7092 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7093 (mm-display-javascript-inline): New function.
7094
7095 * mm-decode.el (mm-inline-media-tests): Add application/javascript
7096 viewing function.
7097
7098 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
7099
7100 * shr.el (shr-expand-newlines): Fix variable name.
7101
7102 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
7103
7104 * shr.el (shr-expand-newlines): Make nested boxes work.
7105
7106 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
7107
7108 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7109 backgrounds.
7110 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7111 in a more sensible manner.
7112
7113 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
7114
7115 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7116 if EPG is loaded.
7117
7118 2011-01-24 Julien Danjou <julien@danjou.info>
7119
7120 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7121 tags.
7122
7123 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
7124
7125 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7126 commands.
7127
7128 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7129 in the article buffer.
7130 (gnus-gravatar-insert): Use blank space from the current buffer to
7131 avoid breaking text properties. This makes X-Sent updating work again.
7132
7133 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7134
7135 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
7136
7137 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7138 fix the bug in url-http.el instead.
7139
7140 * shr.el (shr-image-fetched): Ditto.
7141
7142 * shr.el (shr-image-fetched): Avoid having point move in the article
7143 buffer.
7144
7145 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7146 buffer after being called. It's apparently being killed by url.el, and
7147 killing it made point move to end-of-buffer in a random buffer.
7148
7149 * shr.el (shr-image-fetched): Ditto.
7150
7151 2011-01-23 Julien Danjou <julien@danjou.info>
7152
7153 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7154
7155 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7156 text/x-org.
7157
7158 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
7159
7160 * gnus-sum.el (gnus-summary-move-article): Protect against backends
7161 (i.e., nnimap) returning nil as the article number.
7162
7163 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
7164
7165 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7166 "DelSp" parameter in RFC3676.
7167
7168 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
7169
7170 * message.el (message-check-recipients): Display the encoded version of
7171 the bogus address if they differ.
7172
7173 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7174 after sending.
7175
7176 * gnus-agent.el (gnus-agent-send-mail): Ditto.
7177
7178 * gnus-group.el (gnus-group-refresh-group): New convenience function.
7179
7180 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7181 group buffer after sending the queue.
7182
7183 * gnus-agent.el (gnus-agent-send-mail): Ditto.
7184
7185 2011-01-22 Julien Danjou <julien@danjou.info>
7186
7187 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7188
7189 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
7190
7191 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7192 nested related parts.
7193
7194 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7195 unexpired articles. This fixes the regression that led expiry marks to
7196 disappear from nnfolder groups.
7197
7198 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
7199
7200 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7201 Don't confuse the "ret" of "retrograde" with RET.
7202
7203 2011-01-21 Julien Danjou <julien@danjou.info>
7204
7205 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7206 than mm-insert-inline.
7207
7208 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
7209
7210 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7211 Widen article buffer.
7212
7213 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
7214
7215 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7216 the temp buffer.
7217 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7218
7219 2011-01-20 Julien Danjou <julien@danjou.info>
7220
7221 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7222
7223 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7224 than mm-insert-inline to insert inline part: this respect
7225 mm-inline-media-tests displayers.
7226
7227 * mm-view.el (mm-display-shell-script-inline): New function.
7228
7229 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7230
7231 * mm-uu.el (mm-uu-type-alist): Add org block.
7232 (mm-uu-org-src-code-block-extract): New function.
7233
7234 * mm-view.el (mm-display-org-inline): New function.
7235
7236 * mm-decode.el (mm-automatic-display): Add text/org.
7237
7238 * mailcap.el (mailcap-mime-extensions): Add .org.
7239
7240 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
7241
7242 * gnus-art.el (gnus-article-highlight): Remove argument passed to
7243 gnus-article-add-buttons.
7244
7245 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
7246
7247 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7248 From header with a date and "nobody" as the sender.
7249
7250 2011-01-19 Julien Danjou <julien@danjou.info>
7251
7252 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7253 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7254 if you have the same regexp several times.
7255 (gnus-button-push): Fix matching when regexp is symbol.
7256
7257 2011-01-15 Glenn Morris <rgm@gnu.org>
7258
7259 * message.el (message-mail): A compose-mail function should
7260 accept headers as strings.
7261
7262 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
7263
7264 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7265 Add :vert-only tags.
7266 (message-mail): New arg RETURN-ACTION.
7267 (message-return-action): New var.
7268 (message-bury): Use it.
7269 (message-mode): Make it buffer-local.
7270 (message-send-and-exit): Always call message-bury.
7271
7272 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
7273 message-mail.
7274
7275 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7276
7277 * nnimap.el (nnimap-convert-partial-article): Protect against
7278 zero-length body parts.
7279
7280 * mm-decode.el (mm-preferred-alternative-precedence):
7281 Discourage showing empty parts.
7282
7283 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7284 and stuff if the backend didn't return the article number. This fixes
7285 an Exchange-related nnimap bug.
7286
7287 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7288 group window, because it does the wrong thing when a separate frame
7289 displays the group buffer.
7290
7291 * proto-stream.el (open-protocol-stream): Protect against the low-level
7292 transport functions returning nil.
7293
7294 2011-01-07 Daiki Ueno <ueno@unixuser.org>
7295
7296 * mml2015.el (epg-sub-key-fingerprint): Autoload.
7297 (mml2015-epg-find-usable-secret-key): New function.
7298 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7299 mml2015-epg-find-usable-key (Bug#7797).
7300 (mml2015-epg-encrypt): Ditto.
7301
7302 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7303
7304 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7305
7306 2011-01-03 Glenn Morris <rgm@gnu.org>
7307
7308 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7309
7310 * sieve.el (sieve-open-server): Give a more explicit error if
7311 sieve-manage-open returns nil. (Bug#7720)
7312
7313 2011-01-02 Karl Fogel <kfogel@red-bean.com>
7314
7315 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7316
7317 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7318
7319 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7320 This avoids sending passwords in plain text over non-encrypted
7321 channels.
7322
7323 * shr.el (shr-rescale-image): Display all GIF images as animated images.
7324
7325 * nnimap.el (nnimap-login): Refactored out into own function, and
7326 implement CRAM-MD5.
7327 (nnimap-wait-for-line): Refactored out.
7328
7329 * mm-view.el (mml-smime): Require.
7330
7331 2010-12-20 David Engster <deng@eml.cc>
7332
7333 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7334 use EPG to decrypt S/MIME messages instead of openssl.
7335
7336 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7337
7338 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7339
7340 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7341 status is the group clearly is unreachable.
7342
7343 * auth-source.el (auth-source-create): Add the optional second
7344 parameter to `local-variable-p' to be compatible with XEmacs.
7345
7346 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
7347
7348 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7349 work when using a compressed nnml folder.
7350
7351 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7352
7353 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7354 backends after sanitising on entry, because this never makes sense:
7355 If the articles have gone missing, then the data no longer exists on
7356 the backend, and if they haven't, then Gnus is wrong, and shouldn't
7357 overwrite anything anyway.
7358
7359 * shr.el (shr-insert-document): Bind shr-width dynamically to
7360 window-width if it's nil.
7361
7362 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
7363
7364 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7365 with the meaning of using the full emacs window width for rendering.
7366
7367 2010-12-27 Daiki Ueno <ueno@unixuser.org>
7368
7369 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7370 case when sender is not given.
7371
7372 2010-12-23 Julien Danjou <julien@danjou.info>
7373
7374 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7375 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7376 the addresses, otherwise we might misplaced the gravatar.
7377
7378 2010-12-21 Daiki Ueno <ueno@unixuser.org>
7379
7380 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7381 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7382 obsolete in Emacs.
7383
7384 2010-12-20 Julien Danjou <julien@danjou.info>
7385
7386 * gnus-util.el (gnus-rescale-image): Revert last change.
7387
7388 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7389
7390 * gnus-group.el (gnus-group-delete-articles): New command.
7391
7392 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
7393
7394 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7395
7396 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7397
7398 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7399 here, since it's up to the backends to do CRLF removal if their
7400 protocol has it.
7401
7402 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7403
7404 2010-12-17 Julien Danjou <julien@danjou.info>
7405
7406 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7407 they are from file. Can also scale up.
7408
7409 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
7410
7411 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7412 Restore gnus-use-agent.
7413 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7414
7415 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7416
7417 2010-12-17 Julien Danjou <julien@danjou.info>
7418
7419 * gravatar.el (gravatar-retrieve-synchronously): New function.
7420 (gravatar-get-data): Make more robust.
7421
7422 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7423
7424 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7425 to really consider the last line.
7426
7427 2010-12-16 Daiki Ueno <ueno@unixuser.org>
7428
7429 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7430 list of recipient keys, or use symmetric encryption if not a list.
7431 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7432 EPA override, replacing the call to `netrc-store-data'.
7433
7434 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
7435
7436 * gnus-srvr.el: Avoid passing nil regexp argument to
7437 delete-matching-lines.
7438
7439 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7440
7441 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7442 fetching stops when Gnus exits.
7443
7444 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7445 function.
7446 (nnfolder-request-expire-articles): Save all the buffers after doing
7447 expiry.
7448
7449 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7450 the last article", since that led to serious performance regressions
7451 when expiring nnml groups.
7452
7453 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
7454
7455 * nnir.el: Improve customizations.
7456
7457 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7458
7459 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7460
7461 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7462 group has been killed.
7463 (gnus-group-yank-group): Ditto.
7464
7465 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7466
7467 * nnimap.el (nnimap-request-update-group-status): New function.
7468
7469 * gnus-int.el (gnus-request-update-group-status): New interface
7470 function.
7471
7472 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7473 copying read-ness to the backends.
7474
7475 * nnimap.el (nnimap-quirk): New function.
7476 (nnimap-retrieve-group-data-early): Use it.
7477 (nnimap-quirks): New alist.
7478
7479 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
7480
7481 * shr.el (shr-insert): Set shr-start after deleting trailing space;
7482 don't delete it within indentation.
7483
7484 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7485
7486 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7487 previous line.
7488
7489 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7490
7491 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7492 QRESYNC command by deleting a superfluous space which broke Cyrus
7493 servers. This change will break other servers that are buggy the other
7494 way around.
7495
7496 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
7497
7498 * spam.el: Reindent and fix long lines.
7499 (spam-copy-or-move-routine): Exclude invalid move destinations.
7500
7501 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
7502
7503 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7504 installed the registry.
7505
7506 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
7507
7508 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7509 groupname doesn't contain "gmane".
7510
7511 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7512
7513 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7514 (gnus-1): Don't create the nndrafts group twice.
7515 (gnus-setup-news): There's no need to read the active file here, since
7516 that's done again later on a per-backend basis.
7517 (gnus-start-draft-setup): Make sure that the new group is started out
7518 empty.
7519
7520 * gnus-agent.el (gnus-agentize): Don't create the queue group
7521 automatically on startup. It'll be created later, if needed.
7522
7523 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7524 of automatically subscribed groups.
7525 (gnus-auto-subscribed-categories): New variable.
7526 (gnus-matches-options-n): Use it.
7527 (gnus-default-subscribed-newsgroups): Remove unused variable.
7528 (gnus-start-draft-setup): Message a bit less.
7529
7530 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
7531
7532 * nnir.el (nnir-run-imap): Return article list in order of increasing
7533 UID.
7534
7535 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7536
7537 * gnus-sum.el (gnus-summary-enter-digest-group):
7538 Mention gnus-auto-select-on-ephemeral-exit.
7539
7540 * proto-stream.el (proto-stream-open-network-only): Fix the calling
7541 convention of the network-only option.
7542
7543 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7544
7545 * proto-stream.el (proto-stream-open-network-only): New function to
7546 have a way to specify non-STARTTLS upgrade connections.
7547
7548 2010-12-10 Julien Danjou <julien@danjou.info>
7549
7550 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7551 email address is nil.
7552
7553 * message.el (message-bogus-recipient-p): Set address to "" if nil.
7554
7555 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
7556
7557 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7558 deletion.
7559 (nnir-run-imap): Only need to parse list once.
7560
7561 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7562
7563 * shr.el (shr-tag-script): Ignore <script>.
7564 (shr-tag-label): Add <label> support.
7565
7566 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
7567
7568 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7569
7570 * shr.el (shr-image-displayer): Work for images lined side by side.
7571
7572 2010-12-08 Robert Pluim <rpluim@gmail.com>
7573
7574 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7575 parameter, since XEmacs doesn't accept t as a parameter.
7576
7577 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
7578
7579 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7580 ids.
7581 (nnir-run-gmane): Simplify groupspec formatting.
7582 (nnir-request-expire-articles): New function.
7583
7584 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7585
7586 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7587 overflow, possibly.
7588
7589 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7590 (shr-render-td): Handle td style="" better.
7591 (shr-tag-table): Use the color from the style sheet.
7592 (shr-render-td): Make sure we copy over all the overlays, too.
7593
7594 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
7595
7596 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7597 (nnir-request-article): Improve article retrieval.
7598
7599 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
7600
7601 * mm-util.el (mm-extra-numeric-entities): New variable.
7602
7603 * mm-url.el (mm-url-decode-entities):
7604 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7605
7606 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7607
7608 * message.el: Use completion-at-point.
7609 (message-completion-function): New fun, extracted from message-tab.
7610 (message-mode): Use it for completion-at-point-functions.
7611 (message-tab): Use it and completion-at-point.
7612
7613 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
7614
7615 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7616 character if a non-breakable character follows.
7617
7618 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7619
7620 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7621 any stream.
7622
7623 * shr.el (shr-tag-font): Colorize the region.
7624 (shr-tag-body): Ditto.
7625 (shr-tag-font): Actually let the styles be inherited instead of
7626 overwriting them.
7627 (shr-tag-font): Get the background color right.
7628 (shr-tag-style): Ignore all <style> tags for the moment.
7629
7630 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7631 a Message-ID to avoid having nnimap depend on gnus-sum.
7632
7633 * shr.el (shr-descend): Only colorize something if we have a node that
7634 sets colors.
7635
7636 2010-12-06 Julien Danjou <julien@danjou.info>
7637
7638 * shr.el (shr-render-td): Render td content with shr-descend, so style
7639 will be applied to <td> too.
7640 (shr-colorize-region): Colorize region even if we only have a background.
7641 (shr-tag-body): Fix color and background color inheritance.
7642 Do not recolorize after shr-generic.
7643 (shr-tag-font): Let shr-generic colorize via inheritance.
7644
7645 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
7646
7647 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7648
7649 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
7650
7651 * nnir.el (nnir-request-move-article): Remove obsolete code.
7652
7653 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7654
7655 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7656
7657 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7658
7659 * gnus-sum.el (gnus-summary-respool-article): The completion function
7660 expects a list instead of an alist.
7661
7662 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7663 string as the parameter.
7664
7665 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7666
7667 * shr.el (shr-stylesheet): New dynamic variable for cascading the
7668 styles.
7669 (shr-colorize-region): New function.
7670 (shr-insert-background-overlay): Remove.
7671 (shr-render-td): Background setting should be taken care of on a higher
7672 level.
7673 (shr-tag-body): Use post-hoc colorizations.
7674 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7675 (shr-put-color-1): Don't overwrite old colors.
7676 (shr-colorize-region): When the background color isn't explicit, use
7677 a fixed background.
7678
7679 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7680 nnmail variables.
7681
7682 2010-12-05 Bjørn Mork <bjorn@mork.no>
7683
7684 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7685 unless necessary.
7686
7687 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
7688
7689 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7690 server.
7691
7692 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7693
7694 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7695 so that TAB works.
7696
7697 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7698 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7699
7700 * shr.el (shr-urlify): Show the URL before the title to avoid
7701 misleading URLs.
7702
7703 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
7704
7705 * shr.el (shr-urlify): Display the title in <a> tags.
7706
7707 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
7708
7709 * nnir.el (nnir-categorize): Replace mapcar with mapc.
7710
7711 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
7712
7713 * nnir.el: Rearrange code to allow macros to be autoloaded by
7714 gnus-sum.el.
7715 (nnir-retrieve-headers-override-function): Make this variable
7716 customizable.
7717 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7718
7719 * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
7720 from nnir.el.
7721
7722 2010-12-03 Julien Danjou <julien@danjou.info>
7723
7724 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7725
7726 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7727
7728 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7729 allow optional argument `environment'.
7730
7731 2010-12-03 Glenn Morris <rgm@gnu.org>
7732
7733 * mm-extern.el (message-goto-body): Update declaration.
7734
7735 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7736
7737 * gnus-util.el (gnus-macroexpand-all): New function.
7738
7739 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7740 instead of macroexpand-all that is unavailable in XEmacs.
7741
7742 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
7743
7744 * nnir.el (nnir-summary-line-format): New variable.
7745 (nnir-mode): Use it.
7746 (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
7747 (nnir-article-ids): Reimplement as defsubst.
7748 (nnir-retrieve-headers): Don't mangle the subject header.
7749 (nnir-run-imap): Use 100 as RSV score.
7750 (nnir-run-find-grep): Fix for full server searching.
7751 (nnir-run-gmane): Better restriction to gmane groups.
7752
7753 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7754 summary buffers.
7755
7756 2010-12-02 Julien Danjou <julien@danjou.info>
7757
7758 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7759
7760 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7761
7762 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7763 support.
7764
7765 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
7766
7767 * nnir.el: Update to handle the registry better.
7768 (autoload): Silence byte-compiler.
7769 (nnir-open-server): Add a hook for nnir groups.
7770 (nnir-request-move-article): Don't mangle the header. Better to use
7771 formatting variables (which will be added in the future).
7772 (nnir-registry-action): Update the registry using the original article
7773 group name.
7774 (nnir-mode): Install nnir-specific hooks for updating the registry.
7775
7776 * gnus-sum.el
7777 (gnus-article-original-subject, gnus-newsgroup-original-name):
7778 Remove obsolete variables.
7779 (gnus-summary-move-article): Remove use of obsolete variables.
7780 (gnus-summary-local-variables): Make move and delete hooks local to
7781 summary buffers.
7782
7783 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7784
7785 * rtree.el: New file.
7786
7787 2010-12-01 Julien Danjou <julien@danjou.info>
7788
7789 * message.el (message-user-organization): Do not use
7790 gnus-local-organization.
7791
7792 * gnus.el: Remove gnus-local-organization.
7793
7794 * gnus-msg.el: Remove nastygram thing.
7795
7796 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
7797
7798 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7799 funcall.
7800
7801 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
7802
7803 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7804 names.
7805
7806 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7807 characters.
7808
7809 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7810 to t of inhibit-read-only since it is inside gnus-with-article-headers.
7811 Suggested by Štěpán Němec <stepnem@gmail.com>.
7812 (gnus-gravatar-transform-address): Use mail-extract-address-components
7813 that supports non-ASCII names rather than mail-header-parse-addresses.
7814
7815 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7816
7817 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
7818 handled by the network handler.
7819
7820 2010-11-30 Julien Danjou <julien@danjou.info>
7821
7822 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7823 (nnimap-open-connection-1): Fix PREAUTH.
7824
7825 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7826
7827 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7828
7829 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7830 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7831 (shr-insert): Use them.
7832 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7833
7834 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
7835
7836 * nnir.el (nnir-request-move-article): Bail out if original group
7837 doesn't support article moves.
7838 (nnir-get-active): Improve active list retrieval.
7839
7840 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7841
7842 * shr.el (shr-find-fill-point): Don't break before apostrophes.
7843
7844 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
7845
7846 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7847 seem to accept strings-with-numbers as port numbers.
7848
7849 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
7850
7851 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7852 change the registry.
7853
7854 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7855
7856 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7857 delete-dups that is not available in XEmacs 21.4.
7858
7859 * mm-util.el (mm-delete-duplicates): Add comment.
7860
7861 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
7862
7863 * nnir.el (nnir-ignored-newsgroups): New variable.
7864 (nnir-get-active): Use it.
7865
7866 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7867
7868 * proto-stream.el (proto-stream-open-network): Add some comments.
7869
7870 * nntp.el (nntp-open-connection): Provide a :success condition.
7871
7872 * nnimap.el (nnimap-open-connection-1): Ditto.
7873
7874 * proto-stream.el (proto-stream-open-network): See what the response to
7875 the STARTTLS command is.
7876
7877 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7878 backwards compatibility).
7879 (nnimap-open-connection-1): Really respect nnimap-server-port.
7880
7881 * proto-stream.el (proto-stream-open-network): When doing opportunistic
7882 TLS upgrades we don't really care about the identity of the peer.
7883 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7884 that what we've checked for.
7885 (proto-stream-always-use-starttls): Only default to t if
7886 open-gnutls-stream exists.
7887 (proto-stream-open-network): If STARTTLS failed, then just open a
7888 normal connection.
7889 (proto-stream-open-network): Wait until the greeting before doing
7890 STARTTLS.
7891
7892 * nntp.el (nntp-open-connection): Report what the connection error is.
7893
7894 * proto-stream.el (open-protocol-stream): Rename from
7895 open-proto-stream.
7896
7897 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7898
7899 * nnimap.el (nnimap-stream): Change default to `undecided'.
7900 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7901 first, and then network.
7902 (nnimap-open-connection-1): Respect nnimap-server-port.
7903 (nnimap-open-connection): Be more backwards-compatible.
7904
7905 * proto-stream.el (proto-stream-always-use-starttls): New variable.
7906 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
7907 (proto-stream-open-starttls): Folded back into the main function.
7908 (proto-stream-open-network): Fix typo in the GnuTLS path.
7909 (proto-stream-command): Refactor out.
7910
7911 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7912
7913 * proto-stream.el (proto-stream-open-starttls): Actually implement the
7914 starttls.el STARTTLS.
7915
7916 * color.el (color-lab->srgb): Fix function call name.
7917
7918 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7919 if we're using tls.el.
7920 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
7921 built in, then don't try to establish a STARTTLS connection.
7922
7923 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7924 servers.
7925
7926 * proto-stream.el (open-proto-stream): Use network, not stream.
7927 (open-proto-stream): Add a way to specify what the end of a command is.
7928
7929 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7930 connections types.
7931 (nntp-open-network-stream): Remove.
7932 (nntp-open-ssl-stream): Remove.
7933 (nntp-open-tls-stream): Remove.
7934 (nntp-ssl-program): Remove.
7935
7936 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7937
7938 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
7939
7940 * nnir.el: Fix typos.
7941 (nnir-retrieve-headers-override-function): Rename variable to reflect
7942 new semantics.
7943 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7944 macros.
7945 (nnir-request-article, nnir-request-move-article): Use them.
7946 (nnir-categorize): New function.
7947 (nnir-run-query): Use it.
7948 (nnir-retrieve-headers): Rewrite to batch header retrieval.
7949 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7950 sorted.
7951 (nnir-group-full-name): Use gnus-group-full-name instead.
7952 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7953 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7954
7955 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7956
7957 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7958
7959 * proto-stream.el: New library to provide protocol-specific
7960 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7961 protocols.
7962 (open-proto-stream): Complete the documentation.
7963 (proto-stream-open-network): Fix some typos.
7964
7965 * nnimap.el (nnimap-open-connection): Use it.
7966
7967 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
7968
7969 * pop3.el (pop3-open-server): Read server greeting before starting TLS
7970 negotiation.
7971
7972 2010-11-26 Julien Danjou <julien@danjou.info>
7973
7974 * color.el: Rename various rgb functions to srgb.
7975
7976 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7977
7978 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7979 names.
7980
7981 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
7982
7983 * shr.el (shr-insert): Revert last change.
7984 (shr-find-fill-point): Never leave point being at bol;
7985 relax the kinsoku limitation when rendering tables.
7986
7987 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7988
7989 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7990 results from -accept-article.
7991
7992 * shr-color.el: Require cl when compiling.
7993
7994 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7995 checkin.
7996
7997 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7998
7999 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8000
8001 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8002 'add and 'delete to set backend marks.
8003
8004 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8005
8006 * nnheader.el (nnheader-update-marks-actions): Refactor out.
8007
8008 * nntp.el (nntp-request-set-mark): Use it.
8009
8010 * nnfolder.el (nnfolder-request-set-mark): Ditto.
8011
8012 * nnml.el (nnml-request-set-mark): Ditto.
8013
8014 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8015 introduces regressions in article selection.
8016 (nnimap-find-uid-response): New function.
8017 (nnimap-request-accept-article): Use the UID returned, if any.
8018 (nnimap-request-move-article): Use the UID returned, if any.
8019 (nnimap-get-groups): Reimplement to work with folded lines.
8020 (nnimap-find-uid-response): The UID is the last element in the list.
8021 (nnimap-request-set-mark): Extend syntax with 'set.
8022
8023 * nnml.el (nnml-request-set-mark): Ditto.
8024
8025 * nnfolder.el (nnfolder-request-set-mark): Ditto.
8026
8027 * nntp.el (nntp-request-set-mark): Ditto.
8028
8029 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8030
8031 * message.el (message-called-interactively-p): A temporary macro.
8032 (message-goto-body): Use it temporarily.
8033
8034 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8035
8036 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8037 (nnimap-last-response-string): Unfold quoted lines, if they exist.
8038 (nnimap-last-response-string): Fix last unfolding fix.
8039
8040 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8041
8042 * shr.el (shr-insert): Fix the way to fold lines.
8043
8044 2010-11-25 Julien Danjou <julien@danjou.info>
8045
8046 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8047
8048 * color.el: Rename from color-lab.el
8049 (color-rgb->hex): Add.
8050 (color-complement): Add.
8051 (color-complement-hex): Add.
8052
8053 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8054
8055 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8056
8057 * shr-color.el (shr-color-visible): Don't bug out if the color names
8058 don't exist.
8059
8060 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8061
8062 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8063 assuming that article displaying or another mml-preview may be
8064 interrupted for an error or for the like.
8065
8066 * shr.el (shr-get-background): Fix argument name.
8067
8068 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8069
8070 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8071
8072 * gnus-sum.el (gnus-summary-include-articles): New function.
8073
8074 * message.el (message-goto-body): called-interactively-p needs a
8075 parameter, so use `any'.
8076
8077 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8078 clear marks before moving, since they're synced from the Gnus side
8079 first.
8080
8081 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8082 (gnus-summary-move-article): Copy over all marks before moving, so that
8083 IMAP doesn't think a new article has arrived.
8084
8085 2010-11-24 Julien Danjou <julien@danjou.info>
8086
8087 * shr.el (shr-insert-background-overlay): Fix typo.
8088 (shr-render-td): Copy the background before rendering.
8089
8090 * shr-color.el (shr-color-visible): Fix docstring.
8091
8092 * shr.el (shr-tag-table): Add bgcolor support.
8093 (shr-render-td): Add bgcolor support.
8094 (shr-get-background): Add.
8095 (shr-insert-foreground-overlay): Use shr-get-background.
8096
8097 * message.el (message-goto-body): Use called-interactively-p.
8098 (message-in-body-p): message-goto-body returns point.
8099
8100 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8101
8102 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
8103 Fixes something or other in Emacs 23, and is backwards compatible.
8104
8105 * message.el (message-goto-body): Remove the <#secure special-casing,
8106 which is too special.
8107
8108 * shr.el (shr-parse-style): Drop !important from styles.
8109
8110 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
8111
8112 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8113 this function to return incorrect results when calling it with an
8114 explicit article argument different from
8115 (gnus-summary-article-number).
8116
8117 2010-11-24 Julien Danjou <julien@danjou.info>
8118
8119 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8120 (shr-tag-body): Add background support.
8121 (shr-descend): Add background support.
8122 (shr-tag-title): Add.
8123
8124 * shr-color.el (shr-color-visible): Really return original background
8125 if fixed.
8126
8127 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8128
8129 * shr.el (shr-color-check): Protect against non-existent color names.
8130
8131 2010-11-24 Julien Danjou <julien@danjou.info>
8132
8133 * color-lab.el: Require 'cl when compiling.
8134
8135 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8136
8137 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8138 matched part.
8139
8140 * color-lab.el: Fix all expt calls to use float type.
8141
8142 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
8143
8144 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8145 expression to shr-color-check as is.
8146
8147 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8148
8149 * color-lab.el: Add coding cookie.
8150 (float-pi): Use eval-and-compile.
8151
8152 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8153
8154 * shr.el (shr-insert-color-overlay): Split stuff like
8155 "#444444 !important" to find the real color.
8156 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8157 parse <font color="red"> entries.
8158
8159 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
8160
8161 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
8162 point when parsing headers.
8163
8164 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
8165 is positioned properly when parsing headers.
8166
8167 2010-11-23 Julien Danjou <julien@danjou.info>
8168
8169 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8170
8171 * shr-color.el (shr-color->hexadecimal): Add support for color names.
8172
8173 * shr.el (shr-parse-style): Replace \n with space in style parsing.
8174
8175 * shr-color.el (shr-color-hsl-to-rgb-fractions):
8176 Use shr-color-hue-to-rgb.
8177 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8178
8179 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8180
8181 * shr.el (shr-color->hexadecimal): Autoload.
8182 (shr-descend): Add color to all tags.
8183
8184 2010-11-22 Julien Danjou <julien@danjou.info>
8185
8186 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8187 shr-color->hexadecimal.
8188
8189 * shr-color.el (shr-color->hexadecimal): Add converting functions for
8190 RGB() or HSL() color representation.
8191
8192 * shr.el (shr-tag-font): Add.
8193 (shr-tag-color-check): New function to get better colors.
8194 (shr-tag-insert-color-overlay): Factorize code between tag-font and
8195 tag-span.
8196
8197 * shr-color.el: New file.
8198
8199 * color-lab.el: New file.
8200
8201 * gnus-art.el (gnus-url-mailto): Do not downcase args.
8202
8203 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
8204
8205 * nnir.el: Fix typo in comments.
8206 (nnir-run-imap): Simplify code. No need to reverse artlist.
8207 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8208
8209 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8210
8211 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8212
8213 * nnimap.el (nnimap-get-capabilities): Refactor out.
8214 (nnimap-open-connection): Re-request capabilities after STARTTLS.
8215
8216 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
8217
8218 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8219 appearing when `mm-uu-hide-markers' is nil.
8220
8221 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8222
8223 * nnimap.el (nnimap-unselect-group): Make into its own function.
8224 (nnimap-request-rename-group): Unselect group before renaming.
8225 This had gotten lost somewhere.
8226 (nnimap-request-accept-article): Keep track of examined groups, and
8227 unselect the group before APPENDing to read-only groups.
8228 (nnimap-request-move-article): Clear flags before moving so that they
8229 can be re-set later.
8230
8231 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
8232
8233 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8234 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8235
8236 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
8237
8238 * gnus-art.el (gnus-mime-display-single):
8239 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8240 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8241 parameter.
8242
8243 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8244
8245 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8246 (shr-table-vertical-line): New variable.
8247 (shr-insert-table): Use it.
8248
8249 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
8250
8251 * gnus-html.el (gnus-html-wash-images): Don't display images if
8252 gnus-inhibit-images is non-nil; register displayer for cid images.
8253 (gnus-html-display-image): Work for cid image.
8254 (gnus-html-insert-image): Allow arguments.
8255 (gnus-html-put-image): Inhibit read-only.
8256 (gnus-html-prefetch-images): Don't prefetch images if
8257 gnus-inhibit-images is non-nil.
8258
8259 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8260
8261 * shr.el (shr-put-image): Break lines when inserting big pictures.
8262
8263 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
8264
8265 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8266 sender, thanks Katsumi Yamaoka.
8267
8268 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
8269
8270 * nnir.el (nnir-run-imap): Reverse the article list for each group
8271 rather than the whole list.
8272
8273 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
8274
8275 * shr.el (shr-image-displayer): Protect function against non-existent
8276 image source.
8277
8278 * gnus-art.el (gnus-inhibit-images): New user option.
8279 (gnus-mime-display-single): Don't display image if it is non-nil.
8280
8281 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8282 gnus-inhibit-images.
8283
8284 * shr.el (shr-image-displayer): New function.
8285 (shr-tag-img): Use it.
8286
8287 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
8288
8289 * mml2015.el (mml2015-epg-sign): Use From header.
8290
8291 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8292
8293 * gnus-html.el (gnus-html-wash-images): Register a displayer.
8294
8295 * gnus-util.el (gnus-find-text-property-region): Return markers.
8296
8297 * shr.el (shr-tag-img): Put a displayer in the text property.
8298
8299 * gnus-util.el (gnus-find-text-property-region): New utility function.
8300
8301 * gnus-html.el (gnus-html-display-image): Make the alt optional.
8302 (gnus-html-show-images): Remove.
8303
8304 * gnus-art.el (gnus-article-show-images): New, more general function.
8305
8306 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8307 image url text properties.
8308
8309 * shr.el: Ditto.
8310
8311 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8312 gnus-agent-auto-agentize-methods is set. Which it isn't.
8313
8314 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
8315
8316 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8317 work for two or more articles.
8318
8319 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
8320
8321 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8322 divide an image that's in an html article to two or more when washing
8323 non-ASCII characters in alt text of it.
8324
8325 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
8326
8327 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8328 smime-decrypt-region using function argument.
8329 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8330
8331 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8332
8333 * smime.el (smime-decrypt-region): Catch it.
8334
8335 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8336
8337 * smime.el (smime-mode-map): Move initialization into declaration.
8338 (gnus-run-mode-hooks): Don't autoload.
8339 (smime-mode): Use define-derived-mode.
8340
8341 2010-11-11 Glenn Morris <rgm@gnu.org>
8342
8343 * smime.el (from): Restrict declaration to XEmacs.
8344
8345 * nnir.el (gnus-group-topic-name): Autoload.
8346
8347 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
8348
8349 * shr.el (shr-insert): Don't break long line if it is because of
8350 kinsoku-bol characters in the line end.
8351
8352 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
8353
8354 * nnir.el (nnir-request-move-article): Fix to provide original group
8355 and subject.
8356 (nnir-warp-to-article): Don't fail on articles whose headers haven't
8357 been retrieved.
8358
8359 * gnus-sum.el (gnus-summary-move-article): Use original group and
8360 subject for virtual articles such as those in an nnir summary buffer.
8361
8362 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
8363
8364 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8365 least 21.5).
8366
8367 * smime.el (from): Declare it again for XEmacs.
8368
8369 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8370
8371 * message.el (message-resend): Don't disable encoding unless it's
8372 already encoded.
8373
8374 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8375 low-numbered articles.
8376
8377 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8378
8379 * rfc2047.el (rfc2047-syntax-table): Simplify.
8380
8381 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8382 set-char-table-range for XEmacs.
8383
8384 2010-11-10 Glenn Morris <rgm@gnu.org>
8385
8386 * smime.el (from): Remove unused declaration.
8387
8388 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8389 (gnus-float-time): On Emacs, always an alias.
8390
8391 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8392 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8393
8394 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8395
8396 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8397
8398 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8399
8400 * shr.el (browse-url-mailto): Autoload.
8401
8402 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8403
8404 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8405 regexp doesn't need quoting.
8406
8407 2010-11-09 Sven Joachim <svenjoac@gmx.de>
8408
8409 * message.el (message-subject-trailing-was-ask-regexp)
8410 (message-subject-trailing-was-regexp): Match was: in addition to was.
8411
8412 2010-11-09 Glenn Morris <rgm@gnu.org>
8413
8414 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8415 (nnbabyl-check-mbox): Use point-at-bol.
8416
8417 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8418
8419 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8420
8421 * message.el (message-mailto): New function.
8422 (message-mailto): Should accept other parameters.
8423 (message-mailto): Remove since it duplicates browse-url-mailto
8424 functionality.
8425
8426 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8427
8428 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8429 methods.
8430 (gnus-read-active-file): Ditto.
8431
8432 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8433 ": " from the prompt.
8434 (gnus-group-make-group): Ditto.
8435
8436 2010-11-07 Glenn Morris <rgm@gnu.org>
8437
8438 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8439 (gnus-bookmark-kill-line): Use point-at-eol.
8440
8441 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
8442
8443 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8444 asterisks in From header.
8445
8446 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8447
8448 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8449 string to avoid making the From headers syntactically invalid.
8450
8451 * message.el (message-send-mail): Don't insert courtesy messages if the
8452 message already has List-Post and List-ID messages.
8453
8454 2010-11-06 Glenn Morris <rgm@gnu.org>
8455
8456 * gnus-art.el (gnus-treat-article): Give dynamic local variables
8457 `condition', `type', `length' a prefix.
8458 (gnus-treat-predicate): Update for above name changes.
8459
8460 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
8461
8462 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8463 binding. Handled by `gnus-summary-refer-thread' instead.
8464 (nnir-warp-to-article): New backend function.
8465
8466 * nnimap.el (nnimap-request-thread): Force dependency updating.
8467
8468 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8469 (gnus-summary-refer-thread): Rework to improve thread-referral.
8470
8471 * gnus-int.el (gnus-warp-to-article): New function.
8472
8473 * gnus-sum.el (gnus-summary-article-map): Bind it.
8474
8475 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
8476
8477 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8478 gnus-summary-refer-thread.
8479
8480 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8481 headers.
8482 (gnus-summary-limit-include-thread): Prevent articles in thread from
8483 being cut in gnus-cut-threads.
8484 (gnus-summary-refer-thread): Limit retrieved headers to those in
8485 thread.
8486
8487 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8488
8489 * message.el (message-send-mail): Use the value of
8490 message-courtesy-message from the message buffer.
8491
8492 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8493
8494 * shr.el (shr-browse-url): Implement mailto: URLs.
8495
8496 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8497 "raw".
8498
8499 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8500 if it's already selected.
8501
8502 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8503
8504 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
8505
8506 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8507 to measure the length and truncate alt text.
8508
8509 2010-11-03 Glenn Morris <rgm@gnu.org>
8510
8511 * nndiary.el (nndiary-generate-nov-databases-1)
8512 (nndiary-generate-active-info): Rename dynamic variable `files' to
8513 something less generic.
8514
8515 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
8516
8517 * nnir.el (nnir-request-move-article): Call the underlying backend to
8518 move articles from nnir.
8519
8520 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8521
8522 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8523
8524 2010-11-02 Julien Danjou <julien@danjou.info>
8525
8526 * nnir.el: Remove wais support.
8527
8528 2010-11-02 Glenn Morris <rgm@gnu.org>
8529
8530 * gnus-html.el: Reorder requirements to quieten compiler.
8531
8532 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8533
8534 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8535 properly for XEmacs as well.
8536 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8537 (gnus-article-natural-long-line-p): Use window-width rather than
8538 frame-width.
8539
8540 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
8541
8542 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
8543 (nnir-read-parms): Don't modify query.
8544 (nnir-run-query): Add ability to search topic on current line.
8545 (nnir-get-active): Clean up.
8546
8547 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8548
8549 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8550 degenerate articles.
8551
8552 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8553 (gnus-print-buffer): Just print the buffer as is, without any copying
8554 to a buffer and then re-highlighting.
8555
8556 * nnimap.el (nnimap-request-group): Store the new updated info.
8557 (nnimap-request-group): Select the group when we don't know whether it
8558 exists or not.
8559
8560 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8561 groups.
8562
8563 * gnus-group.el (gnus-group-find-new-groups): Display all the new
8564 groups.
8565
8566 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8567 groups.
8568
8569 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8570 long-lines case by only filling the long lines.
8571
8572 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8573 (bug#7311).
8574
8575 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8576
8577 * shr.el: No need to declare `declare-function' since shr.el is for
8578 only Emacsen that provide `libxml-parse-html-region'.
8579
8580 2010-11-01 Glenn Morris <rgm@gnu.org>
8581
8582 * mm-util.el (gnus-completing-read): Autoload.
8583 (mm-read-coding-system): Simplify Emacs definition.
8584
8585 * nnmail.el (gnus-activate-group):
8586 * nnimap.el (gnutls-negotiate):
8587 * nntp.el (netrc-parse): Fix declarations.
8588
8589 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8590
8591 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8592 string-match-p in Emacs >=23.
8593
8594 * gnus-msg.el (gnus-configure-posting-styles):
8595 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8596
8597 2010-11-01 Glenn Morris <rgm@gnu.org>
8598
8599 * nnir.el (declare-function): Add compat stub.
8600 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8601 (nnir-run-gmane): Require 'mm-url.
8602
8603 * mm-util.el (mm-string-to-multibyte): Simplify.
8604
8605 * shr.el (declare-function): Add compat stub.
8606 (url-cache-create-filename): Declare.
8607 (mm-disable-multibyte, widget-convert-button): Autoload.
8608
8609 * smime.el (ldap-search): Declare.
8610 (smime-cert-by-ldap-1): Require ldap on Emacs.
8611
8612 * nnimap.el: Require nnmail, and gnus-sum when compiling.
8613 (nnimap-keepalive): Use gnus-float-time.
8614
8615 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8616 (mail-source-delete-crash-box): Use gnus-float-time.
8617
8618 * gnus-dired.el (gnus-completing-read): Autoload.
8619
8620 * mm-view.el (gnus-rescale-image): Autoload.
8621
8622 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8623
8624 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8625
8626 * sieve-manage.el: Require 'cl when compiling.
8627
8628 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8629 (gnus-iswitchb-completing-read): Require iswitchb.
8630 (gnus-select-frame-set-input-focus): Silence compiler.
8631
8632 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8633
8634 * message.el (message-subject-trailing-was-query): Change default to t,
8635 since I think that's what most people want.
8636
8637 * nnimap.el (nnimap-request-accept-article): Erase buffer before
8638 appending for easier debugging.
8639 (nnimap-wait-for-connection): Take a regexp.
8640 (nnimap-request-accept-article): Wait for the continuation line before
8641 sending anything unless we're streaming.
8642
8643 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8644 leave the header washing to take place.
8645
8646 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
8647
8648 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8649 regular expression match and replace in posting styles.
8650
8651 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
8652
8653 * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
8654 an entire server.
8655 (nnir-get-active): New function.
8656 (nnir-run-imap): Use it.
8657 (nnir-run-gmane): Who knew, gmane search returns an article score!
8658
8659 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8660 server on the current line with nnir.
8661
8662 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8663
8664 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8665 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8666 left edge.
8667 (gnus-article-foldable-buffer): Skip past the prefix when determining
8668 raggedness.
8669
8670 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8671 the raw article, and change `C-u g' to show the article without doing
8672 treatments.
8673
8674 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8675 on to `gnus-treat-article'.
8676 (gnus-inhibit-article-treatments): New variable.
8677
8678 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8679
8680 * gnus-art.el (gnus-treatment-function-alist): Have
8681 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8682 (gnus-treat-fill-long-lines): Change default to fill all text/plain
8683 sections.
8684
8685 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8686 parameter.
8687 (gnus-article-fill-cited-long-lines): New function.
8688 (gnus-article-fill-cited-article): Allow filling only long sections.
8689
8690 * shr.el (shr-find-fill-point): Don't break lines between punctuation
8691 and non-punctuation (like after the apostrophe in "'We").
8692
8693 * gnus-sum.el (gnus-summary-select-article): Make sure
8694 gnus-original-article-buffer is alive.
8695
8696 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8697 reflect the order they are in the digest.
8698
8699 * gnus.el (gnus-group-startup-message): Move point to the start of the
8700 buffer.
8701
8702 * nnimap.el (nnimap-capability): New function.
8703 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8704 is set.
8705
8706 2010-10-31 David Engster <dengste@eml.cc>
8707
8708 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8709 conform with changes to gnus-completing-read.
8710
8711 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8712
8713 * shr.el (shr-tag-img): Output "*" instead of "[img]".
8714
8715 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
8716
8717 * nnir.el: Move defvar, defcustom around to keep file organized
8718 and keep byte-compiler quiet.
8719 (nnir-read-parms): Accept search-engine as arg.
8720 (nnir-run-query): Pass search-engine as arg.
8721 (nnir-search-engine): Remove.
8722
8723 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8724
8725 * shr.el (shr-generic): The text nodes should be text, not :text.
8726
8727 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8728 later in the file.
8729
8730 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
8731
8732 * nnir.el: General clean up. Allow searching with multiple engines.
8733 Allow separate extra-parameters for each engine.
8734 Batch queries when possible.
8735 (nnir-imap-default-search-key, nnir-method-default-engines):
8736 Add customize interface.
8737 (nnir-run-gmane): New engine.
8738 (nnir-engines): Use it. Qualify all prompts with engine name.
8739 (nnir-search-engine): Remove global variable.
8740 (nnir-run-hyrex): Restore for now.
8741 (nnir-extra-parms, nnir-search-history): New variables.
8742 (gnus-group-make-nnir-group): Use them.
8743 (nnir-group-server): Remove in favor of gnus-group-server.
8744 (nnir-request-group): Avoid searching twice.
8745 (nnir-sort-groups-by-server): New function.
8746
8747 2010-10-30 Julien Danjou <julien@danjou.info>
8748
8749 * gnus-group.el: Remove gnus-group-fetch-control.
8750
8751 * gnus-start.el (gnus-find-new-newsgroups):
8752 Remove gnus-check-first-time-used.
8753
8754 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8755
8756 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
8757
8758 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8759 set on groups that don't have \* permanentflags.
8760
8761 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8762
8763 * shr.el (shr-tag-span): Drop colorization of regions since we don't
8764 control the background color.
8765 (shr-tag-img): Ignore very small web bug type images.
8766 (shr-put-image): Add help-echo alt texts to the images.
8767 (shr-tag-video): Show the video poster image.
8768
8769 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8770
8771 * shr.el (shr-table-depth): New variable.
8772 (shr-tag-table-1): Only insert the images after the top-level table.
8773
8774 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8775
8776 * gnus-util.el (gnus-list-memq-of-list): New function.
8777
8778 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8779 selected.
8780 (nnimap-unsplittable-articles): New slot.
8781 (nnimap-new-articles): Use it.
8782
8783 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
8784
8785 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8786 move to the previous line on `M-g'.
8787
8788 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8789
8790 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8791 *-request-group, which seems unnecessary.
8792
8793 * nnimap.el (nnimap-quote-specials): Function copied over from
8794 imap.el.
8795 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8796 they support that. Suggested by Tom Regner.
8797
8798 2010-10-29 Julien Danjou <julien@danjou.info>
8799
8800 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8801 defalias.
8802 (gnus-summary-delete-marked-with): Remove obsolete defalias.
8803
8804 * gnus.el: Remove `gnus-nntp-service' variable.
8805 (gnus-secondary-servers): Make obsolete.
8806 (gnus-nntp-server): Make obsolete.
8807
8808 * gnus-start.el (gnus-1): Remove x-splash calls.
8809
8810 * gnus-ems.el (gnus-x-splash): Remove.
8811
8812 * gnus.el (gnus-group-startup-message): Simplify/update code.
8813
8814 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8815 capability before doing anything.
8816 (gnus-group-insert-group-line): Remove useless
8817 gnus-group-remove-excess-properties.
8818
8819 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
8820
8821 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8822
8823 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8824
8825 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8826 config after reselecting.
8827
8828 2010-10-28 Julien Danjou <julien@danjou.info>
8829
8830 * shr.el (shr-put-image): Use point even if only inserting text.
8831 (shr-put-image): Save excursion when inserting alt text on non-graphic
8832 display, so the behavior is the same when we are on a graphic display.
8833
8834 * nnir.el (nnir-run-swish-e): Remove hyrex support.
8835
8836 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
8837
8838 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8839 (gnus-mime-copy-part): Check coding system, not charset.
8840 (gnus-mime-view-part-externally): Never remove part.
8841 (gnus-mime-view-part-internally): Don't remove part here.
8842 (gnus-article-part-wrapper): Make sure MIME tag is visible.
8843 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8844 multipart/alternative.
8845
8846 * mm-decode.el (mm-display-part): Take optional arg `force'.
8847
8848 2010-10-26 Julien Danjou <julien@danjou.info>
8849
8850 * gnus-group.el (gnus-group-default-list-level): Add this function to
8851 compute the default list level.
8852 (gnus-group-default-list-level): Add possibility to use a function.
8853
8854 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
8855
8856 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8857
8858 * gnus-group.el (gnus-group-completing-read)
8859 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8860 gnus-replace-in-string.
8861
8862 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
8863
8864 * shr.el (shr-tag-div): Add.
8865
8866 2010-10-25 Julien Danjou <julien@danjou.info>
8867
8868 * gnus-util.el: Remove `gnus-with-local-quit'.
8869
8870 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8871
8872 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8873
8874 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8875 the original article buffer.
8876
8877 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8878
8879 * nnimap.el (nnimap-request-head): New function.
8880 (nnimap-request-move-article): Try to be slightly faster by not
8881 requesting the entire message when moving.
8882 (nnimap-transform-headers): Don't bug out on bodiless articles.
8883 (nnimap-send-command): Have no outstanding messages if the IMAP server
8884 doesn't support streaming.
8885 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8886
8887 2010-10-24 Julien Danjou <julien@danjou.info>
8888
8889 * message.el (message-default-headers): Fix type.
8890
8891 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8892
8893 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8894 prefetching images.
8895
8896 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8897 backend for unknown groups. This is mainly useful for nnimap groups.
8898
8899 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8900 group isn't covered by the agent.
8901
8902 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
8903
8904 * nnir.el (nnir-method-default-engines): New variable.
8905 (nnir-run-query): Use it.
8906 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8907 (gnus-summary-nnir-goto-thread): Change group if needed.
8908
8909 * gnus-group.el (gnus-group-group-map): Add key binding for
8910 gnus-group-make-nnir-group.
8911
8912 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8913
8914 * shr.el (shr-tag-object): Add.
8915
8916 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8917 original article buffer live.
8918 (gnus-summary-select-article-buffer):
8919 Mention gnus-widen-article-buffer.
8920
8921 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8922
8923 * shr.el (shr-tag-strong): Add.
8924
8925 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8926
8927 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8928 group names. They mess up the group buffer badly.
8929
8930 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8931
8932 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8933 instead of the summary one.
8934
8935 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
8936
8937 * mml.el (mml-preview): Work properly when editing article.
8938
8939 * gnus-start.el (gnus-read-active-file-1): Don't add method to
8940 gnus-have-read-active-file if it's already been in.
8941
8942 2010-10-22 Tom Tromey <tromey@redhat.com>
8943
8944 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8945 gnus-group-completing-read.
8946
8947 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8948
8949 * message.el (message-mode-map): Don't bind M-; to comment region, to
8950 allow the global comment-dwim to work.
8951
8952 2010-10-21 Julien Danjou <julien@danjou.info>
8953
8954 * message.el (message-setup-1): Allow message-default-headers to be a
8955 function.
8956
8957 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8958
8959 * shr.el (shr-tag-table): Simplify.
8960
8961 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8962
8963 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8964 to avoid trying to snarf invalid stuff.
8965
8966 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8967
8968 * gnus.el (gnus-message-archive-group): Quote value.
8969 (gnus-message-archive-group): Mark as changed.
8970
8971 * shr.el (shr-add-font): Don't put the font properties on the newline
8972 or the indentation.
8973
8974 * message.el (message-fix-before-sending): Change options when sending
8975 non-printable characters.
8976
8977 * gnus.el (gnus-message-archive-method): Change the default to
8978 monthly outgoing groups.
8979
8980 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8981 that have gotten new numbers.
8982
8983 * nnimap.el (nnimap-request-replace-article): New function.
8984
8985 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8986
8987 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8988 (nnrss-request-article): Don't use special html washing code.
8989
8990 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8991
8992 * shr.el (shr-tag-table): Remove useless nconc.
8993
8994 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8995
8996 * gnus-art.el (article-wash-html): Simplify and remove the charset
8997 stuff. Use the normal html rendering code instead of the special html
8998 washing code.
8999
9000 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9001 `gnus-w3m' symbols.
9002 (mm-text-html-washer-alist): Remove.
9003
9004 * mm-decode.el (mm-inline-text-html-renderer): Remove.
9005 (mm-inline-media-tests): Remove use.
9006 (mm-text-html-renderer): Change default to the `shr' symbol.
9007
9008 * mm-view.el (mm-inline-text-html): Remove use.
9009
9010 * gnus-art.el (gnus-blocked-images): New function. Allow the
9011 `gnus-blocked-images' to be a function.
9012 (gnus-article-wash-function): Remove.
9013
9014 2010-10-20 Julien Danjou <julien@danjou.info>
9015
9016 * spam.el (spam-list-of-processors): Mark as obsolete.
9017
9018 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9019 (nnimap-insert-partial-structure): Fix boundary detection.
9020
9021 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
9022
9023 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9024 run file-truename on remote files. This can be expensive and even
9025 prevent one from editing drafts if some unrelated buffer has a stale
9026 connection.
9027
9028 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
9029
9030 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9031 kinsoku-eol regardless of shr-kinsoku-shorten.
9032 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9033 (shr-tag-table): Support caption, thead, and tfoot.
9034
9035 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9036
9037 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9038 lines.
9039 (shr-save-contents): New command and keystroke.
9040
9041 * nndoc.el (nndoc-type-alist): Add git support.
9042 (nndoc-git-type-p): New function.
9043 (nndoc-transform-git-article): Ditto.
9044 (nndoc-transform-git-headers): Ditto.
9045 (nndoc-transform-git-headers): Generate Subject headers.
9046
9047 * shr.el (shr-parse-style): New function.
9048 (shr-tag-span): Ditto.
9049
9050 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9051 to `G G' to avoid collisions.
9052
9053 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9054
9055 * shr.el: Load kinsoku if necessary.
9056 (shr-kinsoku-shorten): New internal variable.
9057 (shr-find-fill-point): Make kinsoku shorten text line if
9058 shr-kinsoku-shorten is bound to non-nil.
9059 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9060 shr-indentation too when testing if table is wider than frame width.
9061 (shr-insert-table): Use `string-width' instead of `length' to measure
9062 text width.
9063 (shr-insert-table-ruler): Make sure indentation is done at bol.
9064
9065 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9066
9067 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9068 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9069 undecoded network data.
9070
9071 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9072
9073 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9074 name in the mode line spec so that the mode line menu works
9075 (bug#2431).
9076
9077 * message.el (message-get-reply-headers): If we're fed `to-address',
9078 then always use that.
9079
9080 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9081 aren't so wide as to need to switch off the edit menu.
9082
9083 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9084 binding. Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9085
9086 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9087 `M-g'.
9088 (nnimap-update-info): Update flags/read marks even if \* isn't part of
9089 the permanent marks.
9090
9091 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
9092
9093 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9094 Splitting according to references/in-reply-to obeys the ignore-groups
9095 variable, while splitting by sender and subject do not.
9096
9097 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9098
9099 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9100 alist, so that we can look for non-Unicode chars.
9101 (article-translate-strings): Allow both character and string maps.
9102
9103 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
9104
9105 * shr.el (shr-insert): Don't insert space behind a wide character
9106 categorized as kinsoku-bol, or between characters both categorized as
9107 nospace.
9108
9109 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
9110
9111 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
9112 headers to gnus-newsgroup-headers.
9113
9114 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9115
9116 * shr.el (shr-tag-img): Don't align images -- since we're not
9117 rescaling, this often leads to ugly displays.
9118
9119 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
9120
9121 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9122 duplicates.
9123
9124 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
9125
9126 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9127 call.
9128
9129 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9130
9131 * gnus.el: Autoload gnus-html-show-images.
9132
9133 * nnimap.el: Use nnheader-message throughout.
9134
9135 * shr.el (shr-tag-img): Ignore images with no data.
9136
9137 2010-10-15 Julien Danjou <julien@danjou.info>
9138
9139 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9140 a possibility to disable format=flow encoding when using hard newlines.
9141
9142 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9143
9144 * shr.el (shr-insert): Remove space inserted before or after a
9145 breakable character or at the beginning or the end of a line.
9146 (shr-find-fill-point): Do kinsoku; find the second best point or give
9147 it up if there's no breakable point.
9148
9149 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9150
9151 * nnimap.el (nnimap-open-connection): Message when opening connection
9152 for debugging purposes.
9153
9154 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9155 on every setup buffer call to allow this to change from article to
9156 article.
9157
9158 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9159 buffers where we have a wide table.
9160
9161 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
9162
9163 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9164 uses *-request-thread.
9165
9166 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9167
9168 * nnimap.el (nnimap-open-connection): Remove %s from openssl
9169 incantation, which is no longer valid.
9170
9171 2010-10-14 Julien Danjou <julien@danjou.info>
9172
9173 * shr.el: Fix defcustom type (char -> character).
9174
9175 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9176
9177 * nnimap.el (nnimap-open-connection): tls-program should be a list of
9178 programs.
9179
9180 2010-10-14 Julien Danjou <julien@danjou.info>
9181
9182 * shr.el (shr-tag-a): Use url-link as widget type.
9183
9184 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9185 `gnus-group-get-icon'.
9186
9187 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9188
9189 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9190 This should make server editing work better.
9191
9192 * shr.el (shr-find-fill-point): Don't inloop on indented text.
9193
9194 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9195 (nnimap-parse-flags): Fix regexp.
9196
9197 * shr.el (shr-find-fill-point): Use a filling algorithm that should
9198 probably work for CJVK text, too.
9199
9200 * nnimap.el (nnimap-extend-tls-programs): Remove.
9201 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9202
9203 2010-10-13 Julien Danjou <julien@danjou.info>
9204
9205 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9206 responses.
9207
9208 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9209
9210 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9211
9212 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9213 anything in Emacs.
9214
9215 * shr.el (shr-current-column): Remove buggy and unnecessary function.
9216
9217 2010-10-13 Julien Danjou <julien@danjou.info>
9218
9219 * shr.el (shr-width): Make shr-width a defcustom with default to
9220 fill-column.
9221 (shr-tag-img): Use shr-width rather than fill-column.
9222
9223 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9224
9225 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9226
9227 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9228 position when (X-)Faces exist.
9229 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9230 avatars when called interactively.
9231
9232 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9233
9234 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9235 gnus-article-x-face-too-ugly is bound.
9236
9237 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9238
9239 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9240
9241 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9242 mailbox that doesn't exist.
9243
9244 2010-10-12 Julien Danjou <julien@danjou.info>
9245
9246 * shr.el (shr-tag-img): Encode URL properly when retrieving.
9247 (shr-get-image-data): Encode URL properly when fetching from cache.
9248 (shr-tag-img): Use aligned-to spaces to align correctly images.
9249
9250 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9251 before inserting the Gravatar.
9252
9253 * shr.el (shr-tag-img): Add align attribute support for <img>.
9254
9255 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9256
9257 * gnus-gravatar.el (gnus-art): Require.
9258
9259 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9260 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9261 Remove long obsoleted functions.
9262
9263 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9264
9265 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9266
9267 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9268 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9269 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
9270 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
9271 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
9272 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
9273 Fix comment for declare-function.
9274
9275 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9276
9277 * nnimap.el (nnimap-request-rename-group): Select group read-only
9278 before renaming it.
9279
9280 * shr.el (shr-insert): Fix up the white space only regexp.
9281
9282 * nnimap.el (nnimap-transform-split-mail): Not all articles have
9283 bodies. Protect against this. Reported by Michael Welsh Duggan.
9284
9285 * shr.el (shr-current-column): New function.
9286 (shr-find-fill-point): New function.
9287
9288 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
9289
9290 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9291 numbers.
9292
9293 2010-10-11 Julien Danjou <julien@danjou.info>
9294
9295 * shr.el (shr-hr-line): Add.
9296 (shr-tag-hr): Use shr-hr-line to specify which character to use to
9297 display hr lines.
9298 (shr-max-columns): Do not change state to nil if we just inserting
9299 spaces.
9300
9301 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9302
9303 * gnus-topic.el (gnus-topic-read-group): If after the last group,
9304 select the last group.
9305
9306 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
9307
9308 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9309
9310 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9311
9312 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9313 for Gnus.
9314 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9315 (nnimap-update-qresync-info): Mark \Seen articles as read.
9316
9317 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9318 non-variable, too.
9319
9320 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
9321 available.
9322 (nnimap-update-info): Rely more on the current active than the param
9323 active to avoid marking articles as read too much.
9324
9325 * auth-source.el (auth-source-create): Use (user-login-name) for the
9326 user name default.
9327
9328 * nnimap.el (nnimap-update-info): If the server doesn't return any
9329 useful info, just use the previous info.
9330 (nnimap-update-info): Prefer old info over start-article.
9331 (nnimap-update-qresync-info): Finish implementing QRESYNC.
9332
9333 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
9334
9335 * nnir.el (autoload): Clean up autoloads.
9336 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9337 Use key rather than value.
9338 (nnir-imap-search-other): New variable.
9339 (nnir-read-parm): Use it.
9340 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9341 (gnus-summary-nnir-goto-thread): Modify to work with imap.
9342
9343 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9344
9345 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9346 the process, too.
9347
9348 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9349
9350 * spam.el (gnus-summary-mode-map): Bind to "$".
9351 Suggested by Russ Allbery.
9352
9353 * shr.el: Rework the way things are indented by <li> slightly.
9354
9355 * gnus.el (gnus-group-set-parameter): Fix typo.
9356
9357 * nnimap.el: Start implementing QRESYNC support.
9358
9359 2010-10-09 Julien Danjou <julien@danjou.info>
9360
9361 * nnir.el (nnir-engines): Fix too many arguments.
9362
9363 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9364
9365 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9366 group is the "last", so that the backends like nnfolder actually save
9367 their folders.
9368
9369 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
9370 try to use that for the TLS stream.
9371 (nnimap-retrieve-group-data-early): Rework the marks code to heed
9372 UIDVALIDITY and find out which groups are read-only and not.
9373 (nnimap-get-flags): Use the same marks parsing code as the rest of
9374 nnimap.
9375
9376 2010-10-09 Julien Danjou <julien@danjou.info>
9377
9378 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9379
9380 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9381 retrieving gravatars.
9382
9383 * shr.el (shr-table-corner): Add.
9384 (shr-table-line): Add.
9385 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9386
9387 2010-10-08 Julien Danjou <julien@danjou.info>
9388
9389 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9390
9391 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
9392
9393 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9394
9395 * gnus-sum.el (gnus-mark-article-as-unread)
9396 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9397 (gnus-summary-set-bookmark): Use it.
9398
9399 * gnus-msg.el (gnus-setup-message): Use it.
9400
9401 * gnus-demon.el (gnus-demon-remove-handler): Use it.
9402
9403 * gnus.el (gnus-group-remove-parameter): Use it.
9404
9405 * gnus-group.el (gnus-group-make-web-group): Use it.
9406
9407 * gnus-demon.el (gnus-demon-remove-handler): Use it.
9408
9409 * nnregistry.el: Update docs to mention manual.
9410
9411 * gnus-registry.el: Update docs to mention nnregistry.el.
9412 (gnus-registry-initialize): Don't install nnregistry refer method
9413 automatically.
9414 (gnus-registry-install-nnregistry): Remove it.
9415
9416 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9417
9418 * shr.el (shr-insert): Don't insert double spaces.
9419
9420 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
9421
9422 * gnus-gravatar.el (gnus-treat-from-gravatar)
9423 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9424 called interactively.
9425
9426 * gnus-art.el (gnus-mime-view-part-externally)
9427 (gnus-mime-view-part-internally): Make predicate function passed to
9428 gnus-mime-view-part-as-type assume argument is a mime type, not a list
9429 of a mime type.
9430
9431 * shr.el (shr-table-widths): Don't use cl function `reduce'.
9432
9433 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9434
9435 * shr.el (require): Require cl when compiling.
9436 (shr-tag-hr): New function.
9437
9438 * nnimap.el (nnimap-update-info): Remove double setting of high.
9439 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9440 This makes nnimap work properly on Courier again.
9441
9442 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9443 the variable for backwards compatibility.
9444
9445 * mm-decode.el (mm-save-part): If given a non-directory result, expand
9446 the file name before using to avoid setting mm-default-directory to
9447 nil.
9448
9449 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9450 bidning gnus-agent variables.
9451
9452 * shr.el (shr-render-td): Use a cache for the table rendering function
9453 to avoid getting an exponential rendering behavior in nested tables.
9454 (shr-insert): Rework the line-breaking algorithm.
9455 (shr-insert): Don't leave trailing spaces.
9456 (shr-insert-table): Also insert empty TDs.
9457 (shr-tag-blockquote): Ensure paragraphs after </ul>.
9458
9459 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9460
9461 * gnus-sum.el (gnus-number): Rename from `number'.
9462 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9463 (gnus-summary-limit-children): Update uses correspondingly.
9464
9465 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9466
9467 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9468 (gnus-gravatar-transform-address): Don't show avatars of people of
9469 which mail addresses match gnus-gravatar-too-ugly.
9470
9471 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9472
9473 * shr.el (shr-table-widths): Expand TD elements to fill available
9474 space.
9475
9476 2010-10-07 Julien Danjou <julien@danjou.info>
9477
9478 * nnimap.el (nnimap-request-rename-group): Add this method.
9479
9480 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9481
9482 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9483 name from XEmacs' function-arglist.
9484
9485 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9486 gravatar under XEmacs.
9487
9488 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
9489
9490 * auth-source.el: Update docs with TODO items.
9491
9492 * gnus-sync.el: Update docs to explain state and plans.
9493
9494 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9495 Hooks for mark updates.
9496 (gnus-request-set-mark, gnus-request-update-mark): Use them.
9497
9498 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9499 hooks with arguments, which is needed for mark update hooks.
9500
9501 2010-10-06 Julien Danjou <julien@danjou.info>
9502
9503 * gnus.el (gnus-expand-group-parameter): Only return and act on what
9504 was matched.
9505
9506 * sieve-manage.el: Update example in `Commentary'.
9507
9508 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9509
9510 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9511 not 2000.
9512 (sieve-manage-authenticate): Re-add function.
9513
9514 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9515
9516 * shr.el (shr-insert): Get 'space transition right.
9517 (shr-render-td): Only delete space at the end of the TD.
9518
9519 * nnimap.el (nnimap-open-connection): Prepare to support
9520 open-gnutls-stream.
9521
9522 * shr.el: Rearrange function order to be more logical.
9523
9524 2010-10-06 Julien Danjou <julien@danjou.info>
9525
9526 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9527 (nnrss-discover-feed): Remove 404 URL in docstring.
9528
9529 * nnir.el: Fix Swish-E URL.
9530 Fix Namazu URL.
9531
9532 * message.el (message-change-subject): Remove 404 URL in a comment.
9533
9534 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9535
9536 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9537 called interactively.
9538
9539 * gnus-util.el (gnus-remove-if): Allow hash table.
9540 (gnus-remove-if-not): New function.
9541
9542 * gnus-art.el (gnus-mime-view-part-as-type):
9543 * gnus-score.el (gnus-summary-score-effect):
9544 * gnus-sum.el (gnus-read-move-group-name):
9545 Replace remove-if-not with gnus-remove-if-not.
9546
9547 * gnus-group.el (gnus-group-completing-read):
9548 Regard collection as a hash table if it is not a list.
9549
9550 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9551
9552 * shr.el (shr-render-td): Allow blank/missing <TD>s.
9553
9554 * shr.el: Document the table-rendering algorithm.
9555
9556 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9557 invalid URLs.
9558
9559 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9560 line-broken.
9561 (shr-tag-img): Ignore image fetching errors.
9562 (shr-overlays-in-region): Compute overlay positions correctly.
9563
9564 * mm-decode.el (mm-shr): Require shr.
9565
9566 * gnus-art.el (gnus-blocked-images): Move variable here.
9567
9568 * shr.el (shr-insert-table): Bind free variable.
9569
9570 * mm-decode.el (mm-shr): Bind shr-content-function.
9571
9572 * shr.el (shr-content-function): New variable.
9573
9574 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9575 added for symmetry.
9576
9577 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9578
9579 * gnus-group.el (gnus-group-make-group): Doc fix.
9580
9581 * nnimap.el (nnimap-request-newgroups): Return success.
9582
9583 * shr.el (shr-find-elements): New function.
9584 (shr-tag-table): Put all the images after the table.
9585 (shr-tag-table): Really inhibit images inside the table.
9586 (shr-collect-overlays): Copy over overlays from the TD elements to the
9587 main document.
9588
9589 * mm-decode.el (mm-shr): Bind shr-blocked-images to
9590 gnus-blocked-images.
9591
9592 2010-10-05 Julien Danjou <julien@danjou.info>
9593
9594 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9595
9596 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9597 (gnus-html-maximum-image-size): Add this function.
9598 (gnus-html-put-image): Use gnus-html-maximum-image-size.
9599
9600 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9601 server-value of the capability is nil.
9602
9603 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9604
9605 * shr.el (shr-tag-em): Add <EM> tag.
9606
9607 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
9608
9609 * sieve-manage.el (sieve-manage-default-stream): Make default stream
9610 customizable.
9611
9612 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9613 handing broken links to browse-url.
9614
9615 2010-10-05 Julien Danjou <julien@danjou.info>
9616
9617 * gnus-util.el (gnus-emacs-completing-read)
9618 (gnus-iswitchb-completing-read): Use autoload rather than require.
9619
9620 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
9621
9622 * gnus-util.el (gnus-completing-read-function): Exclude
9623 gnus-icompleting-read and gnus-ido-completing-read from candidates for
9624 XEmacs since iswitchb.el is very old and ido.el is unavailable in
9625 XEmacs.
9626
9627 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9628 not to use `delete-dups' that is unavailable in XEmacs 21.4.
9629
9630 * gnus-html.el: Don't require help-fns under XEmacs.
9631 (gnus-html-schedule-image-fetching): Work for XEmacs.
9632
9633 * mm-decode.el (mm-shr): Decode contents by charset.
9634
9635 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9636
9637 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9638 unknown.
9639
9640 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9641 (shr-get-image-data): Ensure against the cache file missing.
9642
9643 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9644 for data.
9645
9646 * spam-report.el (spam-report-url-ping-plain): Don't query about
9647 killing the process.
9648
9649 * shr.el (shr-render-td): Protect against too-wide text.
9650
9651 2010-10-04 Julien Danjou <julien@danjou.info>
9652
9653 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9654 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9655
9656 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9657 retrieved.
9658
9659 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9660
9661 * shr.el (browse-url): Require.
9662 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9663 lines.
9664 (shr-show-alt-text, shr-browse-image): New commands.
9665 (shr-browse-url, shr-copy-url): New commands.
9666
9667 * gnus-sum.el (gnus-widen-article-window): New variable.
9668 (gnus-summary-select-article-buffer): Use it.
9669
9670 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9671 without @ signs.
9672
9673 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
9674
9675 * nnir.el (nnir-run-imap): Remove spurious space in search string.
9676
9677 2010-10-04 Julien Danjou <julien@danjou.info>
9678
9679 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9680 for XEmacs.
9681
9682 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9683
9684 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9685
9686 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9687 (nnimap-close-server): Implement.
9688
9689 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9690 (shr-insert): Tweak line breaking.
9691 (shr-insert): Handle <pre> better.
9692 (shr-tag-li): Get <li> indentation right.
9693 (shr-tag-li): Get <li> indentation even righter.
9694 (shr-tag-blockquote): Ensure paragraph start.
9695 (shr-make-table): Tweak table generation.
9696 (shr-make-table): Fix typo.
9697
9698 * shr.el: Implement table rendering.
9699
9700 2010-10-04 Julien Danjou <julien@danjou.info>
9701
9702 * gnus-html.el (gnus-html-put-image): Fix resize image code.
9703
9704 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9705
9706 * shr.el (shr-insert): Use string anchors instead of line anchors.
9707
9708 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9709
9710 * shr.el: Add headings.
9711 (shr-ensure-paragraph): Actually work.
9712 (shr-tag-li): Make <ul> prettier.
9713 (shr-insert): Get white space at the beginning/end of elements right.
9714 (shr-tag-p): Collapse subsequent <p>s.
9715 (shr-ensure-paragraph): Don't insert double line feeds after blank
9716 lines.
9717 (shr-insert): \t is also space.
9718 (shr-tag-s): Fix "s" tag name function.
9719 (shr-tag-s): Fix face prop name.
9720
9721 2010-10-03 Julien Danjou <julien@danjou.info>
9722
9723 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9724
9725 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9726 gnus-window-inside-pixel-edges.
9727
9728 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9729 gnus-ems.
9730
9731 * mm-view.el (mm-inline-image-emacs): Support image resizing.
9732
9733 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9734 function.
9735
9736 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9737 resize choice.
9738
9739 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9740
9741 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9742 beginning of the buffer.
9743
9744 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9745 article buffer again.
9746
9747 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9748
9749 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9750 when it's at the start of the buffer.
9751
9752 * shr.el (shr-tag-blockquote): Convert name.
9753 (shr-rescale-image): Use the right image-size variant.
9754
9755 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9756 buffer isn't shown, then select the current article first instead of
9757 bugging out.
9758 (gnus-summary-select-article-buffer): Show both the article and summary
9759 buffers again.
9760
9761 * shr.el (shr-fontize-cont): Protect against regions with no text.
9762 Rename tag functions to shr-tag-* for enhanced security.
9763 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9764
9765 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
9766
9767 * shr.el (shr-insert):
9768 * pop3.el (pop3-movemail):
9769 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9770 loaded.
9771
9772 2010-10-03 Glenn Morris <rgm@gnu.org>
9773
9774 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9775
9776 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9777
9778 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9779
9780 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9781
9782 * gnus-util.el (gnus-make-local-hook): Simplify.
9783
9784 2010-10-02 Julien Danjou <julien@danjou.info>
9785
9786 * gnus-util.el (gnus-iswitchb-completing-read): New function.
9787 (gnus-ido-completing-read): New function.
9788 (gnus-emacs-completing-read): New function.
9789 (gnus-completing-read): Use gnus-completing-read-function.
9790 Add gnus-completing-read-function.
9791
9792 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9793
9794 * shr.el (shr-insert-document): Autoload.
9795 (shr-img): Be silent.
9796 (shr-insert): Add a newline after every picture before text.
9797 (shr-add-font): Use overlays for combining faces.
9798 (shr-insert): Pass upwards the text start point.
9799
9800 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9801 possible.
9802 (mm-shr): New function.
9803
9804 2010-10-02 Julien Danjou <julien@danjou.info>
9805
9806 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9807 should go backward.
9808
9809 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
9810
9811 * shr.el (shr): Fix typo in provide call.
9812
9813 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9814
9815 * shr.el: New file.
9816
9817 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9818
9819 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9820 completing read.
9821
9822 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9823
9824 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9825 we're being queried about. Suggested by Dan Jacobson.
9826
9827 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9828 Suggested by Jason Eisner.
9829
9830 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9831 table, too. Suggested by Stefan Wiens.
9832 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9833 the table unnecessary. Suggested by Stefan Wiens.
9834
9835 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9836 longer needed, and probably doesn't work either, as pointed out by
9837 Stefan Wiens.
9838 (gnus-summary-exit): Remove call to the clearing function.
9839 (gnus-summary-exit-no-update): Ditto.
9840
9841 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9842 instead of gnus-eval-in-buffer-window to avoid popping up frames.
9843 Reported by Stefan Monnier.
9844 (gnus-summary-save-in-rmail): Ditto.
9845
9846 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9847 article buffer, instead of both the article buffer and the summary
9848 buffer. Sort of suggested by Dan Jacobson.
9849
9850 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9851
9852 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9853 Suggested by Dan Jacobson.
9854
9855 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9856 documentation clearer.
9857
9858 * message.el (message-shorten-references): Comment on the number "21".
9859 Suggested by Stefan Monnier.
9860
9861 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9862 Suggested by Dan Jacobson.
9863
9864 * gnus.el (gnus-large-newsgroup):
9865 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
9866
9867 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9868 externalize attachments. Bug reported by Steve Wen.
9869
9870 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9871 really message anything to the user.
9872
9873 * nnmail.el (nnmail-article-group): Allow using the fancy split method
9874 directly.
9875
9876 * nnimap.el (nnimap-request-group): Low higher than high to signal no
9877 messages in empty groups.
9878
9879 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
9880
9881 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9882 non-UIDNEXT group.
9883
9884 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9885
9886 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9887 not the value from the collection.
9888
9889 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9890 values. This sometimes happens on some groups that have no info.
9891 (nnimap-request-newgroups): New function.
9892
9893 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
9894
9895 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9896 check into `gnus-registry-initialize'.
9897 (gnus-registry-initialize): Ditto.
9898 Fix and extend header docs.
9899
9900 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9901
9902 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9903 regexp backtrace overflows.
9904
9905 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9906 for starttls that tls.el implements; i.e. openssl.
9907
9908 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9909
9910 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9911 (gravatar-create-image): New function that's an alias to
9912 gnus-xmas-create-image, gnus-create-image, or create-image.
9913 (gravatar-data->image): Use it.
9914
9915 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
9916
9917 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9918 install the nnregistry refer method.
9919 (gnus-registry-install-hooks): Use it.
9920 (gnus-registry-unfollowed-groups): Add nnmairix to the default
9921 unfollowed groups.
9922
9923 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
9924
9925 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9926 expanding threads.
9927
9928 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9929
9930 * nnir.el: Use the server names without suffixes (bug#7009).
9931
9932 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9933 unencrypted to STARTTLS, if possible.
9934
9935 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9936
9937 * message.el (message-ignored-supersedes-headers): Strip Injection-*
9938 headers before superseding.
9939
9940 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9941
9942 * nnrss.el (nnrss-use-local): Add documentation.
9943
9944 * nnimap.el (nnimap-extend-tls-programs): New function.
9945 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9946 (nnimap-wait-for-connection): Accept the greeting from the stupid
9947 output from openssl s_client -starttls, too.
9948
9949 * nnimap.el (nnimap-find-article-by-message-id): Really return the
9950 article number.
9951 (nnimap-split-fancy): New variable.
9952 (nnimap-split-incoming-mail): Use it.
9953
9954 * nntp.el (nntp-server-list-active-group): Document.
9955
9956 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9957 SELECT to get the message-id.
9958
9959 * mail-source.el (mail-sources): Remove webmail support.
9960 (defvar): Ditto.
9961 (mail-source-fetcher-alist): Ditto.
9962 (mail-source-fetch-webmail): Remove.
9963
9964 * webmail.el: Remove -- doesn't seem relevant any more.
9965
9966 * gnus.el: Fix up make-obsolete-variable declarations throughout.
9967
9968 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9969 the \r.
9970
9971 2010-09-30 Julien Danjou <julien@danjou.info>
9972
9973 * gnus-agent.el (gnus-agent-add-group): Fix call to
9974 gnus-completing-read.
9975
9976 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9977
9978 * nndoc.el (nndoc-retrieve-groups): New function.
9979
9980 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9981 `default', use nnmail-split-methods.
9982 (nnimap-request-article): Downcase the NILs so that they are nil.
9983
9984 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9985 symbol.
9986
9987 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9988 code, since if the user has requested network, that's what they ought
9989 to get.
9990 (nnimap-request-set-mark): Erase the buffer before issuing commands.
9991 (nnimap-split-rule): Mark as obsolete.
9992
9993 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9994 New variable.
9995
9996 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9997 correct slot, too.
9998
9999 2010-09-29 Julien Danjou <julien@danjou.info>
10000
10001 * gnus.el (gnus-local-domain): Declare variable obsolete.
10002
10003 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10004 Fix history computing.
10005 (gnus-ido-completing-read): Require ido.
10006
10007 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10008
10009 * gnus-registry.el: Don't prompt on load, which makes it impossible to
10010 build Gnus.
10011
10012 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10013 when interpreting the structures.
10014 (nnimap-request-accept-article): Add \r\n to the lines to make this
10015 work with Cyrus.
10016
10017 * nndraft.el (nndraft-request-expire-articles): Use the group name
10018 instead if "nndraft". Fix found by Nils Ackermann.
10019
10020 2010-09-29 Ludovic Courtès <ludo@gnu.org>
10021
10022 * nnregistry.el: Add.
10023
10024 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
10025
10026 * nnmail.el (group, group-art-list, group-art):
10027 Remove unneeded directives.
10028
10029 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
10030
10031 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10032 (mm-mime-charset):
10033 * rfc2047.el (rfc2047-syntax-table):
10034 * utf7.el (utf7-utf-16-coding-system): Comment fix.
10035
10036 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10037 rather than `insert-file-contents' and `eval-region'.
10038
10039 2010-09-29 Julien Danjou <julien@danjou.info>
10040
10041 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10042 replacement of `gnus-gravatar-relief' to mimic
10043 `gnus-faces-properties-alist'.
10044 Add :version property.
10045
10046 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
10047
10048 * mail-source.el (mail-source-report-new-mail):
10049 * message.el (message-default-mail-headers):
10050 * mm-decode.el (mm-valid-image-format-p): Comment fix.
10051
10052 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10053
10054 2010-09-28 Julien Danjou <julien@danjou.info>
10055
10056 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10057 mail-address contains the same string as real-name.
10058
10059 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10060 non-blank in header, otherwise it'll get stripped.
10061
10062 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10063 real-name, and then for mail address rather than doing : or , search.
10064
10065 2010-09-27 Julien Danjou <julien@danjou.info>
10066
10067 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10068 right completing-read function.
10069 (gnus-use-ido): New variable
10070 (gnus-completing-read-with-default): Remove.
10071 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10072 (gnus-agent-add-group):
10073 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10074 * mm-view.el (mm-view-pkcs7-decrypt):
10075 * mm-util.el (mm-codepage-setup):
10076 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10077 * mml-smime.el (mml-smime-openssl-sign-query):
10078 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10079 (mml-insert-multipart):
10080 * gnus-msg.el (gnus-summary-yank-message):
10081 * gnus-int.el (gnus-start-news-server):
10082 * mm-decode.el (mm-interactively-view-part):
10083 * gnus-dired.el (gnus-dired-attach):
10084 * gnus.el (gnus-read-method):
10085 * gnus-bookmark.el (gnus-bookmark-jump):
10086 * gnus-art.el (gnus-mime-view-part-as-type)
10087 (gnus-mime-action-on-part, gnus-article-encrypt-body):
10088 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10089 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10090 * nnmairix.el (nnmairix-create-server-and-default-group)
10091 (nnmairix-update-groups, nnmairix-get-server)
10092 (nnmairix-backend-to-server, nnmairix-goto-original-article)
10093 (nnmairix-get-group-from-file-path):
10094 * nnrss.el (nnrss-find-rss-via-syndic8):
10095 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10096 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10097 (gnus-group-browse-foreign-server):
10098 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10099 (gnus-summary-execute-command, gnus-summary-respool-article)
10100 (gnus-read-move-group-name):
10101 * gnus-score.el (gnus-summary-increase-score)
10102 (gnus-summary-score-effect):
10103 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10104
10105 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
10106
10107 * nnimap.el (auth-source-forget-user-or-password)
10108 (auth-source-user-or-password): Autoload.
10109
10110 * message.el (message-from-style, message-interactive)
10111 (message-signature): Remove comment.
10112 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
10113 always.
10114 (message-sendmail-envelope-from): Comment fix.
10115 (message-yank-prefix): Default to mail-yank-prefix always.
10116 (message-indentation-spaces):
10117 Default to mail-indentation-spaces always.
10118 (message-signature-file): Default to mail-signature-file always.
10119
10120 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10121
10122 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10123 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10124 new articles.
10125
10126 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10127 parts.
10128 (nnimap-request-article): Work with the t setting, too.
10129
10130 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10131 that you don't get flashes of other buffers.
10132 (gnus-summary-show-complete-article): Intern before setting.
10133
10134 2010-09-27 David Engster <dengste@eml.cc>
10135
10136 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10137 well as HEADERS.
10138 (nnmairix-retrieve-headers): Provide new argument for the above.
10139
10140 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10141
10142 * gnus-sum.el (gnus-summary-move-article): Don't alter
10143 gnus-newsgroup-active. This makes `/ N' work after copying to the same
10144 group.
10145
10146 * nnimap.el (nnimap-update-info): Don't destructively alter active.
10147
10148 * message.el (message-cite-prefix-regexp): Revert my last edit.
10149
10150 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10151 variable instead of the Gnus variable.
10152
10153 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10154
10155 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10156
10157 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10158 since some servers don't like it.
10159 (nnimap-open-connection): Forget credentials if the server says the
10160 password was wrong.
10161 (nnimap-parse-line): Protect against invalid data.
10162
10163 * gnus-sum.el (gnus-summary-move-article): Add comment.
10164 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10165 nothing alters it while scanning for new messages.
10166
10167 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10168 which may or may not help.
10169 (nnimap-open-connection): If we're doing a stream connection, and then
10170 discover we're on a STARTTLS-capable server, then open a STARTTLS
10171 connection instead.
10172
10173 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10174
10175 * nnimap.el (utf7): Require.
10176
10177 * message.el (message-cite-prefix-regexp): Remove "}" from citation
10178 prefix.
10179
10180 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
10181
10182 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10183
10184 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10185
10186 * nnimap.el (nnimap-request-accept-article): Message the error on
10187 error.
10188
10189 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
10190
10191 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10192
10193 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10194
10195 * nndoc.el (nndoc-request-list): Return success always.
10196
10197 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10198 `fetch-old' -- we only want to fetch the articles we've requested.
10199 The rest are in the agent, probably.
10200 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10201 disappeared server" to something low. It's not important.
10202
10203 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10204 arrived before the FETCH data.
10205
10206 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10207 target here, because we don't know the Gnus name of the group.
10208
10209 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10210 for the correct group.
10211
10212 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10213
10214 * gnus.el (gnus): Give a final warning after startup.
10215
10216 * gnus-util.el (gnus-action-message-log): New variable.
10217 (gnus-message): Use it.
10218 (gnus-final-warning): New function.
10219
10220 * nnimap.el (nnimap-open-connection): Record the greeting.
10221 (nnimap): Add greeting.
10222
10223 2010-09-26 Julien Danjou <julien@danjou.info>
10224
10225 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10226 arguments.
10227 (gnus-html-wash-images): Fix spec computing to include start/end.
10228
10229 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10230
10231 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10232
10233 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10234 deletion.
10235 (nnimap-retrieve-headers): Don't select the group, because that's
10236 already done by nnimap-possibly-change-group.
10237
10238 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10239 (gnus-picon-transform-address): Use it.
10240
10241 * mail-source.el (mail-source-value): Revert previous patch.
10242
10243 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10244 on failure.
10245 (nnimap-open-connection): Look up both virtual and physical server name
10246 credentials.
10247
10248 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10249
10250 2009-02-08 Dave Love <fx@gnu.org>
10251
10252 * gnus-win.el (gnus-window-to-buffer-helper)
10253 (gnus-all-windows-visible-p): Function needn't be a symbol.
10254
10255 * mail-source.el (mail-source-value): Function needn't be a symbol.
10256
10257 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10258
10259 * message.el (message-cite-prefix-regexp): Remove } from the cite
10260 prefix.
10261
10262 * gnus-art.el (gnus-treatment-function-alist): Do picons before
10263 highlight again, so that the highlight is correct.
10264
10265 * gnus-picon.el (gnus-picon): Remove again.
10266 (gnus-picon-create-glyph): Set the background XPM color explicitly.
10267
10268 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10269 doing the header highlightling, so that the background color of the
10270 picon is correct.
10271
10272 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10273 (gnus-picon): Ditto.
10274 (gnus-picon): Reinstate. The background color for picons is white.
10275 (gnus-picon-insert-glyph): Make the background white.
10276
10277 * nnml.el (nnml-open-nov): Don't return dead buffers.
10278
10279 * auth-source.el (auth-source-create): Query the user for whether to
10280 store the credentials.
10281
10282 * auth-source.el (auth-source-user-or-password): Use the existing auth
10283 sources, if any, for creation.
10284
10285 * gnus.el (gnus-group-fast-parameter): Return the last matching
10286 parameter instead of the first matching parameter.
10287
10288 2010-09-26 Julien Danjou <julien@danjou.info>
10289
10290 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10291
10292 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10293
10294 * mml2015.el (mml2015-use): Remove gpg support.
10295
10296 * mml1991.el (mml1991-function-alist): Remove gpg function.
10297 (mml1991-gpg-sign): Remove.
10298
10299 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
10300
10301 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10302 (gnus-browse-unsubscribe-current-group): Document it.
10303 (gnus-browse-unsubscribe-group): Use it.
10304
10305 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10306
10307 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10308 address to the To list for easier response.
10309
10310 * gnus.el (gnus-play-startup-jingle): Remove.
10311 (gnus-splash): Don't play jingle.
10312 (gnus): Silence gnus-load message.
10313
10314 * gnus-art.el (gnus-treat-play-sounds): Remove.
10315
10316 * gnus.el (gnus-play-jingle): Remove audio support.
10317
10318 * gnus-cus.el (gnus-score-customize): Remove audio reference.
10319
10320 * earcon.el: Remove -- no users.
10321
10322 * gnus-audio.el: Remove -- no users of this package.
10323
10324 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10325
10326 * gnus-start.el (gnus-setup-news): Remove nocem support.
10327
10328 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10329
10330 * gnus.el (gnus-use-nocem): Remove.
10331
10332 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10333 Remove.
10334
10335 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
10336 uses NoCeM any more.
10337
10338 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10339 (gnus-button-ctan-handler): Ditto.
10340 (gnus-button-handle-ctan-bogus-regexp): Ditto.
10341 (gnus-button-ctan-directory-regexp): Ditto.
10342 (gnus-button-handle-ctan): Ditto.
10343 (gnus-button-tex-level): Ditto.
10344 (gnus-button-alist): Remove CTAN stuff.
10345
10346 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10347
10348 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10349 nnimap-streaming test.
10350
10351 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10352 servers twice.
10353
10354 * nnimap.el (nnimap-open-connection): Add more error reporting when
10355 nnimap fails early.
10356
10357 * nnheader.el (nnheader-get-report-string): New function.
10358 (nnheader-get-report): Use it.
10359
10360 * gnus-int.el (gnus-check-server): Say what the error was when opening
10361 failed.
10362
10363 * nnimap.el (nnimap-wait-for-response): Search further when we're not
10364 using streaming.
10365
10366 2010-09-25 Julien Danjou <julien@danjou.info>
10367
10368 * gnus-html.el (gnus-html-rescale-image): Use our defalias
10369 gnus-window-inside-pixel-edges.
10370
10371 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10372
10373 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10374
10375 * mm-decode.el (mm-save-part): Allow saving to other directories the
10376 normal Emacs way.
10377
10378 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10379 Suggested by Jay Berkenbilt.
10380
10381 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10382 there isn't a single byte.
10383
10384 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10385 just do it. It doesn't really seem to matter what the user responds
10386 here, I think, so it's just a confusing question.
10387
10388 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10389 non-streaming case.
10390
10391 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10392 (gnus-article-encrypt-body): Use it.
10393
10394 * gnus-sum.el (gnus-summary-show-complete-article): New command and
10395 keystroke.
10396
10397 * nnimap.el (nnimap-find-wanted-parts-1):
10398 Use gnus-fetch-partial-articles.
10399
10400 * gnus-art.el (gnus-fetch-partial-articles): New variable.
10401
10402 * nnimap.el (nnimap-insert-partial-structure): New function.
10403 (nnimap-get-partial-article): New function.
10404 (nnimap-request-article): Use it.
10405 (nnimap-wait-for-response): Return whether the wait was successful.
10406 (nnimap-finish-retrieve-group-infos): Don't do anything if the
10407 retrieval wasn't successful.
10408 (nnimap-retrieve-group-data-early): Allow throttling servers.
10409 (nnimap-streaming): New variable.
10410 (nnimap-fetch-partial-articles): Remove.
10411
10412 * mm-decode.el (mm-with-part): Protect against killed buffers.
10413
10414 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10415 for prettier summary display.
10416
10417 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
10418
10419 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10420
10421 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10422
10423 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10424 apparently third-party libraries depend on it.
10425
10426 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10427 before starting negotiation.
10428
10429 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10430 privacy reasons.
10431 (gnus-treat-mail-gravatar): Ditto.
10432
10433 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10434 buffer when inserting images. Inserting text into the headers, for
10435 instance, can make them invalid.
10436
10437 2010-09-25 Julien Danjou <julien@danjou.info>
10438
10439 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10440 variables.
10441
10442 * nnheader.el: Remove useless variables news-reply-yank-from and
10443 news-reply-yank-message-id.
10444
10445 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10446 variables.
10447
10448 * mml1991.el: Remove useless mml1991-verbose.
10449
10450 * gnus.el: Remove useless variable gnus-use-generic-from.
10451 Remove obsolete variable gnus-topic-indentation.
10452
10453 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10454
10455 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10456
10457 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10458
10459 * gnus-group.el: Remove useless gnus-group-icon-cache.
10460 Remove useless gnus-ephemeral-group-server.
10461
10462 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10463
10464 * mml2015.el: Remove useless mml2015-verbose.
10465
10466 * mml-smime.el: Remove useless mml-smime-verbose.
10467
10468 * gnus.el: Remove useless gnus-local-domain.
10469
10470 * gnus-gravatar.el (gnus-gravatar-transform-address):
10471 Use gnus-gravatar-size.
10472
10473 * gnus-art.el: Remove useless gnus-treat-translate.
10474
10475 2010-09-24 Julien Danjou <julien@danjou.info>
10476
10477 * gnus-sum.el: Add support for Gravatars.
10478
10479 * gnus-art.el: Add support for Gravatars.
10480
10481 * gnus-gravatar.el: Add this file.
10482
10483 * gravatar.el: Add this file.
10484
10485 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10486
10487 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10488
10489 * gnus-group.el (gnus-group-fetch-faq): Remove.
10490
10491 * gnus.el (gnus-group-faq-directory): Remove.
10492
10493 * gnus-group.el (gnus-group-fetch-charter): Remove.
10494
10495 * gnus.el (gnus-group-charter-alist): Remove.
10496
10497 * gnus-group.el (gnus-group-archive-directory): Remove.
10498 (gnus-group-recent-archive-directory): Ditto.
10499 (gnus-group-make-archive-group): Remove.
10500
10501 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10502
10503 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10504 use the same article number for all the cached articles.
10505
10506 * nnimap.el (nnimap-command): Register the last command time so
10507 that we can use it for idling NOOPs.
10508 (nnimap-open-connection): Start the keeplive timer.
10509 (nnimap-make-process-buffer): Store all the process buffers.
10510 (nnimap-keepalive): New function.
10511
10512 * starttls.el (starttls-open-stream): Add autoload cookie.
10513
10514 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
10515
10516 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10517 handling.
10518
10519 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10520
10521 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10522 its data structures.
10523
10524 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10525 instead of the cl.el copy-list.
10526 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10527 equalp.
10528
10529 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
10530
10531 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10532 and tool-bar-local-item-from-menu.
10533
10534 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10535 mode-line-highlight face for Emacs.
10536
10537 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10538 loading gnus-sum.elc; fix comment for canlock-verify.
10539 (gnus-article-jump-to-part): Use read-number.
10540 (gnus-insert-mime-button, gnus-insert-mime-security-button):
10541 Remove Emacs pre-21 compatible code for help-echo.
10542 (gnus-article-next-page-1): No need to adjust the number of lines.
10543 (gnus-article-describe-bindings): Always use help-buffer.
10544
10545 * gnus-audio.el (gnus-audio-inline-sound):
10546 * gnus-cus.el (gnus-custom-mode):
10547 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10548
10549 * gnus-sum.el (gnus-remove-overlays): Doc fix.
10550
10551 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10552 compatible code.
10553
10554 2010-09-24 Glenn Morris <rgm@gnu.org>
10555
10556 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10557 visiting the fcc file in rmail-mode.
10558
10559 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
10560
10561 * nnir.el: Silence the byte compiler.
10562
10563 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10564 alias to browse-url-url-encode-chars if any.
10565 (gnus-html-encode-url): Use it.
10566
10567 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10568
10569 * gnus-start.el (gnus-use-backend-marks): New variable.
10570 (gnus-get-unread-articles-in-group): Use it.
10571
10572 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10573 makeover.
10574
10575 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
10576
10577 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10578
10579 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10580
10581 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10582 Remove.
10583 (gnus-setup-news-hook):
10584 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10585
10586 * gnus-int.el (gnus-request-update-info): Protect against backends not
10587 having the function.
10588
10589 * nnimap.el (nnimap-stream): Mention STARTTLS.
10590 (nnimap-open-connection): Add STARTTLS support.
10591
10592 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
10593
10594 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10595
10596 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10597
10598 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10599 BODYSTRUCTUREs.
10600 (nnimap-transform-headers): Unfold quoted {42} headers.
10601
10602 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10603 the info.
10604 (gnus-get-unread-articles): Only call updatep on backends that support
10605 it.
10606
10607 * nnweb.el (nnweb-request-update-info): NOOP.
10608
10609 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10610
10611 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10612 since it only deals with marks.
10613
10614 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10615 gnus-request-marks, and make a new gnus-request-update-info.
10616
10617 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10618 the active instead of the high number, which is usually too low.
10619
10620 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
10621
10622 * encrypt.el: Remove.
10623
10624 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10625
10626 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10627 server in symbolic form.
10628
10629 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10630
10631 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10632
10633 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10634 (nnimap-update-info): Fix up code slightly.
10635
10636 * gnus-int.el (gnus-open-server): Add tracing for performance
10637 debugging.
10638
10639 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10640 (gnus-group-insert-group-line): Pass the real group name so that it
10641 gets the right data.
10642
10643 * gnus-start.el (gnus-get-unread-articles): Don't have
10644 `gnus-get-unread-articles-in-group' update info, since that can be
10645 really slow and doesn't seem to be needed?
10646
10647 2010-09-22 Julien Danjou <julien@danjou.info>
10648
10649 * gnus-group.el (gnus-group-insert-group-line):
10650 Call gnus-group-highlight-line.
10651 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10652 default hook list.
10653 (gnus-group-update-eval-form): Add new function.
10654 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10655 (gnus-group-get-icon): Use gnus-group-update-eval-form.
10656
10657 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10658
10659 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10660 immediate, then expire all articles.
10661 (nnimap-update-info): Fix off-by-one errors.
10662 (nnimap-flags-to-marks): Would return no marks lists for group with no
10663 flags. Instead return the other data.
10664
10665 2010-09-22 Julien Danjou <julien@danjou.info>
10666
10667 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10668 Only return an icon.
10669 (gnus-group-insert-group-line): Compute icon to return.
10670
10671 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10672 (gnus-html-image-fetched): Only cache if
10673 gnus-html-image-automatic-caching is set.
10674 (gnus-html-image-fetched): Check for errors.
10675
10676 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10677
10678 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10679 once per method on `g'. This ensures that backends like nnfolder don't
10680 open all their folders.
10681
10682 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10683 (nnimap-request-list): Nix out group in the correct buffer.
10684 (nnimap-parse-flags): Implement by using `read' instead of
10685 hand-parsing.
10686 (nnimap-flags-to-marks): Pass on permanent-flags.
10687 (nnimap-make-process-buffer): Record the server name.
10688 (nnimap-parse-flags): Fix typo.
10689 (nnimap-request-scan): Run split on the server in general, not just a
10690 single group.
10691
10692 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10693 parameter, and propagate this downwards.
10694
10695 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10696 since EXAMINE changes it on the server.
10697
10698 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10699 this command might take a while.
10700
10701 2010-09-22 Julien Danjou <julien@danjou.info>
10702
10703 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
10704 harmful if you have 2 images side-by-side, they can't be properly
10705 update on text deletion. Using text-property is safer here.
10706 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10707 data.
10708
10709 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10710
10711 * nnimap.el (nnimap-expunge-inbox): Remove.
10712 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10713 (nnimap-expunge): Flip default to t.
10714
10715 * gnus.el (gnus-method-to-server): Don't push things to the cache
10716 unless it's unique.
10717 (gnus-server-to-method): Ditto.
10718
10719 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
10720
10721 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10722
10723 2010-09-22 Julien Danjou <julien@danjou.info>
10724
10725 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10726 get the start of data.
10727 (gnus-html-encode-url): Add this function to encode special chars in
10728 URL.
10729 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10730 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10731
10732 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10733 default.
10734 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10735
10736 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10737 images alt-text.
10738 (gnus-html-put-image): Put alt-text as help-echo.
10739
10740 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
10741
10742 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10743 * mm-util.el (mm-decompress-buffer):
10744 * nnir.el (nnir-run-find-grep):
10745 * pop3.el (pop3-list): Use 3rd arg of split-string.
10746
10747 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10748
10749 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10750 outside the active range. Suggested by Dan Christensen.
10751
10752 * gnus-start.el (gnus-get-unread-articles): Get the extended method
10753 slightly later to avoid double-getting it.
10754
10755 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10756 previous patch.
10757
10758 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10759
10760 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
10761
10762 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10763
10764 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10765
10766 * gnus-int.el (gnus-open-server): Give a better error message in the
10767 "go offline" case.
10768
10769 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10770 marks for nnimap, which is seldom the right thing to do.
10771
10772 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10773 (gnus-same-method-different-name): New function.
10774
10775 * nnimap.el (parse-time): Require.
10776
10777 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10778 method in the presence of many similar methods.
10779
10780 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10781
10782 * nnimap.el (nnimap-find-expired-articles): Don't refer to
10783 nnml-inhibit-expiry.
10784
10785 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10786 find out whether methods are equal.
10787
10788 * nnimap.el (nnimap-find-expired-articles): New function.
10789 (nnimap-process-expiry-targets): New function.
10790 (nnimap-request-move-article): Request the article before looking at
10791 what the Message-ID is. Fix found by Andrew Cohen.
10792 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10793
10794 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10795 for oldness in addition to being a predicate.
10796
10797 * nnimap.el (nnimap-request-group): When we have zero articles, return
10798 the right data to Gnus.
10799 (nnimap-request-expire-articles): Only delete articles immediately if
10800 the target is 'delete.
10801
10802 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10803 method, this would bug out.
10804
10805 * gnus-group.el (gnus-group-expunge-group): Rename from
10806 gnus-group-nnimap-expunge, and implemented as a normal interface
10807 function.
10808
10809 * gnus-int.el (gnus-request-expunge-group): New function.
10810
10811 * nnimap.el (nnimap-request-create-group): Implement.
10812 (nnimap-request-expunge-group): New function.
10813
10814 2010-09-21 Julien Danjou <julien@danjou.info>
10815
10816 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10817 (gnus-html-cache-expired): Add new function.
10818 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10819 wethever we should display image for fetch it.
10820 Compute alt-text earlier to pass it to the fetching function too.
10821 (gnus-html-schedule-image-fetching): Change function argument to only
10822 get one image at a time, not a list.
10823 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10824 cache.
10825 (gnus-html-get-image-data): New function to retrieve image data from
10826 cache.
10827 (gnus-html-put-image): Change buffer argument to use image data rather
10828 than file, and place image above region rather than inserting a new
10829 one. Do not take alt-text as argument, since it's useless now: we place
10830 the image above alt-text.
10831 (gnus-html-prune-cache): Remove.
10832 (gnus-html-show-images): Start to fetch image when we find one, do not
10833 push into a temporary list.
10834 (gnus-html-prefetch-images): Only fetch image if they have expired.
10835 (gnus-html-browse-image): Fix, use 'gnus-image-url.
10836 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10837
10838 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
10839
10840 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10841
10842 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10843
10844 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10845 spec inser "*" if the group isn't active instead of 0.
10846
10847 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10848 opening the server.
10849 (nnimap-request-delete-group): Implement group deletion.
10850 (nnimap-transform-headers): Return the size of the entire message in
10851 the Bytes header, not just the size of the first part.
10852 (nnimap-request-move-article): When moving an article from nnimap,
10853 request the article first so the accepting form has an article to
10854 accept. Reported by Dan Christensen.
10855 (nnimap-command): Make sure that the error message doesn't error out.
10856
10857 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
10858
10859 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10860 we haven't requested anything.
10861
10862 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10863
10864 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10865 "". Fix found by Andrew Cohen.
10866
10867 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10868 instead of -encode-string.
10869
10870 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
10871
10872 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10873
10874 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10875 by mm-subst-char-in-string.
10876
10877 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10878
10879 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10880 waiting for the connection string.
10881
10882 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10883 arriving.
10884
10885 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10886 bogus characters. This allows selecting certain Gmail groups.
10887
10888 * nnimap.el (nnimap-find-wanted-parts-1): New function.
10889 (nnimap-fetch-partial-articles): New variable.
10890 (nnimap-open-connection): When looking for credentials, also use the
10891 nnimap-server-port.
10892 (nnimap-request-article): Return the group/article number, so that Gnus
10893 `^' works as expected.
10894 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10895
10896 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10897 comments.
10898 (gnus-methods-sloppily-equal): New function.
10899 (gnus): When using the development version of Gnus, load the gnus-load
10900 file.
10901
10902 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10903 `gnus-open-server' on each method before trying to scan them etc.
10904 This ensures that all the backend parameters are set correctly.
10905
10906 * nnimap.el (nnimap-authenticator): New variable.
10907 (nnimap-open-connection): Allow anonymous login.
10908 (nnimap-transform-headers): The chars header is called Chars not Bytes.
10909 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10910
10911 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10912 patch, found by Knut Anders Hatlen.
10913
10914 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
10915
10916 * gnus-agent.el (gnus-agent-batch-confirmation)
10917 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10918 to gnus-message.
10919 * gnus-art.el (gnus-article-describe-briefly): Likewise.
10920 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10921 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10922 * gnus-int.el (gnus-open-server): Likewise.
10923 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10924 (gnus-score-check-syntax): Likewise.
10925 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10926 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10927 Likewise.
10928 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10929
10930 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10931
10932 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10933 calling conventions so that prefetch doesn't bug out.
10934
10935 2010-09-19 Julien Danjou <julien@danjou.info>
10936
10937 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10938 rather than `subst-char-in-region' in order to be able to replace ASCII
10939 char by UTF-8 ones.
10940
10941 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10942 than curl.
10943 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10944 the right URL and ALT text on images.
10945 (gnus-html-wash-tags): Fix tag case.
10946 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
10947 (gnus-article-html): Add -o display_ins_del=2 option.
10948 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10949
10950 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10951
10952 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10953 the extra mail headers, which sometimes seem to happen for unknown
10954 reasons.
10955
10956 * mail-parse.el (mail-header-encode-parameter): Define as
10957 rfc2045-encode-string instead of as rfc2231-encode-string, since some
10958 (or most, perhaps?) mail readers don't understand the latter, but do
10959 understand the former.
10960
10961 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10962 to nil, so that no methods are automatically agentized. I think this
10963 is probably what most users want.
10964
10965 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10966 from url-retrieve, for instance about invalid URLs.
10967
10968 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10969 groups that have no articles.
10970 (nnimap-request-article): Check that we really got an article when we
10971 requested one.
10972
10973 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10974 doesn't exist.
10975
10976 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10977 nntp buffer so the agent can save it.
10978 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10979 that CRLF doesn't get translated to \n.
10980 (nnimap-open-connection): Don't make 'shell commands only send \n.
10981
10982 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10983
10984 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10985 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10986 Update var name.
10987 (nnml-generate-nov-file): Use dolist.
10988 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10989 Use with-current-buffer.
10990
10991 2010-09-18 Julien Danjou <julien@danjou.info>
10992
10993 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10994 parallel.
10995
10996 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10997
10998 * nnimap.el (nnimap-update-info): When doing partial marks update, get
10999 the range update right.
11000 (nnimap-request-group): Don't make `M-g' bug out on group with no
11001 marks.
11002 (nnoo): Require, so that other packages can require nnimap.
11003 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11004 command we're looking for. This helps when the server sends more
11005 responses after we've gotten everything we expected.
11006 (nnimap): Add a `newlinep' field to keep track of end-of-line
11007 conventions.
11008 Don't send CRLF to things that don't want it.
11009 (nnimap-request-accept-article): Ditto.
11010
11011 2010-09-18 Julien Danjou <julien@danjou.info>
11012
11013 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11014 than curl to retrieve images.
11015
11016 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11017
11018 * nnimap.el (nnimap-update-info): Extend the info so that we can set
11019 the marks.
11020 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11021 (nnimap-wait-for-connection): New function.
11022 (nnimap-open-connection): If we have PREAUTH, don't query for login
11023 credentials.
11024 (nnimap-update-info): Fix off-by-one error when concatenating ranges
11025 when doing a partial update.
11026
11027 2010-09-18 Julien Danjou <julien@danjou.info>
11028
11029 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11030 tags.
11031
11032 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11033
11034 * nnimap.el (nnimap-credentials): New function.
11035 (nnimap-open-connection): Use the new function to look for credentials
11036 also on the numeric equivalents of "imap" and "imaps".
11037
11038 * gnus-start.el (gnus-activate-group): Send the info to
11039 gnus-request-group.
11040
11041 * nnimap.el (nnimap-request-group): Have the "check" version of the
11042 function parse flags and update the info, so that a `M-g' get a total
11043 resync of all flags from the group.
11044
11045 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11046 to allow backends to alter the info on group selection. Also alter all
11047 the backend -request-group functions to take the parameter.
11048
11049 * nnimap.el (nnimap-store-info): New function.
11050 (nnimap-update-info): Store the info for later usage.
11051 (nnimap-request-group): Use the stored info for the dont-check case, so
11052 that we don't retrieve all marks when we enter a group.
11053
11054 * nnimap.el: Use deffoo instead of defun for interface functions.
11055
11056 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11057 update the group info. This makes the nndraft groups, for instance, go
11058 back to their old behavior.
11059
11060 * gnus-sum.el (gnus-select-newsgroup): Indent.
11061
11062 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11063 in.
11064 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11065 nothing.
11066
11067 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11068 from methods that are denied.
11069
11070 * gnus-int.el (gnus-method-denied-p): New function.
11071
11072 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11073 store the password instead of netrc.
11074 (nnimap-open-connection): Don't error out when we can't make a
11075 connections.
11076
11077 * auth-source.el (auth-source-create): In the password prompt, say what
11078 we're querying for. Also prompt for user name if that hasn't been
11079 given.
11080
11081 * nnimap.el (nnimap-with-process-buffer): Remove.
11082
11083 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11084
11085 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11086 method when we're reading from the agent.
11087
11088 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11089
11090 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11091 that's probably most useful for users.
11092
11093 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11094 "failed" all the time.
11095
11096 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11097 ...)) with (with-current-buffer ...).
11098
11099 * nntp.el (nntp-open-server): Return whether the open was successful or
11100 not.
11101
11102 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11103 select an unread unseen article first.
11104
11105 * nnimap.el (nnimap-open-connection): If the user doesn't have a
11106 /etc/services, supply some sensible port defaults.
11107
11108 2010-09-17 Julien Danjou <julien@danjou.info>
11109
11110 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11111
11112 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
11113
11114 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11115 doesn't have any parameters.
11116
11117 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11118
11119 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11120 only upcased checks.
11121
11122 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11123
11124 * nnimap.el (nnimap-open-shell-stream): New function.
11125 (nnimap-open-connection): Use it.
11126 (nnimap-transform-headers): Get the number of lines in each message.
11127 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11128 number of lines.
11129 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
11130 problem.
11131
11132 * utf7.el (utf7-encode): Autoload.
11133
11134 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11135 to allow the mail splitting to not return a default group. This is
11136 useful for nnimap, which will leave unmatched mail in the inbox.
11137
11138 * nnimap.el: Rewritten.
11139
11140 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11141 nnimap usage.
11142
11143 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11144 if the move is internal, so that nnimap can do fast internal moves.
11145
11146 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11147 data.
11148 (gnus-read-active-for-groups): Support finishing the early retrieval of
11149 data.
11150
11151 * gnus-range.el (gnus-range-nconcat): New function.
11152
11153 * gnus-int.el (gnus-finish-retrieve-group-infos)
11154 (gnus-retrieve-group-data-early): New functions.
11155
11156 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
11157
11158 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11159 (nnrss-retrieve-groups):
11160 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11161 (pop3-quit): Use with-current-buffer.
11162
11163 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
11164
11165 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11166 instead of nnheader-accept-process-output.
11167
11168 * gnus-html.el (gnus-html-schedule-image-fetching)
11169 (gnus-html-prefetch-images): Replace process-kill-without-query by
11170 gnus-set-process-query-on-exit-flag.
11171
11172 2010-09-16 Romain Francoise <romain@orebokech.com>
11173
11174 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11175
11176 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11177
11178 * gnus-registry.el (gnus-registry-install-shortcuts): The second
11179 parameter to unintern is mandatory-ish in Emacs 24.
11180
11181 * gnus-html.el (gnus-html-schedule-image-fetching)
11182 (gnus-html-prefetch-images): Check for curl before using it.
11183
11184 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11185 depend on curl, which isn't essential.
11186
11187 * imap.el: Revert back to version
11188 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11189 seem problematic.
11190
11191 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
11192
11193 * gnus-registry.el (gnus-registry-install-shortcuts):
11194 Explicitly pass `obarray' to `unintern' to avoid a warning.
11195
11196 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11197
11198 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11199 change.
11200
11201 * nnrss.el (nnrss-request-list): Remove this function and related
11202 functions, including the moreover stuff.
11203
11204 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11205
11206 * nnrss.el (nnrss-retrieve-groups): New function.
11207
11208 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
11209
11210 * .dir-locals.el: Add no-byte-compile cookie.
11211
11212 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
11213
11214 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11215 for back end that doesn't support request-scan.
11216
11217 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11218
11219 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11220 then do request scans from the backends.
11221
11222 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11223 avoid running a hook per line, since this takes a lot of time,
11224 profiling shows.
11225 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11226 directly if gnus-visual-p is true.
11227
11228 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
11229
11230 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11231 groups; replace mapcar with dolist which is a bit faster; pass groups
11232 info to gnus-read-active-file-1.
11233 (gnus-read-active-file-1): Scan only specified groups if the new
11234 optional arg `infos' is given.
11235
11236 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
11237
11238 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11239
11240 * pop3.el (pop3-movemail): Remove.
11241 (pop3-streaming-movemail): Rename to pop3-movemail.
11242
11243 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11244 don't restrict end-tag searches to the end of the line.
11245
11246 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11247
11248 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11249 articles of every unchecked group to t, which means unknown since the
11250 server has never been opened.
11251
11252 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11253
11254 * gnus-html.el (gnus-html-show-alt-text): New command.
11255 (gnus-html-browse-image): Ditto.
11256 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11257 to browse the image directly.
11258 (gnus-html-wash-tags): Search for images first, so that <a><img> works
11259 better.
11260
11261 * gnus-async.el (gnus-async-article-callback):
11262 Call `gnus-html-prefetch-images' unconditionally.
11263
11264 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11265 before feeding URLs to curl.
11266
11267 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
11268
11269 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11270 internal images as deletable by `W D D'.
11271
11272 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11273 (gnus-async-article-callback): Fix typo.
11274
11275 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11276
11277 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11278 current line to work around bugs in the output from w3m.
11279
11280 * gnus-async.el (gnus-async-article-callback): Always prefetch images
11281 for groups that want that.
11282
11283 * nntp.el (nntp-wait-for-string): Supply a timeout for
11284 accept-process-output to ensure progress.
11285
11286 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11287 level to get unread articles from, then use that for foreign groups,
11288 too.
11289
11290 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11291 confuses the rest of the function.
11292
11293 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11294 for the methods that support -retrieve-groups, too.
11295
11296 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11297
11298 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
11299
11300 * pop3.el: Require cl when compiling.
11301 (pop3-number-of-responses): Search for "+OK", not "+OK ".
11302
11303 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
11304
11305 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11306 that aren't going to be activated.
11307 (gnus-get-unread-articles): Fix up the last commit.
11308
11309 * gnus-html.el (gnus-article-html): Allow calling without specifying
11310 the handle. In that case, dissect the buffer first.
11311
11312 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11313
11314 * nnimap.el (nnimap-open-connection): Revert the change that would look
11315 into authinfo for imaps instead of imap.
11316
11317 * gnus-start.el (gnus-activate-group): Take an optional parameter to
11318 say that you don't want to call gnus-request-group with don-check, but
11319 do check the response. This is for virtual groups only.
11320 (gnus-get-unread-articles): Count the archive groups as secondary, so
11321 that they're activated the same way as before.
11322
11323 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11324 case-insensitively.
11325 (nnimap-debug): Remove.
11326
11327 * mail-source.el (mail-source-fetch): Don't message if we're fetching
11328 mail from a file, and the file doesn't exist.
11329
11330 * pop3.el (pop3-streaming-movemail): Return t for success.
11331
11332 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11333 .authinfo if we're using ssl connection.
11334
11335 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11336 already have if we're in a main Gnus `g' run.
11337
11338 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11339
11340 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
11341
11342 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11343
11344 * nnmh.el (nnmh-request-list-1): Bind `file'.
11345
11346 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11347 alias to set-process-query-on-exit-flag or process-kill-without-query.
11348 (pop3-open-server): Use it.
11349
11350 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11351
11352 * mail-source.el (mail-source-delete-crash-box): Always move the crash
11353 box to the Incoming file. Fixes mistake in previous checkin.
11354
11355 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11356 request loop (for debugging purposes) removed.
11357
11358 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11359 culprit is more visible.
11360 (nnml-save-incremental-nov, nnml-open-incremental-nov)
11361 (nnml-add-incremental-nov): New functions to do "incremental" nov
11362 updates, where we just append to the end of the existing nov files
11363 without reading/writing them in full.
11364
11365 * mail-source.el (mail-source-delete-crash-box): Really only check the
11366 incoming files once in a while.
11367
11368 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11369
11370 * mail-source.el (mail-source-delete-crash-box): Only check the
11371 incoming files for deletion once per day to save a lot of file
11372 accesses.
11373
11374 * pop3.el (pop3-logon): Fix up unbound variable typo.
11375
11376 * mail-source.el (pop3-streaming-movemail): Autoload.
11377
11378 * pop3.el (pop3-streaming-movemail):
11379 Respect pop3-leave-mail-on-server.
11380
11381 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11382 retrieval.
11383
11384 * pop3.el (pop3-process-filter): Remove unused function.
11385 (pop3-streaming-movemail, pop3-send-streaming-command)
11386 (pop3-wait-for-messages, pop3-write-to-file)
11387 (pop3-number-of-responses): New functions for streaming pop3
11388 retrieval.
11389
11390 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11391 come from no known methods.
11392 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11393 list.
11394
11395 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11396 message sizes.
11397 (pop3-movemail): Use erase-buffer instead of looping and deleting
11398 regions, which seems rather odd.
11399
11400 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11401 file once per `g' run.
11402
11403 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11404 directories. This makes the draft queue directory work.
11405
11406 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11407 data from the backends, so that we only request the list of groups from
11408 each method once. This should speed things up considerably.
11409
11410 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11411 detect that it's not implemented.
11412
11413 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11414 we actually do recurse down into the tree, but don't stat all leaf
11415 nodes.
11416
11417 * gnus-html.el (gnus-html-show-images): If there are no images to show,
11418 then say so instead of bugging out.
11419
11420 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11421 files exist before trying to read them.
11422
11423 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11424 around <pre_int>.
11425
11426 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11427
11428 * nnmh.el (nnmh-request-list-1): Optimize for speed.
11429
11430 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11431
11432 * mm-util.el (mm-image-load-path): Just return the image directories,
11433 not all directories in the path in addition to the image directories.
11434 (mm-image-load-path): Maintain a cache of the image directories so that
11435 the `g' command in Gnus doesn't have to stat dozens of directories each
11436 time.
11437
11438 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11439 (gnus-html-wash-tags): Add a new `i' command to insert images.
11440 (gnus-html-insert-image): New command and keystroke.
11441 (gnus-html-redisplay-with-images): New command and keystroke.
11442 (gnus-html-show-images): Rename command.
11443 (gnus-html-wash-tags): Remove more white space before <pre_int> image
11444 spacers.
11445 (gnus-html-wash-tags): Decode entities at the end, so that entities
11446 inside the tags don't mess up the rest of the "parsing".
11447
11448 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11449 so that nnimap methods aren't agentized by default. There's apparently
11450 many problems related to agent/imap behavior.
11451
11452 * gnus-art.el (gnus-article-copy-string): New command and key binding.
11453
11454 * gnus-html.el: Doc fix.
11455
11456 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
11457
11458 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11459 glyph-width and glyph-height instead of display-graphic-p and
11460 image-size; make avoidance of displaying small images work for XEmacs.
11461
11462 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11463 for XEmacs.
11464
11465 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11466 of symbol that holds plist data.
11467 (gnus-process-plist): Remove plist of process after getting it.
11468
11469 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11470
11471 * message.el (message-generate-hashcash): Change default to
11472 'opportunistic if hashcash is installed.
11473
11474 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11475 (gnus-html-put-image): Only call image-size once, since it's somewhat
11476 time-consuming on remote X servers.
11477
11478 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
11479
11480 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11481 decoded contents.
11482 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11483
11484 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11485
11486 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11487 group line format, since it isn't very interesting.
11488
11489 * gnus-agent.el (gnus-agent-short-article),
11490 (gnus-agent-long-article): Increase values for these two variables,
11491 since most people are likely to have more network connection and
11492 storage than before.
11493
11494 * gnus.el (gnus-refer-article-method): Change default to 'current.
11495 When referring an article, the common behavior is to refer it from the
11496 current select method, not the native select method. The chances of
11497 the native select method having the message in question is rather slim
11498 these days.
11499
11500 * gnus-sum.el (gnus-auto-select-subject): Change default to
11501 `unseen-or-unread'. I think it's likely that most people want to
11502 select an unseen article over a previously seen, but unread one.
11503
11504 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
11505 means that in the article buffer none of the minor mode elements will
11506 be shown, usually, and this is not desirable in most cases.
11507
11508 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11509 that commands like `d' (and the like) go to the next line in the
11510 buffer, instead of the next unread article. I think this is the
11511 behavior that is most natural for most users.
11512 (gnus-single-article-buffer): Change default to nil, so that people can
11513 have as many article buffers open as they have summary buffer. I think
11514 this is the most natural way for the groups to behave.
11515
11516 * message.el (message-generate-new-buffers): Change default to
11517 `unsent', so that all new message buffers start their names with the
11518 string "*unsent", and it's easier to find the buffers if you move from
11519 them.
11520
11521 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11522
11523 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11524 small. They're probably tracking images.
11525 (gnus-html-wash-tags): Remove all <pre_int> place holders.
11526 (gnus-html-rescale-image): Yet another try at getting the image sizing
11527 right.
11528
11529 * nntp.el (nntp-request-set-mark): Refuse to do marks if
11530 nntp-marks-file-name is nil.
11531
11532 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
11533
11534 * gnus-html.el (gnus-html-wash-tags)
11535 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11536 Better logging.
11537
11538 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11539
11540 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11541
11542 * gnus-html.el (gnus-html-wash-tags): Check the value of
11543 gnus-blocked-images in the summary buffer.
11544
11545 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
11546
11547 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11548
11549 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11550
11551 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11552 like "a", it seems like.
11553 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11554 since it needs to be picked from the correct buffer.
11555
11556 * nnwfm.el: Remove.
11557
11558 * nnlistserv.el: Remove.
11559
11560 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
11561
11562 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11563 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11564
11565 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11566
11567 * nnkiboze.el: Remove.
11568
11569 * nndb.el: Remove.
11570
11571 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11572 alt text.
11573 (gnus-html-rescale-image): Try to get the rescaling logic right for
11574 images that are just wide and not tall.
11575
11576 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11577 overshadow variable bindings.
11578
11579 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
11580
11581 * gnus-html.el (gnus-html-wash-tags)
11582 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11583 Add extra logging.
11584
11585 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11586
11587 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11588 (gnus-max-image-proportion): New variable.
11589 (gnus-html-rescale-image): New function.
11590 (gnus-html-put-image): Rescale images.
11591
11592 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11593
11594 Fix up some byte-compiler warnings.
11595 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11596 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11597 (gnus-article-fill-cited-article, gnus-article-hide-citation)
11598 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11599 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11600 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11601 (gnus-group-update-group): Use save-excursion and with-current-buffer.
11602
11603 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11604
11605 * gnus-html.el (gnus-article-html): Decode contents by charset.
11606
11607 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11608
11609 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11610 (gnus-html-frame-width, gnus-blocked-images):
11611 * message.el (message-prune-recipient-rules): Add custom version.
11612 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11613
11614 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11615 functions.
11616
11617 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11618 gnus-process-get.
11619
11620 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
11621
11622 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11623 instead of lsub directly.
11624
11625 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11626
11627 * nnwarchive.el: Remove.
11628
11629 * gnus-soup.el: Remove.
11630
11631 * nnsoup.el: Remove.
11632
11633 * nnultimate.el: Remove.
11634
11635 * gnus-html.el (gnus-blocked-images): New variable.
11636
11637 * message.el (message-prune-recipients): New function.
11638 (message-prune-recipient-rules): New variable.
11639
11640 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11641 guess whether a long line is natural text or not.
11642
11643 * gnus-html.el (gnus-html-schedule-image-fetching):
11644 Use gnus-process-plist and friends for compatibility.
11645
11646 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
11647
11648 * gnus-html.el: Require packages that define macros used in this file.
11649 (gnus-article-mouse-face): Declare to silence byte-compiler.
11650 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11651 process-get.
11652 (gnus-html-put-image): Use plist-get to avoid getf.
11653 (gnus-html-prefetch-images): Use with-current-buffer.
11654
11655 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
11656
11657 * gnus-ems.el: Provide compatibility functions for
11658 gnus-set-process-plist.
11659
11660 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11661 * gnus.el (gnus-valid-select-methods):
11662 * message.el (message-send-mail-partially-limit):
11663 * mm-decode.el (mm-text-html-renderer):
11664 * mml.el (mml-insert-mime-headers-always):
11665 * smiley.el (smiley-regexp-alist): Bump custom version.
11666
11667 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11668
11669 * gnus-html.el: Require mm-url.
11670 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11671 with the url to `url'.
11672 (gnus-html-wash-tags): Support cid: URLs/images.
11673
11674 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11675
11676 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11677 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11678 bindings, as they aren't useful at all. `w' is moved to `W w'.
11679
11680 * gnus-move.el: Remove file, since it doesn't really work.
11681
11682 * gnus-html.el (gnus-article-html): Tell w3m that the input is
11683 UTF-8. This seems to fix problems with some German web feeds.
11684
11685 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11686 at the top so that the proper colors are applied.
11687
11688 * gnus-art.el (gnus-article-view-part): Doc fix.
11689
11690 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11691 XEmacs-compatible.
11692 (gnus-html-put-image): Don't do images on non-graphic displays.
11693
11694 * nnslashdot.el: Remove this unused backend.
11695
11696 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11697 actions.
11698 (gnus-undo-register-1): Revert last change.
11699
11700 * gnus-group.el (gnus-group-completing-read): Protect against not
11701 having completion-styles bound.
11702
11703 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11704 make broken recipients happier.
11705
11706 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11707
11708 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11709 point parameter.
11710
11711 * gnus-group.el (gnus-group-completing-read): Add 'substring to
11712 completion-styles for group selection.
11713
11714 2009-02-04 Andreas Schwab <schwab@suse.de>
11715
11716 * gnus-score.el (gnus-score-string): Fix regex for matching extra
11717 headers and regexp-quote the match if necessary.
11718
11719 2009-03-24 Miles Bader <miles@gnu.org>
11720
11721 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11722 the blinking smiley.
11723
11724 2009-03-24 Simon Josefsson <simon@josefsson.org>
11725
11726 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11727 blink smiley.
11728
11729 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11730
11731 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11732 where the dribbel file lives exists.
11733
11734 * message.el (message-send-mail-partially-limit): Change the default to
11735 nil, since most people don't want this.
11736
11737 * mm-url.el (mm-url-decode-entities): Also decode entities like
11738 &#x3212.
11739
11740 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
11741
11742 * gnus-sum.el (gnus-summary-idna-message):
11743 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11744 Hyperlink urls in docstrings with URL `...'.
11745
11746 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
11747
11748 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11749 functions.
11750
11751 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11752
11753 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11754 say what the mouseover text should be.
11755
11756 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11757 version of the mm-w3m-safe-url-regexp variable to only download images
11758 in the groups where we want that to happen.
11759
11760 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11761
11762 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11763 easier debugging.
11764 (gnus-article-beginning-of-window): Add kludge to allow spacing past
11765 big pictures in the article buffer.
11766
11767 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11768 gnus-article-html.
11769 (mm-text-html-renderer): gnus-article-html needs curl in addition to
11770 w3m.
11771
11772 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11773
11774 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
11775
11776 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11777 which doesn't exist.
11778
11779 * message.el (message-inhibit-ecomplete): New variable to allow some
11780 function to inhibit ecomplete address storage.
11781 (message-resend): Disable ecomplete message storage when resending
11782 messages.
11783
11784 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11785
11786 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
11787
11788 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11789 Save excursion while copying, moving, and deleting articles in order to
11790 prevent the cursor from jumping to unforeseen place.
11791
11792 2010-08-17 Glenn Morris <rgm@gnu.org>
11793
11794 * gnus-sync.el: Require gnus components whose functions are used.
11795
11796 * gnus-art.el (bookmark-make-record-function):
11797 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11798 Declare for compiler.
11799
11800 * mm-url.el (mml-compute-boundary): Autoload.
11801
11802 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
11803
11804 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11805
11806 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
11807
11808 Typo fix "hoo4a" -> "hook".
11809
11810 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11811
11812 2010-08-14 Glenn Morris <rgm@gnu.org>
11813
11814 * gnus-sync.el (gnus-sync): Fix defgroup version.
11815
11816 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
11817
11818 Doc fixes and keep unknown groups (ammended for nunion bug fix).
11819
11820 * gnus-sync.el: Fix docs.
11821 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11822 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11823
11824 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11825
11826 Optimizations for gnus-sync.el.
11827
11828 * gnus-sync.el: Add docs about gnus-sync-backend
11829 possibilities.
11830 (gnus-sync-save): Remove unnecessary message.
11831 (gnus-sync-read): Optimize and show what groups were skipped.
11832
11833 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11834
11835 Minor bug fixes for gnus-sync.el.
11836
11837 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11838 Don't read the sync on get-new-news.
11839
11840 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11841 quiet.
11842
11843 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11844 (fix typo).
11845
11846 2010-07-30 Lawrence Mitchell <wence@gmx.li>
11847
11848 Make saving and restoring of hidden threads work with overlays.
11849 Patch applied by Ted Zlatanov.
11850
11851 * gnus-sum.el (gnus-hidden-threads-configuration)
11852 (gnus-restore-hidden-threads-configuration): Update to deal with text
11853 properties, rather than searching for a magic character.
11854
11855 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11856
11857 New gnus-sync.el library for synchronization of marks.
11858
11859 * gnus-sync.el: New library for synchronization of marks.
11860
11861 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11862 renamed from `gnus-registry-grep-in-list'.
11863
11864 * gnus-registry.el (gnus-registry-follow-group-p):
11865 Use `gnus-grep-in-list'.
11866
11867 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11868
11869 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
11870
11871 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11872 determining charset of text fails.
11873
11874 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
11875
11876 * nnmail.el (nnmail-get-new-mail-1): Revert.
11877
11878 * nnml.el (nnml-active-number): Make sure names of newly created groups
11879 in nnml-group-alist are encoded.
11880
11881 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
11882
11883 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11884 containing non-ASCII characters in active file for nnml back end.
11885
11886 2010-07-24 David Engster <dengste@eml.cc>
11887
11888 * mml-smime.el (mml-smime-epg-verify): Also accept the older
11889 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11890
11891 2010-07-21 Daiki Ueno <ueno@unixuser.org>
11892
11893 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11894 tag (Bug#6654).
11895
11896 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
11897
11898 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11899 the article buffer, not the summary buffer.
11900
11901 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
11902
11903 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11904 Emacs 23 as well.
11905
11906 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11907
11908 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11909 Patch applied by Karl Fogel.
11910
11911 * gnus-sum.el (gnus-summary-bookmark-make-record):
11912 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11913
11914 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11915
11916 Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
11917 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
11918 C-w still not working correctly from Article buffers; Thierry's
11919 patch to fix that will be applied after this.
11920
11921 * gnus-art.el (bookmark-make-record-function): New local variable.
11922
11923 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11924 article buffer.
11925 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11926
11927 2010-07-13 Karl Fogel <kfogel@red-bean.com>
11928
11929 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11930 on changes in bookmark.el.
11931
11932 2010-06-22 Mark A. Hershberger <mah@everybody.org>
11933
11934 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11935 the *other* type of HTML form submission.
11936
11937 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
11938
11939 * auth-source.el (auth-source-pick): If choice does not contain a
11940 questioned keyword, set the check to t.
11941
11942 2010-06-12 Romain Francoise <romain@orebokech.com>
11943
11944 * gnus-util.el (gnus-date-get-time): Move up before first use.
11945
11946 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
11947
11948 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11949 (gnus-article-edit-part): Bind it to make last part that is substituted
11950 or deleted visible.
11951 (gnus-mime-display-single): Buttonize part of which id equals to
11952 gnus-mime-buttonized-part-id.
11953
11954 2010-06-10 Dan Christensen <jdc@uwo.ca>
11955
11956 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11957 (gnus-dd-mmm): Use gnus-date-get-time.
11958 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11959 simplify logic.
11960 (gnus-summary-limit-to-age): Use gnus-date-get-time.
11961 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11962
11963 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
11964
11965 * auth-source.el (top): Autoload `secrets-list-collections',
11966 `secrets-create-item', `secrets-delete-item'.
11967 (auth-sources): Fix tag string.
11968 (auth-get-source, auth-source-retrieve, auth-source-create)
11969 (auth-source-delete): New defuns.
11970 (auth-source-pick): Rewrite in order to avoid 2 passes.
11971 (auth-source-forget-user-or-password): New parameter USERNAME.
11972 (auth-source-user-or-password): New parameters CREATE-MISSING and
11973 DELETE-EXISTING. Retrieve password interactively, if needed.
11974
11975 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
11976
11977 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11978 deleting unused directories when gnus-expert-user is t.
11979
11980 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
11981
11982 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11983 for each temp file when gnus-article-browse-delete-temp is ask.
11984
11985 2010-05-20 Kevin Ryde <user42@zip.com.au>
11986
11987 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
11988
11989 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
11990
11991 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11992 article unless decoding article to be saved.
11993
11994 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
11995
11996 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11997 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11998 generated within the mm-with-unibyte-current-buffer macro.
11999
12000 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
12001
12002 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12003 to nil when we're in a mml-preview buffer and no group is selected.
12004
12005 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
12006
12007 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12008 when catching the `C-g'. Reported by "Leo".
12009
12010 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
12011
12012 * message.el (message-forward-make-body-plain)
12013 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12014 multibyte-string-p.
12015
12016 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
12017
12018 * message.el (message-forward-make-body-mml): Assume original message
12019 is multibyte string; error on unibyte.
12020 (message-forward-make-body-plain): Ditto; don't add excessive newline
12021 in body end.
12022
12023 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
12024
12025 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12026 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
12027
12028 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
12029
12030 * mm-extern.el (mm-extern-url): Don't use
12031 mm-with-unibyte-current-buffer.
12032 (mm-extern-cache-contents): Use with-current-buffer instead of
12033 save-excursion + set-buffer.
12034
12035 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
12036
12037 * mm-util.el (mm-emacs-mule): Remove.
12038
12039 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
12040
12041 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12042 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12043 change.
12044
12045 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
12046
12047 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12048 bind the default value of enable-multibyte-characters to nil.
12049
12050 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
12051
12052 * message.el (message-forward-make-body-plain)
12053 (message-forward-make-body-mml):
12054 Don't use mm-with-unibyte-current-buffer.
12055
12056 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
12057
12058 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12059 (Bug#5592).
12060
12061 2010-05-07 Julien Danjou <julien@danjou.info>
12062
12063 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12064 it to mm-pipe-part.
12065
12066 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12067 it is given.
12068
12069 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
12070
12071 * nnweb.el (nnweb-gmane-search):
12072 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12073 XEmacs.
12074
12075 * gnus-art.el (gnus-article-browse-html-parts):
12076 * gnus-group.el (gnus-read-ephemeral-gmane-group)
12077 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12078 make-temp-file.
12079
12080 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12081 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12082 compiling.
12083
12084 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12085 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12086 XEmacs when compiling.
12087
12088 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12089 gnus-pick-mode-off-hook for XEmacs when compiling.
12090 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12091 gnus-binary-mode-off-hook for XEmacs when compiling.
12092
12093 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12094 Return nil if char-charset is not available.
12095
12096 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
12097 macro.
12098
12099 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12100 instead of encode-coding-string.
12101
12102 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12103 'xemacs) instead of mm-emacs-mule to switch function definitions.
12104 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12105
12106 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
12107
12108 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12109
12110 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
12111
12112 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12113 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12114
12115 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
12116
12117 * mm-util.el (mm-decompress-buffer): Use `delete-file';
12118 alias `jka-compr-delete-temp-file' no longer exists.
12119
12120 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12121
12122 Use define-minor-mode in Gnus where applicable.
12123 * mml.el (mml-mode): Use define-minor-mode.
12124 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12125 (gnus-undo-mode): Use define-minor-mode.
12126 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12127 (gnus-dead-summary-mode): Use define-minor-mode.
12128 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12129 Initialize in declaration.
12130 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12131 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12132 (gnus-mailing-list-mode): Use define-minor-mode.
12133 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12134 (gnus-draft-mode): Use define-minor-mode.
12135 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12136 (gnus-dired-mode): Use define-minor-mode.
12137
12138 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
12139
12140 * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12141 handles on recursive mml-to-mime translation and check them for
12142 boundary delimiter collisions. Reported by Greg Troxel.
12143
12144 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
12145
12146 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12147
12148 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12149
12150 * mm-util.el (mm-find-buffer-file-coding-system):
12151 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12152
12153 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
12154
12155 * message.el (message-generate-headers): Record insertion of optional
12156 headers as well. Otherwise the check to prevent repeated insertion of
12157 optional headers is a no-op.
12158
12159 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
12160
12161 * smime.el: Don't mention CVS.
12162
12163 * nnrss.el (nnrss-fetch): Don't mention CVS.
12164
12165 * nnir.el: Don't mention CVS.
12166
12167 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12168
12169 * gnus-sum.el (gnus-summary-bookmark-make-record):
12170 Add `location' field.
12171
12172 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12173
12174 * gnus-sum.el: Add bookmark declarations to silence the compiler.
12175 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12176 Use with-current-buffer to silence the byte-compiler.
12177 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12178 bother to require `gnus'.
12179 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
12180
12181 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12182
12183 * gnus-sum.el (gnus-summary-bookmark-make-record)
12184 (gnus-summary-bookmark-jump): New functions.
12185 (gnus-summary-mode): Setup bookmark support.
12186
12187 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
12188
12189 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12190 if set.
12191
12192 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
12193
12194 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12195 gnus-article-browse-html-save-cid-image; make it work recursively for
12196 forwarded messages as well.
12197 (gnus-article-browse-html-parts): Work when prefix arg is given.
12198 (gnus-article-browse-html-article): Doc fix.
12199
12200 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
12201
12202 * message.el (message-default-mail-headers)
12203 (message-default-headers): Carry the value mail-default-headers over
12204 into message-default-mail-headers, rather than message-default-headers.
12205
12206 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
12207
12208 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12209 charset.
12210
12211 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12212 charset into the <meta> tag when the article is encoded to utf-8.
12213
12214 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
12215
12216 * gnus-art.el (gnus-article-browse-delete-temp-files):
12217 Delete directories as well.
12218 (gnus-article-browse-html-parts): Work for images that do not specify
12219 file names; delete temp directory when quitting; insert header at the
12220 right place; use file: scheme for image files.
12221
12222 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
12223
12224 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12225 (gnus-article-browse-html-parts): Use it to make temporary cid image
12226 files in addition to html file so that browser may display them.
12227
12228 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
12229
12230 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12231
12232 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
12233
12234 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12235
12236 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
12237
12238 * auth-source.el (auth-sources): Change default to be simpler.
12239 Explain about Secret Service API sources. Improve Customize options.
12240 (auth-source-pick): Change to accept any number of search parameters.
12241 Implement fallbacks iteratively, not recursively. Add scoring on the
12242 second pass and sort by score. Call Secret Service API when needed.
12243 (auth-source-user-or-password): Use it. Call Secret Service API
12244 directly when needed to get the user name and the password.
12245
12246 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12247
12248 * message.el (message-interactive): Doc fix.
12249 (message-qmail-inject-args): Reflow.
12250 (message-kill-to-signature): Fix typo in docstring.
12251
12252 * smiley.el (smiley-buffer): Fix typo in docstring.
12253
12254 2010-03-24 Glenn Morris <rgm@gnu.org>
12255
12256 * mail-source.el (gnus-message): Declare.
12257 (mail-source-delete-old-incoming): Require gnus-util.
12258
12259 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
12260
12261 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12262
12263 * message.el (ecomplete-setup): Autoload it for Emacs <23.
12264
12265 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12266 password-cache's default if it is not bound.
12267 (mml-secure-passphrase-cache-expiry): Default to 16 that is
12268 password-cache-expiry's default if it is not bound.
12269
12270 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12271 available in Emacs 21.
12272
12273 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
12274
12275 * auth-source.el (auth-sources): Fix up definition so extra parameters
12276 are always inline.
12277
12278 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
12279
12280 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12281 wasn't updated after mismatch. Clear cached mailbox info correctly
12282 when uidvalidity changes.
12283 (nnimap-group-prefixed-name): New function to avoid some code
12284 duplication.
12285 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12286 (nnimap-request-group): Use it.
12287 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12288 (nnimap-update-unseen): Significantly improved speed of Gnus startup
12289 with many imap folders. This is done by caching the group status from
12290 the imap server persistently in a group parameter `imap-status'. (This
12291 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12292 but not persistently, so every Gnus startup was still very slow.)
12293
12294 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12295
12296 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
12297 secrets.el dependency.
12298 (auth-sources): Add optional user name. Add secrets.el configuration
12299 choice (unused right now).
12300
12301 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12302
12303 * gnus-sum.el (gnus-summary-make-menu-bar):
12304 Let `gnus-registry-install-shortcuts' fill in the functions.
12305
12306 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12307 warnings.
12308 (gnus-registry-misc-menus): Variable to hold registry mark menus.
12309 (gnus-registry-install-shortcuts): Populate and use it in a
12310 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12311
12312 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
12313
12314 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12315 In-place substitutions for the group name encoding/decoding.
12316 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12317 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12318 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12319 (nnimap-update-unseen, nnimap-request-list)
12320 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12321 (nnimap-request-set-mark, nnimap-split-to-groups)
12322 (nnimap-split-articles, nnimap-request-newgroups)
12323 (nnimap-request-create-group, nnimap-request-accept-article)
12324 (nnimap-request-delete-group, nnimap-request-rename-group)
12325 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
12326 `encoded-mbx' for consistency.
12327 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12328 variable `imap-current-mailbox'.
12329
12330 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12331 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12332
12333 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
12334
12335 * pop3.el (pop3-display-message-size-flag): Display message size byte
12336 counts during POP3 download.
12337 (pop3-movemail): Use it.
12338 (pop3-list): Implement listing of available messages.
12339
12340 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
12341
12342 * nnir.el (nnir-get-article-nov-override-function): New function to
12343 override the normal NOV retrieval.
12344 (nnir-retrieve-headers): Use it.
12345
12346 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
12347
12348 * auth-source.el (netrc-machine-user-or-password): Autoload.
12349
12350 2010-03-19 Glenn Morris <rgm@gnu.org>
12351
12352 Stop message.el from loading about 40 libraries it doesn't always need.
12353 The general approach is to autoload rather than require, and to
12354 require in the specific functions rather than the file. (Bug#5642)
12355
12356 * gmm-utils.el: Don't require wid-edit.
12357 (widget-create-child-value, widget-convert, widget-default-get):
12358 Autoload.
12359
12360 * gnus-util.el: Don't require time-date, netrc.
12361 (message-fetch-field, gnus-group-name-decode): Declare rather than
12362 autoloading.
12363 (gnus-fetch-field): Require message.
12364 (gnus-decode-newsgroups): Require gnus-group.
12365
12366 * ietf-drums.el: Don't require time-date.
12367
12368 * message.el: Don't require hashcash, canlock, ecomplete.
12369 Do require mail-utils. Require nnheader only when compiling.
12370 (smtpmail-default-smtp-server): Remove declaration.
12371 (message-send-mail-function): Check smtpmail-default-smtp-server
12372 is bound rather than requiring smtpmail.
12373 (message-auto-save-directory, message-insert-signature):
12374 Use expand-file-name rather than nnheader-concat.
12375 (nnheader-insert-file-contents): Autoload.
12376 (hashcash-wait-async): Declare.
12377 (message-send-mail): Only call gnus-setup-posting-charset if
12378 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
12379 (message-send-mail-with-sendmail): Require sendmail.
12380 (canlock-password, canlock-password-for-verify): Declare.
12381 (message-canlock-password): Require canlock.
12382 (nnheader-get-report): Autoload.
12383 (gnus-setup-posting-charset): Declare.
12384 (message-send-news): Require gnus-msg.
12385 (message-make-references, message-make-in-reply-to): Use mail-header-id
12386 rather than the alias mail-header-message-id.
12387 (ecomplete-add-item, ecomplete-save): Declare.
12388 (message-put-addresses-in-ecomplete): Require ecomplete.
12389 (ecomplete-display-matches): Autoload.
12390
12391 * mm-decode.el: Don't require mailcap, gnus-util.
12392 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12393 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12394 Autoload.
12395 (mailcap-mime-extensions): Declare.
12396
12397 * mm-encode.el: Don't require mailcap.
12398 (mailcap-extension-to-mime): Autoload.
12399
12400 * mml-sec.el: Don't require password-cache.
12401
12402 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12403 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12404 (mml-minibuffer-read-type): Require mailcap.
12405 (mml-preview): Require gnus-msg.
12406
12407 * mml1991.el: Require password-cache.
12408 (password-cache-expiry): Remove declaration.
12409
12410 * mml2015.el: Require password-cache.
12411 (password-cache-expiry): Remove declaration.
12412
12413 * nneething.el (mailcap): Require mailcap.
12414
12415 * nnheader.el (declare-function): Add compatibility stub.
12416 (message-remove-header): Declare rather than autoload.
12417 (nnheader-replace-header): Require message.
12418
12419 * nnimap.el (declare-function): Add compatibility stub.
12420 (netrc-parse, netrc-machine-user-or-password): Declare.
12421 (nnimap-open-connection): Require netrc.
12422
12423 * nntp.el (declare-function): Add compatibility stub.
12424 (netrc-parse, netrc-machine, netrc-get): Declare.
12425 (nntp-send-authinfo): Require netrc.
12426
12427 * rfc2047.el: Don't require qp.
12428 (quoted-printable-encode-region, quoted-printable-decode-string):
12429 Autoload.
12430
12431 * sieve-mode.el: Don't require easymenu.
12432 (easy-menu-add-item): Autoload it.
12433
12434 * spam-stat.el (time-to-number-of-days): Autoload it.
12435
12436 2010-03-17 Kevin Ryde <user42@zip.com.au>
12437
12438 * mml.el (mml-read-tag): Unquote values with `read' to reverse
12439 prin1 in mml-insert-tag (just stripping the quotes gave wrong
12440 value if any backslash escapes).
12441
12442 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
12443
12444 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12445 if it is available. (bug#5647)
12446
12447 2010-02-26 Glenn Morris <rgm@gnu.org>
12448
12449 * message.el (message-send-mail-function): Change the default, so that
12450 it inherits from a customized send-mail-function. (Bug#5643)
12451
12452 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12453
12454 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12455 shell-command-to-string signals an error (bug#5299).
12456
12457 2010-02-24 Glenn Morris <rgm@gnu.org>
12458
12459 * message.el (message-smtpmail-send-it)
12460 (message-send-mail-with-mailclient): Doc fixes.
12461
12462 2010-02-16 Glenn Morris <rgm@gnu.org>
12463
12464 * message.el (message-default-mail-headers): Change the default value
12465 to ease the transition from mail-mode to message-mode. (Bug#5555)
12466
12467 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
12468
12469 * message.el (message-mail): Just pass yank-action on to message-setup.
12470 (message-setup): Handle (FUN . ARGS) form of yank-action.
12471 (message-with-reply-buffer, message-widen-reply)
12472 (message-yank-original): Handle non-buffer values of
12473 message-reply-buffer (Bug#4080).
12474 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12475
12476 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
12477
12478 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12479 Fix typo in docstring.
12480
12481 2010-01-08 Jason Rumney <jasonr@gnu.org>
12482
12483 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12484 response.
12485
12486 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12487
12488 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12489
12490 * message.el (message-check-news-header-syntax): Protect against a
12491 string that `rfc822-addresses' returns when parsing fails.
12492
12493 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12494
12495 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12496 (gnus-previous-char-property-change): New functions.
12497
12498 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12499
12500 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
12501
12502 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12503 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
12504
12505 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
12506
12507 * message.el (message-exchange-point-and-mark): Rework last change to
12508 avoid using optional arg of exchange-point-and-mark, for backward
12509 compatibility.
12510
12511 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
12512
12513 * message.el (message-exchange-point-and-mark):
12514 Call exchange-point-and-mark with an argument rather than setting
12515 mark-active by hand (Bug#5175).
12516
12517 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
12518
12519 * nntp.el (nntp-service-to-port): Work for service expressed with
12520 numeric string; replace [:digit:] with [0-9] for XEmacs.
12521
12522 2009-12-17 Glenn Morris <rgm@gnu.org>
12523
12524 * gnus-group.el (gnus-bug-group-download-format-alist):
12525 Change emacs entry to debbugs.gnu.org. Bump :version.
12526
12527 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
12528
12529 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12530
12531 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
12532
12533 * message.el (message-info): Explain why we use `Info-goto-node'.
12534
12535 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12536
12537 * message.el (message-completion-in-region): New compatibility function.
12538 (message-expand-group): Use it.
12539
12540 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
12541
12542 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12543 with no unread article should be listed if the 2nd arg `predicate' is
12544 given.
12545
12546 2009-11-29 Juri Linkov <juri@jurta.org>
12547
12548 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12549 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
12550 on `gnus-recenter'. (Bug#4698, Bug#4981)
12551
12552 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
12553
12554 * message.el (message-from-style, message-interactive)
12555 (message-signature): Always set default values from the corresponding
12556 mail-* variables.
12557 (message-cite-prefix-regexp, message-sendmail-envelope-from)
12558 (message-yank-prefix, message-indentation-spaces)
12559 (message-signature-file, message-default-headers): Use boundp rather
12560 than (featurep 'xemacs) to check if the corresponding mail-* variables
12561 exist.
12562
12563 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
12564
12565 * message.el (message-send-mail-with-sendmail): Revert last change.
12566
12567 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
12568
12569 * message.el (message-from-style, message-interactive)
12570 (message-cite-prefix-regexp, message-sendmail-envelope-from)
12571 (message-yank-prefix, message-indentation-spaces, message-signature)
12572 (message-signature-file, message-default-headers): For GNU Emacs, set
12573 default values from the corresponding mail-* variables.
12574 (message-send-mail-with-sendmail): Use envelope-from only if
12575 mail-specify-envelope-from is non-nil.
12576
12577 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
12578
12579 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12580 containing tspecial characters if they have been already quoted.
12581
12582 2009-10-24 Glenn Morris <rgm@gnu.org>
12583
12584 * gnus-art.el (help-xref-stack-item): Define for compiler.
12585
12586 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
12587
12588 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12589
12590 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
12591
12592 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12593 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12594
12595 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
12596
12597 * gnus.el (gnus-overlay-get): New alias to overlay-get.
12598 (gnus-overlays-in): New alias to overlays-in.
12599
12600 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12601 gnus-overlay-get, and gnus-delete-overlay.
12602 (gnus-summary-show-thread): Make it work as well for systems in which
12603 next-single-char-property-change is not available.
12604 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12605
12606 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
12607
12608 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12609
12610 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
12611
12612 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12613 and XEmacs that don't have `remove-overlays'.
12614
12615 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12616
12617 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12618 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12619 selective display. Use overlays instead.
12620
12621 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
12622
12623 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12624
12625 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12626
12627 * spam-stat.el (spam-stat-load): Fix typo in message.
12628
12629 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
12630
12631 * gnus-art.el (gnus-article-encrypt-body):
12632 * message.el (message-check-recipients):
12633 * mm-util.el (mm-codepage-setup):
12634 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12635 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12636
12637 2009-09-22 Daiki Ueno <ueno@unixuser.org>
12638
12639 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12640 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12641 keys from the menu if mm-{sign,encrypt}-option is 'guided.
12642 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12643 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12644
12645 2009-09-18 Glenn Morris <rgm@gnu.org>
12646
12647 * gnus-diary.el (gnus-diary-check-message):
12648 * message.el (message-insert-formatted-citation-line):
12649 * nnbabyl.el (top-level):
12650 * nndiary.el (nndiary-schedule):
12651 Fix typos in condition-case handlers.
12652
12653 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
12654
12655 * gnus-art.el (gnus-article-edit-part): Work for the buffer
12656 configuration that provides the sole article window in a frame;
12657 position point correctly after deleting a part.
12658
12659 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
12660
12661 * spam.el (spam-unregister-on-reregister): Add boolean variable.
12662 (spam-resolve-registrations-routine): Use it to unregister articles
12663 that change status.
12664
12665 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
12666
12667 * nnrss.el (nnrss-request-article): Remove binding of
12668 default-enable-multibyte-characters that has gotten needless by
12669 the 2007-07-13 change in rfc2047-encode-message-header.
12670
12671 * mml.el (mml-insert-multipart): Error on the message header.
12672 (mml-insert-part): Error on the message header; position point at
12673 the end of a MIME tag.
12674
12675 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12676
12677 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12678 (gnus-float-time): Alias to float-time if it exists.
12679
12680 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12681 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12682 float-time is available; suppress compile warning for time-to-seconds.
12683
12684 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
12685
12686 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12687 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12688 Add the optional argument `encoding' that overrides the default.
12689
12690 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12691 mm-encode-buffer.
12692
12693 2009-09-04 Glenn Morris <rgm@gnu.org>
12694
12695 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12696 mm-disable-multibyte, rather than default-enable-multibyte-characters.
12697 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12698 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12699 * mm-util.el (mm-with-unibyte-current-buffer)
12700 (mm-find-buffer-file-coding-system):
12701 * yenc.el (yenc-decode-region): Use default-value rather than
12702 default-enable-multibyte-characters.
12703
12704 2009-09-03 Glenn Morris <rgm@gnu.org>
12705
12706 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12707 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12708 than default-enable-multibyte-characters.
12709
12710 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
12711
12712 * gnus-art.el (gnus-article-read-summary-keys):
12713 Fix gnus-buffer-configuration's value temporarily used.
12714
12715 2009-09-02 Glenn Morris <rgm@gnu.org>
12716
12717 * gnus-util.el (gnus-float-time): New function.
12718 * gnus-delay.el (gnus-delay-article):
12719 * gnus-sum.el (gnus-thread-latest-date):
12720 * gnus-util.el (gnus-user-date): Use gnus-float-time.
12721 * nnspool.el (nnspool-request-newgroups):
12722 Use gnus-float-time rather than time-to-seconds.
12723 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12724
12725 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12726 (gnus-header-subject-face, gnus-header-newsgroups-face)
12727 (gnus-header-name-face, gnus-header-content-face):
12728 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12729 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12730 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12731 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12732 (gnus-cite-face-11):
12733 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12734 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12735 (gnus-server-closed-face, gnus-server-denied-face)
12736 (gnus-server-offline-face):
12737 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12738 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12739 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12740 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12741 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12742 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12743 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12744 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12745 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12746 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12747 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12748 (gnus-summary-selected-face, gnus-summary-cancelled-face)
12749 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12750 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12751 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12752 (gnus-summary-high-undownloaded-face)
12753 (gnus-summary-low-undownloaded-face)
12754 (gnus-summary-normal-undownloaded-face)
12755 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12756 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12757 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12758 (gnus-splash-face):
12759 * message.el (message-header-to-face, message-header-cc-face)
12760 (message-header-subject-face, message-header-newsgroups-face)
12761 (message-header-other-face, message-header-name-face)
12762 (message-header-xheader-face, message-separator-face)
12763 (message-cited-text-face, message-mml-face):
12764 * sieve-mode.el (sieve-control-commands-face)
12765 (sieve-action-commands-face, sieve-test-commands-face)
12766 (sieve-tagged-arguments-face):
12767 * spam.el (spam-face):
12768 Mark face aliases with "-face" in the name as obsolete.
12769
12770 2009-09-01 Glenn Morris <rgm@gnu.org>
12771
12772 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12773 than goto-line.
12774
12775 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
12776
12777 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12778 Don't move point if the command is invoked inside the message header.
12779
12780 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
12781
12782 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12783 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12784 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12785 * nnir.el (nnir-swish-e-index-file):
12786 * gnus-sum.el (gnus-summary-delete-marked-as-read)
12787 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12788 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12789 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12790 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12791 (gnus-treat-display-xface): Add Emacs version of obsolescence.
12792
12793 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
12794
12795 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12796 Don't save excursion.
12797
12798 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12799
12800 * nnheader.el (nnheader-find-file-noselect):
12801 * mm-util.el (mm-insert-file-contents):
12802 Use (default-value 'major-mode) instead of default-major-mode.
12803
12804 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
12805
12806 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12807
12808 2009-08-25 Glenn Morris <rgm@gnu.org>
12809
12810 * nnir.el (top-level): Don't require cl at run-time.
12811 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12812 Replace cl-function substitute with gnus-replace-in-string.
12813 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12814 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12815 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12816 simplified expansions.
12817
12818 2009-08-22 Glenn Morris <rgm@gnu.org>
12819
12820 * gnus-art.el (gnus-button-patch): Use forward-line rather than
12821 goto-line.
12822
12823 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
12824
12825 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12826
12827 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12828 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12829 (gnus-mm-display-part, gnus-mime-display-single)
12830 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12831 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12832
12833 * gnus-sum.el
12834 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12835 (gnus-summary-move-article): Add expirable mark to articles copied or
12836 moved to group that has auto-expire turned on if the option is non-nil.
12837
12838 2009-07-24 Glenn Morris <rgm@gnu.org>
12839
12840 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12841 Fix typo. (Bug#3903)
12842
12843 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
12844
12845 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12846 gnus-article-read-summary-keys rather than gnus-summary-edit-article
12847 that should not be used for draft articles.
12848 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12849 that has no concern in minor mode keys.
12850 (gnus-article-summary-command, gnus-article-summary-command-nosave):
12851 Abolish.
12852
12853 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
12854
12855 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12856 article without making inquiry to a user for unknown encoding.
12857
12858 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12859 (nnmaildir--scan): Assume i-node and device number that file-attributes
12860 returns might be cons-cell.
12861
12862 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
12863
12864 * auth-source.el: Remove docs now in auth.texi. Don't use
12865 `gnus-message' for logging. Add new variables `auth-source-debug' and
12866 `auth-source-hide-passwords' and use them.
12867
12868 2009-07-15 Glenn Morris <rgm@gnu.org>
12869
12870 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12871
12872 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
12873
12874 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12875 excessive whitespace from the default values of title and description.
12876
12877 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
12878
12879 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12880 mail-fetch-field to fetch Content-Description header in order to
12881 exclude newlines.
12882
12883 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
12884
12885 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12886 to deleted part.
12887
12888 2009-05-30 David Engster <dengste@eml.cc>
12889
12890 * nnmairix.el: Remove old documentation in the commentary block.
12891 (nnmairix-request-group): Do not update active file for nnml back ends.
12892 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12893 end so that overview files are ignored.
12894 (nnmairix-update-groups): Make updating the groups more robust by using
12895 marks.
12896 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12897 with dollar characters in message-id.
12898
12899 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
12900
12901 * spam.el: Use dns-query instead of query-dns. Was renamed on
12902 2008-12-25 in dns.el.
12903
12904 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12905
12906 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12907 could happen if the text is only composed of spaces and/or tabs.
12908
12909 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
12910
12911 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12912 when sending a queued message to avoid extra mml tags.
12913
12914 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
12915
12916 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12917
12918 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
12919
12920 * gnus-dired.el: Remove autoload for gnus-setup-message.
12921 (gnus-dired-attach): Fake this-command value to prevent Gnus from
12922 displaying Gnus logo; always use compose-mail.
12923
12924 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
12925
12926 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12927
12928 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
12929
12930 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12931 (gnus-nocem-issuers): List currently active issuers; fix custom type.
12932 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12933 available.
12934 (gnus-nocem-epg-verify): New function.
12935
12936 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
12937
12938 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12939
12940 2009-02-15 Glenn Morris <rgm@gnu.org>
12941
12942 * gnus-util.el (rmail-insert-rmail-file-header)
12943 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12944 autoloads.
12945 (rmail-default-rmail-file): Remove unnecessary declaration.
12946 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12947
12948 2009-02-14 Glenn Morris <rgm@gnu.org>
12949
12950 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12951 variable (only used in gnus-util, which declares it anyway).
12952 (rmail-output-to-rmail-file): Remove autoload of deleted function,
12953 which was only needed by gnus-art (changed to not use it any more).
12954 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12955 only used in gnus-util, which autoloads it itself.
12956 (rmail-update-summary): Fix autoload.
12957
12958 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12959 rather than rmail-output-to-rmail-file.
12960
12961 2009-02-07 Glenn Morris <rgm@gnu.org>
12962
12963 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12964 autoload of function that no longer exists.
12965 (rmail-toggle-header): Declare.
12966 (message-forward-rmail-make-body): Handle mbox Rmail.
12967
12968 2009-01-31 Glenn Morris <rgm@gnu.org>
12969
12970 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12971 2009-01-09 change.
12972
12973 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
12974
12975 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12976 (auth-source-forget-all-cached): New convenience function.
12977 (auth-source-user-or-password): Accept list of modes or a single mode.
12978
12979 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12980 auth-source modes.
12981
12982 * nnimap.el (nnimap-open-connection): Use list of
12983 auth-source modes.
12984
12985 * nntp.el (nntp-send-authinfo): Use list of
12986 auth-source modes.
12987
12988 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
12989
12990 * auth-source.el: Update docs to reflect epa-file-enable is to be used
12991 now.
12992
12993 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12994
12995 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12996 coding system in XEmacs; add a workaround for XEmacs.
12997
12998 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
12999
13000 * mm-util.el (mm-coding-system-priorities): Protect against nil value
13001 of current-language-environment.
13002
13003 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
13004
13005 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13006 available at runtime.
13007
13008 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
13009
13010 * gnus-art.el (article-date-ut): Fix end point of narrowing.
13011
13012 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
13013
13014 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13015 the greatest positive fixnum value doesn't work under an XEmacs with
13016 bignum support; use the most-positive-fixnum constant instead,
13017 available since Emacs 21.1 with cl and XEmacs 21.1.
13018
13019 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
13020
13021 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13022 XEmacs gets not to work.
13023
13024 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
13025
13026 * mm-util.el (mm-coding-system-priorities): Allow the value like
13027 "Japanese (UTF-8)" of current-language-environment.
13028
13029 2009-01-09 Glenn Morris <rgm@gnu.org>
13030
13031 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
13032 with last-command-event.
13033
13034 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
13035
13036 * message.el (message-fix-before-sending): Amend comment.
13037
13038 2009-01-07 David Engster <dengste@eml.cc>
13039
13040 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13041 simplified server definitions by converting it via
13042 gnus-server-to-method.
13043
13044 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
13045
13046 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13047 parameter's operands.
13048
13049 2009-01-06 David Engster <dengste@eml.cc>
13050
13051 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13052 primary select method (for gnus-group-mark-article-as-read).
13053
13054 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
13055
13056 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13057 `(gnus)Face', not `(gnus)X-Face'.
13058
13059 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
13060
13061 * mm-util.el (mm-ucs-to-char): New function.
13062
13063 * mm-url.el (mm-url-decode-entities): Use it.
13064
13065 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
13066
13067 * message.el (message-fix-before-sending): Add `eight-bit' to
13068 illegible-text check.
13069
13070 2009-01-03 Michael Olson <mwolson@gnu.org>
13071
13072 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13073 `headers' is nil. This can occur if the IMAP server does not have
13074 permissions to read messages from a folder, but can write new messages
13075 to the folder.
13076 (nnimap-request-article-part): Do not insert `data' if it is nil.
13077
13078 2009-01-01 Dave Love <fx@gnu.org>
13079
13080 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13081
13082 * nnimap.el: Fix author email.
13083 (nnimap-split-rule): Add FIXME comment.
13084 (nnimap-debug): Fix doc string.
13085
13086 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
13087
13088 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13089 overlay-arrow-position and overlay-arrow-string buffer-local; no need
13090 to check if those variables exist (first appeared in Emacs 18.50).
13091
13092 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
13093
13094 * mm-util.el (mm-line-number-at-pos): New function.
13095
13096 * spam-report.el (spam-report-process-queue): Use it.
13097
13098 2008-12-24 David Engster <dengste@eml.cc>
13099
13100 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
13101 parameters that haven't existed as variables as buffer-local variables.
13102
13103 2008-12-23 Dave Love <fx@gnu.org>
13104
13105 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
13106 cadar.
13107
13108 * sieve-manage.el (sieve-manage-starttls-p): Rename from
13109 imap-starttls-p.
13110 (sieve-manage-starttls-open): Rename from imap-starttls-open.
13111
13112 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
13113
13114 * spam-report.el (spam-report-gmane-max-requests): New constant.
13115 (spam-report-gmane-wait): New variable.
13116 (spam-report-gmane-ham, spam-report-gmane-spam)
13117 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
13118 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
13119 the server.
13120
13121 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
13122 Add explanations.
13123
13124 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
13125 nnheader-accept-process-output and nnheader-read-timeout if available.
13126 (pop3-movemail): Use it.
13127
13128 * message.el (message-check-news-body-syntax): Fix signature check if
13129 there's an attachment.
13130
13131 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
13132
13133 * mm-util.el: Add comments to the mm- emulating functions.
13134
13135 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
13136
13137 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
13138 Reported by Stephen Berman <stephen.berman@gmx.net>.
13139
13140 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
13141
13142 * mm-util.el (mm-substring-no-properties): New function.
13143 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
13144 (mm-special-display-p): Enable those lambda forms to be byte compiled.
13145 (mm-string-to-multibyte): Doc fix.
13146
13147 * mml.el (mml-attach-file): Use mm-substring-no-properties.
13148
13149 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
13150
13151 * mml.el (mml-attach-file): Strip text properties from file name.
13152 (Bug#1574)
13153
13154 2008-12-16 Glenn Morris <rgm@gnu.org>
13155
13156 * mm-util.el (mm-charset-override-alist): Declare for compiler.
13157
13158 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
13159
13160 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
13161 knows since the charset specified might be a bogus alias that
13162 mm-charset-synonym-alist provides.
13163
13164 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
13165
13166 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
13167 "ISO_8859-1".
13168
13169 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
13170
13171 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
13172
13173 * mm-util.el (mm-charset-eval-alist):
13174 Define it before mm-charset-to-coding-system.
13175 (mm-charset-to-coding-system): Add optional argument `silent';
13176 define it before mm-charset-override-alist.
13177 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
13178 default value if it can be used in Emacs currently running;
13179 silence mm-charset-to-coding-system.
13180
13181 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
13182
13183 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
13184 `allow-override' which says whether to use `mm-charset-override-alist'.
13185 (rfc2047-decode-encoded-words): Use it.
13186
13187 * mm-util.el (mm-charset-override-alist): Fix custom type;
13188 add `(gb2312 . gbk)' to choices.
13189
13190 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
13191
13192 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
13193 fast.
13194
13195 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13196
13197 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
13198
13199 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
13200 on links.
13201
13202 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13203
13204 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
13205
13206 * message.el (message-idna-to-ascii-rhs-1): Protect against local
13207 users' addresses that don't have domain parts.
13208 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
13209 rather than message-narrow-to-head since there will be the message
13210 header separator.
13211
13212 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
13213
13214 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
13215 since the result is inserted in a unibyte buffer anyway.
13216 (nnimap-demule-use-string-to-multibyte): Remove.
13217 (nnimap-demule): Alias it to mm-string-to-multibyte.
13218
13219 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
13220
13221 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
13222 variable for debugging bug#464 and bug#1174.
13223 (nnimap-demule): Use it.
13224
13225 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
13226
13227 * gnus-score.el (gnus-score-find-trace): Handle default score in total
13228 score calculation correctly.
13229
13230 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13231
13232 * message.el (message-send-mail): Just set the buffer to unibyte
13233 rather than use mm-with-unibyte-current-buffer which does a lot more.
13234 (message-send-mail-partially): Don't bother with
13235 mm-with-unibyte-current-buffer since it's already been made unibyte by
13236 message-send-mail.
13237
13238 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
13239
13240 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
13241
13242 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
13243
13244 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
13245
13246 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
13247
13248 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
13249 require itself and to remove `with-no-warnings'.
13250
13251 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
13252
13253 * starttls.el (starttls-any-program-available): Get the name of the
13254 available TLS layer program.
13255 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
13256 well as the host name in the "opening" message.
13257
13258 * auth-source.el (auth-source-cache, auth-source-do-cache)
13259 (auth-source-user-or-password): Cache passwords and logins by default,
13260 allow override with `auth-source-do-cache'.
13261 (auth-source-forget-user-or-password): Allow users to remove cache
13262 entries if needed.
13263
13264 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
13265
13266 * ietf-drums.el (ietf-drums-remove-comments): Localize second
13267 condition-case to only the forward-sexp call.
13268
13269 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
13270
13271 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
13272 quotes contained. Make it more robust regardless by an extra
13273 condition-case wrapper.
13274
13275 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
13276
13277 * nnml.el (nnml-request-expire-articles): Check if the function set to
13278 `nnmail-expiry-target' returns the symbol `delete'.
13279
13280 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13281
13282 * nnmail.el (nnmail-expiry-target): Fix custom type.
13283
13284 2008-10-02 Glenn Morris <rgm@gnu.org>
13285
13286 * mm-util.el (mm-codepage-setup): Tweak codepage error.
13287 Silence compiler warning.
13288
13289 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
13290
13291 * mml.el (mml-menu): Don't assume mml2015 is bound.
13292
13293 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
13294
13295 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13296 exists.
13297
13298 2008-09-27 Glenn Morris <rgm@gnu.org>
13299
13300 * gnus-util.el (mail-header-remove-comments): Autoload it.
13301
13302 2008-09-27 Andreas Schwab <schwab@suse.de>
13303
13304 * gnus-util.el (gnus-split-references): Strip comments.
13305 (gnus-parent-id): Likewise.
13306
13307 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
13308
13309 * message.el (message-confirm-send): Fix version.
13310
13311 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
13312
13313 * message.el (message-idna-to-ascii-rhs-1): Use
13314 mail-extract-address-components rather than mail-header-parse-addresses
13315 that is an alias by default to ietf-drums-parse-addresses that does not
13316 support non-ASCII names in headers' contents.
13317
13318 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
13319
13320 * message.el (message-confirm-send): Fix variable documentation to
13321 avoid the "y/n" wording.
13322
13323 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
13324
13325 * message.el (message-set-auto-save-file-name): Save to a different
13326 filename so multiple messages (especially drafts) can be recovered.
13327
13328 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
13329
13330 * message.el (message-confirm-send): Add appropriate version.
13331
13332 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
13333
13334 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
13335 defvar.
13336
13337 2008-09-22 Daiki Ueno <ueno@unixuser.org>
13338
13339 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
13340 (mm-pkcs7-enveloped-magic): Ditto.
13341
13342 2008-09-17 Simon Josefsson <simon@josefsson.org>
13343
13344 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
13345 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
13346
13347 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
13348
13349 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
13350 default, it's better.
13351
13352 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
13353
13354 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
13355 summary line gnus-number property and ignore them (with a warning
13356 message).
13357
13358 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
13359
13360 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
13361 macro caddr in the interactive form since it won't be expanded.
13362
13363 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
13364
13365 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13366 `charset'; fix name of function called recursively.
13367 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13368
13369 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
13370
13371 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13372 (gnus-mime-set-charset-parameters): New function.
13373 (gnus-mime-view-part-as-charset): Use it to correctly display part
13374 specifying wrong charset.
13375
13376 2008-09-08 David Engster <dengste@eml.cc>
13377
13378 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13379 in completing-read for back end server.
13380
13381 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
13382
13383 * message.el (message-confirm-send): New variable to confirm sending a
13384 message.
13385 (message-send): Use it.
13386
13387 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
13388
13389 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13390
13391 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
13392
13393 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13394
13395 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
13396
13397 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13398 prevent tracking too many groups.
13399 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13400 Use it.
13401
13402 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
13403
13404 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13405 moving point to the bottom of the window in order to avoid recentering.
13406
13407 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
13408
13409 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13410 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13411 (gnus-article-beginning-of-window): Fix calculation.
13412
13413 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
13414
13415 * gnus-msg.el (gnus-summary-supersede-article)
13416 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13417 value of gnus-newsgroup-charset to decode non-MIME encoded text in
13418 message header.
13419
13420 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
13421
13422 * message.el:
13423 * gnus-start.el:
13424 * gnus-registry.el: Remove VMS support.
13425
13426 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
13427
13428 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13429 macro.
13430 (rfc2104-hash): Use it.
13431
13432 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
13433
13434 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13435 (gnus-summary-sort-by-most-recent-date): New commands.
13436 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13437 and menu entries.
13438
13439 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
13440
13441 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13442 don't redisplay article for raw contents; remove plural articles stuff.
13443
13444 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13445 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13446 on gnus-summary-save-article; display results properly.
13447
13448 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
13449
13450 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13451
13452 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
13453
13454 * gnus-art.el (gnus-summary-save-in-pipe):
13455 Consider gnus-save-all-headers.
13456
13457 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
13458
13459 * gnus-util.el (ns-focus-frame): Remove declaration.
13460 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
13461 like x.
13462
13463 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
13464
13465 * rfc2104.el (rfc2104-zero): Delete defconst.
13466 (rfc2104-hex-alist): Likewise.
13467 (rfc2104-hex-to-int): Delete func.
13468 (rfc2104-hexstring-to-bitstring): Likewise.
13469 (rfc2104-nybbles): New defconst.
13470 (rfc2104-hash): Rewrite for speed.
13471
13472 2008-07-16 Glenn Morris <rgm@gnu.org>
13473
13474 * gnus-util.el (ns-focus-frame): Declare for compiler.
13475
13476 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
13477
13478 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13479 set as a group parameter.
13480 (gnus-summary-save-in-pipe): Work when it is called independently.
13481 (gnus-summary-pipe-to-muttprint): Don't modify
13482 gnus-summary-pipe-output-default-command.
13483
13484 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
13485
13486 * message.el (message-send-mail-with-sendmail):
13487 Display the error message.
13488
13489 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
13490
13491 * gnus-art.el (gnus-default-article-saver):
13492 Add gnus-summary-save-in-pipe to choices.
13493 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13494 gnus-summary-pipe-output-default-command as the default command.
13495 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13496 instead of gnus-last-shell-command.
13497
13498 * gnus-sum.el (gnus-summary-pipe-output-default-command):
13499 New user option.
13500 (gnus-summary-muttprint-program): Mention the value will be changed.
13501 (gnus-summary-save-article): Force showing of all headers.
13502 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13503
13504 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
13505
13506 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13507
13508 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
13509
13510 * nnimap.el (nnimap-id):
13511 * sieve-manage.el (sieve-manage-open): Doc fixes.
13512
13513 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
13514
13515 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13516 if available.
13517
13518 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
13519
13520 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13521
13522 * nnkiboze.el (nnkiboze-generate-group):
13523 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13524
13525 * nnmairix.el: Require CL.
13526
13527 2008-06-15 David Engster <dengste@eml.cc>
13528
13529 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13530
13531 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
13532
13533 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13534 New macros that expand to an `aset'/`aref' call under Emacs, and to a
13535 runtime choice under XEmacs.
13536
13537 * gnus-sum.el (gnus-summary-set-display-table):
13538 Use `gnus-put-display-table', `gnus-get-display-table',
13539 `gnus-set-display-table' for the display table, instead of `aset'.
13540
13541 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
13542
13543 * nnmairix.el: Add autoloads.
13544
13545 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
13546
13547 * nnmairix.el (nnmairix-delete-recreate-group)
13548 (nnmairix-update-and-clear-marks): Fix error messages.
13549
13550 2008-06-14 David Engster <dengste@eml.cc>
13551
13552 * nnmairix.el: Upgrade to version 0.6.
13553 (nnmairix-group-toggle-propmarks-this-group)
13554 (nnmairix-group-toggle-readmarks-this-group)
13555 (nnmairix-group-delete-recreate-this-group)
13556 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13557 (nnmairix-remove-tick-mark-original-article): New commands.
13558 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13559 (nnmairix-propagate-marks-to-nnmairix-groups)
13560 (nnmairix-only-use-registry, nnmairix-allowfast-default)
13561 (nnmairix-marks-cache, nnmairix-version-output): New variables.
13562 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13563 functions needed for marks propagation and manipulation of read marks.
13564 (nnmairix-update-groups): New function.
13565 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13566 (nnmairix-determine-original-group-from-registry)
13567 (nnmairix-determine-original-group-from-path)
13568 (nnmairix-get-group-from-file-path, nnmairix-map-range)
13569 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13570 New helper functions.
13571 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13572 keystrokes for new commands.
13573 (nnmairix-delete-and-create-on-change): Doc string cleanup.
13574 (nnmairix-request-group): Check allow-fast group parameter.
13575 (nnmairix-request-create-group): Set allow-fast group parameter if
13576 nnmairix-allowfast-default is set.
13577 (nnmairix-close-group): Propagate marks upon closing if needed.
13578 (nnmairix-group-toggle-threads-this-group): Use new.
13579 nnmairix-group-toggle-parameter helper function.
13580 (nnmairix-search): Better check for empty search result.
13581 (nnmairix-goto-original-article): Use new helper functions for
13582 determining original article.
13583 (nnmairix-show-original-article): Make sure message-id is in brackets.
13584 (nnmairix-call-mairix-binary): Change variable name.
13585 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13586 helper function.
13587 (nnmairix-widget-toggle-activate): Fix doc string.
13588
13589 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
13590
13591 * nnir.el: Require edmacro when compiling with XEmacs.
13592 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13593 available in Emacs 21.
13594
13595 2008-06-11 Glenn Morris <rgm@gnu.org>
13596
13597 * gnus-util.el (x-focus-frame):
13598 * gnus.el (image-size):
13599 * mm-decode.el (image-size): Declare.
13600
13601 * gnus-picon.el (declare-function): Add compat definition.
13602 (image-size): Declare.
13603
13604 * gnus-group.el (tool-bar-map):
13605 * gnus-sum.el (tool-bar-map): Define for compiler.
13606
13607 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13608
13609 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13610
13611 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13612 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13613 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13614 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13615 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13616 * sieve-manage.el, spam-report.el, spam.el:
13617 Remove unnecessary eval-and-compile of autoloads.
13618
13619 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
13620
13621 * auth-source.el: Precise Tramp doc.
13622
13623 2008-06-07 Glenn Morris <rgm@gnu.org>
13624
13625 * nnmairix.el: Remove unnecessary eval-when-compile.
13626
13627 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
13628
13629 * nnir.el: New file.
13630
13631 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13632
13633 * gnus-util.el (gnus-read-shell-command): New function.
13634 * mm-decode.el (mm-pipe-part):
13635 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13636
13637 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
13638
13639 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13640
13641 2008-06-03 Glenn Morris <rgm@gnu.org>
13642
13643 * pop3.el (nnheader-accept-process-output): Autoload it.
13644
13645 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
13646
13647 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13648 are not 2-digit hexadecimal characters that follow `%'s.
13649
13650 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
13651
13652 * message.el (message-bogus-recipient-p): Fix type in doc string.
13653 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13654 (message-bogus-addresses): Rename from message-bogus-address-regexp.
13655 Improve custom options.
13656 (message-bogus-recipient-p): Adjust accordingly.
13657
13658 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
13659
13660 * nnmairix.el: Require edmacro when compiling with XEmacs.
13661
13662 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
13663
13664 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13665 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13666
13667 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
13668
13669 * auth-source.el: Add more docs.
13670
13671 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13672
13673 * nnheader.el (nnheader-read-timeout): Change the default timeout from
13674 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
13675 retrieval faster in some cases, but might make CPU usage larger.
13676 If this has any bad side effects, we might revert this change.
13677
13678 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13679 seems to make mail retrieval much, much faster.
13680 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13681 unconditionally.
13682
13683 * gnus-draft.el (gnus-group-send-queue):
13684 Bind message-send-mail-partially-limit to nil to avoid being prompted.
13685
13686 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
13687
13688 * mml.el (mml-attach-buffer): Prompt for `disposition'.
13689
13690 * message.el (message-bogus-address-regexp): Fix and improve custom
13691 type.
13692 (message-setup-hook): Add message-check-recipients as custom option.
13693
13694 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
13695
13696 * message.el (message-cite-function): Remove bogus autoload which crept
13697 in during merge from v5-10.
13698
13699 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
13700
13701 * nnimap.el (nnimap-open-connection): Fix login/password bug.
13702
13703 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13704
13705 * auth-source.el: Preliminary Tramp docs.
13706 (auth-sources): Change the default auth-sources to use
13707 EPA .gpg files.
13708
13709 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
13710
13711 * nntp.el: Autoload `auth-source-user-or-password'.
13712 (nntp-send-authinfo): Use it.
13713
13714 * nnimap.el: Autoload `auth-source-user-or-password'.
13715 (nnimap-open-connection): Use it.
13716
13717 * auth-source.el: Add docs on using with url-auth. Import gnus-util
13718 for the gnus-message function.
13719 (auth-source-user-or-password): Use it.
13720
13721 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13722
13723 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13724 rfc2104-hexstring-to-byte-list. Return a unibyte string.
13725 (rfc2104-hash): Use it.
13726
13727 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
13728
13729 * gnus-art.el (gnus-article-toggle-truncate-lines):
13730 Don't use `iff' in docstring.
13731
13732 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
13733
13734 * gnus-registry.el: Adjusted copyright dates and added a keyword.
13735
13736 * gnus-util.el (gnus-extract-address-component-name)
13737 (gnus-extract-address-component-email): Convenience functions around
13738 `gnus-extract-address-components'.
13739
13740 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13741 Use `gnus-extract-address-component-email' to fix bug of comparing full
13742 sender name to `user-mail-address'.
13743
13744 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
13745
13746 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13747 catch/throw to optimize.
13748 (gnus-registry-find-keywords): Just use member to find a keyword.
13749
13750 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13751
13752 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13753 is current before calling gnus-server-prepare.
13754 (gnus-server-setup-buffer, gnus-server-update-server)
13755 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13756
13757 2008-05-04 Juri Linkov <juri@jurta.org>
13758
13759 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13760 (mailcap-file-default-commands): Use mailcap-replace-in-string
13761 instead of replace-regexp-in-string, and mailcap-delete-duplicates
13762 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
13763
13764 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
13765
13766 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13767
13768 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13769
13770 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13771 hooks.
13772 (gnus-update-read-articles): Speed up non-marks-using users.
13773 (gnus-use-marks): Define gnus-use-marks.
13774 (gnus-propagate-marks): Rename variable to something more sensible.
13775
13776 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
13777
13778 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13779 (gmm-image-load-path-for-library): Fix typos in docstrings.
13780 (gmm-message): Reflow docstring.
13781
13782 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
13783
13784 * mail-source.el (mail-source-set-1, mail-source-bind):
13785 Move auth-source code out of the macro to clean it up and fix bugs.
13786
13787 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
13788
13789 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13790 by sender if it's equal to user-mail-address, it's likely to be
13791 useless.
13792
13793 * mail-source.el (mail-source-bind): Don't use user or password if they
13794 are not bound. Unintern them if they are nil. Don't use server unless
13795 it's bound, and default it to empty string otherwise.
13796
13797 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
13798
13799 * mail-source.el: Load auth-source.el.
13800 (mail-source-bind): Add comments. Call auth-source-user-or-password to
13801 get user name or password, if auth-sources is set up.
13802
13803 * gnus-registry.el (gnus-registry-split-strategy): New variable for
13804 strategy of splitting with parent.
13805 (gnus-registry-split-fancy-with-parent)
13806 (gnus-registry-post-process-groups): Use it and fix prior
13807 bug (returning a list as the split result).
13808
13809 * auth-source.el (auth-sources): Remove server parameter.
13810 (auth-source-pick, auth-source-user-or-password)
13811 (auth-source-user-or-password-imap)
13812 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13813 (auth-source-user-or-password-sftp)
13814 (auth-source-user-or-password-smtp): Remove server parameter.
13815
13816 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
13817
13818 * smime.el (smime-sign-region, smime-encrypt-region)
13819 (smime-decrypt-region):
13820 Remove redundant calls to `generate-new-buffer-name'.
13821
13822 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
13823
13824 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13825 Don't use QP for message/rfc822.
13826 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13827
13828 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13829
13830 * sieve-manage.el (sieve-string-bytes): Remove.
13831 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13832 correct byte-length only if the process's coding-system is the same as
13833 the one used internally by Emacs to represent strings.
13834
13835 2008-04-22 Juri Linkov <juri@jurta.org>
13836
13837 * mailcap.el (mailcap-file-default-commands): New function.
13838
13839 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
13840
13841 * message.el (message-signature-separator, message-cite-function):
13842 Change custom version.
13843
13844 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
13845
13846 * mm-decode.el (mm-display-external): Make temp file read-only.
13847
13848 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
13849
13850 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13851 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
13852 `C-c C-f d'.
13853
13854 2008-04-12 Adrian Aichner <adrian@xemacs.org>
13855
13856 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13857
13858 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
13859
13860 * auth-source.el: Add docs.
13861 (auth-sources): Modify format to support server.
13862 (auth-source-pick, auth-source-user-or-password)
13863 (auth-source-user-or-password-imap)
13864 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13865 (auth-source-user-or-password-sftp)
13866 (auth-source-user-or-password-smtp): Add server parameter.
13867
13868 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
13869
13870 * gnus-registry.el: Initialize the registry when gnus-registry-install
13871 is t.
13872
13873 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
13874
13875 * compface.el (uncompface): Make buffer unibyte.
13876
13877 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13878
13879 * mail-source.el (mail-source-value):
13880 Prefer fboundp to functionp so it works with macros as well.
13881
13882 2008-04-05 Glenn Morris <rgm@gnu.org>
13883
13884 * gnus-ems.el (mm-disable-multibyte): Autoload it.
13885
13886 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13887
13888 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13889 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13890
13891 * nnheader.el (nnheader-init-server-buffer): Change buffer's
13892 multibyteness after rather than before erasing it.
13893
13894 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13895 mm-with-multibyte.
13896 (gnus-request-article-this-buffer): Make sure the proper decoding is
13897 used if gnus-original-article-buffer happens to be unibyte.
13898
13899 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13900 default-enable-multibyte-characters.
13901
13902 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13903 default-enable-multibyte-characters.
13904
13905 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13906
13907 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13908
13909 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13910
13911 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13912 Fix last change in case the element is not even a symbol.
13913
13914 2008-04-02 Simon Josefsson <simon@josefsson.org>
13915
13916 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13917 imap-enable-exchange-bug-workaround.
13918 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13919
13920 2008-04-01 Simon Josefsson <simon@josefsson.org>
13921
13922 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13923 a 100 byte status-checks into a 2-3MB transfer for each group.
13924 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13925 to enable bug workaround or not.
13926 (nnimap-find-minmax-uid): Only enable workaround conditionally.
13927
13928 2008-03-31 Glenn Morris <rgm@gnu.org>
13929
13930 * message.el (mml2015-use): Declare for compiler.
13931 (message-info): Require mml2015 when appropriate.
13932
13933 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13934
13935 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13936 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13937 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13938 (nntp-service-to-port): New function.
13939 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13940 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13941 (nntp-open-netcat-stream): New function.
13942 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13943
13944 2008-03-29 Sven Joachim <svenjoac@gmx.de>
13945
13946 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13947
13948 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13949
13950 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13951
13952 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
13953
13954 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13955
13956 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
13957
13958 * message.el (message-signature-separator): Change default.
13959 Improve custom type.
13960 (message-cite-function): Change default to
13961 message-cite-original-without-signature.
13962
13963 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13964 toggle.
13965
13966 * message.el (message-check-news-body-syntax): Fix signature check.
13967 (message-setup-1): Mark buffer as unmodified _after_ running
13968 message-setup-hook and handling message-alternative-emails.
13969 (message-shorten-references): Be more strict when building list of
13970 valid references to comply with GNKSA.
13971
13972 * gnus-group.el (gnus-read-ephemeral-bug-group)
13973 (gnus-read-ephemeral-debian-bug-group)
13974 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13975
13976 * message.el (message-info): Don't use booleanp which isn't supported
13977 in Emacs 21 and XEmacs.
13978
13979 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
13980
13981 * gnus-group.el (gnus-gmane-group-download-format): Rename from
13982 gnus-group-gmane-group-download-format.
13983 (gnus-group-read-ephemeral-gmane-group): Rename from
13984 gnus-group-read-ephemeral-gmane-group.
13985 (gnus-read-ephemeral-gmane-group-url): Rename from
13986 gnus-group-read-ephemeral-gmane-group-url.
13987 (gnus-bug-group-download-format-alist): New variable.
13988 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13989 (gnus-read-ephemeral-emacs-bug-group): New commands.
13990
13991 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
13992
13993 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13994 (gnus-visible-headers): Improve custom type.
13995
13996 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
13997
13998 * mml.el (mml-menu): Add workarounds for XEmacs.
13999
14000 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
14001 X-Boundary header.
14002
14003 * message.el (message-simplify-recipients): Fix previous commit.
14004
14005 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14006
14007 * mm-util.el (mm-set-buffer-multibyte): New function.
14008 * mm-decode.el (mm-copy-to-buffer): Use it.
14009
14010 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14011 Prefer fboundp to functionp so it works with macros as well.
14012
14013 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
14014
14015 * message.el (message-alter-recipients-discard-bogus-full-name):
14016 New function.
14017 (message-alter-recipients-function): New variable.
14018 (message-get-reply-headers): Use it.
14019 (message-replace-header): New helper function.
14020 (message-recipients-without-full-name): New variable.
14021 (message-simplify-recipients): New command.
14022
14023 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
14024
14025 * message.el (message-info): Handle EasyPG manual.
14026
14027 * mml.el (mml-menu): Add entry for EasyPG.
14028
14029 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
14030
14031 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
14032 parameter.
14033
14034 * message.el (message-disassociate-draft): Specify drafts group name
14035 fully.
14036
14037 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
14038
14039 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14040 Eliminate unnecessary duplicates from the match list.
14041
14042 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
14043
14044 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
14045 args of `how-many' of which the XEmacs version doesn't take; declare
14046 Info-index-next as function.
14047
14048 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
14049
14050 * gnus-score.el (gnus-score-headers): Fix handling of
14051 gnus-inhibit-slow-scoring.
14052
14053 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
14054 string.
14055 (gnus-button-url-regexp): Improve handling of parenthesis.
14056 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
14057 (gnus-button-handle-info-keystrokes): Handle index entries.
14058
14059 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
14060
14061 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
14062 Incoming* files.
14063
14064 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
14065
14066 * auth-source.el (auth-sources): Rename from auth-source-choices.
14067 (auth-source-pick): Use it.
14068
14069 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
14070
14071 * auth-source.el (auth-source-protocols)
14072 (auth-source-protocols-customize, auth-source-choices): Add and
14073 modified variable customizations and defaults.
14074 (auth-source-pick, auth-source-user-or-password)
14075 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
14076 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14077 (auth-source-user-or-password-sftp)
14078 (auth-source-user-or-password-smtp): Use new variables and provide an
14079 interface to netrc.el.
14080
14081 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
14082
14083 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
14084 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
14085 Make sure the nntp port to specify is a string.
14086
14087 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14088
14089 * nntp.el: Use with-current-buffer.
14090 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
14091 dubious mm-with-unibyte-current-buffer.
14092 (nntp-with-open-group-function): New function extracted from
14093 nntp-with-open-group macro.
14094 (nntp-with-open-group): Use the function, so it's easier to debug.
14095 Add indentation and debugging info.
14096 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
14097 Recommend the use of the netcat alternatives.
14098
14099 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
14100 Avoid mm-string-as-multibyte as well.
14101
14102 * nnweb.el (nnweb-insert-html):
14103 Remove use of nnheader-string-as-multibyte.
14104
14105 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
14106 (nnheader-string-as-multibyte): Remove.
14107
14108 * mm-view.el: Use inhibit-read-only.
14109 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
14110 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
14111 or unibyte-string.
14112
14113 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
14114 (mm-uu-yenc-extract): Use with-current-buffer.
14115
14116 * gnus-soup.el (gnus-soup-send-packet): Don't use
14117 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
14118
14119 * nnmh.el: Use with-current-buffer.
14120 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
14121 mm-string-as-multibyte on the output of mm-encode-coding-string.
14122
14123 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
14124 (nnimap-request-move-article): Use with-current-buffer.
14125
14126 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
14127 inserting the handle-buffer's text, so the implicit multibyte->unibyte
14128 conversion uses string-make-unibyte rather than string-as-unibyte.
14129
14130 * gnus-msg.el: Use with-current-buffer.
14131
14132 * message.el (message-ignored-resent-headers): Add "Delivered-To".
14133
14134 2008-03-10 Daiki Ueno <ueno@unixuser.org>
14135
14136 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
14137 string for caching if it is 'PIN.
14138
14139 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
14140
14141 * mail-source.el (mail-source-delete-old-incoming-confirm):
14142 Change default to nil.
14143 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
14144
14145 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
14146
14147 * gnus-art.el (gnus-narrow-to-page): Position point properly.
14148 (gnus-article-goto-prev-page): Work for articles having ^L's.
14149
14150 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
14151
14152 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
14153
14154 2008-03-07 Karl Fogel <kfogel@red-bean.com>
14155
14156 * gnus-bookmark.el: Adjust for renames in bookmark.el.
14157 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
14158 (gnus-bookmark-jump): Adjust some variable names.
14159
14160 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
14161
14162 * auth-source.el: New package.
14163 (auth-source-choices): Add customization entry point variable.
14164
14165 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
14166 bug.
14167
14168 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
14169
14170 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
14171 (gnus-registry-initialize, gnus-registry-install-p): Use it.
14172 (gnus-registry-install-shortcuts): Rename from
14173 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
14174 the `gnus-registry-mark-map' keymap dynamically from
14175 `gnus-registry-marks'. The generated functions update the summary line
14176 when a registry mark is added or deleted, and will call
14177 `gnus-registry-install-p' (see the comments in the code).
14178 (gnus-registry-user-format-function-M): Use concat intelligently.
14179
14180 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
14181 the registry mark functions.
14182
14183 2008-03-05 Glenn Morris <rgm@gnu.org>
14184
14185 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
14186 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
14187 gnus-art.
14188 (top-level): No need to load own source when compiling.
14189
14190 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
14191
14192 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
14193 Suggested by <chris.anderton@zetnet.co.uk>.
14194
14195 2008-03-04 Glenn Morris <rgm@gnu.org>
14196
14197 * gnus-sum.el (top-level): No need to require gnus when compiling,
14198 since unconditionally required near start of file.
14199 (gnus-summary-display-while-building): Move definition before use.
14200
14201 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
14202
14203 * gnus-registry.el (gnus-registry-user-format-function-M):
14204 Add formatting function.
14205
14206 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
14207
14208 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
14209 with plists.
14210 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
14211 Use new format.
14212
14213 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
14214
14215 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
14216 `where-is-internal' that returns a range of key sequences.
14217
14218 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
14219
14220 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
14221
14222 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
14223 (gnus-summary-jump-to-group): Consider windows on other displayed
14224 frames as well. Similar changes might be needed elsewhere, but that's
14225 the one I've bumped into during my use.
14226
14227 * nndoc.el (nndoc-oe-dbx-type-p):
14228 * gnus-msg.el (gnus-debug):
14229 * gnus-group.el (gnus-update-group-mark-positions):
14230 Use mm-string-to-multibyte.
14231
14232 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
14233
14234 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
14235 doesn't handle NotDashEscaped.
14236
14237 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
14238 (mml-dnd-attach-options): Fix typo in custom choice.
14239
14240 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
14241 Change nndoc-article-type to mbox.
14242 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
14243
14244 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
14245 to nil, instead of html2text.
14246
14247 * imap.el (imap-debug): Add `imap-ping-server'.
14248
14249 * gnus-bookmark.el: Add FIXMEs.
14250
14251 * message.el (message-form-letter-separator)
14252 (message-send-form-letter-delay): New variables.
14253 (message-send-form-letter): Use them. New command to send form
14254 letters. Requested by Uwe Siart.
14255 (message-send-mail-function): Doc fix. Add "Other" custom option.
14256
14257 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
14258
14259 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
14260 empty author.
14261
14262 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
14263
14264 * gnus-registry.el (gnus-registry-marks): Add variable for
14265 customization of marks and their appearance.
14266 (gnus-registry-read-mark): Use it.
14267 (gnus-registry-do-marks): Add utility function to loop through
14268 `gnus-registry-marks'.
14269 (gnus-registry-install-shortcuts-and-menus): Add function to install
14270 shortcuts and menus.
14271 (gnus-registry-initialize): Use it.
14272 (gnus-registry-default-mark): Clarify documentation.
14273
14274 2008-02-29 Glenn Morris <rgm@gnu.org>
14275
14276 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
14277 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
14278 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
14279 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14280 Change defcustom :version from 23.0 to 23.1.
14281
14282 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
14283
14284 * gnus-registry.el (gnus-registry-follow-group-p)
14285 (gnus-registry-post-process-groups): Add functions to aid registry
14286 splitting and improve logging. Clarify behavior in function
14287 documentation.
14288 (gnus-registry-split-fancy-with-parent): Use them.
14289
14290 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
14291
14292 * gnus-art.el: Use with-current-buffer.
14293
14294 2008-02-27 David Engster <dengste@eml.cc>
14295
14296 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14297 Express real group name in the response.
14298
14299 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
14300
14301 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14302 (nnmairix-last-server, nnmairix-current-server): Defvar them.
14303 (nnmairix-goto-original-article): Defvar gnus-registry-install and
14304 autoload gnus-registry-fetch-group when compiling.
14305 (nnmairix-request-group-with-article-number-correction):
14306 Remove unreferenced argument passed to nnmairix-call-backend.
14307
14308 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
14309
14310 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14311 (mm-uu-extract): Improve face for low color ttys.
14312 Reported by Sascha Wilde.
14313
14314 2008-02-27 Glenn Morris <rgm@gnu.org>
14315
14316 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14317 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14318 variables to defconsts. Convert comments to doc-strings.
14319 (nnmairix-last-server, nnmairix-current-server): Convert from free
14320 variables to defvars. Convert comments to doc-strings.
14321 (gnus-registry-fetch-group): Autoload.
14322 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14323 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14324 (nnmairix-widget-build-editable-fields): Use car cddr rather than
14325 caddr.
14326 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14327 nnmairix-request-group-with-article-number-correction call.
14328 (nnmairix-fast, nnmairix-group): New, less general names, for free
14329 variables passed from nnmairix-request-group to
14330 nnmairix-request-group-with-article-number-correction. Declare.
14331 (nnmairix-request-group-with-article-number-correction):
14332 Use nnmairix-fast, nnmairix-group rather than fast, group.
14333
14334 2008-02-26 David Engster <dengste@eml.cc>
14335
14336 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
14337 version 0.5.
14338
14339 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
14340
14341 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14342 instead of making an extra function call. Don't add the current group
14343 to articles only when they have the group. Use
14344 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14345 Reported by David <de_bb@arcor.de>.
14346
14347 2008-02-24 Miles Bader <miles@gnu.org>
14348
14349 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14350 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14351 (mm-find-mime-charset-region):
14352 * mm-bodies.el (mm-encode-body):
14353 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14354
14355 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
14356
14357 * mail-source.el (mail-source-delete-incoming): Change default.
14358 Supplement doc string.
14359
14360 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14361
14362 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
14363
14364 * nnmail.el (nnmail-message-id-cache-file): Derive from
14365 `gnus-home-directory'.
14366
14367 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
14368
14369 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14370 Document negative prefix.
14371
14372 * gnus-group.el (gnus-group-read-group): Document negative prefix.
14373
14374 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14375
14376 * message.el (message-unsent-separator): Add the Exim bounce
14377 separator.
14378
14379 2008-02-10 Daiki Ueno <ueno@unixuser.org>
14380
14381 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14382 list.
14383 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14384 recipient/signer list.
14385
14386 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
14387
14388 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14389 fbound (Emacs 23 unicode), signal an error.
14390
14391 2008-02-08 Glenn Morris <rgm@gnu.org>
14392
14393 * gnus-art.el (pgg-display-output-buffer): Declare as function.
14394
14395 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
14396
14397 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14398 ports to the calls to `netrc-machine-user-or-password' in addition to
14399 "imap" and "imaps".
14400
14401 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
14402
14403 * gnus.el (gnus-group-startup-message): Add `find-image' call before
14404 image-load-path is let-bound. Reported by Harald Hanche-Olsen
14405 <hanche@math.ntnu.no>.
14406
14407 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
14408
14409 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14410
14411 2008-02-01 Zhang Wei <id.brep@gmail.com>
14412
14413 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14414
14415 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14416
14417 2008-02-01 Miles Bader <miles@gnu.org>
14418
14419 * mml.el (mml-parse-1): Remove apparently vestigial use of
14420 `mm-hack-charsets'.
14421 * mm-bodies.el (mm-encode-body): Likewise.
14422
14423 2008-02-01 Kenichi Handa <handa@m17n.org>
14424
14425 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14426 rfc2104-hexstring-to-bitstring and changed to return a byte list.
14427 (rfc2104-hash): Convert the result of concat to unibyte string.
14428
14429 2008-02-01 Dave Love <fx@gnu.org>
14430
14431 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14432 coding-system-for-read.
14433 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14434
14435 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14436 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
14437 (mm-find-mime-charset-region): Remove hack-charsets stuff.
14438
14439 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
14440
14441 * mail-source.el (mail-sources): Add `group' choice.
14442
14443 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14444 parameter `in-group' to control into which group the articles go.
14445 Add treatment of `group' mail-source.
14446
14447 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
14448
14449 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14450 * message.el (message-beginning-of-line): Use featurep instead of bound
14451 tests in order to resolve conditionals at compile time.
14452
14453 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
14454
14455 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14456
14457 * mm-decode.el (mm-dissect-buffer): Decode description.
14458
14459 * mml.el (mml-to-mime): Encode message header first.
14460
14461 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
14462
14463 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14464 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14465
14466 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
14467
14468 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14469
14470 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
14471
14472 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14473 prefix keys.
14474 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14475 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14476 gnus-xmas.el.
14477
14478 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
14479
14480 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14481 Add new variables for article mark management.
14482 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14483 list of extra data entries which, when present, will indicate that the
14484 article ID should not be trimmed from the registry.
14485 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14486 functions.
14487 (gnus-registry-read-mark): New function to read a mark name from the
14488 user.
14489 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14490 (gnus-registry-set-article-mark-internal): New functions to add and
14491 remove marks.
14492 (gnus-registry-get-article-marks): New function to show the marks for
14493 an article, or retrieve them for further use.
14494
14495 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
14496
14497 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14498 keys when no argument is given.
14499
14500 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
14501
14502 * gnus-sum.el (gnus-article-sort-by-random)
14503 (gnus-thread-sort-by-random): Fix doc strings.
14504 Reported by jidanni@jidanni.org.
14505
14506 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
14507
14508 * gnus-art.el (gnus-article-describe-bindings): New function.
14509 (gnus-article-read-summary-keys): Use it.
14510 (gnus-article-mode-map): Bind `C-h b' to it.
14511
14512 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
14513
14514 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14515 XEmacs.
14516 (gnus-article-describe-key, gnus-article-describe-key-briefly):
14517 Protect against non-character events.
14518
14519 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
14520
14521 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14522 New command.
14523 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14524 instead of END. Change name of the temp file.
14525 (gnus-group-gmane-group-download-format): Add doc string. Make it
14526 customizable.
14527
14528 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
14529
14530 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14531 bind `S W' to gnus-article-wide-reply-with-original; set default
14532 binding to gnus-article-read-summary-send-keys.
14533 (gnus-article-read-summary-keys): Fix the order of keys; display
14534 continuation keys correctly in the echo area; describe bindings
14535 correctly when keys end with `C-h'.
14536 (gnus-article-read-summary-send-keys): New function.
14537 (gnus-article-describe-key, gnus-article-describe-key-briefly):
14538 Work for gnus-article-read-summary-send-keys; display continuation keys
14539 correctly in the echo area.
14540 (gnus-article-reply-with-original): Ignore prefix argument.
14541 (gnus-article-wide-reply-with-original): New function.
14542
14543 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
14544
14545 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14546 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14547
14548 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
14549
14550 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14551 (gnus-group-read-ephemeral-gmane-group): New command.
14552
14553 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
14554
14555 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14556
14557 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
14558
14559 * message.el (message-send-mail-function): Increase custom version.
14560
14561 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14562 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
14563
14564 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
14565
14566 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14567 html parts correctly; support forwarded messages.
14568 (gnus-article-browse-html-article): Remove work buffers.
14569
14570 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14571 compiling.
14572 (netrc-bound-and-true-p): New macro.
14573 (netrc-parse): Use it instead of bound-and-true-p that is not available
14574 in XEmacs 21.4.
14575
14576 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
14577
14578 * gnus-registry.el (gnus-registry-mark-article)
14579 (gnus-registry-article-marks): Add functionality to mark articles
14580 through the Gnus registry.
14581
14582 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14583 (netrc-parse): Use encrypt-file-alist to determine if
14584 encrypt-find-model or encrypt-insert-file-contents should be used.
14585
14586 2007-12-19 Glenn Morris <rgm@gnu.org>
14587
14588 * mml.el (message-options-set, message-narrow-to-head)
14589 (message-in-body-p, message-mail-p, message-encode-message-body):
14590 Autoload.
14591 (message-remove-header, message-narrow-to-headers-or-head)
14592 (message-subscribed-p, message-make-mail-followup-to)
14593 (message-position-on-field, message-news-p)
14594 (message-options-set-recipient, message-generate-headers)
14595 (message-sort-headers): Declare as functions.
14596
14597 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
14598
14599 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14600 convention in doc string.
14601
14602 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
14603
14604 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14605 title to html parts.
14606 (gnus-article-browse-html-article): Pass message header to it.
14607
14608 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14609
14610 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
14611
14612 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14613 or password compatible with XEmacs.
14614
14615 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
14616
14617 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14618 format document.
14619 (gnus-mime-delete-part): Don't write description line if empty.
14620 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14621
14622 2007-12-14 Johan Bockgård <bojohan@gnu.org>
14623
14624 * gnus-sum.el (gnus-summary-mark-unread-as-read)
14625 (gnus-summary-mark-read-and-unread-as-read)
14626 (gnus-summary-mark-current-read-and-unread-as-read)
14627 (gnus-summary-mark-unread-as-ticked): Doc fix.
14628 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14629
14630 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
14631
14632 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14633 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14634
14635 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
14636
14637 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14638 yes-or-no-p.
14639
14640 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
14641
14642 * mm-decode.el (mm-add-meta-html-tag): New function.
14643 (mm-save-part-to-file, mm-pipe-part): Use it.
14644
14645 * gnus-art.el (gnus-article-browse-delete-temp-files):
14646 Use gnus-y-or-n-p instead of y-or-n-p.
14647 (gnus-article-browse-html-parts): Work with message/external-body; use
14648 mm-add-meta-html-tag.
14649
14650 2007-12-11 Glenn Morris <rgm@gnu.org>
14651
14652 * gnus-cache.el: Require gnus-sum not just when compiling.
14653
14654 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14655
14656 * gnus-int.el (gnus-server-opened, gnus-status-message):
14657 Move definitions before use.
14658
14659 * mm-decode.el: Require gnus-util.
14660 (mm-remove-part): Only call delete-annotation on XEmacs.
14661
14662 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14663
14664 * nnmail.el: Require gnus-int.
14665
14666 * spam.el: Move `require's before `eval-when-compile's.
14667
14668 * gnus-ems.el (gnus-alive-p):
14669 * gnus-fun.el (message-goto-eoh):
14670 * gnus-util.el (gnus-group-name-decode):
14671 * mail-source.el (gnus-compress-sequence):
14672 * message.el (Info-goto-node, format-spec):
14673 * mm-bodies.el (message-options-get):
14674 * mm-decode.el (mm-view-pkcs7):
14675 * mm-util.el (gmm-write-region):
14676 * mml-smime.el (mml-compute-boundary)
14677 (gnus-completing-read-with-default):
14678 * mml.el (widget-button-press, gnus-make-hashtable):
14679 * mml1991.el (mm-decode-content-transfer-encoding)
14680 (mm-encode-content-transfer-encoding)
14681 (message-options-get, message-options-set):
14682 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14683 * nnfolder.el (gnus-request-group):
14684 * nnheader.el (ietf-drums-unfold-fws):
14685 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14686 * smime.el (gnus-run-mode-hooks):
14687 * spam-stat.el (gnus-message): Autoload.
14688
14689 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14690 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14691 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14692 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14693 Add declare-function compatibility definition.
14694
14695 * gnus-cache.el (nnvirtual-find-group-art):
14696 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14697 (gnus-add-image, gnus-add-wash-type):
14698 * gnus-group.el (nnkiboze-score-file):
14699 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14700 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14701 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14702 (message-tokenize-header, gnus-get-buffer-create)
14703 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14704 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14705 * gnus.el (gnus-group-decoded-name):
14706 * mail-source.el (imap-capability):
14707 * mm-bodies.el (message-options-set):
14708 * mm-decode.el (gnus-configure-windows):
14709 * mm-extern.el (message-goto-body):
14710 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14711 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14712 (epg-sub-key-validity, message-options-set):
14713 * mml.el (widget-event-point, gnus-configure-windows):
14714 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14715 * mml2015.el (epg-check-configuration, epg-configuration)
14716 (message-options-set):
14717 * nndb.el (nndb-request-article):
14718 * nnfolder.el (gnus-request-create-group):
14719 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14720 * nnmaildir.el (gnus-group-mark-article-read):
14721 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14722 * rfc1843.el (message-fetch-field):
14723 * spam.el (gnus-extract-address-components):
14724 Declare as functions.
14725
14726 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
14727
14728 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14729
14730 2007-12-09 Glenn Morris <rgm@gnu.org>
14731
14732 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14733
14734 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14735 * message.el, mm-view.el, sieve-manage.el, smime.el:
14736 Add declare-function compatibility definition.
14737
14738 * gnus-art.el (w3-region, w3m-region, Info-menu):
14739 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14740 * gnus-sum.el (gnus-get-predicate):
14741 * gnus-util.el (mm-append-to-file, w32-focus-frame):
14742 * message.el (mail-abbrev-in-expansion-header-p):
14743 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14744 (w3m-detect-meta-charset, w3m-region):
14745 * sieve-manage.el (password-read, password-cache-add)
14746 (password-cache-remove):
14747 * smime.el (password-read-and-add): Declare as functions.
14748
14749 2007-12-08 David Kastrup <dak@gnu.org>
14750
14751 * gnus-sum.el (gnus-summary-simplify-subject-query):
14752 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14753 `message'.
14754
14755 2007-12-07 Glenn Morris <rgm@gnu.org>
14756
14757 * gnus-art.el (article-make-date-line): Revert previous change.
14758
14759 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14760
14761 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14762
14763 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
14764
14765 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14766 Call gnus-add-to-range ranges only once with a prepared article-list.
14767
14768 2007-12-06 Paul Jarc <prj@po.cwru.edu>
14769
14770 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14771 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14772 group names with backslashes.
14773 Reported by Tassilo Horn <tassilo@member.fsf.org>.
14774
14775 2007-12-06 Deepak Goel <deego3@gmail.com>
14776
14777 * gnus-art.el (article-make-date-line):
14778 * gnus-start.el (gnus-load):
14779 * pop3.el (pop3-read-response): Fix buggy call to `error'.
14780
14781 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14782
14783 * gnus-art.el (gnus-use-idna):
14784 * gnus-start.el (gnus-site-init-file):
14785 * message.el (message-use-idna):
14786 * mm-uu.el (mm-uu-hide-markers):
14787 * smiley.el (smiley-style): Revert changes that suppress warnings.
14788
14789 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14790
14791 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14792 specify charset to html source.
14793 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14794
14795 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14796
14797 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14798 idna-program in order to suppress byte compile warning issued by XEmacs
14799 that came to byte compile the default value section of defcustom forms
14800 recently.
14801
14802 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14803 value of installation-directory.
14804
14805 * message.el (message-use-idna): Don't directly refer to the value of
14806 idna-program.
14807
14808 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14809
14810 * smiley.el (smiley-style): Don't directly call face-attribute.
14811
14812 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
14813
14814 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14815
14816 * gnus-dired.el: Reduce Gnus dependencies.
14817 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14818 Don't require. Use autoloads instead.
14819 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14820 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14821 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14822 (gnus-dired-mode): Adjust doc string.
14823 (gnus-dired-mail-mode): New variable.
14824 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14825 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14826 (gnus-dired-mail-buffers): New function. Return mail or message
14827 composition buffers.
14828 (gnus-dired-attach): Use it.
14829 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14830 NO-DECODE.
14831 (gnus-dired-print): Use `gnus-print-buffer' depending on
14832 `gnus-dired-mail-mode'.
14833
14834 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
14835
14836 * rfc2047.el (rfc2047-encoded-word-regexp)
14837 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14838 explaining what regexp patterns are for.
14839
14840 2007-12-04 Glenn Morris <rgm@gnu.org>
14841
14842 * password.el: Move to ../password-cache.el.
14843
14844 * mml1991.el (password-read, password-cache-add, password-cache-remove):
14845 * mml2015.el (password-read, password-cache-add, password-cache-remove):
14846 * mml-smime.el (password-read, password-cache-add)
14847 (password-cache-remove):
14848 No need to autoload, since mml-sec requires password.
14849
14850 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14851 * message.el (gnus-extract-address-components):
14852 * mml-smime.el (gnus-extract-address-components): Define for compiler.
14853
14854 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14855 password.
14856
14857 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
14858
14859 * mailcap.el: Reduce dependencies.
14860 (mail-header-parse-content-type): Autoload.
14861 (mailcap-delete-duplicates): New alias.
14862 (mailcap-mime-info): Add optional argument NO-DECODE.
14863 (mailcap-mime-types): Use mailcap-delete-duplicates.
14864
14865 * message.el (message-ignored-supersedes-headers): Add "X-ID".
14866
14867 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14868
14869 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14870 function.
14871
14872 * gnus-uu.el (gnus-uu-decode-yenc): New command.
14873 (gnus-uu-yenc-article): New function.
14874
14875 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14876
14877 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14878
14879 2007-12-02 Glenn Morris <rgm@gnu.org>
14880
14881 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
14882 Move to ../net.
14883
14884 * binhex.el, uudecode.el: Move to ../mail.
14885
14886 * encrypt.el: Remove file.
14887
14888 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
14889
14890 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14891 matches on patches.
14892
14893 * gnus-art.el (gnus-article-browse-html-article):
14894 Mention `mm-text-html-renderer' in the doc string.
14895
14896 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14897 string. Add comments.
14898
14899 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14900 if rhs is ASCII.
14901
14902 2007-12-01 Glenn Morris <rgm@gnu.org>
14903
14904 * dig.el, dns.el: Move to ../net.
14905 * format-spec.el, hex-util.el, sha1.el: Move to ../.
14906
14907 * mail-source.el (top-level): Require format-spec before
14908 eval-when-compile.
14909
14910 2007-11-30 Glenn Morris <rgm@gnu.org>
14911
14912 * encrypt.el: Require password, rather than autoloading password-read.
14913
14914 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
14915
14916 * gnus.el (gnus-method-to-server): Add an optional parameter so the
14917 caller can indicate whether the cache should be disregarded for this
14918 call. This way the result of the call is reproducible at all times and
14919 can be considered a canonical server name for the supplied method.
14920 (gnus-agent-method-p): Canonicalize server names by pushing their
14921 method through `gnus-method-to-server' using the no-cache argument.
14922
14923 * gnus-srvr.el (gnus-server-insert-server-line):
14924 Call `gnus-method-to-server' with `no-cache' argument.
14925
14926 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14927 gnus-agent-possibly-synchronize-flags as this should be called when the
14928 server is actually being opened.
14929 (gnus-agent-possibly-synchronize-flags)
14930 (gnus-agent-possibly-synchronize-flags-server): Move check for the
14931 flags file of an agentized server to the latter function.
14932
14933 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14934 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14935 after a connection has been established successfully.
14936
14937 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
14938
14939 * gnus-art.el (article-display-face): Force to display face if called
14940 interactively; check if gnus-article-x-face-too-ugly matches author.
14941 (article-display-x-face): Display face even if From header is missing
14942 as article-display-face does.
14943
14944 2007-11-28 Richard Stallman <rms@gnu.org>
14945
14946 * md4.el: Move to ../.
14947 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
14948
14949 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
14950
14951 * mail-source.el (mail-sources): Default to fetch from file for
14952 compatibility with default of nnmail-spool-file.
14953
14954 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
14955
14956 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14957 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14958 to look for encoded word that should be encoded again.
14959 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14960 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14961 encoding pattern.
14962 (rfc2047-decode-region): Switch strict regexp and loose one according
14963 to rfc2047-allow-irregular-q-encoded-words.
14964
14965 2007-11-26 Simon Josefsson <simon@josefsson.org>
14966
14967 * imap.el: Move to ../net directory.
14968
14969 2007-11-25 Romain Francoise <romain@orebokech.com>
14970
14971 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14972
14973 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
14974
14975 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14976 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14977
14978 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14979 `nnmail-spool-file'.
14980
14981 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14982 `nnmail-spool-file'.
14983
14984 * gnus-move.el (gnus-change-server): Ditto.
14985
14986 * gnus-kill.el (gnus-batch-score): Ditto.
14987
14988 * gnus-cache.el (gnus-jog-cache): Ditto.
14989
14990 * gnus-msg.el (gnus-summary-reply):
14991 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14992
14993 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
14994
14995 * gnus-cache.el (gnus-cache-generate-nov-databases):
14996 Use nnml-generate-nov-databases-directory instead of
14997 nnml-generate-nov-databases-1.
14998
14999 2007-11-24 Glenn Morris <rgm@gnu.org>
15000
15001 * message.el (message-tool-bar-retro): Update for rename
15002 mail_send.xpm->mail-send.xpm.
15003
15004 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
15005
15006 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
15007 `smime-ldap-search' for Emacs 22 and up.
15008
15009 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
15010
15011 * hashcash.el: Move to ../mail directory.
15012
15013 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
15014
15015 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
15016 `smime-ldap-search' for Emacs 22 and up.
15017
15018 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
15019
15020 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
15021
15022 * message.el (message-send-mail-function): Fix error convention.
15023 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
15024 (message-widen-reply, message-send-mail, message-talkative-question)
15025 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
15026 (message-clone-locals, message-send-news): Use with-current-buffer.
15027 (message-insert-or-toggle-importance): Remove unused var `valid'.
15028 (message-make-references): Remove unused var `new-references'.
15029 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
15030
15031 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
15032
15033 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
15034 (spam-split-symbolic-return-positive): Reflow docstring.
15035 (spam-backends, spam-summary-exit-behavior)
15036 (spam-mark-ham-unread-before-move-from-spam-group)
15037 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
15038 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15039 (spam-clear-cache, spam-backend-check, spam-install-backend)
15040 (spam-install-statistical-backend, spam-list-of-processors)
15041 (spam-group-processor-p, spam-split, spam-bogofilter-score)
15042 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
15043 (spam-check-crm114, spam-initialize, spam-unload-hook):
15044 Fix typos in docstrings.
15045
15046 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
15047
15048 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
15049 been checked if they have never been read and those group levels are
15050 higher than the one that a user specified.
15051
15052 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
15053
15054 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
15055 foreign groups unless a group level is specified by a user.
15056 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
15057
15058 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
15059
15060 * message.el (message-send-mail-function): Require sendmail.
15061
15062 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
15063
15064 * message.el (message-send-mail-function): Check for smtpmail too.
15065
15066 * utf7.el (utf7-encode, utf7-decode): Use coding system
15067 `utf-7'/`utf-7-imap' from utf-7.el' if available.
15068
15069 * message.el (message-send-mail-function): New function.
15070 (message-send-mail-function): Set default using
15071 message-send-mail-function. Adjust doc string.
15072 (message-send-mail-with-mailclient): New function.
15073
15074 2007-11-17 Richard Stallman <rms@gnu.org>
15075
15076 * assistant.el: Remove file.
15077
15078 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
15079
15080 * smime.el (from):
15081 * rfc2047.el (message-posting-charset):
15082 * qp.el (mm-use-ultra-safe-encoding):
15083 * pop3.el (parse-time-months):
15084 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
15085 * nnml.el (files):
15086 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
15087 (jka-compr-compression-info-list, ange-ftp-path-format)
15088 (efs-path-regexp):
15089 * nndiary.el (files):
15090 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
15091 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
15092 (epg-digest-algorithm-alist, inhibit-redisplay)
15093 (password-cache-expiry):
15094 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
15095 (pgg-output-buffer, password-cache-expiry):
15096 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
15097 (efs-path-regexp):
15098 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
15099 (inhibit-redisplay):
15100 * mm-uu.el (file-name, start-point, end-point, entry)
15101 (gnus-newsgroup-name, gnus-newsgroup-charset):
15102 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
15103 (latin-unity-ucs-list):
15104 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
15105 (mm-uu-binhex-decode-function):
15106 * message.el (gnus-message-group-art, gnus-list-identifiers)
15107 (rmail-enable-mime-composing, gnus-local-organization)
15108 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
15109 (gnus-read-active-file, facemenu-add-face-function)
15110 (facemenu-remove-face-function, gnus-article-decoded-p)
15111 (tool-bar-mode):
15112 * mail-source.el (display-time-mail-function):
15113 * gnus-util.el (nnmail-pathname-coding-system)
15114 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
15115 (gnus-original-article-buffer, gnus-user-agent)
15116 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
15117 (xemacs-codename, sxemacs-codename, emacs-program-version):
15118 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
15119 * gnus-start.el (gnus-agent-covered-methods)
15120 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
15121 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
15122 (gnus-newsgroup-headers, gnus-group-list-mode)
15123 (gnus-group-mark-positions, gnus-newsgroup-data)
15124 (gnus-newsgroup-unreads, nnoo-state-alist)
15125 (gnus-current-select-method, mail-sources)
15126 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
15127 (nnmail-spool-file, gnus-cache-active-hashtb):
15128 * gnus-mh.el (mh-lib-progs):
15129 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
15130 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
15131 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
15132 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
15133 (gnus-group-buffer):
15134 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
15135 (font-lock-set-defaults):
15136 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
15137 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
15138 (gnus-summary-post-menu, total-parts, type, condition, length):
15139 * gnus-agent.el (gnus-agent-read-agentview):
15140 * flow-fill.el (show-trailing-whitespace):
15141 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
15142 eval-and-compile wrappers for byte compiler pacifiers.
15143
15144 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
15145 (mm-display-inline-fontify): Check for featurep 'xemacs not
15146 extent-list.
15147
15148 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
15149 itimer-list.
15150 (mm-create-image-xemacs): Only do something for XEmacs.
15151 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
15152
15153 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
15154
15155 * gnus-registry.el (gnus-adaptive-word-syntax-table):
15156 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
15157
15158 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
15159
15160 * nnimap.el (nnimap-split-download-body):
15161 * gnus-demon.el (gnus-demon):
15162 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
15163
15164 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
15165
15166 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
15167 New macros.
15168 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
15169 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
15170 copy data from unibyte buffer to multibyte current buffer.
15171 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
15172 to copy data from unibyte current buffer to multibyte buffer.
15173 (nntp-make-process-buffer): Make process buffer unibyte.
15174
15175 * pop3.el (pop3-open-server): Fix typo in Lisp code.
15176
15177 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
15178
15179 * pop3.el (pop3-open-server): Accept and process data more robustly at
15180 connection start to avoid spurious "POP SSL connection failed" errors.
15181
15182 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
15183
15184 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15185 read group names.
15186
15187 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
15188
15189 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15190
15191 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
15192
15193 * nnmail.el (nnmail-parse-active): Make group names unibyte.
15194 (nnmail-save-active): Use a unibyte buffer when saving active file,
15195 which may contain non-ASCII group names.
15196
15197 * nnml.el (nnml-request-group): Decode group names in messages.
15198
15199 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
15200
15201 * message.el (message-citation-line-function)
15202 (message-insert-formatted-citation-line): Fix spelling of
15203 `message-insert-formated-citation-line'.
15204
15205 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
15206
15207 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15208
15209 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
15210
15211 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15212 nnmail-pathname-coding-system.
15213
15214 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15215 that a user enters; decode group names in messages.
15216
15217 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15218
15219 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
15220
15221 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15222
15223 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15224
15225 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15226 risky local variable.
15227
15228 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15229
15230 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
15231
15232 * encrypt.el: Improve documentation to fix function name typo.
15233 Reported by Daiki Ueno <ueno@unixuser.org>.
15234
15235 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
15236
15237 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15238 even if the point is not in the last page of an article.
15239 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15240 back to the previous page.
15241
15242 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
15243
15244 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15245
15246 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
15247
15248 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15249
15250 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
15251
15252 * message.el (message-check-news-body-syntax):
15253 Avoid mm-string-as-multibyte.
15254 (message-hide-headers): Don't assume (point-min)==1.
15255
15256 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
15257
15258 * message.el (message-remove-blank-cited-lines): Fix if remove is
15259 given.
15260 (message-bogus-address-regexp): New variable.
15261 (message-bogus-recipient-p): New function.
15262 (message-check-recipients): New command.
15263 (message-syntax-checks): Add `bogus-recipient'.
15264 (message-fix-before-sending): Add `bogus-recipient'.
15265
15266 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15267 (gnus-treat-body-boundary): Don't test window-system.
15268
15269 2007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
15270
15271 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15272
15273 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
15274
15275 * gnus.el: Bump version to Gnus v5.13.
15276
15277 2007-10-28 Miles Bader <miles@gnu.org>
15278
15279 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15280 at compile-time too.
15281
15282 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
15283
15284 * gnus-msg.el (gnus-message-setup-hook):
15285 Add `message-remove-blank-cited-lines' to options.
15286
15287 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
15288
15289 * message.el (message-remove-blank-cited-lines): New function.
15290 Suggested by Karl Plästerer.
15291
15292 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
15293
15294 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15295 mapc.
15296
15297 * imap.el (imap-open): Replace mapcar called for effect with mapc.
15298 (top-level): Use mapc to set functions to be traced for debugging.
15299
15300 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15301 called for effect with while loop.
15302
15303 * message.el (message-talkative-question): Replace mapcar called for
15304 effect with mapc.
15305
15306 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15307 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15308 called for effect with dolist.
15309
15310 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15311
15312 * nndiary.el: Use dolist instead of mapcar to add diary headers to
15313 gnus-extra-headers and nnmail-extra-headers.
15314
15315 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15316 called for effect with dolist.
15317 (top-level): Use mapc to set functions to be traced for debugging.
15318
15319 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15320 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15321 dolist.
15322
15323 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15324 Replace mapcar called for effect with mapc.
15325 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15326 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15327 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15328 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15329
15330 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15331 remove-if that's a cl function.
15332
15333 * webmail.el (webmail-debug): Replace mapcar called for effect with
15334 dolist.
15335
15336 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
15337
15338 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15339 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15340 with while loop.
15341
15342 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15343 functions from article-* functions.
15344 (gnus-multi-decode-header): Replace mapcar called for effect with
15345 dolist.
15346
15347 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15348 (gnus-bookmark-show-details): Replace mapcar called for effect with
15349 while loop.
15350
15351 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15352 called for effect with while loop.
15353
15354 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15355 with dolist.
15356
15357 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15358 Replace mapcar called for effect with dolist.
15359
15360 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15361
15362 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15363 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15364 Replace mapcar called for effect with dolist.
15365 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15366 mapc.
15367
15368 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15369 Replace mapcar called for effect with dolist.
15370 (gnus-topic-list): Replace mapcar called for effect with mapc.
15371
15372 * gnus.el: Use mapc instead of mapcar to add autoloads.
15373
15374 2007-10-23 Richard Stallman <rms@gnu.org>
15375
15376 * gnus-group.el (gnus-group-highlight): Mark as risky.
15377
15378 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
15379
15380 * gnus.el (gnus-server-to-method): Return method found first in
15381 gnus-newsrc-alist.
15382
15383 * gnus-art.el (gnus-article-highlight-signature)
15384 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15385 button overlay without the front stickiness.
15386
15387 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
15388
15389 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15390 overview buffer needed a catch to receive its throw.
15391 (gnus-agent-flush-cache): Declare as interactive to make this function
15392 easier to use.
15393
15394 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
15395
15396 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15397 `next-line'.
15398
15399 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
15400
15401 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15402 exclude address matching message-dont-reply-to-names.
15403
15404 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
15405
15406 * gnus-util.el (gnus-string<): New function.
15407
15408 * gnus-sum.el (gnus-article-sort-by-author)
15409 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15410
15411 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
15412
15413 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15414 the frame-focus tag is set in gnus-buffer-configuration.
15415
15416 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
15417
15418 * gnus-art.el (gnus-article-add-button): Make a button overlay without
15419 the front stickiness.
15420
15421 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
15422
15423 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15424 url pattern; remove duplicate one.
15425 (gnus-article-extend-url-button): New function.
15426 (gnus-article-add-buttons): Use it.
15427 (gnus-button-push): Use concatenated url that it makes.
15428
15429 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
15430
15431 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15432 (sieve-manage-open): Use `mapc' instead of `mapcar'.
15433
15434 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
15435
15436 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15437 Don't hardcode point-min==1.
15438
15439 2007-09-30 David Kastrup <dak@gnu.org>
15440
15441 * gnus-art.el (gnus-article-reply-with-original)
15442 (gnus-article-followup-with-original): When `transient-mark-mode' is
15443 off, refrain from active-region behavior for followups.
15444
15445 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
15446
15447 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15448 Fix comment about "iso8859-1".
15449
15450 2007-10-08 Daiki Ueno <ueno@unixuser.org>
15451
15452 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15453 ones returned from the verify-function.
15454
15455 * mm-uu.el (mm-uu-pgp-signed-extract-1):
15456 Call mml2015-extract-cleartext-signature if extraction failed.
15457
15458 2007-10-07 Daiki Ueno <ueno@unixuser.org>
15459
15460 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15461 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15462 failed.
15463
15464 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
15465
15466 * Relicense "GPLv2 or later" files to "GPLv3 or later".
15467
15468 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
15469
15470 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15471 to mark a thread as expirable. Add variable `hide' to handle hiding of
15472 thread for both the null and zero (kill/expire thread) universal prefix
15473 cases.
15474 (gnus-summary-expire-thread): Add new function to expire a thread,
15475 using gnus-summary-kill-thread.
15476 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15477 shortcuts for gnus-summary-expire-thread.
15478 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15479 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
15480
15481 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
15482
15483 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15484 extras value, so an extras entry can be deleted.
15485 (gnus-registry-delete-extra-entry): Use it.
15486 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15487 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15488 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15489 storage through the gnus-registry, and provide an appropriate API for
15490 it.
15491
15492 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
15493
15494 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15495 Suggested by Leo <sdl.web@gmail.com>.
15496
15497 * gnus.el: Do.
15498
15499 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
15500
15501 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15502 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
15503
15504 * gnus-agent.el (gnus-agent-fetch-headers): Do.
15505
15506 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15507 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15508
15509 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
15510
15511 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15512 newline.
15513 (nnmbox-request-accept-article): Don't change article in source buffer;
15514 narrow to header to use message-fetch-field rather than
15515 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15516 (nnmbox-request-replace-article): Quote lines that'll be misidentified
15517 as delimiters; make sure article ends with newline.
15518 (nnmbox-delete-mail): Correct last position of article to be deleted;
15519 ignore X-Gnus-Newsgroup header in article body.
15520 (nnmbox-save-mail): Quote lines looking like delimiters at the right
15521 positions; make sure article ends with newline.
15522
15523 * message.el (message-display-abbrev): Don't infloop when a user
15524 inserts SPC in the beginning of header.
15525
15526 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
15527
15528 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15529 list of groups not followed by default. Fix type to be regexp.
15530 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15531
15532 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
15533
15534 * hmac-def.el (define-hmac-function): Switch from old-style to
15535 new-style backquotes.
15536
15537 * md4.el (md4-make-step): Likewise.
15538
15539 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
15540
15541 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15542 raw-text coding system when saving .newsrc file, which may contain
15543 non-ASCII group names.
15544
15545 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
15546
15547 * gnus-cus.el (gnus-score-extra): New widget.
15548 (gnus-score-extra-convert): New function.
15549 (gnus-score-customize): Use it for Extra.
15550
15551 2007-08-31 Daiki Ueno <ueno@unixuser.org>
15552
15553 * mml2015.el (mml2015-extract-cleartext-signature): New function.
15554 (mml2015-mailcrypt-clear-verify): Use it.
15555 (mml2015-gpg-clear-verify): Use it.
15556 (mml2015-pgg-clear-verify): Use it.
15557 (mml2015-epg-clear-verify): Replace the current part with the output
15558 from GnuPG; don't extract the plaintext by itself.
15559
15560 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15561 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15562 mml2015-clear-verify-function; don't touch the armor headers or
15563 dash-escaped text here.
15564
15565 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
15566
15567 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15568 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15569 parts, or application/octet-stream as a last resort.
15570 (gnus-mime-view-part-as-type): Don't toggle display.
15571 (gnus-mime-view-part-as-charset): Don't turn off display before
15572 querying charset.
15573
15574 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15575 stuff to undisplayer function in Emacs.
15576 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15577
15578 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15579 text/calendar parts.
15580
15581 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
15582
15583 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15584 decoding text/calendar parts.
15585
15586 * message.el (message-forward-make-body-mime): Always mark body as
15587 having no illegible text; remove signed-or-encrypted argument.
15588 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15589
15590 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15591 (mml-generate-mime-1): Don't encode body if it is specified to be in
15592 raw form; don't make buffer be unibyte when inserting multibyte string.
15593
15594 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15595
15596 * sha1.el: Fix up comment style.
15597 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15598 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15599
15600 * hex-util.el: Fix up comment style.
15601 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15602
15603 * gnus-salt.el: Use with-current-buffer.
15604 (gnus-pick-setup-message): Fix long-standing typo.
15605
15606 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
15607
15608 * imap.el (imap-logout-timeout): New variable.
15609 (imap-logout, imap-logout-wait): New functions.
15610 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15611
15612 * nnimap.el (nnimap-logout-timeout): New server variable.
15613 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15614 nnimap-logout-timeout.
15615
15616 * gnus-art.el (gnus-article-summary-command-nosave)
15617 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15618
15619 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
15620
15621 * gnus.el (gnus-maximum-newsgroup): New variable.
15622
15623 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15624 according to gnus-maximum-newsgroup.
15625
15626 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15627 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15628 Limit the range of articles according to gnus-maximum-newsgroup.
15629
15630 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
15631
15632 * gnus-art.el (gnus-sticky-article): Fix problems described in
15633 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
15634 Don't perform gnus-configure-windows here; reuse existing sticky
15635 article buffer.
15636
15637 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15638 it doesn't exist in gnus-article-mode.
15639
15640 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
15641
15642 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15643 (gnus-agent-decoded-group-name): New function.
15644 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15645 (gnus-agent-expire-group-1): Use it; decode group name in messages.
15646
15647 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
15648
15649 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15650 Add binding for gnus-sticky-article.
15651 (gnus-summary-exit): Don't kill sticky article buffers.
15652
15653 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15654 article buffer.
15655 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15656 (gnus-kill-sticky-article-buffers): New commands.
15657
15658 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
15659
15660 * nntp.el (nntp-xref-number-is-evil): New server variable.
15661 (nntp-find-group-and-number): If it is non-nil, don't trust article
15662 numbers in the Xref header.
15663
15664 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
15665
15666 * gnus-agent.el (gnus-agent-read-group): New function.
15667 (gnus-agent-flush-group, gnus-agent-expire-group)
15668 (gnus-agent-regenerate-group): Use it.
15669 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15670 nnmail-pathname-coding-system.
15671
15672 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
15673
15674 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15675
15676 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15677 that are unread as unread, and also as selected so that information of
15678 marks having been changed by a user may be updated when exiting group.
15679
15680 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
15681
15682 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15683
15684 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
15685
15686 * gnus-art.el (gnus-mime-display-single): Pass part number that is
15687 calculated ignoring signature parts to gnus-treat-article.
15688
15689 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
15690
15691 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15692 a point here in order to keep the window start.
15693 (gnus-insert-mime-security-button): Make a button overlay without the
15694 front stickiness.
15695 (gnus-mime-display-security): Goto the end of a button.
15696
15697 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15698
15699 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
15700
15701 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15702 group-name-at-point.
15703 (gnus-group-completing-read): New function that offers decoded
15704 non-ASCII group names for completion.
15705 (gnus-fetch-group, gnus-group-read-ephemeral-group)
15706 (gnus-group-jump-to-group, gnus-group-make-group-simple)
15707 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15708 (gnus-group-fetch-control): Use it.
15709 (gnus-fetch-group): Use group-name-at-point for the initial value
15710 rather than the default value; use gnus-alive-p.
15711
15712 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15713 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15714 (gnus-summary-post-news): Use gnus-group-completing-read.
15715
15716 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15717 (gnus-read-move-group-name): Decode group name for completion.
15718
15719 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
15720
15721 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15722 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15723 Yamaoka slightly modified the code).
15724
15725 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
15726
15727 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15728 (nnmail-split-incoming): Bind it.
15729
15730 * nnml.el (nnml-group-name-charset): New function.
15731 (nnml-decoded-group-name): Use it; don't decode group name if
15732 nnmail-group-names-not-encoded-p is non-nil.
15733 (nnml-encoded-group-name): New function.
15734 (nnml-group-pathname): Inline nnml-decoded-group-name.
15735 (nnml-request-expire-articles): Decode group name in message.
15736 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15737 nnmail-pathname-coding-system.
15738 (nnml-save-mail, nnml-active-number): Work with decoded group names and
15739 not decoded ones according to nnmail-group-names-not-encoded-p.
15740 (nnml-generate-active-info): Use nnml-encoded-group-name.
15741
15742 2007-08-08 Glenn Morris <rgm@gnu.org>
15743
15744 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15745 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15746 doc-strings and comments.
15747
15748 2007-07-25 Glenn Morris <rgm@gnu.org>
15749
15750 * Relicense all FSF files to GPLv3 or later.
15751
15752 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
15753
15754 * gnus-sum.el (gnus-summary-move-article):
15755 Make gnus-summary-respool-article work.
15756
15757 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
15758
15759 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15760 string.
15761
15762 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
15763
15764 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
15765 that should be ignored when comparing distant RSS articles with local
15766 ones.
15767 (nnrss-make-hash-index): New function. Create a hash index according
15768 to the ignored fields.
15769 (nnrss-check-group): Use it.
15770
15771 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
15772
15773 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15774
15775 * gnus-art.el (article-decode-group-name): Decode Xref header too.
15776
15777 * gnus-group.el (gnus-group-make-group): Encode group name here unless
15778 the new optional argument ENCODED is non-nil.
15779 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15780 coding system for encoding group name.
15781 (gnus-group-make-rss-group): Pass un-encoded group name to
15782 gnus-group-make-group.
15783 (gnus-group-set-info): Tell gnus-group-make-group that group name is
15784 encoded.
15785
15786 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15787 Encode group name to which articles are moved or copied.
15788 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15789 coding system for encoding Newsgroup, Followup-To and Xref headers.
15790
15791 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15792 marks; use nnheader-file-coding-system to write a file.
15793 (nnagent-retrieve-headers): Bind file-name-coding-system to
15794 nnmail-pathname-coding-system.
15795
15796 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15797
15798 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15799 (nnml-request-article, nnml-request-create-group)
15800 (nnml-request-rename-group, nnml-find-id)
15801 (nnml-possibly-change-directory, nnml-possibly-create-directory)
15802 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15803 (nnml-save-marks): Use nnml-group-pathname instead of
15804 nnmail-group-pathname.
15805
15806 (nnml-request-create-group, nnml-request-expire-articles)
15807 (nnml-request-move-article, nnml-request-delete-group)
15808 (nnml-deletable-article-p, nnml-possibly-create-directory)
15809 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15810 (nnml-open-marks): Bind file-name-coding-system to
15811 nnmail-pathname-coding-system.
15812
15813 (nnml-request-article): Pass server argument to nnml-find-group-number.
15814 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15815 Pass server argument to nnml-possibly-create-directory.
15816 (nnml-request-accept-article): Pass server argument to
15817 nnml-active-number and nnml-save-mail.
15818 (nnml-find-group-number): Pass server argument to nnml-find-id.
15819 (nnml-request-update-info): Pass server argument to
15820 nnml-marks-changed-p.
15821
15822 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15823 (nnml-save-mail, nnml-active-number): Add server argument.
15824
15825 (nnml-request-delete-group): Warn if group is missing.
15826 (nnml-get-nov-buffer): Decode group name.
15827 (nnml-generate-active-info): Encode group name.
15828 (nnml-open-marks): Decode group name in messages.
15829
15830 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
15831
15832 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15833 if it is not specified.
15834 (gnus-article-pipe-part, gnus-article-save-part)
15835 (gnus-article-interactively-view-part, gnus-article-copy-part)
15836 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15837 (gnus-article-inline-part, gnus-article-save-part-and-strip)
15838 (gnus-article-replace-part, gnus-article-delete-part)
15839 (gnus-article-view-part-as-type): Pass raw prefix argument to
15840 gnus-article-part-wrapper.
15841
15842 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
15843
15844 * gnus-agent.el (gnus-agent-save-active):
15845 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15846
15847 * gnus-cache.el (gnus-cache-save-buffers)
15848 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15849 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15850 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15851 (gnus-cache-braid-nov, gnus-cache-braid-heads)
15852 (gnus-cache-generate-active, gnus-cache-rename-group)
15853 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15854 (gnus-cache-update-overview-total-fetched-for):
15855 Bind file-name-coding-system to nnmail-pathname-coding-system.
15856 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15857 New variables.
15858 (gnus-cache-decoded-group-name): New function.
15859 (gnus-cache-file-name): Use it.
15860 (gnus-cache-generate-active): Use non-decoded group name for active.
15861
15862 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15863 right place.
15864 (gnus-write-active-file): Don't break non-ASCII group names.
15865
15866 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15867 nnmail-pathname-coding-system.
15868
15869 * gnus-uu.el (gnus-uu-decode-save): Typo.
15870
15871 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
15872
15873 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15874
15875 2007-07-14 David Kastrup <dak@gnu.org>
15876
15877 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15878 finishing actions if we did not edit the article.
15879
15880 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15881
15882 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15883 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15884 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15885 (gnus-agent-flush-group, gnus-agent-flush-cache)
15886 (gnus-agent-fetch-headers, gnus-agent-load-alist)
15887 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15888 (gnus-agent-retrieve-headers, gnus-agent-request-article)
15889 (gnus-agent-regenerate-group)
15890 (gnus-agent-update-files-total-fetched-for)
15891 (gnus-agent-update-view-total-fetched-for):
15892 Bind file-name-coding-system to nnmail-pathname-coding-system.
15893 (gnus-agent-group-pathname): Don't encode file names by
15894 nnmail-pathname-coding-system.
15895 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15896 coding-system-for-write instead of buffer-file-coding-system to
15897 gnus-agent-file-coding-system.
15898
15899 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15900 Decode group name.
15901
15902 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15903
15904 * gnus-start.el (gnus-update-active-hashtb-from-killed)
15905 (gnus-read-newsrc-el-file): Make group names unibyte.
15906
15907 * nnmail.el (nnmail-group-pathname): Don't encode file names by
15908 nnmail-pathname-coding-system.
15909
15910 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15911 (nnrss-request-delete-group): Bind file-name-coding-system to
15912 nnmail-pathname-coding-system.
15913 (nnrss-read-server-data, nnrss-read-group-data):
15914 Bind file-name-coding-system correctly.
15915 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15916
15917 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15918 (nntp-server-to-method-cache): New variable.
15919 (nntp-group-pathname): New function that decodes non-ASCII group names.
15920 (nntp-possibly-create-directory, nntp-marks-changed-p)
15921 (nntp-save-marks, nntp-open-marks): Use it.
15922 (nntp-possibly-create-directory, nntp-open-marks):
15923 Bind file-name-coding-system to nnmail-pathname-coding-system.
15924 (nntp-open-marks): Decode group names when bootstrapping marks.
15925
15926 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15927 Newsgroups and Followup-To headers.
15928
15929 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15930
15931 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15932 (gnus-server-closed-face, gnus-server-denied-face)
15933 (gnus-server-offline-face): Remove variable.
15934 (gnus-server-font-lock-keywords): Use faces that are not aliases.
15935
15936 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15937 of modifying message-stack directly for XEmacs.
15938
15939 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15940 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15941 if the coding-system argument is nil for XEmacs.
15942
15943 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15944 mm-charset-override-alist.
15945
15946 * rfc2047.el: Don't require base64; require rfc2045 for the function
15947 rfc2045-encode-string.
15948 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15949 to quote the parameter value.
15950
15951 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
15952
15953 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15954 form in gnus-group-name-charset-method-alist.
15955
15956 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15957 overrides the default layout edit-form.
15958
15959 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15960
15961 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15962
15963 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
15964
15965 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15966 as unfetched articles.
15967
15968 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
15969
15970 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15971
15972 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
15973
15974 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15975 original back end that keeps marks in the local system.
15976
15977 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
15978
15979 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15980 arg of pop-to-buffer for XEmacs.
15981 (gnus-article-read-summary-keys): Ditto; don't restore window
15982 configuration if summary command ends up with neither article buffer
15983 nor summary buffer; describe bindings if summary keys end with C-h.
15984
15985 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
15986
15987 * message.el (message-fix-before-sending): Skip raw message part to be
15988 forwarded while checking illegible text.
15989 (message-forward-make-body-mime, message-forward-make-body):
15990 Mark signed or encrypted raw message as having no illegible text.
15991
15992 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
15993
15994 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15995 (gnus-message-with-timestamp-1): New macro.
15996 (gnus-message-with-timestamp): New function.
15997 (gnus-message): Use them.
15998
15999 * nnheader.el (nnheader-message): Use them.
16000
16001 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
16002
16003 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
16004 .newsrc.eld file.
16005
16006 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
16007
16008 * gnus-agent.el (gnus-agent-fetch-headers)
16009 (gnus-agent-retrieve-headers):
16010 Bind gnus-decode-encoded-address-function to identity.
16011
16012 * nntp.el (nntp-send-xover-command): Recognize an xover command is
16013 available also when the server returns simply a dot.
16014
16015 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
16016
16017 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
16018
16019 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
16020
16021 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
16022
16023 * gnus-ems.el (gnus-x-splash): Make it work.
16024
16025 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
16026 from being used.
16027
16028 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
16029
16030 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
16031 the front stickiness.
16032 (gnus-article-summary-command-nosave): Correct the order of the
16033 arguments passed to pop-to-buffer.
16034 (gnus-article-read-summary-keys): Ditto; make it work properly when the
16035 summary command ends up with the article buffer.
16036
16037 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
16038 the same faces.
16039
16040 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
16041
16042 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
16043
16044 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
16045
16046 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
16047 * gnus-sum.el (gnus-summary-highlight):
16048 * mail-source.el (mail-source-delete-old-incoming-confirm):
16049 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
16050
16051 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
16052
16053 * gnus-art.el (gnus-mime-view-part-externally)
16054 (gnus-mime-view-part-internally): Fix predicate function passed to
16055 completing-read.
16056
16057 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
16058
16059 * gnus.el (gnus-update-message-archive-method): Add :version.
16060
16061 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
16062
16063 * gnus.el (gnus-update-message-archive-method): New variable.
16064
16065 * gnus-start.el (gnus-setup-news): Update saved "archive" method
16066 according to gnus-message-archive-method if
16067 gnus-update-message-archive-method is non-nil.
16068
16069 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
16070
16071 * gnus-sum.el (gnus-summary-limit-to-address): New function.
16072 Suggested by Loic Dachary <loic@dachary.org>.
16073 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16074
16075 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
16076
16077 * message.el (message-pop-to-buffer): Add switch-function argument.
16078 (message-mail): Pass switch-function argument to it.
16079
16080 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
16081
16082 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
16083 Improve doc string.
16084
16085 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
16086
16087 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
16088 (gnus-header-content):
16089 * gnus-cite.el (gnus-cite-10):
16090 * gnus-srvr.el (gnus-server-closed):
16091 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
16092 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
16093 (gnus-group-mail-3-empty, gnus-group-mail-low)
16094 (gnus-group-mail-low-empty, gnus-splash):
16095 * message.el (message-header-to, message-header-cc)
16096 (message-header-subject, message-header-other, message-header-name)
16097 (message-header-xheader, message-separator, message-cited-text)
16098 (message-mml): Lighten colors of faces used for dark background.
16099
16100 2007-05-24 Simon Josefsson <simon@josefsson.org>
16101
16102 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
16103 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
16104
16105 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
16106
16107 * message.el (message-narrow-to-headers-or-head):
16108 Ignore mail-header-separator in the body.
16109
16110 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
16111
16112 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
16113 same as window size.
16114
16115 2007-05-22 Kevin Ryde <user42@zip.com.au>
16116
16117 * message.el (message-font-lock-keywords): Use message-header-xheader
16118 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
16119 ahead of the anything pattern, to get it recognized.
16120
16121 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
16122
16123 * gnus-sum.el (gnus-articles-to-read)
16124 (gnus-summary-insert-old-articles): Don't truncate group name for
16125 `read-string'.
16126
16127 * gnus-util.el (gnus-limit-string): Delete this function.
16128
16129 * gnus-sum.el (gnus-simplify-subject-fully):
16130 Use `truncate-string-to-width' instead.
16131
16132 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
16133
16134 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
16135 Tell if, on summary exit, the next group has to be selected.
16136 (gnus-summary-exit): Use it.
16137
16138 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
16139
16140 * gnus-art.el (gnus-article-mode): Fix comment about displaying
16141 non-break space.
16142
16143 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
16144
16145 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
16146 Check if group is not a directory.
16147 (nnfolder-request-expire-articles): Don't delete articles if the target
16148 group is not available.
16149
16150 * nnml.el (nnml-request-create-group): Properly check if group is not a
16151 file.
16152 (nnml-request-expire-articles): Don't delete articles if the target
16153 group is not available.
16154
16155 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16156 Don't quote characters that are within parentheses.
16157
16158 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
16159
16160 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
16161 (gnus-handle-ephemeral-exit): Select article according to it.
16162
16163 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
16164
16165 * message.el (message-insert-formated-citation-line): Remove newline.
16166 (message-citation-line-format): Add final \n here so that the user can
16167 avoid a blank line.
16168
16169 2007-05-03 Dan Christensen <jdc@uwo.ca>
16170
16171 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
16172 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
16173 Update lanl/arXiv support.
16174
16175 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
16176
16177 * gnus.el: Bump version number.
16178
16179 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16180
16181 * gnus.el (gnus-version-number): Bump version.
16182
16183 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
16184
16185 * gnus.el: No Gnus v0.6 is released.
16186
16187 2007-04-27 Didier Verna <didier@xemacs.org>
16188
16189 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16190 * gmm-utils.el (gmm-regexp-concat): ... here.
16191 * message.el: Don't require 'gnus-util.
16192 (message-dont-reply-to-names): Handle name change above.
16193 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16194
16195 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
16196
16197 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16198 since the initial value varies according to the system.
16199
16200 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
16201
16202 * mm-util.el (mm-charset-synonym-alist): Defcustom.
16203
16204 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
16205
16206 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
16207
16208 2007-04-24 Didier Verna <didier@xemacs.org>
16209
16210 Improve the type of gnus-ignored-from-addresses.
16211 * gnus-util.el (gnus-orify-regexp): New function.
16212 * message.el (gnus-util): Require it.
16213 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16214 * gnus-sum.el (gnus-ignored-from-addresses): New function.
16215 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16216
16217 2007-04-24 Didier Verna <didier@xemacs.org>
16218
16219 * gnus-sum.el:
16220 * gnus-utils.el: Fix some trailing whitespaces.
16221
16222 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
16223
16224 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16225 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16226 article's Message-ID; refer parent article in summary buffer.
16227
16228 * message.el (message-bounce): Call mime-to-mml.
16229
16230 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
16231
16232 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16233
16234 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
16235
16236 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16237 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16238 displayed of multipart/alternative part if it is invoked from summary
16239 buffer.
16240
16241 * mm-view.el (mm-inline-text-html-render-with-w3m)
16242 (mm-inline-text-html-render-with-w3m-standalone)
16243 (mm-inline-render-with-function): Use mail-parse-charset by default.
16244
16245 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
16246
16247 * parse-time.el (parse-time-string-chars): Check if CHAR
16248 is less than the length of parse-time-syntax.
16249
16250 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
16251
16252 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16253 from gnus-newsgroup-processable.
16254
16255 2007-04-16 Didier Verna <didier@xemacs.org>
16256
16257 * gnus-msg.el (gnus-configure-posting-styles):
16258 Handle message-signature-directory properly with :file syntax.
16259 Reported by "Leo".
16260
16261 2007-04-11 Didier Verna <didier@xemacs.org>
16262
16263 New user option: message-signature-directory.
16264 * gnus-msg.el (gnus-configure-posting-styles): Support it.
16265 * message.el (message-insert-signature): Ditto.
16266 * message.el (message-signature-file): Doc update.
16267 * message.el (message-signature-directory): New.
16268
16269 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
16270
16271 * gnus-msg.el (gnus-inews-yank-articles):
16272 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16273
16274 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
16275
16276 * message.el (message-yank-original): Make sure cited text ends with
16277 newline; don't exchange point and mark.
16278
16279 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
16280
16281 * tls.el (open-tls-stream): Properly handle case where there
16282 is no associated buffer.
16283
16284 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
16285
16286 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16287 message-yank-original, make sure (< mark TEXT point).
16288
16289 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
16290
16291 * message.el (message-fill-column): New variable.
16292 (message-mode): Use it. Add comment on a possible new hook.
16293
16294 * nnmail.el (nnmail-spool-file): Mark as obsolete.
16295 (nnmail-get-new-mail): Reformat.
16296
16297 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16298
16299 * gmm-utils.el: Fix Commentary.
16300 (gmm-tool-bar-from-list): Fix typo in doc string.
16301
16302 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
16303
16304 * message.el (message-yank-original): Don't switch point and mark
16305 unnecessarily to put point and mark as documented.
16306
16307 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16308
16309 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16310 from the message heads.
16311
16312 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
16313
16314 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16315 article buffer does not have a window. This may not be the best
16316 solution but is certainly better than setting the start of the null,
16317 that is the current, window.
16318
16319 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
16320
16321 * gnus-draft.el (gnus-draft-setup-hook): New hook.
16322 (gnus-draft-setup): Run it.
16323
16324 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16325 gnus-score-fast-scoring. Allow regexp.
16326 (gnus-score-headers): Use it.
16327
16328 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16329 XEmacs.
16330
16331 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16332 string.
16333 (gnus-button-alist): Also catch `<f1> k ...'.
16334 (gnus-treat-display-x-face): Fix doc string.
16335
16336 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16337
16338 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16339 evaluation of gnus-extended-version to ensure correct generation of the
16340 User-Agent header when message-generate-headers-first is used.
16341
16342 2007-03-24 Simon Josefsson <simon@josefsson.org>
16343
16344 * hashcash.el (hashcash-generate-payment-async): Don't crash if
16345 hashcash-path is nil. Don't call callback with incorrect number of
16346 parameters if val is 0.
16347
16348 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16349
16350 * message.el (message-required-news-headers):
16351 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16352
16353 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
16354
16355 * message.el (message-generate-new-buffers): Change the meaning of the
16356 nil value; add `standard' to the choices; treat t as `unique'; improve
16357 doc string.
16358 (gnus-select-frame-set-input-focus): Autoload.
16359 (message-buffer-name): Search for the existing message buffer if
16360 message-generate-new-buffers is nil or `standard'; treat the value t of
16361 message-generate-new-buffers as `unique'.
16362 (message-pop-to-buffer): Raise the frame already displaying the message
16363 buffer; clear the echo area after querying.
16364 (message-setup): Pass the `continue' argument to compose-mail.
16365 (message-mail): Prefer `switch-function' if it is given; search for the
16366 existing message buffer if the `continue' argument is non-nil; pass
16367 continue and switch-function arguments to compose-mail by way of
16368 message-setup.
16369 (message-mail-other-window): Adjust argument of message-setup.
16370 (message-mail-other-frame): Ditto.
16371
16372 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
16373
16374 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16375 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16376 to turn font-lock on when turning gnus-message-citation-mode on.
16377
16378 2007-03-06 Daiki Ueno <ueno@unixuser.org>
16379
16380 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16381 (mml-smime-function-alist): New variable; add epg as the backend.
16382 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16383 mml-smime- functions instead.
16384 * mm-view.el: Require smime.
16385
16386 2007-03-05 Didier Verna <didier@xemacs.org>
16387
16388 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16389 instead of just inheritance for posting styles.
16390 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16391
16392 2007-02-24 John Paul Wallington <jpw@pobox.com>
16393
16394 * tls.el (tls-certtool-program): Fix custom type.
16395
16396 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
16397
16398 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16399 and point-at-eol instead of line-(beginning|end)-position.
16400
16401 * assistant.el (assistant-parse-buffer): Ditto.
16402
16403 2007-02-28 Daiki Ueno <ueno@unixuser.org>
16404
16405 * mml2015.el (mml2015-epg-find-usable-key): New function.
16406 (mml2015-epg-sign): Use it.
16407 (mml2015-epg-encrypt): Use it.
16408
16409 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
16410
16411 * message.el (message-make-in-reply-to): Quote name containing
16412 non-ASCII characters. It will make the RFC2047 encoder cause an error
16413 if there are special characters. Reported by NAKAJI Hiroyuki
16414 <nakaji@jp.freebsd.org>.
16415
16416 2007-02-27 Didier Verna <didier@xemacs.org>
16417
16418 Include the group parameters as well as the topic ones in the
16419 inheritance filter process.
16420 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16421 argument GROUP-PARAMS-LIST.
16422 * gnus-topic.el (gnus-group-topic-parameters): Use it.
16423
16424 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
16425
16426 * nntp.el (nntp-never-echoes-commands)
16427 (nntp-open-connection-functions-never-echo-commands): New variables.
16428 (nntp-send-command): Use them.
16429
16430 2007-02-20 Daiki Ueno <ueno@unixuser.org>
16431
16432 * mml2015.el (mml2015-epg-verify): Simplify.
16433
16434 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
16435
16436 * mml.el (mml-content-disposition-alist): New user option.
16437 (mml-content-disposition): New function.
16438 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16439 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16440
16441 2007-02-19 Daiki Ueno <ueno@unixuser.org>
16442
16443 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16444 verification.
16445
16446 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16447
16448 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16449 articles posted in the last 24 hours.
16450
16451 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
16452
16453 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16454
16455 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
16456
16457 * nntp.el (nntp-send-command): Don't wait for echoes when
16458 nntp-open-ssl-stream is used.
16459
16460 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
16461
16462 * gnus-cite.el (gnus-test-font-lock-add-keywords)
16463 (gnus-message-add-citation-keywords)
16464 (gnus-message-remove-citation-keywords): Remove.
16465 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16466 directly, make the variables in font-lock-defaults buffer-local, add
16467 gnus-message-citation-keywords to them and then update the value of
16468 font-lock-keywords.
16469
16470 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
16471
16472 * message.el (message-cite-original-1): Don't call
16473 gnus-article-highlight-citation.
16474
16475 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16476 citations; fix line count.
16477
16478 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
16479
16480 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16481 (gnus-message-add-citation-keywords)
16482 (gnus-message-remove-citation-keywords): Use it; fix the emulating
16483 versions of font-lock-add-keywords and font-lock-remove-keywords to
16484 work with XEmacs correctly.
16485
16486 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
16487
16488 * gnus-cite.el (gnus-cite-face-list): Set the values of
16489 gnus-message-max-citation-depth and gnus-message-citation-keywords.
16490 (gnus-message-max-citation-depth): Use defvar rather than defconst.
16491 (gnus-message-cite-prefix-regexp): New variable.
16492 (gnus-message-search-citation-line): Use it; protect against long
16493 citation prefix; fill match data with nil rather than 0 for XEmacs; set
16494 the 0th match data for Emacs.
16495 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16496 (gnus-message-add-citation-keywords): Append keywords rather than
16497 prepending; emulate font-lock-add-keywords if it is not available.
16498 (gnus-message-remove-citation-keywords):
16499 Emulate font-lock-remove-keywords if it is not available.
16500
16501 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16502
16503 * message.el (message-cite-prefix-regexp): Set the value of
16504 gnus-message-cite-prefix-regexp.
16505
16506 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16507
16508 * nnweb.el (nnweb-google-parse-1): Update parser.
16509
16510 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
16511
16512 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16513
16514 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16515
16516 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16517 regexp.
16518
16519 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16520
16521 * uudecode.el (uudecode-string-to-multibyte): New function emulating
16522 string-to-multibyte.
16523 (uudecode-decode-region-internal): Use it.
16524
16525 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
16526
16527 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16528 Fix custom choice.
16529
16530 * gnus-art.el (gnus-signature-limit): Fix custom choice.
16531
16532 2007-01-22 Daiki Ueno <ueno@unixuser.org>
16533
16534 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16535
16536 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16537 `write-region' to respect `mm-inhibit-file-name-handlers'.
16538
16539 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
16540
16541 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16542 Use gnus-home-directory instead of "~/" or "$HOME".
16543
16544 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
16545
16546 * encrypt.el (encrypt-insert-file-contents): Add better prompt
16547 to mention filename.
16548 Add comments at beginning regarding usage.
16549 (encrypt-write-file-contents): Change interactive so a string is
16550 acceptable. If the file has no associated model, show an error instead
16551 of a nonsense prompt.
16552
16553 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16554
16555 * spam.el (spam-bsfilter-ham-switch): Fix typo.
16556 Thanks to Yoshihiko Yamada for kind notification of this typo.
16557
16558 2007-01-12 Kenichi Handa <handa@m17n.org>
16559
16560 * uudecode.el (uudecode-decode-region-internal): Make it work in a
16561 multibyte buffer.
16562
16563 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
16564
16565 * gnus-score.el (gnus-score-fast-scoring): New variable.
16566 (gnus-score-headers): Use it.
16567
16568 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16569
16570 * message.el (message-cite-original-1):
16571 Call gnus-article-highlight-citation if requested.
16572 (message-make-from): Allow name and address as optional arguments.
16573
16574 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16575
16576 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16577 bugs to doc string.
16578 (gnus-button-alist): Add mid\\|message-id.
16579 (gnus-button-fetch-group): Extend for use in
16580 `browse-url-browser-function'.
16581 (gnus-button-url-regexp): Try to catch paired parentheses like in
16582 Wikipedia URLs.
16583
16584 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16585 Suggested by Simon Krahnke <overlord@gmx.li>.
16586
16587 2007-01-13 Romain Francoise <romain@orebokech.com>
16588
16589 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16590 Update copyright.
16591
16592 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
16593
16594 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16595
16596 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
16597
16598 * gnus-registry.el (gnus-registry-unfollowed-groups)
16599 (gnus-registry-split-fancy-with-parent): Fix documentation.
16600
16601 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
16602
16603 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16604 from nnweb groups.
16605
16606 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
16607
16608 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16609 Xref urls. Erase buffer before requesting head.
16610
16611 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16612
16613 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
16614
16615 * gnus-soup.el (gnus-soup): New custom group. Make user variables
16616 customizable.
16617
16618 2007-01-05 Daiki Ueno <ueno@unixuser.org>
16619
16620 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16621 no signing key is found.
16622 (mml2015-epg-encrypt): Ask user whether to skip or abort if
16623 no encrypting and/or signing key is found.
16624
16625 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
16626
16627 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16628
16629 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16630
16631 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16632 headers read from disk with the ones newly found in the current search.
16633 This should no longer cause problems, because the article numbers in
16634 Gmane's `nov.php' output are ignored since the previous change.
16635
16636 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16637
16638 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16639
16640 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
16641
16642 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16643
16644 2007-01-01 Romain Francoise <romain@orebokech.com>
16645
16646 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16647
16648 2006-12-31 Steve Youngs <steve@sxemacs.org>
16649
16650 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16651 `define-minor-mode' macro definition expanded properly.
16652 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16653 exclude it there.
16654
16655 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16656 of 2006-12-30. The default is nil on (S)XEmacs already because of the
16657 `fboundp' test.
16658 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16659 This is OK to autoload in (S)XEmacs now.
16660
16661 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16662
16663 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16664 keystroke.
16665 (gnus-summary-limit-to-singletons): Fix typo.
16666
16667 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16668 else fails.
16669
16670 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16671
16672 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16673 docstring.
16674
16675 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16676 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16677 (gnus-summary-insert-dormant-articles): Fix typo in message.
16678
16679 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
16680
16681 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16682 nil for XEmacs.
16683 (gnus-message-citation-mode): Don't autoload in XEmacs.
16684
16685 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16686
16687 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
16688
16689 * nnimap.el (nnimap-expunge-search-string):
16690 Mention nnimap-search-uids-not-since-is-evil in docstring.
16691
16692 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
16693
16694 * spam.el: Revert to make-obsolete-variable because
16695 define-obsolete-variable-alias is not supported in Emacs 21.
16696
16697 * spam.el (spam-ifile-path, spam-ifile-database-path)
16698 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16699 make-obsolete-variable.
16700 (spam-bsfilter-path, spam-bsfilter-program)
16701 (spam-spamassassin-path, spam-spamassassin-program)
16702 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16703 Don't use "path" inappropriately.
16704 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16705 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16706 variable names.
16707
16708 2006-12-28 Daiki Ueno <ueno@unixuser.org>
16709
16710 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16711 summary buffer.
16712
16713 * password.el (password-cache-remove): Use clear-string to burn
16714 password, if available.
16715
16716 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
16717
16718 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16719
16720 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16721
16722 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16723 (gnus-message-highlight-citation): Move defcustom here from
16724 gnus-cite.el.
16725 (gnus-message-citation-mode): Autoload.
16726
16727 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
16728 checks to make it compile with XEmacs.
16729 (gnus-message-citation-mode): New minor mode.
16730 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16731 (gnus-message-highlight-citation): New variables.
16732 (gnus-message-search-citation-line)
16733 (gnus-message-add-citation-keywords)
16734 (gnus-message-remove-citation-keywords)
16735 (turn-on-gnus-message-citation-mode)
16736 (turn-off-gnus-message-citation-mode): New functions.
16737
16738 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
16739
16740 * gnus-cite.el: Enable highlighting of different citation levels in
16741 message-mode.
16742
16743 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
16744
16745 * message.el (message-make-fqdn): Fix comment.
16746 (message-bogus-system-names): Add ".local".
16747
16748 * spam.el (spam-ifile-path, spam-ifile-program)
16749 (spam-ifile-database-path, spam-ifile-database)
16750 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16751 Don't use "path" inappropriately.
16752 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16753 strings.
16754 (spam-check-ifile, spam-ifile-register-with-ifile)
16755 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16756 Use new variable names.
16757
16758 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16759 (gnus-treat-display-smileys): Simplify using
16760 gnus-image-type-available-p.
16761
16762 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16763 available.
16764
16765 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16766
16767 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16768 one after turning on the buffer's multibyteness instead of decoding
16769 them directly in the unibyte buffer that causes unexpected conversion
16770 in Emacs 23 (unicode).
16771
16772 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16773
16774 * message.el (message-generate-hashcash): Fix custom type.
16775
16776 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
16777
16778 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16779
16780 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
16781
16782 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16783 disconnect icons. Add help text.
16784
16785 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
16786
16787 * spam.el (spam-extra-header-to-number): CRM114 spam score is
16788 negated to be consistent with the others we handle.
16789
16790 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16791
16792 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16793 version of gnus-summary-buffer to something, so that we can use two
16794 article buffers at the same time.
16795
16796 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
16797
16798 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16799 trigger all the extra headers.
16800 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16801 sorting.
16802
16803 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16804
16805 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16806 solid groups.
16807
16808 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
16809
16810 * legacy-gnus-agent.el: Add Copyright notice.
16811
16812 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
16813
16814 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16815
16816 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16817
16818 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16819
16820 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16821 to make it work reliably in CVS Emacs.
16822 (gnus-summary-limit-strange-charsets-predicate)
16823 (gnus-summary-limit-to-predicate): New functions.
16824
16825 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
16826
16827 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16828 specifying array size.
16829 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16830 array if it is too small.
16831 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16832 (gnus-sort-threads-loop): New function.
16833
16834 2006-12-06 Chris Moore <dooglus@gmail.com>
16835
16836 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16837 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16838
16839 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
16840
16841 * mm-url.el (mm-url-predefined-programs): Call curl with correct
16842 options.
16843
16844 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16845
16846 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16847 DOS-ing the recipient.
16848
16849 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16850 the headers when creating the mapping to avoid mismappings.
16851 (nnweb-gmane-create-mapping): Always nix out old mapping.
16852
16853 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
16854
16855 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16856 and mm-verify-option to never.
16857
16858 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
16859
16860 * message.el (message-signed-or-encrypted-p): New function.
16861 (message-forward-make-body): Use it.
16862
16863 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16864 Replace encode-coding-string with mm-encode-coding-string.
16865
16866 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
16867
16868 * nneething.el (nneething-decode-file-name):
16869 Replace decode-coding-string with mm-decode-coding-string.
16870
16871 * gnus-int.el (gnus-open-server): Say failed server's name.
16872
16873 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
16874
16875 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16876 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16877
16878 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16879 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16880 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16881 (gnus-group-make-directory-group, gnus-group-transpose-groups):
16882 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16883 (gnus-subscribe-newsgroup, gnus-1):
16884 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16885 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16886 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16887 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16888
16889 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16890
16891 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16892 keystroke.
16893 (gnus-summary-limit-to-bodies): Implement headersp.
16894
16895 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16896
16897 * dns.el (query-dns): Protect against "Process dns deleted" strings.
16898
16899 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
16900
16901 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16902
16903 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16904
16905 * message.el (message-generate-hashcash): Expand range of values to
16906 include `opportunistic'.
16907 (message-send-mail): Use it.
16908
16909 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16910
16911 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16912 and comment it.
16913
16914 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16915
16916 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
16917
16918 * gnus-util.el (gnus-extract-address-components): Improve comment.
16919
16920 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
16921
16922 * gnus-util.el (gnus-extract-address-components): Work with address in
16923 which the name portion contains @.
16924
16925 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16926
16927 * gnus.el (gnus-start): Move custom group up.
16928 (gnus-select-method): Don't autoload, but make it available for
16929 `customize-variable'.
16930 (gnus-getenv-nntpserver): Don't autoload.
16931
16932 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
16933
16934 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16935
16936 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16937
16938 * message.el (message-sendmail-extra-arguments): New variable.
16939 (message-send-mail-with-sendmail): Use it.
16940
16941 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
16942
16943 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16944 mm-with-unibyte-current-buffer to make string unibyte.
16945
16946 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16947 mm-string-as-multibyte.
16948
16949 2006-11-14 Daiki Ueno <ueno@unixuser.org>
16950
16951 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16952 Reported by Werner Koch <wk@gnupg.org>.
16953
16954 2006-11-14 Daiki Ueno <ueno@p360>
16955
16956 * mml2015.el: Autoload epa-select-keys when compiling.
16957
16958 2006-11-13 Daiki Ueno <ueno@unixuser.org>
16959
16960 * mml2015.el (mml2015-epg-sign): Save the signing keys in
16961 message-options.
16962 (mml2015-epg-encrypt): Save the recipient keys in message-options.
16963
16964 2006-11-13 Daiki Ueno <ueno@unixuser.org>
16965
16966 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16967 EasyPG (< 0.0.6).
16968 (mml2015-always-trust): New user option.
16969 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16970 prompt.
16971
16972 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
16973
16974 * nntp.el (nntp-authinfo-force): New variable.
16975 (nntp-send-authinfo): Use it.
16976
16977 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
16978
16979 * message.el (message-strip-subject-encoded-words): Allow _not_ to
16980 decode encoded words. Improve prompt. Add comment about forwarding.
16981 (message-replacement-char): Move up.
16982
16983 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16984
16985 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16986 instead of gnus-intersection because arguments of gnus-sorted-nunion
16987 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
16988
16989 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
16990
16991 * message.el (message-strip-subject-encoded-words): Reformat prompt.
16992 (message-simplify-subject-functions):
16993 Enable message-strip-subject-encoded-words by default.
16994
16995 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
16996
16997 * message.el (message-strip-subject-encoded-words): New function.
16998 (message-simplify-subject-functions): New variable.
16999 (message-simplify-subject): Use it. Fix typo in doc string.
17000 Support message-strip-subject-encoded-words.
17001
17002 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
17003
17004 * gnus-diary.el (gnus-diary-delay-format-function):
17005 * nndiary.el (nndiary-reminders):
17006 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
17007
17008 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
17009
17010 * gnus-art.el (article-hide-boring-headers): Fetch date from
17011 gnus-original-article-buffer to avoid problems with localized date
17012 strings.
17013
17014 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
17015
17016 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
17017
17018 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
17019
17020 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17021 New variables.
17022 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17023 (mm-charset-synonym-alist): Move some entries to
17024 mm-codepage-iso-8859-list.
17025 (mm-charset-synonym-alist, mm-charset-override-alist):
17026 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17027
17028 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
17029
17030 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
17031
17032 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
17033
17034 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
17035 with Emacs 21 and XEmacs.
17036
17037 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
17038
17039 * spam.el (spam-parse-address): New function for better parsing,
17040 catching errors, etc.
17041 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
17042
17043 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
17044
17045 * mm-view.el: Add interactive arg to html2text autoload.
17046
17047 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
17048
17049 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
17050
17051 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
17052
17053 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17054 New variables.
17055 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17056 (mm-charset-synonym-alist): Move some entries to
17057 mm-codepage-iso-8859-list.
17058
17059 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
17060
17061 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
17062
17063 * message.el (message-citation-line-format)
17064 (message-insert-formated-citation-line): Fix implementation of %E, %N
17065 and %n according to the doc string.
17066
17067 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
17068
17069 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17070 Use car-safe to avoid bad parses.
17071
17072 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
17073
17074 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
17075 names.
17076
17077 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
17078
17079 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
17080
17081 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
17082 header.
17083
17084 * message.el (message-draft-headers): Add Date.
17085 (message-headers-to-generate): Fix typo in docstring.
17086
17087 * nndraft.el (nndraft-required-headers): New variable.
17088 (nndraft-generate-headers): Use it.
17089
17090 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
17091
17092 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
17093
17094 * gnus-registry.el (gnus-registry-wash-for-keywords)
17095 (gnus-registry-find-keywords): New functions to allow easy searching of
17096 articles that are in the registry.
17097
17098 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
17099
17100 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17101 Use ietf-drums-parse-address instead of gnus-extract-address-components.
17102 Reported by Damien Elmes <damien@repose.cx>.
17103
17104 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
17105
17106 * gnus.el (gnus-mime): Remove unused custom group.
17107
17108 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17109
17110 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
17111 "blank line" when searching for end of armor headers.
17112
17113 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
17114
17115 * gmm-utils.el (gmm-write-region): Fix variable name.
17116
17117 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
17118
17119 * gmm-utils.el (gmm-write-region): New function based on compatibility
17120 code from `mm-make-temp-file'.
17121
17122 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
17123
17124 * nnmaildir.el (nnmaildir--update-nov)
17125 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
17126 Use `gmm-write-region'.
17127
17128 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
17129
17130 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
17131 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17132
17133 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
17134
17135 * message.el (message-replacement-char): New variable.
17136 (message-fix-before-sending): Use it.
17137 (message-simplify-subject): New function to remove duplicate code.
17138 (message-reply, message-followup): Use it.
17139
17140 * gnus-sum.el (gnus-summary-make-menu-bar):
17141 Clarify gnus-summary-limit-to-articles.
17142
17143 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
17144
17145 * gnus-util.el (gnus-with-local-quit): New macro.
17146
17147 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
17148
17149 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
17150
17151 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
17152 ignore non-string data.
17153
17154 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
17155
17156 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
17157 non-string data (needs to be done in the registry too).
17158
17159 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17160
17161 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
17162 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
17163 (gnus-registry-split-fancy-with-parent)
17164 (gnus-registry-fetch-simplified-message-subject-fast)
17165 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17166 Remove text properties on ingress into the registry and when it's saved.
17167 (gnus-registry-clean-empty-function): Fix bug with cleaning the
17168 registry from entries with no groups.
17169
17170 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17171
17172 * gnus-util.el (gnus-string-remove-all-properties): Add utility
17173 function to remove string properties.
17174
17175 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
17176
17177 * gmm-utils.el (gmm): Adjust custom version.
17178
17179 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17180 Adjust custom version.
17181
17182 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17183
17184 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
17185
17186 * gnus-art.el (gnus-insert-prev-page-button)
17187 (gnus-insert-next-page-button): Simplify. Reformat.
17188
17189 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
17190
17191 * gnus-art.el (gnus-insert-prev-page-button)
17192 (gnus-insert-next-page-button): Apply gnus-article-button-face.
17193
17194 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
17195
17196 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17197
17198 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
17199
17200 * gnus-art.el (gnus-insert-mime-button)
17201 (gnus-insert-mime-security-button):
17202 Apply gnus-article-button-face to MIME and security buttons.
17203
17204 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
17205
17206 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17207 readable.
17208
17209 2006-09-20 Steve Youngs <steve@sxemacs.org>
17210
17211 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17212 `browse-url-of-file' instead of `browse-url'.
17213
17214 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17215
17216 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17217 regexp. Articles containing quotation were cut prematurely.
17218
17219 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
17220
17221 * message.el (message-cite-original-1): Use nobody by default for the
17222 value of From header.
17223 (message-reply): Ditto.
17224
17225 2006-09-11 Daiki Ueno <ueno@unixuser.org>
17226
17227 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17228 to the gnus-info. This fixes a bug of inline-PGP message verification.
17229 Reported by Michael Piotrowski <mxp@dynalabs.de>.
17230
17231 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
17232
17233 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17234 mails in the doc string. Add some URLs in comment.
17235 (pop3-movemail): Warn about pop3-leave-mail-on-server.
17236
17237 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
17238
17239 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17240 backslashes handling and the way to find boundaries of quoted strings.
17241
17242 2006-09-07 Daiki Ueno <ueno@unixuser.org>
17243
17244 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17245 mml1991-encrypt-to-self is set and mml1991-signers is not set.
17246 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17247 mml2015-encrypt-to-self is set and mml2015-signers is not set.
17248
17249 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
17250
17251 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
17252 doc string.
17253 (gnus-button-regexp, gnus-button-last): Remove unused variables.
17254
17255 2006-09-06 Simon Josefsson <jas@extundo.com>
17256
17257 * mml2015.el (mml2015-use): Doc fix, mention epg.
17258
17259 2006-09-06 Daiki Ueno <ueno@unixuser.org>
17260
17261 * mml2015.el (mml2015-use): Default to epg, if available.
17262
17263 2006-09-06 Daiki Ueno <ueno@unixuser.org>
17264
17265 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17266 message-sender.
17267 (mml1991-epg-encrypt): Ditto.
17268 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17269 message-sender.
17270 (mml2015-epg-encrypt): Ditto.
17271
17272 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
17273
17274 * message.el (message-send-mail-with-sendmail): Look for sendmail in
17275 several common directories.
17276
17277 2006-09-05 Daiki Ueno <ueno@unixuser.org>
17278
17279 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17280 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17281
17282 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
17283
17284 * gnus-art.el (article-decode-encoded-words): Make it fast.
17285
17286 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
17287
17288 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17289
17290 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17291 in quoted string into `\'.
17292
17293 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
17294
17295 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17296 Use standard-syntax-table.
17297
17298 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
17299
17300 * gnus-art.el (gnus-decode-address-function): New variable.
17301 (article-decode-encoded-words): Use it to decode headers which are
17302 assumed to contain addresses.
17303 (gnus-mime-delete-part): Remove useless `or'.
17304
17305 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17306 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17307 (gnus-nov-parse-line): Use it to decode From header.
17308 (gnus-get-newsgroup-headers): Ditto.
17309 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17310
17311 * mail-parse.el (mail-decode-encoded-address-region): New alias.
17312 (mail-decode-encoded-address-string): New alias.
17313
17314 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17315 New function.
17316 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17317 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17318 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17319 (rfc2047-decode-string): Ditto.
17320 (rfc2047-decode-address-region): New function.
17321 (rfc2047-decode-address-string): New function.
17322
17323 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
17324
17325 * message.el (message-caesar-buffer-body): Allow rotating headers.
17326
17327 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17328
17329 * message.el (message-insert-formated-citation-line): Fix %f.
17330 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17331
17332 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
17333
17334 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17335 (gnus-bookmark-mouse-available-p): New macro.
17336 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17337 (gnus-bookmark-bmenu-show-infos): Use it.
17338 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17339 (gnus-bookmark-bmenu-hide-infos): Ditto.
17340 (gnus-bookmark-remove-properties): New function.
17341 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17342 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17343 (gnus-bookmark-write-file): Bind coding-system-for-write.
17344 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17345 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17346 group before selecting it.
17347 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17348 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17349 quit-window if it is not available; use gnus-mouse-2 and bind it to
17350 gnus-bookmark-bmenu-select-by-mouse.
17351 (gnus-bookmark-show-details): Remove unused variable `details-list'.
17352 (gnus-bookmark-bmenu-select-by-mouse): New function.
17353
17354 2006-08-13 Romain Francoise <romain@orebokech.com>
17355
17356 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17357 space.
17358
17359 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
17360
17361 * compface.el (uncompface): Use binary rather than raw-text-unix.
17362
17363 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
17364
17365 * compface.el (uncompface): Make sure the eol conversion doesn't take
17366 place when communicating with the external programs.
17367 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17368
17369 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
17370
17371 * nnheader.el (nnheader-insert-head): Fix typo in comment.
17372
17373 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17374
17375 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17376 Make it more robust by parsing author and date independently.
17377
17378 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
17379
17380 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17381
17382 2006-07-28 Daiki Ueno <ueno@unixuser.org>
17383
17384 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17385 first matching secret key.
17386 (mml2015-epg-encrypt): Ditto.
17387
17388 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17389 first matching secret key.
17390 (mml1991-epg-encrypt): Ditto.
17391
17392 * mml2015.el (mml2015-encrypt-to-self): New user option.
17393 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17394 mml2015-epg-encrypt-to-self is set.
17395
17396 * mml1991.el (mml1991-encrypt-to-self): New variable.
17397 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17398 mml1991-epg-encrypt-to-self is set.
17399
17400 * mml2015.el (mml2015-signers): New user option.
17401 (mml2015-epg-sign): Reflect the value of mml2015-signers.
17402 (mml2015-epg-encrypt): Allow to select signing keys.
17403
17404 * mml1991.el (mml1991-signers): New variable.
17405 (mml1991-epg-sign): Reflect the value of mml1991-signers.
17406 (mml1991-epg-encrypt): Allow to select signing keys.
17407
17408 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
17409
17410 * nnheader.el (nnheader-insert-head): Make it work even if the file
17411 uses CRLF for the line-break code.
17412
17413 2006-07-25 Daiki Ueno <ueno@unixuser.org>
17414
17415 * mml2015.el: Require mml-sec instead of password.
17416 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17417 (mml2015-cache-passphrase): Inherit the default value from
17418 mml-secure-cache-passphrase.
17419 (mml2015-passphrase-cache-expiry): Inherit the default value from
17420 mml-secure-passphrase-cache-expiry.
17421
17422 * mml1991.el: Require mml-sec instead of password.
17423 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17424 (mml1991-cache-passphrase): Inherit the default value from
17425 mml-secure-cache-passphrase.
17426 (mml1991-passphrase-cache-expiry): Inherit the default value from
17427 mml-secure-passphrase-cache-expiry.
17428
17429 * mml-sec.el: Require password.
17430 (mml-secure-verbose): New user option.
17431 (mml-secure-cache-passphrase): New user option.
17432 (mml-secure-passphrase-cache-expiry): New user option.
17433
17434 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
17435 Andreas Vögele <andreas@altroot.de> (tiny change)
17436
17437 * pgg-def.el (pgg-truncate-key-identifier):
17438 Truncate the key ID to 8 letters from the end.
17439
17440 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17441
17442 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17443 workaround for the url package included with Emacs.
17444
17445 * nnweb.el (nnweb-google-create-mapping): Update regexp.
17446
17447 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
17448
17449 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17450 correctly. This fixes a bug caused by the 2006-05-12 change.
17451
17452 2006-07-18 Karl Fogel <kfogel@red-bean.com>
17453
17454 * nnmail.el (nnmail-article-group): If splitting raises an error, give
17455 some information about the error when saying that the `bogus' mail
17456 group will be used.
17457
17458 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
17459
17460 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17461 string.
17462
17463 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
17464
17465 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17466
17467 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17468
17469 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17470
17471 2006-07-10 Daiki Ueno <ueno@unixuser.org>
17472
17473 * mml1991.el (mml1991-function-alist): Add epg.
17474 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17475 (mml1991-epg-encrypt): New functions.
17476
17477 2006-07-10 Daiki Ueno <ueno@unixuser.org>
17478
17479 * mml2015.el (mml2015-verbose): New variable.
17480 (mml2015-cache-passphrase): Ditto.
17481 (mml2015-passphrase-cache-expiry): Ditto.
17482 (mml2015-function-alist): Add epg.
17483 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17484 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17485 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17486 New functions.
17487
17488 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17489
17490 * message.el (message-cite-original-1): Preserve region when removing
17491 quoted text due to X-No-Archive in order to avoid bogus attribution
17492 when citing multiple messages.
17493
17494 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17495
17496 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17497 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17498
17499 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
17500
17501 * gnus-diary.el (gnus-user-format-function-d)
17502 (gnus-user-format-function-D): Autoload.
17503
17504 * imap.el (Commentary): Fix typo.
17505
17506 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17507 2006-04-22 contribution.
17508
17509 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17510
17511 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17512 It didn't really fix the bogosity I'm seeing with solid web groups.
17513
17514 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17515
17516 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17517 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17518 created using server names. If we use the feature without declaring
17519 it, Gnus does not properly manage server and group state.
17520
17521 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17522 bound.
17523
17524 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17525
17526 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17527 looking up the method using GROUP's prefix before inventing a new one.
17528 It is used on killed/unknown groups in various places where returning
17529 an all-new method isn't expected by the caller.
17530
17531 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17532 and match semantics of gnus-group-real-prefix.
17533
17534 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
17535
17536 * nnmail.el (nnmail-broken-references-mailers): New variable.
17537 (nnmail-ignore-broken-references): New function generalizing
17538 nnmail-fix-eudora-headers.
17539 (nnmail-fix-eudora-headers): Now obsolete.
17540
17541 * gnus-art.el (gnus-button-handle-custom):
17542 Support `customize-apropos*'.
17543
17544 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17545
17546 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17547
17548 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17549 articles.
17550
17551 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
17552
17553 * message.el (message-cite-reply-above): New variable.
17554 (message-yank-original): Use it.
17555
17556 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
17557
17558 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17559
17560 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
17561
17562 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17563 as read.
17564
17565 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17566
17567 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
17568
17569 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17570 (gnus-bookmark-default-file): Use gnus-directory.
17571 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17572 Remove "*" in doc string.
17573 (gnus-bookmark-write-file): Simplify.
17574 (gnus-bookmark-maybe-sort-alist): Use `when'.
17575 (gnus-bookmark-get-bookmark): Fix typo in doc string.
17576 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17577 Add FIXME about Emacs 21 and XEmacs compatibility.
17578 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17579 compatibility.
17580 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17581 compatibility.
17582 (gnus-bookmark-menu-heading): Fix version.
17583
17584 2006-06-19 Bastien Guerry <bzg@altern.org>
17585
17586 * gnus-bookmark.el: New file.
17587
17588 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
17589
17590 * message.el (message-syntax-checks): Doc fix.
17591
17592 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17593
17594 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17595 unsubscribed groups as if they were killed ones. It causes duplicate
17596 entries in gnus-newsrc-alist.
17597
17598 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
17599
17600 * message.el (message-syntax-checks): Doc fix.
17601 (message-send-mail): Add check for continuation headers.
17602 (message-check-news-header-syntax): Fix regexp used to check for
17603 continuation headers.
17604
17605 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
17606
17607 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17608
17609 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
17610
17611 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17612
17613 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
17614
17615 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17616 default-truncate-lines.
17617
17618 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
17619
17620 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17621 to fill the utf-8 entry.
17622
17623 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17624
17625 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17626
17627 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
17628
17629 * gnus-agent.el (directory-files-and-attributes): Move all the way
17630 forward (the third and final move).
17631 (gnus-agent-read-agentview): Trap reconstruction errors due to
17632 nonexistent directory. Handle by returning nil.
17633
17634 2006-05-30 Didier Verna <didier@xemacs.org>
17635
17636 * message.el (message-dont-reply-to-names): Update the custom type.
17637 * message.el (message-dont-reply-to-names): New defsubst: potentially
17638 convert a list of regexps into a single one.
17639 * message.el (message-get-reply-headers): Use it.
17640 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17641
17642 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
17643
17644 * gnus-agent.el (directory-files-and-attributes): Move forward.
17645
17646 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
17647
17648 * gnus-ml.el (gnus-mailing-list-subscribe)
17649 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17650 (gnus-mailing-list-message): Fix doc strings.
17651
17652 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17653
17654 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17655 of doing it manually.
17656
17657 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
17658
17659 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17660 comment.
17661
17662 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
17663
17664 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17665 (gnus-agent-read-agentview): Fix handling of end-of-file error.
17666 (gnus-agent-read-local): All symbols allocated in my-obarray.
17667 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17668 (gnus-agent-regenerate-group): Check numeric names to see if they are
17669 messages or groups.
17670 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17671 better way of do this...)
17672
17673 * gnus-cache.el (gnus-agent-total-fetched-for):
17674 Ignore 'dummy.group' (there should be a better way of do this...)
17675
17676 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
17677
17678 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17679 (gnus-saved-headers): Ditto.
17680 (gnus-default-article-saver): Mention functions may have properties.
17681 (gnus-article-save): Override gnus-save-all-headers and
17682 gnus-saved-headers by :headers property which saver function may have.
17683 (gnus-summary-save-in-file): Add :headers property.
17684 (gnus-summary-write-to-file): Ditto.
17685
17686 * gnus-sum.el (gnus-summary-save-article): Bind
17687 gnus-prompt-before-saving to t when saving many articles in a file;
17688 always show all headers.
17689
17690 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
17691
17692 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17693 marks.
17694
17695 * message.el (message-indent-citation): Add optional arguments to allow
17696 using it outside of message buffers.
17697
17698 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17699 (gnus-article-treat-unfold-headers): Use it.
17700 (gnus-article-truncate-lines): New variable.
17701 (gnus-article-mode): Use it.
17702 (gnus-article-toggle-truncate-lines): New function.
17703
17704 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17705 Add gnus-article-toggle-truncate-lines.
17706
17707 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17708 coding system in XEmacs, use binary.
17709
17710 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
17711
17712 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17713 after-load-alist.
17714
17715 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17716 this function should save decoded articles.
17717 (gnus-summary-write-to-file): Use property to specify this function
17718 should save decoded articles and specify gnus-summary-save-in-file
17719 should be used to save articles other than the first one when saving
17720 many articles.
17721 (gnus-summary-save-body-in-file): Use property to specify this
17722 function should save decoded articles.
17723 (gnus-summary-write-body-to-file): Use property to specify this
17724 function should save decoded articles and specify
17725 gnus-summary-save-body-in-file should be used to save articles other
17726 than the first one when saving many articles.
17727
17728 * gnus-sum.el (gnus-summary-save-article): Simplify.
17729
17730 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
17731
17732 * gnus-art.el (gnus-default-article-saver):
17733 Add gnus-summary-write-body-to-file.
17734 (gnus-article-save-coding-system): Don't use coding system object
17735 in XEmacs.
17736 (gnus-read-save-file-name): Add optional `dir-var' argument which
17737 specifies directory in which files are saved; work even if optional
17738 `variable' argument is not specified.
17739 (gnus-summary-write-to-file): Read file name.
17740 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17741 (gnus-summary-write-body-to-file): New function.
17742
17743 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17744 (gnus-summary-local-variables): Add it.
17745 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17746 (gnus-summary-save-article): Remove optional `decode' argument;
17747 determine whether to decode articles by the value of
17748 gnus-default-article-saver; when saving many files using
17749 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17750 it first and use gnus-summary-save-in-file or
17751 gnus-summary-save-body-in-file thereafter unless
17752 gnus-prompt-before-saving is always; move point to article which
17753 will be saved.
17754 (gnus-summary-save-article-file): Revert.
17755 (gnus-summary-write-article-file): Revert.
17756 (gnus-summary-save-article-body-file): Revert.
17757 (gnus-summary-write-article-body-file): New function.
17758
17759 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
17760
17761 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17762
17763 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
17764
17765 * gnus-art.el (gnus-default-article-saver): Doc fix.
17766 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17767 from gnus-summary-save-article-coding-system, and default to a
17768 certain coding system.
17769 (gnus-output-to-file): Add coding cookie and encode text according
17770 to gnus-article-save-coding-system; don't use mm-append-to-file.
17771
17772 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17773 gnus-art.el and rename to gnus-article-save-coding-system.
17774 (gnus-summary-save-article): Require gnus-art; don't show all
17775 headers if it decodes articles; don't add coding cookie here;
17776 don't bind mm-text-coding-system-for-write.
17777 (gnus-summary-save-article-file): Save decoded articles.
17778 (gnus-summary-write-article-file): When saving many files, use
17779 gnus-summary-write-to-file first and gnus-summary-save-in-file
17780 thereafter unless gnus-prompt-before-saving is always.
17781 (gnus-summary-save-article-body-file): Save decoded articles.
17782
17783 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17784
17785 * nnrss.el (nnrss-check-group): Bind hash-index.
17786
17787 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
17788
17789 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17790 its hash index. Store this hash in `nnrss-group-data'.
17791 (nnrss-read-group-data): Update accordingly.
17792
17793 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17794
17795 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17796 entry.
17797
17798 * gnus-sum.el (gnus-summary-make-menu-bar):
17799 Add gnus-article-browse-html-article.
17800
17801 2006-05-23 Hynek Schlawack <hynek@ularx.de>
17802
17803 * gnus-sum.el (gnus-summary-mime-map):
17804 Add gnus-article-browse-html-article.
17805
17806 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17807
17808 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17809 suitable coding systems in customize.
17810
17811 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
17812
17813 * mail-source.el (mail-sources): Fix custom type.
17814
17815 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
17816
17817 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17818 (gnus-summary-expire-articles-now): Shorten prompt.
17819
17820 * gmm-utils.el (wid-edit): Require.
17821 (defun-gmm): Rename from `gmm-defun-compat'.
17822 (gmm-image-search-load-path): Use it.
17823 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
17824
17825 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
17826
17827 * gnus-sum.el (gnus-summary-save-article-coding-system):
17828 New variable.
17829 (gnus-summary-save-article): Add optional `decode' argument.
17830 If it is set and gnus-summary-save-article-coding-system is non-nil,
17831 save decoded article.
17832 (gnus-summary-write-article-file): Save decoded article if
17833 gnus-summary-save-article-coding-system is non-nil.
17834
17835 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17836 type.
17837
17838 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
17839
17840 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17841
17842 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
17843
17844 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17845 first to test gnus-single-article-buffer which may be buffer-local.
17846
17847 * gnus-sum.el (gnus-summary-setup-buffer):
17848 Make gnus-single-article-buffer buffer-local and nil in ephemeral
17849 group; make gnus-article-buffer, gnus-article-current, and
17850 gnus-original-article-buffer always buffer-local.
17851 (gnus-summary-exit): Kill article buffer belonging to ephemeral
17852 group.
17853 (gnus-handle-ephemeral-exit): Don't move to next summary line.
17854
17855 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
17856
17857 * nnml.el (nnml-request-compact-group): Compressed files might not
17858 have .gz extension.
17859
17860 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
17861
17862 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17863 (mm-copy-to-buffer): Use with-current-buffer.
17864 (mm-display-part): Simplify.
17865 (mm-inlinable-p): Add optional arg `type'.
17866
17867 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17868
17869 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17870 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17871 Try harder to show the attachment internally or externally using
17872 gnus-mime-view-part-as-type.
17873
17874 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
17875
17876 * message.el (message-from-style, message-signature-separator)
17877 (message-user-organization-file, message-send-mail-function)
17878 (message-citation-line-function, message-yank-prefix)
17879 (message-indent-citation-function, message-signature)
17880 (message-signature-file, message-signature-insert-empty-line):
17881 Remove autoloads.
17882
17883 * gnus-art.el (gnus-buttonized-mime-types):
17884 Remove "multipart/signed". Revert 2006-04-26 change.
17885
17886 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17887
17888 * gnus.el (gnus-version-number): Bump version.
17889
17890 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17891
17892 * gnus.el: No Gnus v0.5 is released.
17893
17894 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17895
17896 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17897 fetching articles by message-id.
17898
17899 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17900
17901 * message.el (hashcash): Require hashcash as normal.
17902
17903 * ecomplete.el (ecomplete-highlight-match-line):
17904 Use point-at-eol.
17905 (ecomplete-highlight-match-line): Use `highlight', because that
17906 face exists in both Emacs and XEmacs.
17907
17908 * message.el (message-display-abbrev): Use point-at-bol.
17909
17910 * mail-source.el: Don't require timer/timer-funcs.
17911
17912 * gnus-async.el: Ditto.
17913
17914 * password.el: Ditto.
17915
17916 * mm-url.el: Ditto.
17917
17918 * mm-util.el: Require timer/timer-funcs.
17919
17920 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17921
17922 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17923 Close.
17924
17925 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
17926
17927 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17928 unibyte after clear-decrypt function runs.
17929
17930 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17931 returns as a unibyte string.
17932
17933 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
17934
17935 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17936 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17937 (mml1991-pgg-encrypt): Ditto.
17938
17939 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
17940
17941 * message.el (message-user-organization-file): Check several
17942 locations of the organization file.
17943
17944 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17945 Add gnus-article-view-part-as-type.
17946
17947 * gnus-art.el (gnus-article-view-part-as-type): New function.
17948
17949 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17950 .mobi and .travel. Remove .nato, .bitnet and .uucp.
17951
17952 * mml.el: Simplify autoload.
17953 (mml-mode): defvar dnd-protocol-alist instead of using
17954 symbol-value.
17955 (mml-default-directory): New variable.
17956 (mml-minibuffer-read-file): Use it.
17957 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17958
17959 * message.el (message-citation-line-format): New variable.
17960 (message-insert-formated-citation-line): New function.
17961 (message-citation-line-function):
17962 Add `message-insert-formated-citation-line' to custom type.
17963
17964 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17965 to doc string.
17966
17967 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17968 depending on mm-verify-option.
17969
17970 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
17971
17972 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17973 binding pgg-* variables; reimplement the section which prevents
17974 MIME header from being signed.
17975 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17976 pgg-text-mode; remove a blank line at the top of body.
17977
17978 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17979 lines at the top of body; use gnus-newsgroup-charset if there's no
17980 Charset header.
17981
17982 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
17983
17984 * message.el (message-self-insert-commands): Doc fix.
17985
17986 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17987 (mm-uu-pgp-encrypted-test): Ditto.
17988 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17989 between header and body; return application/pgp-encrypted handle
17990 if decryption failed; decode decrypted body by charset.
17991
17992 * mm-decode.el (mm-automatic-display): Don't make application/pgp
17993 element match to application/pgp-*.
17994
17995 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17996
17997 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17998 HTML.
17999
18000 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18001
18002 * mail-source.el (mail-source-call-script): Message the error
18003 string.
18004
18005 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
18006
18007 * gnus-util.el (gnus-byte-compile): Use it.
18008
18009 2006-04-22 xyblor <fake@invalid.email> (tiny change)
18010
18011 * gnus-util.el (kill-empty-logs): New function.
18012
18013 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
18014
18015 * message.el (message-mail-alias-type): Doc fix.
18016 (message-mail-alias-type-p): New function.
18017 (message-send): Use it.
18018 (message-mode): Ditto.
18019 (message-strip-forbidden-properties): Ditto.
18020
18021 * ecomplete.el (ecomplete-database-file-coding-system):
18022 New variable.
18023 (ecomplete-save): Use it.
18024 (ecomplete-setup): Use it.
18025
18026 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
18027
18028 * message.el (message-self-insert-commands): New variable.
18029 (message-strip-forbidden-properties): Use it.
18030
18031 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
18032
18033 * message.el (message-put-addresses-in-ecomplete): Use a regexp
18034 that doesn't make XEmacs choke.
18035
18036 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
18037
18038 * gnus-util.el (gnus-replace-in-string):
18039 Prefer replace-regexp-in-string over of replace-in-string.
18040
18041 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
18042
18043 * gnus-util.el (gnus-select-frame-set-input-focus):
18044 Use select-frame-set-input-focus if it is available in XEmacs; use
18045 definition defined in Emacs 22 for old Emacsen.
18046
18047 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
18048
18049 * mm-view.el (mm-inline-text): Use equal instead of equalp.
18050
18051 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
18052
18053 * gnus-registry.el (gnus-registry-cache-save): Remove text
18054 properties when saving via the temp buffer.
18055
18056 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
18057
18058 * message.el (message-generate-hashcash): Honor custom type.
18059
18060 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18061
18062 * message.el (message-generate-hashcash): Default to non-nil when
18063 hashcash is found.
18064
18065 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
18066 (gnus-refer-thread-limit): Increase default to 500.
18067
18068 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
18069
18070 * flow-fill.el (fill-flowed): Allow delete-space.
18071
18072 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
18073
18074 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18075 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
18076 Remove autoloads.
18077
18078 2006-04-18 Simon Josefsson <jas@extundo.com>
18079
18080 * message.el (message-generate-hashcash): Default to.
18081
18082 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
18083
18084 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18085 concatenating segments rather than before concatenating them.
18086
18087 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
18088
18089 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
18090
18091 * imap.el (imap-quote-specials): New function.
18092 (imap-login-auth): Quote specials.
18093
18094 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18095
18096 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
18097
18098 * message.el (message-forward-make-body-plain):
18099 Allow message-forward-ignored-headers to be a list.
18100 (message-remove-ignored-headers): Factor out into function.
18101 (message-forward-make-body-mml): Use it.
18102 * rfc2231.el (rfc2231-parse-string): Remove dead code.
18103 (rfc2231-parse-string): Allow concatanation of parameters that
18104 aren't contiguous. The test case is
18105 (mail-header-parse-content-type "message/external-body;
18106 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
18107 access-type=LOCAL-FILE;
18108 name*1*=plugh%2fhello-sailor%2fbing.pdf")
18109
18110 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
18111
18112 * nntp.el (nntp-accept-process-output): Return the value of
18113 `nnheader-accept-process-output'.
18114
18115 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18116
18117 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
18118 (gnus-button-alist): Recognize more diff formats.
18119 (gnus-button-patch): Strip directory.
18120
18121 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
18122
18123 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
18124 Emacs 22 when setting focus.
18125
18126 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18127
18128 * gnus-art.el (gnus-article-treat-types): Do treatment of
18129 text/x-verbatim parts.
18130 (gnus-button-patch): New command.
18131
18132 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18133 addresses that contain invalid characters.
18134
18135 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18136
18137 * message.el (message-put-addresses-in-ecomplete):
18138 Use gnus-replace-in-string.
18139 (message-is-yours-p): Use the more correct
18140 mail-header-parse-address instead of
18141 mail-extract-address-components.
18142 (message-put-addresses-in-ecomplete): Fix typo.
18143
18144 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18145 keystroke.
18146
18147 * gnus-art.el (gnus-treatment-function-alist): Change order of
18148 newsgroups/generic header folding to avoid double-folding.
18149
18150 * message.el (message-hidden-headers): Add X-Draft-From.
18151
18152 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18153 New command.
18154 (gnus-summary-repeat-search-article-backward): New command.
18155
18156 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18157 groups in the parent topic.
18158
18159 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
18160
18161 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18162 (spam-extra-header-to-number): Return the CRM114 number as a
18163 number instead of a string.
18164
18165 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18166
18167 * gnus-art.el (gnus-face-properties-alist): Move here from
18168 gnus-fun.
18169
18170 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18171
18172 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18173
18174 * message.el (message-strip-forbidden-properties): Only display on
18175 self-insert-command.
18176
18177 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18178 reindent.
18179 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18180
18181 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
18182
18183 * smiley.el (smiley-style): Fix typo.
18184
18185 2006-03-23 Kenichi Handa <handa@m17n.org>
18186
18187 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18188 instead of set-buffer-multibyte.
18189
18190 2006-03-23 Kenichi Handa <handa@m17n.org>
18191
18192 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18193 buffer and then decode the buffer text if necessary.
18194 (rfc2231-encode-string): Be sure to work on multibyte buffer at
18195 first, and after mm-encode-body, change the buffer to unibyte.
18196
18197 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18198
18199 * hashcash.el (hashcash-insert-payment-async-2):
18200 Use message-goto-eoh instead of doing it manually.
18201 (mail-add-payment): Use message-narrow-to-header instead of trying
18202 to do the same itself.
18203
18204 * message.el (message-hidden-headers): Add Face.
18205
18206 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18207 reparenting code.
18208 (gnus-summary-reparent-children): Refactored out code.
18209 (gnus-summary-thread-map): New keystroke.
18210 (gnus-summary-reparent-children): Make into command.
18211
18212 * smiley.el (smiley-style): Default to `medium' if using a large
18213 font.
18214
18215 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18216 does it itself.
18217
18218 * message.el (message-point-in-header-p): Simplify definition.
18219
18220 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18221
18222 * nnagent.el (nnagent-request-set-mark): Silence log file
18223 writing.
18224 (nnagent-request-set-mark): Use write-region instead of
18225 append-to-file.
18226
18227 * gnus-sum.el (gnus-read-header): Fudge article number if using a
18228 strange select method.
18229
18230 * ecomplete.el (ecomplete-display-matches): Get highlightling
18231 right.
18232 (ecomplete-display-matches): Use literals.
18233 (ecomplete-display-matches): Disable message logging.
18234
18235 * message.el (message-display-abbrev): Small optimization.
18236
18237 * ecomplete.el (ecomplete-display-matches): Allow automatic
18238 display.
18239
18240 * message.el (message-strip-forbidden-properties):
18241 Display abbrevs.
18242 (message-display-abbrev): Get automatic display right.
18243
18244 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18245 keystrokes.
18246
18247 2006-04-13 Romain Francoise <romain@orebokech.com>
18248
18249 TODO: Backport to v5-10!
18250
18251 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18252 Move here (and rename) from gnus-registry.el.
18253
18254 * gnus-registry.el: Require gnus-util.
18255 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18256
18257 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18258
18259 * gnus-group.el (gnus-group-catchup-current):
18260 Change if-then-else-if-then-else into cond.
18261 (gnus-group-catchup): Indent.
18262 (group-name-at-point): New function.
18263 (gnus-fetch-group): Provide default from thing at point.
18264
18265 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18266
18267 * message.el (message-display-abbrev): Fix regexp.
18268
18269 * ecomplete.el (ecomplete-highlight-match-line):
18270 Reimplement choosing.
18271 (ecomplete-highlight-match-line): Fix up code rewrite, remove
18272 dead variables.
18273
18274 * message.el (message-newline-and-indent): Remove debugging.
18275 (message-display-abbrev): Use new implementation.
18276
18277 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
18278
18279 * gnus-art.el (gnus-article-mode):
18280 Set cursor-in-non-selected-windows to nil.
18281
18282 * smiley.el: Revert previous change.
18283 (smiley-data-directory): defvar it before using it in the
18284 defcustom of `smiley-style'.
18285
18286 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18287
18288 * message.el (message-newline-and-indent): New function.
18289
18290 * ecomplete.el: Implement more bits.
18291
18292 * message.el (message-put-addresses-in-ecomplete): Clean up the
18293 string.
18294
18295 * ecomplete.el (ecomplete-add-item): Chop off decimals.
18296
18297 * gnus-sum.el (gnus-summary-save-parts):
18298 Bind gnus-summary-save-parts-counter and use it to make unique file
18299 names.
18300
18301 * gnus-art.el (gnus-ignored-headers): Add some more headers.
18302
18303 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18304 parameter to say whether to actually parse the individual
18305 addresses.
18306
18307 * message.el (message-put-addresses-in-ecomplete): New function.
18308 (ecomplete): Require.
18309 (message-mail-alias-type): Add ecomplete as an option.
18310
18311 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
18312
18313 * flow-fill.el (fill-flowed): Remove trailing space from blank
18314 quoted lines.
18315
18316 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18317
18318 * smiley.el (smiley-style): Move definition later to avoid a
18319 compilation warning.
18320
18321 2006-04-12 Kenichi Handa <handa@m17n.org>
18322
18323 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18324 buffer and then decode the buffer text if necessary.
18325 (rfc2231-encode-string): Be sure to work on multibyte buffer at
18326 first, and after mm-encode-body, change the buffer to unibyte.
18327 Use mm-disable-multibyte instead of set-buffer-multibyte.
18328
18329 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
18330
18331 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18332 Content-Type header instead of Content-Disposition header.
18333 (gnus-mime-inline-part): Ditto.
18334 (gnus-mime-view-part-as-charset): Ignore charset that the part
18335 specifies.
18336
18337 * mm-decode.el (mm-display-part): Work with external parts and
18338 usual parts similarly.
18339
18340 * mm-extern.el (mm-inline-external-body): Use mm-display-part
18341 instead of gnus-display-mime.
18342
18343 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18344 instead of with-temp-buffer.
18345
18346 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18347 tag to summarized topics part in order to encode non-ASCII text.
18348
18349 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
18350
18351 * smiley.el (smiley-style): New variable.
18352 (smiley-directory): New function.
18353 (smiley-data-directory): Derive from `smiley-style' using
18354 `smiley-directory'.
18355 (smiley-regexp-alist): Add new entries.
18356
18357 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18358 (gnus-article-browse-delete-temp): Add :version.
18359
18360 2006-04-11 Arne Jørgensen <arne@arnested.dk>
18361
18362 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18363 the sieve region.
18364
18365 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18366
18367 * gnus.el (gnus-version-number): Bump version.
18368
18369 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
18370
18371 * gnus.el: No Gnus v0.4 is released.
18372
18373 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18374
18375 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18376 layout.
18377
18378 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18379 unknown charset.
18380
18381 * message.el (message-header-synonyms): Add Original-To to the
18382 default.
18383
18384 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18385 optional parameter.
18386
18387 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
18388
18389 * gnus-fun.el (gnus): Require it for gnus-directory.
18390
18391 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
18392
18393 * gnus-fun.el (gnus-face-properties-alist): Add :version.
18394
18395 2006-04-05 Daiki Ueno <ueno@unixuser.org>
18396
18397 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18398
18399 2006-04-05 Simon Josefsson <jas@extundo.com>
18400
18401 * password.el (password-reset): New function.
18402
18403 2006-04-05 Daiki Ueno <ueno@unixuser.org>
18404
18405 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18406 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18407
18408 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18409
18410 * nnweb.el (nnweb-google-create-mapping): Update regexp.
18411 Some whitespace was matched into the url, which broke browsing hits
18412 > 100 when mm-url-use-external was nil.
18413
18414 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
18415
18416 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18417 Check gnus-extra-headers for 'Newsgroups.
18418
18419 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18420 bound.
18421
18422 2006-04-04 Daiki Ueno <ueno@unixuser.org>
18423
18424 * pgg-gpg.el: Clean up process buffers every time gpg processes
18425 complete.
18426
18427 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
18428
18429 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18430 doc string.
18431
18432 2006-04-03 Daiki Ueno <ueno@unixuser.org>
18433
18434 * pgg-gpg.el (pgg-gpg-process-filter)
18435 (pgg-gpg-wait-for-completion): Check if buffer is alive.
18436
18437 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18438 lines, temporary fix.
18439
18440 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
18441
18442 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18443
18444 2006-03-29 Daiki Ueno <ueno@unixuser.org>
18445
18446 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18447 default-enable-multibyte-characters. This reverts the change from
18448 revision 6.17 which is no longer necessary because the passphrase
18449 is sent separately now. GnuPG messages are unreadable under
18450 multibyte locales with default-enable-multibyte-characters set to
18451 nil.
18452
18453 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
18454
18455 * message.el (message-tool-bar-gnome): Move "spell".
18456
18457 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
18458
18459 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18460 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
18461 instead.
18462
18463 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
18464
18465 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18466 Improve newsgroups handling for NNTP overviews which don't include
18467 Newsgroups.
18468
18469 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18470
18471 * message.el (message-resend): Bind message-generate-hashcash to nil.
18472
18473 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18474
18475 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18476 when searching for already-paid recipients.
18477
18478 2006-03-27 Daiki Ueno <ueno@unixuser.org>
18479
18480 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18481 passphrases when it is not needed.
18482 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18483 passphrase stuff from gpg, should only be necessary when you use
18484 gpg with a smartcard.
18485
18486 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
18487
18488 * mml.el (mml-insert-mime): Ignore cached contents of
18489 message/external-body part.
18490
18491 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18492 (mm-insert-part): Ditto.
18493
18494 2006-03-23 Simon Josefsson <jas@extundo.com>
18495
18496 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18497 Reiner.
18498 (pgg-gpg-use-agent-p): Use it again.
18499
18500 2006-03-23 Simon Josefsson <jas@extundo.com>
18501
18502 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18503 older emacsen.
18504 (pgg-gpg-use-agent-p): Don't use it.
18505
18506 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
18507
18508 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18509 if we can.
18510
18511 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
18512
18513 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18514 (pgg-gpg-update-agent): New function.
18515 (pgg-gpg-use-agent-p): New function.
18516 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18517 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18518 (pgg-gpg-sign-region): Use it.
18519
18520 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
18521
18522 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18523 Reported by Ralf Wachinger <rwachinger@gmx.de>.
18524
18525 2006-03-21 Simon Josefsson <jas@extundo.com>
18526
18527 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18528 <wilde@sha-bang.de>.
18529 (pgg-gpg-use-agent): New variable.
18530 (pgg-gpg-process-region): Use it.
18531 (pgg-gpg-encrypt-region): Likewise.
18532 (pgg-gpg-encrypt-symmetric-region): Likewise.
18533 (pgg-gpg-decrypt-region): Likewise.
18534 (pgg-gpg-sign-region): Likewise.
18535 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18536
18537 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
18538
18539 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18540
18541 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18542 Add comment on version.
18543
18544 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
18545
18546 * smiley.el: Add missing test smiley.
18547
18548 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
18549
18550 * mm-decode.el (mm-with-part): New macro.
18551 (mm-get-part): Use it; work with message/external-body as well.
18552 (mm-save-part): Treat name and filename equally.
18553
18554 * mm-extern.el (mm-extern-cache-contents): New function.
18555 (mm-inline-external-body): Use it; force the part to be displayed;
18556 move undisplayer added to the cached handle to the parent.
18557
18558 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18559 (gnus-mime-view-part-as-type): Work with message/external-body.
18560
18561 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18562
18563 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
18564
18565 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18566 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
18567 Emacs.]
18568
18569 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
18570
18571 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18572 path rather than symbol. Always return list of directories.
18573 Guarantee that image directory comes first. [Sync with image.el,
18574 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
18575
18576 * message.el (message-make-tool-bar): Adjust to new API of
18577 `gmm-image-load-path-for-library'.
18578
18579 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18580
18581 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18582
18583 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18584
18585 * gnus-art.el (gnus-article-only-boring-p):
18586 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18587 intangible text.
18588 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18589
18590 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
18591
18592 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18593 Use `defun' instead of `gmm-defun-compat'.
18594
18595 2006-03-14 Simon Josefsson <jas@extundo.com>
18596
18597 * message.el (message-unique-id): Don't use message-number-base36
18598 if (user-uid) is a float.
18599 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18600
18601 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
18602
18603 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18604
18605 * gnus-art.el (gnus-mime-display-single): Make sure there is an
18606 empty line between a part and a message part.
18607
18608 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
18609
18610 * smiley.el: Add more test smileys.
18611 (smiley-data-directory, smiley-regexp-alist)
18612 (gnus-smiley-file-types): Fix doc strings.
18613 (smiley-update-cache): Clear smiley-cached-regexp-alist before
18614 adding new elements.
18615 (smiley-mouse-map): Unused code. Make it a comment.
18616
18617 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
18618
18619 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18620 scan latest NoCeM messages instead of old ones.
18621 (gnus-nocem-check-article): Fix regexps so as to match to PGP
18622 delimiters that are recently used.
18623 (gnus-nocem-load-cache): Add autoload cookie.
18624
18625 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18626
18627 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18628 level which is larger than gnus-use-nocem is specified.
18629
18630 * gnus-group.el (gnus-group-get-new-news): Ditto.
18631
18632 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
18633
18634 * gnus-util.el (gnus-tool-bar-update): New function.
18635
18636 * gnus-group.el (gnus-group-update-tool-bar): New variable.
18637 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18638
18639 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18640
18641 * gnus-group.el (gnus-group-redraw-when-idle)
18642 (gnus-group-redraw-check): Remove.
18643 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18644
18645 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
18646
18647 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18648 if optional last element is specified in splits (FIELD VALUE...).
18649
18650 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
18651
18652 * message.el (message-make-tool-bar): Rename gmm-image-load-path
18653 to gmm-image-load-path-for-library. Call with no-error argument.
18654 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18655
18656 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18657
18658 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18659
18660 * gmm-utils.el (gmm-image-load-path): Remove alias.
18661
18662 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
18663
18664 * gmm-utils.el (gmm-image-load-path): Add alias.
18665
18666 * nnml.el (nnml-generate-nov-databases-directory): Rename from
18667 nnml-generate-nov-databases-1.
18668 (nnml-generate-nov-databases): Use it.
18669 (nnml-generate-nov-databases-directory): Document no-active
18670 argument.
18671
18672 * gmm-utils.el (gmm-image-load-path-for-library): Return single
18673 directory if path is t. Add no-error.
18674
18675 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18676 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18677
18678 * gnus-art.el (gnus-article-browse-delete-temp-files):
18679 Simplify resetting gnus-article-browse-html-temp-list.
18680
18681 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18682 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
18683 Add example to docstring. Rename local variables. Move error
18684 checks to default case in cond and simplify.
18685
18686 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
18687
18688 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18689 handle is multipart when calling it recursively.
18690 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18691
18692 2006-03-03 Daniel Pittman <daniel@rimspace.net>
18693
18694 * nnimap.el (nnimap-request-update-info-internal): Optimize.
18695 Don't `gnus-uncompress-range' to avoid excessive memory usage.
18696
18697 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
18698
18699 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18700 is loaded.
18701
18702 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18703 loaded.
18704
18705 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
18706
18707 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18708 to "Emacs 23 (unicode)" in doc string.
18709
18710 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18711 "Emacs 23 (unicode)" in comment.
18712
18713 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
18714
18715 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18716
18717 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18718 characters 160 through 255 in Emacs 23.
18719
18720 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
18721
18722 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18723 gnus-article-browse-html-temp.
18724 (gnus-article-browse-delete-temp): Make it customizable.
18725 Add `file'. Adjust doc string.
18726 (gnus-article-browse-delete-temp-files): Add argument.
18727 Allow query for each file. Adjust doc string.
18728 (gnus-article-browse-html-parts):
18729 Add `gnus-article-browse-delete-temp-files' to
18730 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18731
18732 2006-03-02 Hynek Schlawack <hynek@ularx.de>
18733
18734 * gnus-art.el (gnus-article-browse-html-temp)
18735 (gnus-article-browse-delete-temp): New variables.
18736 (gnus-article-browse-delete-temp-files): New function.
18737 (gnus-article-browse-html-parts): Use it.
18738
18739 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
18740
18741 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18742
18743 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18744 string.
18745
18746 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18747 gnus-summary-insert-new-articles when unplugged.
18748 Remove gnus-summary-search-article-forward.
18749
18750 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18751 display-visual-class instead of display-color-cells.
18752
18753 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
18754
18755 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18756 message/* containing non-ASCII text properly.
18757
18758 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
18759
18760 * message.el: Require gmm-utils, remove autoloads.
18761 (message-tool-bar): Set default based on
18762 gmm-tool-bar-style.
18763 (message-tool-bar-gnome): Add gmm-customize-mode.
18764
18765 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18766 gmm-tool-bar-style.
18767 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18768
18769 * gnus-group.el (gnus-group-tool-bar): Set default based on
18770 gmm-tool-bar-style.
18771 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18772
18773 * gmm-utils.el (gmm-image-directory): Rename variable from
18774 gmm-image-load-path.
18775 (gmm-image-load-path): Use gmm-image-directory.
18776 (gmm-customize-mode): New function.
18777 (gmm-tool-bar-style): New variable.
18778
18779 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18780 gnus-group-redraw-line-number.
18781 (gnus-group-redraw-check): Simplify.
18782 (gnus-group-tool-bar-update): Remove redraw check.
18783 (gnus-group-make-tool-bar): Add redraw check.
18784
18785 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
18786
18787 * gnus-art.el (gnus-button): Add missing parentheses.
18788
18789 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
18790
18791 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18792
18793 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
18794
18795 * gnus-art.el (gnus-button): New face.
18796 (gnus-article-button-face): Use it.
18797
18798 * gnus-sum.el (gnus-summary-tool-bar-gnome):
18799 Add gnus-summary-next-page. Re-order.
18800
18801 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18802 next-node are now included.
18803 (gnus-group-redraw-line-number): New internal variable.
18804 (gnus-group-redraw-check): Helper function for updating the tool
18805 bar.
18806 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18807
18808 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18809
18810 * spam.el (spam-spamassassin-score-regexp): New internal variable.
18811 (spam-extra-header-to-number, spam-check-spamassassin-headers):
18812 Use it to match format of Spamassassin 3.0 and later.
18813 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18814 (spam-check-bogofilter)
18815 (spam-bogofilter-register-with-bogofilter): Fix args of
18816 `gnus-error' calls.
18817
18818 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
18819
18820 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18821 unnecessary interaction when sending queued mails.
18822 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18823
18824 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
18825
18826 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18827 first or last are nil.
18828
18829 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18830
18831 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18832
18833 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
18834
18835 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18836
18837 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
18838
18839 * dns.el (query-dns): Protect more against buggy tcp output.
18840
18841 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
18842
18843 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18844 nov.php.
18845
18846 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18847
18848 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18849 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18850 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
18851 output on the server side.
18852 (nnweb-google-create-mapping): Update regexps and add some
18853 progress indication.
18854
18855 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
18856
18857 * gnus-group.el (gnus-group-tool-bar-gnome):
18858 Fix gnus-agent-toggle-plugged. Re-order icons.
18859 (gnus-group-tool-bar-gnome):
18860 Add gnus-group-{prev,next}-unread-group.
18861 (gnus-group-tool-bar-gnome): Re-order icons.
18862
18863 * gnus-sum.el (gnus-summary-tool-bar-gnome):
18864 Move gnus-summary-insert-new-articles.
18865
18866 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18867 Fix comments.
18868
18869 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
18870 also available in Emacs 21.3.
18871
18872 * message.el (message-fix-before-sending): Change "Emacs 22" to
18873 "Emacs 23 (unicode)" in comment.
18874
18875 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18876 "Emacs 23 (unicode)" in comment.
18877
18878 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18879 comment.
18880 (mm-coding-system-p): Add comment about no-MULE XEmacs.
18881
18882 * mm-view.el (mm-fill-flowed): Add :version.
18883
18884 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
18885
18886 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18887 and load-path.
18888
18889 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
18890
18891 * message.el: Autoload gmm-image-load-path.
18892 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18893 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
18894 consitency.
18895
18896 * gmm-utils.el (gmm-image-load-path): Also search in
18897 "../etc/images". Don't set gmm-image-load-path if we don't find
18898 the image.
18899
18900 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
18901
18902 * gmm-utils.el (gmm-image-load-path): Don't make
18903 `gmm-image-load-path' include subdirectories which the second arg
18904 `image' might specify.
18905
18906 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18907 subdirectory to icon file names.
18908
18909 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18910
18911 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
18912
18913 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18914 gmm-image-load-path calls.
18915
18916 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18917
18918 * message.el (message-make-tool-bar): Ditto.
18919
18920 * mml.el (mml-preview): Add comment concerning tool bar icons.
18921
18922 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18923 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18924
18925 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18926 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18927
18928 * message.el (message-tool-bar-gnome): Use new icon names.
18929 (message-make-tool-bar): Use `gmm-image-load-path'.
18930
18931 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18932 New functions from MH-E.
18933 (gmm-image-load-path): New variable from MH-E.
18934 (gmm-image-load-path): New function from MH-E. Add arguments
18935 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
18936 *-image-load-path-called-flag.
18937
18938 2006-02-21 Milan Zamazal <pdm@brailcom.org>
18939
18940 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18941
18942 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
18943
18944 * nnimap.el (nnimap-request-move-article): Change folder back to
18945 source group before deleting.
18946
18947 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
18948
18949 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18950
18951 * gnus-art.el (mm-url-insert-file-contents-external):
18952 Autoload mm-url.
18953
18954 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18955
18956 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
18957
18958 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18959 coding system which mm-charset-to-coding-system returns for a
18960 given charset is valid.
18961
18962 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
18963
18964 * html2text.el (html2text-remove-tag-list):
18965 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18966
18967 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
18968
18969 * gnus-cus.el: Revert 2005-10-17 change.
18970
18971 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
18972
18973 * gnus-art.el (article-strip-banner):
18974 Call article-really-strip-banner only when the regexp match is made.
18975
18976 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
18977
18978 * gnus-art.el (article-strip-banner):
18979 Use gnus-extract-address-components instead of
18980 mail-header-parse-addresses to make it work with non-ASCII text;
18981 remove mail-encode-encoded-word-string.
18982
18983 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18984 values which are surrounded with \"...\"; make it never cause a
18985 Lisp error; give up parsing of parameters if it failed in
18986 extracting type.
18987
18988 2006-02-14 Arne Jørgensen <arne@arnested.dk>
18989
18990 * smime.el (smime-cert-by-ldap-1): Fix bug where
18991 `smime-ldap-search' returns results without userCertificates.
18992
18993 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
18994
18995 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18996
18997 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
18998
18999 * spam.el (spam-check-spamassassin-headers): Adapt format for
19000 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
19001 <ari@mbf.ocn.ne.jp>.
19002 (spam-list-of-processors): Add spam-use-gmane.
19003
19004 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
19005
19006 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
19007 make-temp-file; make it work with XEmacs as well.
19008
19009 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
19010 mm-make-temp-file.
19011
19012 * mm-decode.el (mm-display-external): Use the 3rd arg of
19013 mm-make-temp-file.
19014 (mm-create-image-xemacs): Ditto.
19015
19016 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
19017
19018 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
19019 with message-narrow-to-headers.
19020 (gnus-draft-setup): Narrow to header to run message-fetch-field.
19021 (gnus-draft-check-draft-articles): New function.
19022 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
19023
19024 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
19025
19026 * gnus-art.el (gnus-article-browse-html-parts):
19027 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
19028 Don't use suffix argument for mm-make-temp-file for Emacs 21
19029 compatibility. Remove useless `format'.
19030
19031 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
19032
19033 * nnweb.el (nnweb-google-wash-article): Update regexps.
19034 (nnweb-group-alist): Use defvoo instead of defvar.
19035
19036 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
19037
19038 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
19039 re-loading nn* modules.
19040
19041 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
19042
19043 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
19044 for `tool-bar-mode' and don't check it's default-value.
19045
19046 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19047
19048 * message.el (message-make-tool-bar): Ditto.
19049
19050 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
19051 `substring'. Shorten tmp-file name.
19052
19053 * gnus.el: Remove bogus comment.
19054
19055 2006-02-10 Hynek Schlawack <hynek@ularx.de>
19056
19057 * gnus-art.el (gnus-article-browse-html-parts): New function.
19058 (gnus-article-browse-html-article): New function for viewing html
19059 articles with a browser.
19060
19061 2006-02-09 Daiki Ueno <ueno@unixuser.org>
19062
19063 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
19064 (mml2015-pgg-encrypt): Ditto.
19065
19066 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
19067 (mml1991-pgg-encrypt): Ditto.
19068
19069 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
19070
19071 * nnfolder.el (nnfolder-insert-newsgroup-line):
19072 Use message-make-date instead of current-time-string.
19073
19074 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
19075 to gnus-decoded which mm-uu might set.
19076
19077 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
19078
19079 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
19080 don't decode quoted parameters; remove misimported Emacs code.
19081 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19082 (rfc2231-decode-encoded-string): Don't use split-string which
19083 behaves differently according to Emacs version; use
19084 mm-decode-coding-region to convert charset to coding-system.
19085 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19086 (rfc2231-encode-string): Remove misimported Emacs code.
19087
19088 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
19089
19090 * gnus-art.el (article-decode-charset): Don't use ignore-errors
19091 when calling mail-header-parse-content-type.
19092 (article-de-quoted-unreadable): Ditto.
19093 (article-de-base64-unreadable): Ditto.
19094 (article-wash-html): Ditto.
19095
19096 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
19097 calling mail-header-parse-content-type and
19098 mail-header-parse-content-disposition.
19099 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
19100 mail-header-parse-content-type.
19101
19102 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
19103 insert charset and format parameters; encode description after
19104 inserting it to buffer.
19105 (mml-insert-parameter): Fold lines properly even if a parameter is
19106 segmented into two or more lines; change the max column to 76.
19107
19108 * rfc1843.el (rfc1843-decode-article-body): Don't use
19109 ignore-errors when calling mail-header-parse-content-type.
19110
19111 * rfc2231.el (rfc2231-parse-string): Return at least type if
19112 possible; don't cause an error even if it fails in parsing of
19113 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19114 (rfc2231-encode-string): Don't break lines at the beginning, leave
19115 it to mml-insert-parameter.
19116
19117 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19118 calling mail-header-parse-content-type.
19119
19120 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
19121
19122 * spam-report.el (spam-report-gmane-use-article-number):
19123 Improve doc string.
19124 (spam-report-gmane-internal): Check if a suitable header was found
19125 in the article.
19126
19127 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
19128
19129 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19130 (rfc2231-encode-string): Make param*=value always begin with LWSP.
19131
19132 2006-02-05 Romain Francoise <romain@orebokech.com>
19133
19134 Update copyright notices of all files in the gnus directory.
19135
19136 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
19137
19138 * nnweb.el (nnweb-request-group): Avoid growing overview files.
19139
19140 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
19141
19142 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19143 segmented lines of parameter value to cope with Thunderbird 1.5
19144 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19145 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19146 (rfc2231-encode-string): Don't make lines exceeding 76 column.
19147
19148 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
19149
19150 * mml.el (mml-generate-mime-1): Correct the order of inline signed
19151 parts.
19152
19153 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
19154
19155 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19156 there's only one active file for all servers.
19157 (nnweb-request-scan): Make sure nnweb-articles is initialized on
19158 solid groups. Gnus might have used a FAST request to select the group.
19159 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19160 and nnweb-search redundantly in the active file.
19161 (nnweb-request-list): Don't list bogus groups. There can only be one.
19162 (nnweb-request-create-group): Don't use ARGS.
19163 (nnweb-possibly-change-server, nnweb-request-group): Remove some
19164 initializations. Let nnoo do the work.
19165
19166 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
19167
19168 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19169 Say the part has been decoded.
19170
19171 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19172
19173 2006-01-31 Kevin Ryde <user42@zip.com.au>
19174
19175 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19176 mailcap-viewer-test-cache when there's no 'test clause, since that
19177 will invert the meaning of a "nil" test previously determined by
19178 mailcap-mailcap-entry-passes-test.
19179
19180 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
19181
19182 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19183 compiling.
19184
19185 * gnus-sum.el: Ditto.
19186
19187 * message.el: Don't bind tool-bar-map when compiling.
19188
19189 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
19190
19191 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19192
19193 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
19194
19195 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19196 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19197 current Google Groups.
19198
19199 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
19200
19201 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19202 and tool-bar-mode.
19203
19204 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19205 and tool-bar-mode.
19206
19207 * message.el (message-tool-bar-update): Simplify.
19208 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19209
19210 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19211 gnus-summary-buffer.
19212 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19213 gnus-summary-reply.
19214
19215 * gmm-utils.el (gmm): Add :version.
19216
19217 2006-01-26 Steve Youngs <steve@sxemacs.org>
19218
19219 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19220 Don't autoload.
19221
19222 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
19223
19224 * gmm-utils.el (gmm-verbose): Add :group.
19225
19226 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
19227
19228 * message.el: Change some comments WRT tool-bars.
19229
19230 * gnus-sum.el (gnus-summary-tool-bar)
19231 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19232 (gnus-summary-tool-bar-zap-list): New variables.
19233 (gnus-summary-make-tool-bar): Complete rewrite using
19234 `gmm-tool-bar-from-list'.
19235
19236 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19237 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19238 New variables.
19239 (gnus-group-make-tool-bar): Complete rewrite using
19240 `gmm-tool-bar-from-list'.
19241 (gnus-group-tool-bar-update): New function.
19242
19243 * message.el (message-mode-field-menu): Add "Show hidden Headers".
19244
19245 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
19246
19247 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19248 is dissected into a single part of which the type is the same as
19249 the given one; decode charset.
19250
19251 2006-01-21 Kevin Ryde <user42@zip.com.au>
19252
19253 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19254 into alists as symbol not string, since that's what
19255 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19256 look for.
19257
19258 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
19259
19260 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19261 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19262
19263 * message.el (message-tool-bar-gnome): Use gmm-ignore.
19264
19265 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
19266
19267 * gnus-art.el (gnus-mime-security-button-commands): New variable.
19268 (gnus-mime-security-button-menu): New definition.
19269 (gnus-mime-security-button-map): Use them.
19270 (gnus-mime-security-button-menu): New function.
19271 (gnus-insert-mime-security-button): Addition to help echo.
19272 (gnus-mime-security-run-function, gnus-mime-security-save-part)
19273 (gnus-mime-security-pipe-part): New functions.
19274
19275 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19276 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19277
19278 * mm-decode.el (mm-handle-set-disposition): Remove.
19279 (mm-handle-set-description): Remove.
19280
19281 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
19282
19283 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19284 (mm-w3m-standalone-supports-m17n-p): New function.
19285 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19286 w3m usage.
19287
19288 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19289 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19290
19291 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
19292
19293 * message.el (message-tool-bar-zap-list):
19294 Use gmm-tool-bar-zap-list as custom type.
19295 (message-tool-bar-update): New function.
19296 (message-tool-bar, message-tool-bar-gnome)
19297 (message-tool-bar-retro): Add message-tool-bar-update.
19298 (message-tool-bar-gnome): Add flyspell-buffer.
19299
19300 * gnus-util.el (gnus-error): Describe `args'.
19301
19302 * gmm-utils.el (gmm-error): Describe `args'.
19303 (gmm-tool-bar-zap-list): New widget.
19304 (gmm-tool-bar-from-list): Improve description of `zap-list'.
19305
19306 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
19307
19308 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19309 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19310 the number of recursive calls.
19311
19312 * mm-decode.el (mm-handle-set-disposition): New macro.
19313 (mm-handle-set-description): New macro.
19314
19315 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
19316
19317 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19318 encoding.
19319
19320 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
19321
19322 * message.el (message-tool-bar-zap-list, message-tool-bar)
19323 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19324 (message-tool-bar-local-item-from-menu): Remove.
19325 (message-tool-bar-map): Replace by `message-make-tool-bar'.
19326 (message-make-tool-bar): New function.
19327 (message-mode): Use `message-make-tool-bar'.
19328
19329 * gmm-utils.el: New file.
19330 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19331 (gmm-lazy): New widget copied from `nnmail.el'.
19332 (gmm-tool-bar-from-list): New function for creating customizable
19333 tool bars.
19334 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
19335 output.
19336 (gmm): Add :prefix to defgroup.
19337
19338 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
19339
19340 * gmm-utils.el (gmm-widget-p): New function.
19341
19342 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
19343
19344 * mml.el (mml-attach-file): Describe `description' in doc string.
19345 (mml-menu): Add Emacs MIME manual and PGG manual.
19346
19347 2006-01-20 Richard M. Stallman <rms@gnu.org>
19348
19349 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19350
19351 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
19352
19353 * nntp.el (nntp-end-of-line): Doc fix.
19354
19355 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
19356
19357 * imap.el (imap-open): Handle case where buffer is a buffer
19358 object.
19359
19360 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
19361
19362 * gnus-delay.el (gnus-delay): Don't autoload.
19363 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19364 to be re-loaded when customizing the `gnus-delay' group.
19365
19366 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
19367
19368 * message.el (message-insert-citation-line): Use newlines.
19369
19370 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
19371
19372 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19373
19374 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19375
19376 2006-01-19 Mark D. Baushke <mdb@gnu.org>
19377
19378 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19379
19380 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
19381
19382 * mm-decode.el (mm-inlined-types): Add application/pgp.
19383 (mm-automatic-display): Ditto.
19384
19385 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19386 part as text.
19387
19388 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
19389
19390 * nnrss.el: Update copyright.
19391 (nnrss-opml-import): Query whether to subscribe to each entry.
19392
19393 * gnus-art.el:
19394 * gnus-sum.el:
19395 * mm-uu.el:
19396 * mm-view.el: Update copyright.
19397
19398 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
19399
19400 * message.el (message-info): New function.
19401 (message-mode-menu): Add it.
19402 Update copyright.
19403
19404 * ChangeLog: Fix and update copyright.
19405
19406 2006-01-13 Romain Francoise <romain@orebokech.com>
19407
19408 * message.el (message-forward-subject-name-subject): Prefer the
19409 address to 'nowhere' if the sender has no name.
19410 Fix typo. Update copyright year.
19411
19412 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
19413
19414 * gnus-art.el (article-wash-html):
19415 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19416 (gnus-article-wash-html-with-w3m-standalone): New function.
19417
19418 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19419 mm-inline-text-html-render-with-w3m-standalone.
19420 (mm-text-html-washer-alist): Map w3m-standalone to
19421 gnus-article-wash-html-with-w3m-standalone.
19422 (mm-inline-text-html-render-with-w3m-standalone): New function.
19423
19424 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
19425
19426 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19427 Improve LaTeX.
19428
19429 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
19430
19431 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19432 (nnrss-request-article): Render text/plain parts as HTML.
19433
19434 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19435 the buffer.
19436
19437 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
19438
19439 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19440 custom definition of `gnus-posting-styles'.
19441
19442 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19443 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19444
19445 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
19446
19447 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19448 Use nntp for bug archive.
19449
19450 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
19451
19452 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19453 parts.
19454 (nnrss-normalize-date): New function converts ISO 8601 date into
19455 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
19456 (nnrss-check-group): Use it.
19457
19458 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
19459
19460 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19461
19462 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19463 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
19464 (nnrss-insert-w3): Ditto.
19465
19466 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
19467
19468 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19469 the articles to be forwarded including the case where neither a
19470 number of articles nor a region is specified.
19471
19472 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
19473
19474 * nnrss.el (nnrss-request-article): Fix last change; fill
19475 text/plain parts.
19476
19477 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
19478
19479 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19480 in text/plain part.
19481 (nnrss-check-group): Don't add excessive newline to dc:subject.
19482
19483 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
19484
19485 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19486 article.
19487
19488 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
19489
19490 * nnml.el: Don't require gnus-bcklg. Autoload it.
19491 (nnml-use-compressed-files, nnml-save-mail): Support other
19492 comression programs such as bzip2.
19493
19494 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19495
19496 * dns.el (query-dns): Make sure we check the buffer size before
19497 removing tcp headers.
19498
19499 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
19500
19501 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19502 remove MIME buttons associated with multipart/alternative parts.
19503 (gnus-mime-display-alternative): Tag buttons using `article-type'
19504 text property.
19505
19506 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19507 associated with multipart/alternative parts.
19508
19509 * gnus-art.el (gnus-signature-separator): Fix custom type.
19510
19511 * mm-decode.el (mm-inlined-types): Fix custom type.
19512 (mm-keep-viewer-alive-types): Ditto.
19513 (mm-automatic-display): Ditto.
19514 (mm-attachment-override-types): Ditto.
19515 (mm-inline-override-types): Ditto.
19516 (mm-automatic-external-display): Ditto.
19517
19518 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
19519
19520 * spam-report.el (spam-report-user-mail-address)
19521 (spam-report-user-agent): New variables.
19522 (spam-report-url-ping-plain): Use spam-report-user-agent.
19523
19524 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
19525
19526 * gnus-art.el (gnus-button-handle-custom): Do not just use
19527 `customize-apropos' for any "M-x customize-*" button but the
19528 function called for. Accept both the function name and its
19529 argument in order to achieve this.
19530 (gnus-button-alist): Remove support for "custom:" URL's.
19531 Pass function name to `gnus-button-handle-custom' in case of "M-x
19532 customize-*" buttons.
19533
19534 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
19535
19536 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19537 multipart/alternative and add xref to mm-discouraged-alternatives
19538 in doc string.
19539
19540 * mm-decode.el (mm-discouraged-alternatives): Add xref to
19541 gnus-buttonized-mime-types in doc string.
19542
19543 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
19544
19545 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19546 Suggest image/.* in the doc string.
19547
19548 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
19549
19550 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19551 message-marks (Debian bug#342521).
19552
19553 2005-12-12 Simon Josefsson <jas@extundo.com>
19554
19555 * password.el (password-read-from-cache): Add.
19556 (password-read): Use it.
19557
19558 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
19559
19560 * rfc2047.el (rfc2047-charset-to-coding-system):
19561 Recognize us-ascii as a MIME charset.
19562
19563 * mm-bodies.el (mm-decode-content-transfer-encoding):
19564 Protect against the case where the 2nd arg TYPE is nil.
19565
19566 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
19567
19568 * pop3.el (pop3-stream-type): Fix custom version.
19569
19570 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19571
19572 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19573
19574 * mm-decode.el (mm-display-external): Add missing cdr.
19575
19576 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
19577
19578 * mm-decode.el (mm-display-external): Use nametemplate (defined in
19579 RFC1524) if it is in mailcap or add a suffix according to
19580 mailcap-mime-extensions when generating a temp filename; postpone
19581 deleting a temp file for 2 seconds for some wrappers, shell
19582 scripts, and so on, which might exit right after having started a
19583 viewer command as a background job.
19584
19585 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
19586
19587 * nntp.el (nntp-marks-directory): Fix custom group.
19588
19589 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19590 steps when < 10.
19591
19592 * gnus-start.el (gnus-no-server-1):
19593 Mention `gnus-level-default-subscribed' in doc string.
19594
19595 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19596
19597 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19598 parens.
19599
19600 2005-11-26 Dave Love <fx@gnu.org>
19601
19602 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19603 (tls-program, tls-success): Provide openssl alternative.
19604
19605 * starttls.el: Doc fixes.
19606 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19607 SERVICE to PORT.
19608
19609 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
19610 port null or service name.
19611 (starttls-negotiate): Autoload.
19612
19613 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
19614
19615 * message.el (message-kill-to-signature): Fix interactive spec.
19616
19617 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
19618
19619 * pop3.el (pop3-open-server): Recognize a string as a service name.
19620
19621 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
19622
19623 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19624
19625 2005-11-23 Dave Love <fx@gnu.org>
19626
19627 Add pop3s, pop3/starttls.
19628
19629 * pop3.el (pop3-authentication-scheme): Clarify doc.
19630 (open-tls-stream, starttls-open-stream): Autoload.
19631 (pop3-stream-type): New.
19632 (pop3-open-server): Use it.
19633
19634 * mail-source.el (mail-sources): Fix some :types. Add stream type
19635 for POP.
19636 (mail-source-keyword-map): Add :stream for POP.
19637 (mail-source-fetch-pop): Use pop3-stream-type.
19638
19639 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
19640
19641 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19642 of current-time-string.
19643
19644 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
19645
19646 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19647 date header.
19648
19649 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
19650
19651 * gnus-sum.el (gnus-fetch-old-headers): Update docs to warn that
19652 it can seriously impact performance as it bypasses the agent's
19653 local caches.
19654
19655 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
19656
19657 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19658 must be explicitly online rather than "not explicitly offline" for
19659 its flags to be synchronized.
19660
19661 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19662 that gnus-uu-unmark-thread will function correctly.
19663
19664 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19665 1024K is instead displayed as 1M.
19666
19667 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19668
19669 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19670
19671 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
19672
19673 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19674
19675 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
19676
19677 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19678 error message to display actual error condition.
19679 (gnus-agent-save-local): Avoid saving symbols that are bound to
19680 nil as they simply result in a warning message in
19681 gnus-agent-read-local.
19682
19683 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
19684
19685 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19686 rather than make-variable-buffer-local for file-precious-flag.
19687
19688 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
19689
19690 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19691 for duplicates which are removed. The invalid sort check then
19692 triggers a rescan after the sort as sorting may have moved
19693 duplicate entries such that they can be cheaply detected.
19694
19695 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
19696
19697 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19698
19699 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
19700
19701 * gnus-agent.el (gnus-agent-article-alist-save-format):
19702 Change internal variable to a custom variable. Change default value
19703 from compressed(2) to uncompressed(1).
19704 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19705 support for uncompressed agentview files. Taken together, reading
19706 the agentview file should now be 6-7 times faster.
19707
19708 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
19709
19710 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19711 as a buffer-local variable. This avoids creating truncated
19712 dribble files as a result of a hang up, eg.
19713
19714 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
19715
19716 * gnus-start.el (gnus-start-draft-setup):
19717 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19718
19719 * gnus.el (gnus-splash): Change custom group.
19720 (gnus-group-get-parameter, gnus-group-parameter-value):
19721 Describe allow-list argument.
19722
19723 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19724 string.
19725
19726 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
19727
19728 * gnus-art.el (gnus-default-article-saver): Add user-defined
19729 `function' to custom type.
19730
19731 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19732
19733 * imap.el (imap-open): Handle case where buffer is a buffer
19734 object.
19735
19736 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
19737
19738 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19739 long lines.
19740 (gnus-cache-delete-group): Wrap doc strings.
19741
19742 * gnus-agent.el (gnus-agent-rename-group)
19743 (gnus-agent-delete-group): Wrap doc strings.
19744
19745 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
19746
19747 * gnus-start.el (gnus-1): Add "native" to
19748 gnus-predefined-server-alist.
19749
19750 * gnus.el (gnus-method-to-server): Don't add "native" to the
19751 lists here, because that leads to problems when
19752 gnus-select-method is bound.
19753
19754 2005-11-09 Simon Josefsson <jas@extundo.com>
19755
19756 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19757 use (not sort-by-date) instead.
19758
19759 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
19760
19761 * gnus-delay.el (gnus-delay-group): Don't autoload.
19762 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19763 to be re-loaded when customizing the `gnus-delay' group.
19764
19765 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
19766
19767 * message.el: Revert last changes.
19768 (message-insert-citation-line): Use newlines.
19769
19770 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
19771
19772 * message.el (message-courtesy-message)
19773 (message-mark-insert-begin, message-mark-insert-end)
19774 (message-elide-ellipsis, message-cancel-message)
19775 (message-add-header, message-change-subject)
19776 (message-cross-post-followup-to-header)
19777 (message-cross-post-insert-note, message-reduce-to-to-cc)
19778 (message-widen-reply, message-delete-not-region)
19779 (message-kill-to-signature, message-insert-signature)
19780 (message-insert-importance-high, message-insert-importance-low)
19781 (message-insert-or-toggle-importance)
19782 (message-insert-disposition-notification-to)
19783 (message-indent-citation, message-yank-original)
19784 (message-cite-original-without-signature, message-cite-original)
19785 (message-insert-citation-line, message-position-on-field)
19786 (message-fix-before-sending, message-send-mail-partially)
19787 (message-send-mail, message-send-mail-with-sendmail)
19788 (message-send-mail-with-qmail, message-send-news)
19789 (message-check-news-header-syntax, message-generate-headers)
19790 (message-insert-courtesy-copy, message-fill-address)
19791 (message-fill-header, message-shorten-references)
19792 (message-setup-1, message-cancel-news)
19793 (message-forward-make-body-plain, message-forward-make-body-mime)
19794 (message-forward-make-body-mml, message-encode-message-body)
19795 (message-forward-make-body-digest-plain)
19796 (message-forward-make-body-digest-mime)
19797 (message-use-alternative-email-as-from): Insert `hard-newline'
19798 instead of ordinary newlines.
19799
19800 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
19801
19802 * message.el (message-generate-headers): Downcase the argument
19803 given to message-check-element.
19804
19805 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
19806
19807 * nntp.el (nntp-authinfo-rejected): New error condition.
19808 (nntp-wait-for): Use new error condition to signal authentication
19809 error.
19810 (nntp-retrieve-data): Rethrow new error condition to break out of
19811 recursive call to nntp-send-authinfo.
19812
19813 2005-11-08 Romain Francoise <romain@orebokech.com>
19814
19815 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19816 (gnus-summary-exit-map): Bind to `Z p'.
19817 (gnus-summary-make-menu-bar): Add menu item.
19818
19819 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
19820
19821 * gnus-art.el (gnus-article-treat-custom): Add `first'.
19822 (gnus-treat-*): Add `first' in all doc strings.
19823
19824 * gnus-group.el (gnus-group-compact-group): Fix typo.
19825
19826 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
19827
19828 * gnus.el (gnus-parameters-case-fold-search): New variable.
19829 (gnus-parameters-get-parameter): Use it.
19830
19831 * gnus-score.el (gnus-home-score-file): Doc fix.
19832
19833 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
19834
19835 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19836
19837 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
19838
19839 * mm-util.el (mm-special-display-p): New function.
19840
19841 * mml.el (mml-preview): Use it; doc fix.
19842
19843 2005-10-29 Romain Francoise <romain@orebokech.com>
19844
19845 * message.el (message-fix-before-sending): Fix comment.
19846
19847 2005-10-29 Jari Aalto <jari.aalto@cante.net>
19848
19849 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19850
19851 2005-10-29 Jari Aalto <jari.aalto@cante.net>
19852
19853 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19854 Used in gnus-score.el.
19855
19856 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
19857
19858 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19859
19860 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
19861
19862 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19863 whitespace removed in revision 7.8. Use concatenated string to
19864 protect trailing whitespace.
19865
19866 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
19867
19868 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19869 (nnimap-request-expire-articles): Use it to avoid sending 'UID
19870 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19871 Courier IMAP ("some version from 2004"). Mostly based on similar
19872 code in the same function.
19873
19874 2005-10-26 Didier Verna <didier@xemacs.org>
19875
19876 * gnus-group.el (gnus-group-compact-group): Invalidate original
19877 article buffer.
19878 * gnus-srvr.el (gnus-server-compact-server): Ditto.
19879 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19880 NOV database and in article itself.
19881 Invalidate article backlog.
19882
19883 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
19884
19885 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19886
19887 2005-10-26 Simon Josefsson <jas@extundo.com>
19888
19889 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19890 part of 2004-07-25 change.
19891
19892 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
19893
19894 * message.el (message-display-completion-list): New function.
19895 (message-expand-group): Use it; make sure the Completions buffer
19896 is modifiable.
19897
19898 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19899
19900 * imap.el (imap-open): Handle case where buffer is a buffer object.
19901
19902 2005-10-24 Eli Zaretskii <eliz@gnu.org>
19903
19904 * pgg-def.el:
19905 * pgg-gpg.el:
19906 * pgg-parse.el:
19907 * pgg-pgp.el:
19908 * pgg-pgp5.el:
19909 * pgg.el: Move to the parent lisp directory.
19910
19911 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19912
19913 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19914 user-mail-name is an empty string.
19915
19916 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19917
19918 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19919 depending on gnus-score-decay-constant.
19920
19921 * encrypt.el (encrypt-insert-file-contents)
19922 (encrypt-write-file-contents): Don't use `gnus-message'.
19923
19924 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19925 arguments.
19926 (mm-uu-type-alist): Add message-marks and insert-marks.
19927 Pass arguments to mm-uu-verbatim-marks-extract.
19928 (mm-uu-hide-markers): New variable.
19929 (mm-uu-extract): Use face similar to `gnus-cite-3'.
19930
19931 * gnus-fun.el (gnus-convert-image-to-x-face-command)
19932 (gnus-convert-image-to-face-command): Use "convert" by default to
19933 allow other input image formats.
19934 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19935 accordingly.
19936
19937 2005-10-23 Simon Josefsson <jas@extundo.com>
19938
19939 * imap.el (imap-gssapi-program): Align command line parameters
19940 with latest GNU SASL.
19941 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19942
19943 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19944
19945 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19946 HTML.
19947 (nnslashdot-request-article): Ditto.
19948
19949 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
19950
19951 * mail-source.el (mail-source-fetch-pop): Require pop3.
19952 (mail-source-check-pop): Ditto.
19953
19954 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
19955
19956 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19957 errors.
19958
19959 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
19960
19961 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19962 (gnus-treat-strip-leading-blank-lines): Improve doc string.
19963
19964 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19965
19966 * mm-bodies.el (mm-decode-string):
19967 Call `mm-charset-to-coding-system' with allow-override argument.
19968
19969 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
19970
19971 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19972 (rfc2047-charset-to-coding-system): New function.
19973 (rfc2047-decode-encoded-words): New function.
19974 (rfc2047-decode-region): Use them.
19975 (rfc2047-decode-cte): Remove.
19976 (rfc2047-parse-and-decode): Remove.
19977 (rfc2047-decode): Remove.
19978
19979 2005-10-15 Kenichi Handa <handa@m17n.org>
19980
19981 * rfc2047.el (rfc2047-decode-cte): New function.
19982 (rfc2047-decode-region): Change the way to decode successive
19983 encoded-words: decode B- or Q-encoding in each encoded-word,
19984 concatenate them, and decode it as charset.
19985
19986 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
19987
19988 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
19989 widget-move-and-invoke.
19990 (gnus-custom-mode): Use gnus-custom-map.
19991
19992 2005-10-15 Bill Wohler <wohler@newt.com>
19993
19994 * message.el (message-tool-bar-map): Rename image file from
19995 mail_send to mail/send.
19996
19997 2005-10-16 Masatake YAMATO <jet@gyve.org>
19998
19999 * message.el (message-expand-group): Pass the common
20000 prefix substring of completion to `display-completion-list'.
20001
20002 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
20003
20004 * mml-sec.el (mml-secure-method): New internal variable.
20005 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20006 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20007 New functions using mml-secure-method.
20008
20009 * mml.el (mml-mode-map): Add key bindings for those functions.
20010 (mml-menu): Simplify security menu entries. Suggested by Jesper
20011 Harder <harder@myrealbox.com>.
20012 (mml-attach-file, mml-attach-buffer, mml-attach-external):
20013 Goto end of message if point is the headers of the message.
20014
20015 * message.el (message-in-body-p): New function.
20016
20017 * assistant.el: Autoload gnus-util and netrc.
20018
20019 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20020 Use `mm-charset-override-alist' only when decoding.
20021
20022 * mm-bodies.el (mm-decode-body):
20023 Call `mm-charset-to-coding-system' with allow-override argument.
20024
20025 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20026 `filename' from Content-Disposition if Content-Type doesn't
20027 provide `name'.
20028 (gnus-mime-view-part-as-type): Set default instead of
20029 initial-input.
20030
20031 2005-10-09 Daniel Brockman <daniel@brockman.se>
20032
20033 * format-spec.el (format-spec): Propagate text properties of % spec.
20034
20035 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
20036
20037 * gnus-art.el (gnus-treat-predicate): Add `first'.
20038
20039 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
20040
20041 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20042 (mm-charset-override-alist): New variable.
20043 (mm-charset-to-coding-system): Use it.
20044 (mm-codepage-setup): New helper function.
20045 (mm-charset-eval-alist): New variable.
20046 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20047 Warn about unknown charsets.
20048
20049 2005-10-04 David Hansen <david.hansen@gmx.net>
20050
20051 * nnrss.el (nnrss-request-article): Add support for the comments tag.
20052 (nnrss-check-group): Ditto.
20053
20054 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
20055
20056 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20057 Rename x-gnus-verbatim to x-verbatim.
20058 (mm-uu-type-alist): Fix regexp for verbatim-marks.
20059
20060 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20061 x-verbatim.
20062
20063 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20064
20065 * gnus-util.el (gnus-remove-duplicates): Remove.
20066
20067 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20068 instead of gnus-remove-duplicates.
20069
20070 * message.el (message-remove-duplicates): Remove.
20071 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20072 message-remove-duplicates.
20073
20074 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20075 available, else use implementation from `delete-dups'.
20076
20077 * message.el (message-insert-expires): New function.
20078 (message-mode-map): Add key binding.
20079 (message-mode-field-menu): Add menu entry.
20080 (message-mode): Document it.
20081 (message-make-expires-date): Use `message-make-date'.
20082
20083 2005-10-04 Josh Huber <huber@alum.wpi.edu>
20084
20085 * message.el (message-make-expires-date): New function.
20086
20087 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
20088
20089 * time-date.el: Autoload parse-time-string, XEmacs needs it.
20090
20091 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
20092
20093 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20094 function rather than the diff-mode.el package.
20095 (mm-display-external): Use with-current-buffer.
20096 (mm-viewer-completion-map, mm-viewer-completion-map):
20097 Move initialization inside declaration.
20098
20099 2005-09-29 Simon Josefsson <jas@extundo.com>
20100
20101 * spam.el: Load hashcash when compiling, to avoid warnings.
20102 Don't autoload mail-check-payment.
20103 (spam-check-hashcash): Define unconditionally, since hashcash.el
20104 is part of Gnus now. Ignore errors from payment checking.
20105
20106 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
20107
20108 * message.el (message-bold-region, message-unbold-region):
20109 Rename from `bold-region' and `unbold-region'.
20110
20111 * message.el: Remove useless autoloads.
20112
20113 2005-09-28 Simon Josefsson <jas@extundo.com>
20114
20115 * message.el (message-use-idna): Default to t.
20116 (message-use-idna): Test whether encoding works too. Doc fix.
20117
20118 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
20119
20120 * nntp.el (nntp-warn-about-losing-connection): Remove.
20121
20122 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
20123
20124 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20125 customizable. Change default value.
20126 (mm-uu-diff-groups-regexp): Change default value.
20127 (mm-uu-type-alist): Add doc string.
20128 (mm-uu-configure): Add doc string. Make it interactive.
20129 (mm-uu-tex-groups-regexp): New variable.
20130 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20131 (mm-uu-type-alist): Add LaTeX documents.
20132 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20133 of "text/verbatim".
20134 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20135
20136 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20137 instead of "text/verbatim".
20138
20139 * message.el (message-mark-inserted-region)
20140 (message-mark-insert-file): Use slrn style marks when called with
20141 prefix argument.
20142
20143 2005-09-27 Simon Josefsson <jas@extundo.com>
20144
20145 * message.el (message-idna-to-ascii-rhs-1): Reformat.
20146
20147 2005-09-27 Arne Jørgensen <arne@arnested.dk>
20148
20149 * message.el (message-remove-duplicates): New function.
20150 Implementation borrowed from `gnus-remove-duplicates'.
20151 (message-idna-to-ascii-rhs): Also encode idna addresses in
20152 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20153 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20154 only ask about the same idna domain once per header and also tell
20155 in what header to replace the idna domain.
20156
20157 * gnus-art.el (article-decode-idna-rhs): Also decode idna
20158 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20159 (article-decode-idna-rhs): Fix regexp so that all idna-address in
20160 a header is decoded and not just the last one.
20161
20162 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
20163
20164 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20165 has been decoded.
20166
20167 * mm-decode.el (mm-automatic-display): Add text/verbatim.
20168 (mm-insert-part): Don't modify text if it has been decoded.
20169
20170 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20171 decoded.
20172
20173 * mm-view.el (mm-inline-text): Don't strip text props unless
20174 decoding enriched or richtext parts.
20175
20176 2005-09-25 Romain Francoise <romain@orebokech.com>
20177
20178 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20179 * gnus-start.el (gnus-subscribe-interactively):
20180 * gnus-uu.el (gnus-uu-grab-articles):
20181 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20182 space.
20183
20184 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
20185
20186 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20187 * mm-view.el (mm-view-pkcs7-decrypt):
20188 * gnus-sum.el (gnus-summary-limit-to-extra)
20189 (gnus-summary-respool-article, gnus-read-move-group-name):
20190 * gnus-score.el (gnus-summary-increase-score):
20191 * gnus-util.el (gnus-completing-read-with-default):
20192 * gnus-art.el (gnus-read-save-file-name)
20193 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20194 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20195 * message.el (message-check-news-header-syntax):
20196 Follow convention for reading with the minibuffer.
20197
20198 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
20199
20200 * spam-report.el (spam-report-url-ping-plain):
20201 Use gnus-extended-version as User-Agent.
20202
20203 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20204 default value is nil.
20205
20206 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20207 (mm-uu-verbatim-marks-extract): New function.
20208 (mm-uu-extract): New face.
20209 (mm-uu-copy-to-buffer): Use it.
20210
20211 * spam-report.el (spam-report-gmane-ham): Rename from
20212 `spam-report-gmane-unspam'.
20213 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20214 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
20215
20216 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20217 Autoload.
20218 (spam-report-gmane-unregister-routine):
20219 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20220
20221 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
20222
20223 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20224 (spam-report-gmane-unregister-routine): Add support for gmane
20225 unregistration.
20226
20227 * spam-report.el (spam-report-gmane-unspam)
20228 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20229 (spam-report-gmane): Change to take a single article and do unspam
20230 registration.
20231
20232 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
20233
20234 * mm-url.el (mm-url-decode-entities): Fix regexp.
20235
20236 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
20237
20238 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20239 default to nil, to be able to use Gnus at all. If the default
20240 switches to something else, then the function should be fixed not
20241 be exceedingly slow.
20242
20243 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
20244
20245 * gnus-start.el (gnus-activate-group): If the server is nil, don't
20246 fail hard.
20247
20248 * spam-report.el: Add better Keywords line.
20249
20250 * spam.el: Add Maintainer and better Keywords line.
20251
20252 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
20253
20254 * gnus-art.el (gnus-article-replace-part)
20255 (gnus-mime-replace-part): New functions.
20256 (gnus-mime-action-alist, gnus-mime-button-commands)
20257 (gnus-mime-save-part-and-strip): Add file argument.
20258 (gnus-article-part-wrapper): Add interactive argument.
20259
20260 * gnus-sum.el (gnus-summary-mime-map):
20261 Add `gnus-article-replace-part'.
20262
20263 2005-09-19 Didier Verna <didier@xemacs.org>
20264
20265 The nnml compaction feature:
20266 * nnml.el (nnml-request-compact-group): New function.
20267 * nnml.el (nnml-request-compact): New function.
20268 * gnus-int.el (gnus-request-compact-group): New function.
20269 * gnus-int.el (gnus-request-compact): New function.
20270 * gnus-group.el (gnus-group-compact-group): New function.
20271 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20272 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20273 * gnus-srvr.el (gnus-server-compact-server): New function.
20274 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20275 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20276
20277 2005-09-18 Deepak Goel <deego@gnufans.org>
20278
20279 * sieve.el (sieve-help): Fix `message' call: first arg should be a
20280 format spec.
20281
20282 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
20283
20284 * gnus.el (gnus-group-startup-message): Bind image-load-path.
20285
20286 2005-09-15 Romain Francoise <romain@orebokech.com>
20287
20288 * message.el (message-fill-paragraph): Clarify docstring.
20289
20290 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
20291
20292 * gnus-art.el (gnus-mime-display-part): Protect against broken
20293 MIME messages.
20294
20295 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
20296
20297 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20298 before parsing header.
20299
20300 2005-09-11 Jari Aalto <jari.aalto@cante.net>
20301
20302 * html2text.el (html2text-replace-list): Add new entities.
20303
20304 2005-09-11 Romain Francoise <romain@orebokech.com>
20305
20306 * message.el (message-alternative-emails): Improve docstring.
20307 (message-setup-1): Call `message-use-alternative-email-as-from'
20308 after `message-setup-hook' to give it precedence over posting
20309 styles, etc.
20310 (message-use-alternative-email-as-from): Add docstring.
20311 Remove the original From header if present.
20312
20313 * nnml.el (nnml-compressed-files-size-threshold): New variable.
20314 (nnml-save-mail): Use it.
20315
20316 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20317 articles. Add new argument `silent'.
20318 (gnus-uu-mark-all): Report the total number of marked articles.
20319
20320 2005-09-10 Romain Francoise <romain@orebokech.com>
20321
20322 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20323 (gnus-uu-mark-series): Likewise.
20324
20325 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
20326
20327 * spam-report.el (spam-report-gmane): Fix generation of spam
20328 report URL.
20329
20330 2005-09-10 Simon Josefsson <jas@extundo.com>
20331
20332 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20333 t, based on discussion on the ding list with Robert Epprecht
20334 <epprecht@solnet.ch>.
20335
20336 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
20337
20338 * spam-report.el (spam-report-gmane): Make it work without
20339 X-Report-Spam header. Gmane now only provides Archived-At.
20340 This is only used if `spam-report-gmane-use-article-number' is nil.
20341 (spam-report-gmane-spam-header): Remove. Not used anymore.
20342
20343 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20344 make `gnus-summary-sort-by-recipient' work with threading.
20345
20346 * nnweb.el (nnweb-google-wash-article): Print a message if article
20347 is not available.
20348
20349 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20350
20351 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20352 change. Decode text/* parts content before displaying.
20353
20354 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
20355
20356 * mml-smime.el: Remove defvar of gnus-extract-address-components.
20357
20358 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
20359
20360 * mm-view.el (mm-display-inline-fontify): Disable support modes.
20361
20362 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
20363
20364 * message.el (message-tab-body-function): Fix mismatched custom type.
20365
20366 * gnus.el (gnus-group-change-level-function): Ditto.
20367
20368 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20369
20370 * gnus-art.el (gnus-signature-limit)
20371 (gnus-article-mime-part-function): Ditto.
20372
20373 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
20374
20375 * mml.el (mml-mode): Silence the byte compiler.
20376
20377 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20378 using `(sit-for 0)' before moving the point to the specified part;
20379 skip unbuttonized parts.
20380 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20381 return to the summary window if gnus-auto-select-part is non-nil.
20382
20383 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
20384
20385 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20386 New variables.
20387 (mml-dnd-attach-file, mml-mode): Use them.
20388
20389 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20390 Make fetching article by MID work again for Google Groups.
20391 Add FIXME concerning gnus-group-make-web-group.
20392
20393 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20394 Don't depend on Gnus by using mail-extract-address-components if
20395 gnus-extract-address-components is not bound.
20396
20397 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20398
20399 * gnus-art.el (gnus-mime-display-security): Don't display the
20400 signature, but only the signed part.
20401
20402 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
20403
20404 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20405
20406 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20407 list, not listp.
20408
20409 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
20410
20411 * mm-encode.el (mm-encode-content-transfer-encoding):
20412 Likewise when encoding.
20413
20414 * mm-bodies.el (mm-decode-content-transfer-encoding):
20415 De-canonicalize CRLF for all text content types, not just
20416 text/plain.
20417
20418 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
20419
20420 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20421 valid article; point arrow and cursor at the MIME button.
20422
20423 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
20424
20425 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20426 Suggested by Dan Christensen <jdc@uwo.ca>.
20427
20428 * mm-decode.el (mm-save-part): Enable change of prompt.
20429
20430 2005-08-29 Jari Aalto <jari.aalto@cante.net>
20431
20432 * gnus-msg.el (gnus-inews-add-send-actions):
20433 Make `message-post-method' lambda parameter ARG `&optional'.
20434
20435 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
20436
20437 * gnus-sum.el (gnus-summary-mime-map):
20438 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20439 gnus-article-jump-to-part.
20440
20441 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20442 (gnus-article-edit-part): Use it.
20443 (gnus-article-part-wrapper): Add no-handle argument.
20444 (gnus-article-save-part-and-strip, gnus-article-delete-part):
20445 New functions.
20446
20447 2005-08-29 Romain Francoise <romain@orebokech.com>
20448
20449 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20450 docstring.
20451 (gnus-face-from-file): Likewise.
20452
20453 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
20454
20455 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20456 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20457 non-nil.
20458 (gnus-auto-select-part): New variable.
20459 (gnus-article-jump-to-part): New function.
20460 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20461 (gnus-mime-delete-part): Allow selecting specified part after
20462 deleting or stripping parts.
20463 (gnus-article-jump-to-part): Don't use `read-number'. Use last
20464 part if argument is bogus.
20465
20466 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
20467
20468 * gnus-art.el (w3m-minor-mode-map):
20469 * gnus-spec.el (gnus-newsrc-file-version):
20470 * gnus-util.el (nnmail-active-file-coding-system)
20471 (gnus-original-article-buffer, gnus-user-agent):
20472 * gnus.el (gnus-ham-process-destinations)
20473 (gnus-parameter-ham-marks-alist)
20474 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20475 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20476 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20477 * mm-decode.el (gnus-current-window-configuration):
20478 * mm-extern.el (gnus-article-mime-handles):
20479 * mm-url.el (url-current-object, url-package-name)
20480 (url-package-version):
20481 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20482 (smime-keys, w3m-cid-retrieve-function-alist)
20483 (w3m-current-buffer, w3m-display-inline-images)
20484 (w3m-minor-mode-map):
20485 * mml-smime.el (gnus-extract-address-components):
20486 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20487 (gnus-newsrc-hashtb, message-default-charset)
20488 (message-deletable-headers, message-options)
20489 (message-posting-charset, message-required-mail-headers)
20490 (message-required-news-headers):
20491 * mml1991.el (mc-pgp-always-sign):
20492 * mml2015.el (mc-pgp-always-sign):
20493 * nnheader.el (nnmail-extra-headers):
20494 * rfc1843.el (gnus-decode-encoded-word-function)
20495 (gnus-decode-header-function, gnus-newsgroup-name):
20496 * spam-stat.el (gnus-original-article-buffer): Add defvars.
20497
20498 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
20499
20500 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20501 the end of the date treatments.
20502
20503 2005-08-15 Simon Josefsson <jas@extundo.com>
20504
20505 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20506 it in url-handlers.el and XEmacs in url.el. Reported by Luca
20507 Capello and Romain Francoise.
20508 (pgg-fetch-key-function): Remove, not used?
20509 (pgg-insert-url-with-w3): Require url, to get
20510 url-insert-file-contents regardless of where it is defined.
20511
20512 2005-08-13 Romain Francoise <romain@orebokech.com>
20513
20514 * message.el (message-cite-original-1): New function.
20515 (message-cite-original): Use it.
20516 (message-cite-original-without-signature): Ditto.
20517
20518 2005-08-08 Romain Francoise <romain@orebokech.com>
20519
20520 * message.el (message-yank-empty-prefix): New variable.
20521 (message-indent-citation): Use it.
20522 (message-cite-original-without-signature): Respect X-No-Archive.
20523
20524 2005-08-08 Simon Josefsson <jas@extundo.com>
20525
20526 * pgg.el: Autoload url-insert-file-contents instead of loading
20527 w3/url.
20528 (pgg-insert-url-with-w3): Don't load url here.
20529
20530 2005-08-07 Jesper Harder <harder@phys.au.dk>
20531
20532 * message.el (message-kill-to-signature): Don't insert newline at
20533 bol.
20534 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20535
20536 2005-08-06 Romain Francoise <romain@orebokech.com>
20537
20538 * message.el (message-user-fqdn): Fix typo in docstring.
20539
20540 2005-08-05 Daiki Ueno <ueno@unixuser.org>
20541
20542 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20543
20544 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20545
20546 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
20547
20548 * mm-bodies.el (mm-encode-body): Use coding system rather than
20549 charset to encode text.
20550
20551 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20552 number of charsets if utf-8 is available (XEmacs).
20553
20554 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
20555
20556 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20557 taken from `gnus-button-mid-or-mail-regexp'.
20558 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20559 (gnus-button-alist): Improve regexp for domain part of the MIDs
20560 for news:localpart@domain buttons.
20561 (gnus-button-ctan-directory-regexp): Update.
20562
20563 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
20564
20565 * sieve-manage.el (sieve-manage-interactive-login):
20566 Use make-local-variable rather than make-variable-buffer-local.
20567 (sieve-manage-open): Ditto.
20568 (sieve-manage-authenticate): Ditto.
20569
20570 * mml.el (mml-generate-mime-1): Make the content type default to
20571 text/plain if the filename is not specified.
20572
20573 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
20574
20575 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20576 instead of insert-buffer.
20577
20578 * message.el (message-yank-original): Ditto; set the mark at the
20579 end of the yanked message.
20580
20581 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
20582
20583 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20584 lines to scroll rather than to stop it.
20585
20586 * mml.el (mml-generate-default-type): Add doc string.
20587 (mml-generate-mime-1): Use mm-default-file-encoding or make it
20588 default to application/octet-stream when determining the content
20589 type if it is not specified for the part or the mml contents; add
20590 a comment about mml-generate-default-type.
20591
20592 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
20593
20594 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20595 make it default to application/octet-stream when determining the
20596 content type if it is not specified for the external contents.
20597
20598 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
20599
20600 * rfc2231.el (rfc2231-parse-string): Take care that not only a
20601 segmented parameter but also other parameters might be there.
20602
20603 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
20604
20605 * mm-decode.el (mm-display-external): Delete temp file, directory
20606 and buffer immediately if the external process is exited.
20607
20608 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
20609
20610 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20611 fewer lines than that of scroll-margin.
20612 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20613
20614 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
20615
20616 * gnus-art.el (gnus-article-next-page): Revert.
20617 (gnus-article-beginning-of-window): New macro.
20618 (gnus-article-next-page-1): Use it.
20619 (gnus-article-prev-page): Ditto.
20620 (gnus-article-edit-part): Use insert-buffer-substring instead of
20621 insert-buffer.
20622 (gnus-article-edit-exit): Ditto.
20623
20624 * gnus-util.el (gnus-beginning-of-window): Remove.
20625 (gnus-end-of-window): Remove.
20626
20627 2005-07-25 Simon Josefsson <jas@extundo.com>
20628
20629 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20630 to have the url package without w3. Reported by Daiki Ueno
20631 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20632
20633 2005-07-20 Didier Verna <didier@xemacs.org>
20634
20635 * gnus-diary.el: Remove the description comment (nndiary is now
20636 properly documented in the Gnus manual).
20637 Fix the spelling of "Back End".
20638 * nndiary.el: Ditto.
20639 Fix the copyright notice.
20640
20641 2005-07-18 Romain Francoise <romain@orebokech.com>
20642
20643 * gnus-sum.el (gnus-summary-to-prefix)
20644 (gnus-summary-newsgroup-prefix): New variables.
20645 (gnus-summary-from-or-to-or-newsgroups): Use them.
20646
20647 2005-07-17 Romain Francoise <romain@orebokech.com>
20648
20649 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20650 space as it's generally not especially interesting to the user.
20651
20652 2005-07-16 Romain Francoise <romain@orebokech.com>
20653
20654 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20655 nil to avoid prompting and file modification if one of the
20656 messages at the top of the nnfolder file contains a copyright
20657 notice.
20658 Update copyright notice.
20659
20660 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20661 instead of `current-time-string' as the latter creates a time
20662 string that is not RFC 2822 compliant (it lacks the zone).
20663 Update copyright notice.
20664
20665 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
20666
20667 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20668 for text/rtf. Display default in prompt. Pass default for M-n.
20669
20670 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20671
20672 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20673
20674 * gnus-msg.el (gnus-button-mailto):
20675 Remove save-selected-window-window hackery because it relies on
20676 save-selected-window internals.
20677
20678 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
20679
20680 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20681 (gnus-article-next-page-1): Use gnus-beginning-of-window.
20682 (gnus-article-prev-page): Ditto.
20683
20684 * gnus-util.el (gnus-beginning-of-window): New function.
20685 (gnus-end-of-window): New function.
20686
20687 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
20688
20689 * gnus-score.el (gnus-score-edit-all-score):
20690 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20691 gnus-message.
20692
20693 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20694
20695 * gnus-msg.el (gnus-button-mailto):
20696 Remove save-selected-window-window hackery because it relies on
20697 save-selected-window internals.
20698
20699 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
20700
20701 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20702 add-minor-mode.
20703 (gnus-binary-mode): Ditto.
20704
20705 * gnus-topic.el (gnus-topic-mode): Ditto.
20706
20707 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
20708
20709 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20710 (gnus-article-prev-page): Take scroll-margin into consideration.
20711
20712 2005-07-04 Lute Kamstra <lute@gnu.org>
20713
20714 Update FSF's address in GPL notices.
20715
20716 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
20717
20718 * gnus.el (gnus-exit):
20719 * gnus-group.el (gnus-group-icons):
20720 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20721
20722 * gnus-nocem.el (gnus-nocem):
20723 * message.el (message-various, message-buffers, message-sending)
20724 (message-interface, message-forwarding, message-insertion)
20725 (message-headers, message-news, message-mail):
20726 * pgg-gpg.el (pgg-gpg):
20727 * pgg-parse.el (pgg-parse):
20728 * pgg-pgp.el (pgg-pgp):
20729 * pgg-pgp5.el (pgg-pgp5):
20730 * pop3.el (pop3): Finish `defgroup' description with period.
20731
20732 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
20733
20734 * gnus-art.el (article-display-face): Improve the efficiency.
20735 (article-display-x-face): Ditto; remove gray x-face stuff.
20736
20737 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
20738
20739 * gnus-art.el (article-display-face): Correct the position in
20740 which Faces are inserted.
20741
20742 2005-06-29 Didier Verna <didier@xemacs.org>
20743
20744 * gnus-art.el (article-display-face): Display faces in correct
20745 order.
20746
20747 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
20748
20749 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20750 (gnus-fill-real-hashtb): Use hash table instead of obarray.
20751 (gnus-nocem-check-article): Fetch the Type header.
20752 (gnus-nocem-message-wanted-p): Fix the way to examine types.
20753 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20754 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20755 make sure gnus-nocem-hashtb is initialized.
20756 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20757 (gnus-nocem-unwanted-article-p): Ditto.
20758
20759 * pgg.el (pgg-verify): Return the verification result.
20760
20761 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20762
20763 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20764 is ascii.
20765
20766 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
20767
20768 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20769 `show-nonbreak-escape'.
20770
20771 2005-06-23 Lute Kamstra <lute@gnu.org>
20772
20773 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20774
20775 * dig.el (dig-mode):
20776 * smime.el (smime-mode): Use gnus-run-mode-hooks.
20777
20778 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
20779
20780 * nnimap.el (nnimap-split-download-body): Fix spellings.
20781
20782 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
20783
20784 * gnus-art.el (gnus-article-encrypt-body):
20785 * gnus-cus.el (gnus-score-customize):
20786 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20787 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20788
20789 2005-06-16 Arne Jørgensen <arne@arnested.dk>
20790
20791 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20792 header by looking for magic "MII" at the beginning.
20793
20794 2005-06-16 Miles Bader <miles@gnu.org>
20795
20796 * assistant.el (assistant-field): Remove "-face" suffix from face name.
20797 (assistant-field-face): New backward-compatibility alias for renamed
20798 face.
20799 (assistant-render-text): Use renamed assistant-field face.
20800
20801 * spam.el (spam): Remove "-face" suffix from face name.
20802 (spam-face): New backward-compatibility alias for renamed face.
20803 (spam-face, spam-initialize): Use renamed spam face.
20804
20805 * message.el (message-header-to, message-header-cc)
20806 (message-header-subject, message-header-newsgroups)
20807 (message-header-other, message-header-name)
20808 (message-header-xheader, message-separator, message-cited-text)
20809 (message-mml): Remove "-face" suffix from face names.
20810 (message-header-to-face, message-header-cc-face)
20811 (message-header-subject-face, message-header-newsgroups-face)
20812 (message-header-other-face, message-header-name-face)
20813 (message-header-xheader-face, message-separator-face)
20814 (message-cited-text-face, message-mml-face):
20815 New backward-compatibility aliases for renamed faces.
20816 (message-font-lock-keywords): Use renamed message faces.
20817
20818 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20819 (sieve-test-commands, sieve-tagged-arguments):
20820 Remove "-face" suffix from face names.
20821 (sieve-control-commands-face, sieve-action-commands-face)
20822 (sieve-test-commands-face, sieve-tagged-arguments-face):
20823 New backward-compatibility aliases for renamed faces.
20824 (sieve-control-commands-face, sieve-action-commands-face)
20825 (sieve-test-commands-face, sieve-tagged-arguments-face):
20826 Use renamed sieve faces.
20827
20828 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20829 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20830 (gnus-group-news-3-empty, gnus-group-news-4)
20831 (gnus-group-news-4-empty, gnus-group-news-5)
20832 (gnus-group-news-5-empty, gnus-group-news-6)
20833 (gnus-group-news-6-empty, gnus-group-news-low)
20834 (gnus-group-news-low-empty, gnus-group-mail-1)
20835 (gnus-group-mail-1-empty, gnus-group-mail-2)
20836 (gnus-group-mail-2-empty, gnus-group-mail-3)
20837 (gnus-group-mail-3-empty, gnus-group-mail-low)
20838 (gnus-group-mail-low-empty, gnus-summary-selected)
20839 (gnus-summary-cancelled, gnus-summary-high-ticked)
20840 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20841 (gnus-summary-high-ancient, gnus-summary-low-ancient)
20842 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20843 (gnus-summary-low-undownloaded)
20844 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20845 (gnus-summary-low-unread, gnus-summary-normal-unread)
20846 (gnus-summary-high-read, gnus-summary-low-read)
20847 (gnus-summary-normal-read, gnus-splash):
20848 Remove "-face" suffix from face names.
20849 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20850 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20851 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20852 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20853 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20854 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20855 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20856 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20857 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20858 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20859 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20860 (gnus-summary-selected-face, gnus-summary-cancelled-face)
20861 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20862 (gnus-summary-normal-ticked-face)
20863 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20864 (gnus-summary-normal-ancient-face)
20865 (gnus-summary-high-undownloaded-face)
20866 (gnus-summary-low-undownloaded-face)
20867 (gnus-summary-normal-undownloaded-face)
20868 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20869 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20870 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20871 (gnus-splash-face):
20872 New backward-compatibility aliases for renamed faces.
20873 (gnus-group-startup-message): Use renamed gnus faces.
20874
20875 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20876 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20877 (gnus-server-agent): Remove "-face" suffix from face names.
20878 (gnus-server-agent-face, gnus-server-opened-face)
20879 (gnus-server-closed-face, gnus-server-denied-face)
20880 (gnus-server-offline-face):
20881 New backward-compatibility aliases for renamed faces.
20882 (gnus-server-agent-face, gnus-server-opened-face)
20883 (gnus-server-closed-face, gnus-server-denied-face)
20884 (gnus-server-offline-face): Use renamed gnus faces.
20885
20886 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20887 Remove "-face" suffix from face names.
20888 (gnus-picon-xbm-face, gnus-picon-face):
20889 New backward-compatibility aliases for renamed faces.
20890
20891 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20892 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20893 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20894 (gnus-cite-11): Remove "-face" suffix from face names.
20895 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20896 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20897 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20898 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20899 New backward-compatibility aliases for renamed faces.
20900 (gnus-cite-attribution-face, gnus-cite-face-list)
20901 (gnus-article-boring-faces): Use renamed gnus faces.
20902
20903 * gnus-art.el (gnus-signature, gnus-header-from)
20904 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20905 (gnus-header-content): Remove "-face" suffix from face names.
20906 (gnus-signature-face, gnus-header-from-face)
20907 (gnus-header-subject-face, gnus-header-newsgroups-face)
20908 (gnus-header-name-face, gnus-header-content-face):
20909 New backward-compatibility aliases for renamed faces.
20910 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20911
20912 * gnus-sum.el (gnus-summary-selected-face)
20913 (gnus-summary-highlight): Use renamed gnus faces.
20914 * gnus-group.el (gnus-group-highlight): Likewise.
20915
20916 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
20917
20918 * gnus-sieve.el (gnus-sieve-article-add-rule):
20919 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20920 * spam-stat.el (spam-stat-buffer-change-to-spam)
20921 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20922
20923 * message.el (message-is-yours-p):
20924 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20925
20926 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
20927
20928 * mm-view.el (mm-inline-text): Withdraw the last change.
20929
20930 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
20931
20932 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20933 executing enriched-decode.
20934
20935 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
20936
20937 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20938 charset of tar files.
20939
20940 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
20941
20942 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20943
20944 2005-06-04 Lute Kamstra <lute@gnu.org>
20945
20946 * nnfolder.el (nnfolder-read-folder): Make sure that undo
20947 information is never recorded.
20948
20949 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
20950
20951 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20952
20953 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
20954
20955 * pop3.el (pop3-apop): Run md5 in the binary mode.
20956
20957 * starttls.el (starttls-set-process-query-on-exit-flag):
20958 Use eval-and-compile.
20959
20960 2005-05-31 Simon Josefsson <jas@extundo.com>
20961
20962 * smime.el (smime-replace-in-string): Define.
20963 (smime-cert-by-ldap-1): Use it.
20964
20965 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
20966
20967 * gnus-art.el (article-display-x-face): Replace
20968 process-kill-without-query by gnus-set-process-query-on-exit-flag.
20969
20970 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20971 set-process-query-on-exit-flag or process-kill-without-query.
20972
20973 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20974 loop instead of replace-regexp.
20975
20976 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20977 instead of process-kill-without-query if it is available.
20978
20979 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20980 instead of find-file-hooks if it is available.
20981
20982 * mml1991.el: Bind pgg-default-user-id when compiling.
20983
20984 * mml2015.el: Bind pgg-default-user-id when compiling.
20985
20986 * nndraft.el (nndraft-request-associate-buffer):
20987 Use write-contents-functions instead of write-contents-hooks if it is
20988 available.
20989
20990 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20991 instead of find-file-hooks if it is available.
20992
20993 * nntp.el (nntp-open-connection): Replace
20994 process-kill-without-query by gnus-set-process-query-on-exit-flag.
20995 (nntp-open-ssl-stream): Ditto.
20996 (nntp-open-tls-stream): Ditto.
20997
20998 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20999 set-process-query-on-exit-flag or process-kill-without-query.
21000 (starttls-open-stream-gnutls): Use it instead of
21001 process-kill-without-query.
21002 (starttls-open-stream): Ditto.
21003
21004 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
21005
21006 * smime.el (smime-cert-by-ldap-1): Don't use
21007 replace-regexp-in-string.
21008
21009 2005-05-31 Arne Jørgensen <arne@arnested.dk>
21010
21011 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21012
21013 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21014 in PEM format. Adjust to the XEmacs compatibility.
21015
21016 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
21017
21018 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21019 by `string-to-number'.
21020 * gnus-agent.el (gnus-agent-regenerate-group)
21021 (gnus-agent-fetch-articles): Ditto.
21022 * gnus-art.el (gnus-button-fetch-group): Ditto.
21023 * gnus-cache.el (gnus-cache-generate-active)
21024 (gnus-cache-articles-in-group): Ditto.
21025 * gnus-group.el (gnus-group-set-current-level)
21026 (gnus-group-insert-group-line): Ditto.
21027 * gnus-score.el (gnus-score-set-expunge-below)
21028 (gnus-score-set-mark-below, gnus-summary-score-effect)
21029 (gnus-summary-score-entry): Ditto.
21030 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21031 (gnus-soup-pack): Ditto.
21032 * gnus-spec.el (gnus-xmas-format): Ditto.
21033 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21034 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21035 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21036 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21037 * nndb.el (nndb-get-remote-expire-response): Ditto.
21038 * nndiary.el (nndiary-parse-schedule-value)
21039 (nndiary-string-to-number, nndiary-request-replace-article)
21040 (nndiary-request-article): Ditto.
21041 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21042 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21043 * nneething.el (nneething-make-head): Ditto.
21044 * nnfolder.el (nnfolder-request-article)
21045 (nnfolder-retrieve-headers): Ditto.
21046 * nnheader.el (nnheader-file-to-number): Ditto.
21047 * nnkiboze.el (nnkiboze-request-article): Ditto.
21048 * nnmail.el (nnmail-process-unix-mail-format)
21049 (nnmail-process-babyl-mail-format): Ditto.
21050 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21051 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21052 (nnmh-request-create-group, nnmh-request-list-1)
21053 (nnmh-request-group, nnmh-request-article): Ditto.
21054 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21055 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21056 * nnsoup.el (nnsoup-make-active): Ditto.
21057 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
21058 * nntp.el (nntp-find-group-and-number)
21059 (nntp-retrieve-headers-with-xover): Ditto.
21060 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
21061 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
21062 (pgg-format-key-identifier): Ditto.
21063 * pop3.el (pop3-last, pop3-stat): Ditto.
21064 * qp.el (quoted-printable-decode-region): Ditto.
21065
21066 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
21067 of concat.
21068
21069 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
21070
21071 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
21072
21073 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
21074
21075 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
21076
21077 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21078
21079 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21080
21081 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21082
21083 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21084 (gnus-carpal-mode): Ditto.
21085
21086 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21087 (gnus-browse-mode): Ditto.
21088
21089 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21090
21091 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21092
21093 2005-05-29 Richard M. Stallman <rms@gnu.org>
21094
21095 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21096
21097 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
21098
21099 * gnus-util.el (gnus-run-mode-hooks): New function.
21100
21101 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21102
21103 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
21104
21105 * gnus-agent.el (gnus-agent-make-mode-line-string):
21106 Use mode-line-highlight as mouse-face.
21107
21108 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
21109
21110 * canlock.el (canlock): Change the parent group to news.
21111
21112 * deuglify.el (gnus-outlook-deuglify): Add :group.
21113
21114 * dig.el (dig): Add :group.
21115
21116 * dns-mode.el (dns-mode): Add :group.
21117
21118 * encrypt.el (encrypt): Add :group.
21119
21120 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21121 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21122 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21123 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21124 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21125
21126 * gnus-diary.el (gnus-diary): Add :group.
21127
21128 * gnus.el (gnus-group-news-1-face): Add :group.
21129 (gnus-group-news-1-empty-face): Ditto.
21130 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21131 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21132 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21133 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21134 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21135 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21136 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21137 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21138 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21139 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21140 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21141 (gnus-summary-high-ticked-face): Ditto.
21142 (gnus-summary-low-ticked-face): Ditto.
21143 (gnus-summary-normal-ticked-face): Ditto.
21144 (gnus-summary-high-ancient-face): Ditto.
21145 (gnus-summary-low-ancient-face): Ditto.
21146 (gnus-summary-normal-ancient-face): Ditto.
21147 (gnus-summary-high-undownloaded-face): Ditto.
21148 (gnus-summary-low-undownloaded-face): Ditto.
21149 (gnus-summary-normal-undownloaded-face): Ditto.
21150 (gnus-summary-high-unread-face): Ditto.
21151 (gnus-summary-low-unread-face): Ditto.
21152 (gnus-summary-normal-unread-face): Ditto.
21153 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21154 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21155
21156 * hashcash.el (hashcash): New custom group.
21157 (hashcash-default-payment): Add :group.
21158 (hashcash-payment-alist): Ditto.
21159 (hashcash-default-accept-payment): Ditto.
21160 (hashcash-accept-resources): Ditto.
21161 (hashcash-path): Ditto.
21162 (hashcash-extra-generate-parameters): Ditto.
21163 (hashcash-double-spend-database): Ditto.
21164 (hashcash-in-news): Ditto.
21165
21166 * message.el (message-minibuffer-local-map): Add :group.
21167
21168 * netrc.el (netrc): Add :group.
21169
21170 * sieve-manage.el (sieve-manage-log): Add :group.
21171 (sieve-manage-default-user): Diito.
21172 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21173 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21174 (sieve-manage-authenticators): Ditto.
21175 (sieve-manage-authenticator-alist): Ditto.
21176 (sieve-manage-default-port): Ditto.
21177
21178 * sieve-mode.el (sieve-control-commands-face): Add :group.
21179 (sieve-action-commands-face): Ditto.
21180 (sieve-test-commands-face): Ditto.
21181 (sieve-tagged-arguments-face): Ditto.
21182
21183 * smime.el (smime): Add :group.
21184
21185 * spam-report.el (spam-report): Add :group.
21186
21187 * spam.el (spam, spam-face): Add :group.
21188
21189 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
21190
21191 * nntp.el (nntp-next-result-arrived-p): Some news servers may
21192 return \n.\n.\n at the end of articles. Protect against that.
21193 (nntp-with-open-group): Allow debugging.
21194
21195 * nnheader.el (mail-header-set-extra): Make into a function
21196 because I just could't understand how to quote the list properly.
21197
21198 * dns.el (query-dns-cached): New function.
21199
21200 2005-05-26 Lute Kamstra <lute@gnu.org>
21201
21202 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21203
21204 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
21205
21206 * gnus-art.el: Don't autoload mail-extract-address-components.
21207
21208 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21209 eval-and-compile to evaluate it.
21210
21211 * hashcash.el: Don't autoload executable-find.
21212
21213 * nndb.el: Don't declare the nndb back end two or more times; don't
21214 autoload news-reply-mode, news-setup, cancel-timer and telnet.
21215
21216 * nntp.el: Autoload format-spec instead of format; use
21217 eval-and-compile to evaluate autoload forms.
21218
21219 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
21220
21221 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21222
21223 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21224
21225 * gnus.el (gnus-version-number): Bump version.
21226
21227 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
21228
21229 * gnus.el: No Gnus v0.3 is released.
21230
21231 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
21232
21233 * gnus-art.el (gnus-article-edit-part): Disable undo.
21234
21235 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
21236
21237 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21238 gnus-article-date-lapsed-new-header is t if date timer is active;
21239 skip headers in which the original date value is empty.
21240 (gnus-article-save-original-date): Redefine it as a macro.
21241 (gnus-display-mime): Use it.
21242
21243 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
21244
21245 * gnus-art.el (article-date-ut): Support converting date in
21246 forwarded parts as well.
21247 (gnus-article-save-original-date): New function.
21248 (gnus-display-mime): Use it.
21249
21250 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
21251
21252 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21253 enclosure element of <item>.
21254
21255 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
21256
21257 * message.el (message-kill-buffer-query): Rename from
21258 `message-kill-buffer-query-if-modified'. Add :version.
21259
21260 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
21261
21262 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21263 window layout.
21264
21265 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
21266
21267 * mml.el: Autoload dnd when compiling.
21268
21269 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
21270
21271 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21272 x-dnd-*.
21273
21274 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
21275
21276 * qp.el (quoted-printable-encode-region): Save excursion.
21277
21278 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
21279
21280 * message.el (message-kill-buffer-query-if-modified): Add new variable
21281 so the user can kill a modified message buffer quickly.
21282 (message-kill-buffer): Use it.
21283
21284 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
21285
21286 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
21287 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21288
21289 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
21290
21291 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21292 contained in text because xml.el decodes entities) with LFs.
21293
21294 2005-04-11 Lute Kamstra <lute@gnu.org>
21295
21296 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21297 differently.
21298
21299 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
21300
21301 * mm-util.el (mm-detect-coding-region): Typo.
21302
21303 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
21304
21305 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21306
21307 2005-04-06 Deepak Goel <deego@gnufans.org>
21308
21309 * spam-stat.el (spam-stat-score-buffer): Add a call to a
21310 user-function allow user modifications of the scores.
21311 (spam-stat-score-buffer-user): New function, to allow
21312 user-computed modifications to the score.
21313 (spam-stat-score-buffer-user-functions): List of additional
21314 scoring functions.
21315 (spam-stat-error-holder): Global temporary error holder.
21316 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21317 variable.
21318
21319 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
21320
21321 * gnus-registry.el (gnus-registry-clean-empty-function)
21322 (gnus-registry-trim, gnus-registry-fetch-groups)
21323 (gnus-registry-delete-group): Groups that match
21324 `gnus-registry-ignored-groups' are removed from the registry
21325 entries, not just ignored for splitting. This helps clean up the
21326 registry. Also, `gnus-registry-fetch-groups' is a convenient way
21327 to get all the groups a message ID is in.
21328
21329 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21330 (spam-stat-split-fancy): Change "threshhold" to "threshold".
21331 (spam-stat-score-buffer-user-functions): Add :number custom type.
21332
21333 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
21334
21335 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21336 argument in XEmacs.
21337
21338 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21339 (nnrss-request-group): Decode group name first.
21340 (nnrss-request-article): Make a text/plain article if mml-to-mime
21341 failed.
21342 (nnrss-get-encoding): Return a compatible encoding according to
21343 nnrss-compatible-encoding-alist.
21344 (nnrss-find-el): Use consp instead of listp.
21345 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21346
21347 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
21348
21349 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21350 which Emacs 20 doesn't support.
21351 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21352
21353 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
21354
21355 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21356 silence the byte compiler inside the defun.
21357
21358 * gnus-demon.el (parse-time-string): Add autoload.
21359
21360 * gnus-delay.el (parse-time-string): Add autoload.
21361
21362 * gnus-art.el (parse-time-string): Add autoload.
21363
21364 * nnultimate.el (parse-time): Require for `parse-time-string'.
21365
21366 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
21367
21368 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21369
21370 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21371
21372 * smime.el (smime-ldap-host-list): Add :version.
21373
21374 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
21375
21376 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21377 pass it to `gnus-browse-read-group'.
21378 (gnus-browse-read-group): Add NUMBER argument and pass it to
21379 `gnus-group-read-ephemeral-group'.
21380
21381 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21382 argument and pass it to `gnus-group-read-group'.
21383
21384 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
21385
21386 * mm-util.el (mm-xemacs-find-mime-charset): Only call
21387 mm-xemacs-find-mime-charset-1 if we have the mule feature
21388 available at runtime.
21389
21390 2005-03-25 Werner Lemberg <wl@gnu.org>
21391
21392 * nnmaildir.el: Replace `illegal' with `invalid'.
21393
21394 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
21395
21396 * gnus-start.el (gnus-display-time-event-handler):
21397 Check display-time-timer at runtime rather than only at load time
21398 in case display-time-mode is turned off in the mean time.
21399
21400 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
21401
21402 * nnimap.el (nnimap-open-connection): Print which authinfo file is
21403 used.
21404
21405 * nneething.el (nneething-map-file-directory): Derive from
21406 `gnus-directory'.
21407
21408 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21409 the To/Cc button.
21410
21411 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
21412
21413 * nnmaildir.el (nnmaildir-request-accept-article):
21414 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21415
21416 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
21417
21418 * gnus-async.el: Require timer-funcs at compile time when in
21419 XEmacs for `run-with-idle-timer'.
21420
21421 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
21422
21423 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21424 autoloaded function.
21425
21426 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
21427
21428 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21429
21430 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
21431
21432 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21433
21434 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
21435
21436 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21437 Add gnus-expert-user to default.
21438
21439 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
21440
21441 * nnimap.el (nnimap-open-server): Ditto.
21442
21443 * imap.el (imap-authenticate): Fix typo.
21444
21445 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
21446
21447 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21448 buffer (since IMAP server might return FETCH response out of
21449 order, and the nntp buffer must be sorted).
21450
21451 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
21452
21453 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21454 comparison on string.
21455
21456 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21457 (gnus-agent-score): Rename category keywords to match gnus-cus.
21458 (gnus-agent-summary-fetch-series): Modify to protect against
21459 gnus-agent-summary-fetch-group clearing processable flags.
21460 (gnus-agent-synchronize-group-flags): Update live group buffer as
21461 synchronization may occur due to the user toggle the plugged
21462 status.
21463 (gnus-agent-fetch-group-1): Clear downloadable flag when article
21464 successfully downloaded.
21465 (gnus-agent-expire-group-1): Avoid using markers when the overview
21466 is in ascending order; greatly improves performance.
21467 (gnus-agent-regenerate-group):
21468 Use gnus-agent-synchronize-group-flags to reset read status in both
21469 gnus and server.
21470 (gnus-agent-update-files-total-fetched-for): Fix initial size.
21471
21472 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
21473
21474 * message.el: Don't autoload former message-utils variables.
21475 (message-strip-subject-trailing-was): Change doc string.
21476
21477 * nnweb.el: Fixes for `gnus-group-make-web-group'.
21478 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
21479 (nnweb-google-search): Add "hl=en" here.
21480 (nnweb-google-parse-1, nnweb-google-create-mapping):
21481 Don't hardcode URL.
21482
21483 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
21484
21485 * message.el (message-get-reply-headers, message-followup):
21486 Mention related variables `message-use-followup-to' and
21487 `message-use-mail-followup-to', in the information buffer.
21488
21489 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21490 of broken groups(-beta).google.com.
21491
21492 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
21493
21494 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21495 parameter to invoked gnus-request-move-article; remove the
21496 redundant gnus-sum-hint-move-is-internal variable; apply the marks
21497 all at once instead of once per article.
21498 (gnus-summary-remove-process-mark): Accept a list of articles as
21499 well as a single article for processing.
21500
21501 * gnus-int.el (gnus-request-move-article): Add move-is-internal
21502 parameter.
21503
21504 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21505
21506 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21507
21508 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21509 parameter.
21510
21511 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21512 parameter.
21513
21514 * nnimap.el (nnimap-request-move-article): Add move-is-internal
21515 parameter and remove the gnus-sum-hint-move-is-internal variable.
21516
21517 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21518 parameter.
21519
21520 * nndraft.el (nndraft-request-move-article): Add move-is-internal
21521 parameter.
21522
21523 * nndiary.el (nndiary-request-move-article): Add move-is-internal
21524 parameter.
21525
21526 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21527
21528 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21529 parameter.
21530
21531 * nnagent.el (nnagent-request-move-article): Add move-is-internal
21532 parameter.
21533
21534 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
21535
21536 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21537 a more conservative way.
21538
21539 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21540
21541 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21542 buffer, so it moves the window's cursor.
21543
21544 2005-02-26 Arne Jørgensen <arne@arnested.dk>
21545
21546 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21547 `mm-dissect-multipart' and receive the from field as an (optional)
21548 argument from `mm-dissect-multipart'.
21549 (mm-dissect-multipart): Receive the from field as an argument and
21550 pass it on when we call `mm-dissect-buffer' on MIME parts.
21551 Fixes verification/decryption of signed/encrypted MIME parts.
21552
21553 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
21554
21555 * gnus-sum.el (gnus-summary-move-article):
21556 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21557 whatever it calls (right now, only nnimap-request-move article
21558 respects it).
21559
21560 * nnimap.el (nnimap-request-move-article):
21561 When gnus-sum-hint-move-is-internal is set, don't do the extra
21562 nnimap-request-article.
21563
21564 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
21565
21566 * nnheader.el (nnheader-find-file-noselect): Add doc string.
21567
21568 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21569 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21570
21571 * gnus-sum.el (gnus-summary-caesar-message):
21572 Apply `gnus-treat-article' after rotation.
21573
21574 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21575 doc string.
21576
21577 2005-02-22 Simon Josefsson <jas@extundo.com>
21578
21579 * encrypt.el (encrypt-password-cache-expiry): Remove (use
21580 `password-cache-expiry' instead). Reported by Arne Jørgensen
21581 <arne@arnested.dk>.
21582 (encrypt): Add password-cache and password-cache-expiry as group
21583 members.
21584
21585 2005-02-22 Arne Jørgensen <arne@arnested.dk>
21586
21587 * smime.el (smime-ldap-host-list): Doc fix.
21588 (smime-ask-passphrase): Use `password-read-and-add' to read (and
21589 cache) password.
21590 (smime-sign-region): Use it.
21591 (smime-decrypt-region): Use it.
21592 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21593 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21594 fails.
21595 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21596 certificate from DER to PEM format rather than calling openssl.
21597
21598 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21599
21600 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21601 for signing/encryption.
21602
21603 * mml.el (mml-parse-1): Use them.
21604
21605 2005-02-21 Arne Jørgensen <arne@arnested.dk>
21606
21607 * nnrss.el (nnrss-verbose): Remove.
21608 (nnrss-request-group): Use `nnheader-message' instead.
21609
21610 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
21611
21612 * nnrss.el (nnrss-verbose): New variable.
21613 (nnrss-request-group): Make it say nnrss is requesting a group.
21614
21615 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
21616
21617 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21618 Handle news URL with given port correctly.
21619
21620 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
21621
21622 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21623 containing special characters.
21624
21625 * gnus-sum.el (gnus-summary-edit-article): Ditto.
21626
21627 * mml.el (mime-to-mml): Ditto.
21628
21629 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21630 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21631 (rfc2047-decode-region): Quote decoded words containing special
21632 characters when rfc2047-quote-decoded-words-containing-tspecials
21633 is non-nil.
21634
21635 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
21636
21637 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21638
21639 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21640
21641 2005-02-15 Simon Josefsson <jas@extundo.com>
21642
21643 * nnimap.el (nnimap-debug): Doc fix.
21644
21645 * imap.el (imap-debug): Doc fix.
21646
21647 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
21648
21649 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21650
21651 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
21652
21653 * gnus.el (spam-contents): Improve docs for spam-contents
21654 parameter in its variable incarnation.
21655
21656 2005-02-14 Simon Josefsson <jas@extundo.com>
21657
21658 * smime-ldap.el: Use require instead of load-library for ldap.
21659 (smime-ldap-search): Indent.
21660 (smime-ldap-search-internal): Shorten line.
21661
21662 * smime.el (smime-cert-by-dns): Add doc-string.
21663 (smime-cert-by-ldap-1): Indent.
21664
21665 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21666 mml-smime-get-dns-ldap.
21667 (mml-smime-encrypt-query): Use new function. Default to ldap.
21668
21669 2005-02-14 Arne Jørgensen <arne@arnested.dk>
21670
21671 * smime.el: Require smime-ldap.
21672 (smime-ldap-host-list): New variable.
21673 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21674
21675 * mml-smime.el (mml-smime-encrypt-query): New function.
21676 (mml-smime-encrypt-query): Use it.
21677
21678 * smime-ldap.el: New file.
21679
21680 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
21681
21682 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21683
21684 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
21685
21686 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21687 argument in doc string. Make query for type more clear.
21688
21689 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
21690
21691 * gnus.el (gnus-group-startup-message): Search for gnus images in
21692 etc/images/gnus.
21693 * mm-util.el (mm-image-load-path): Likewise.
21694 * smiley.el (smiley-data-directory): Search for smilies in
21695 etc/images/smilies.
21696
21697 2005-02-09 Kim F. Storm <storm@cua.dk>
21698
21699 Change Emacs release version from 21.4 to 22.1 throughout.
21700 Change Emacs development version from 21.3.50 to 22.0.50.
21701
21702 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
21703
21704 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21705
21706 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21707 non-Mule XEmacs as well.
21708 (mm-decompress-buffer): Signal an error intentionally if it does
21709 not decompress compressed data because auto-compression-mode is
21710 disabled.
21711
21712 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
21713
21714 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21715 an ID in the registry even if it has no groups.
21716
21717 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
21718
21719 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21720 merge it into mm-decompress-buffer.
21721 (gnus-mime-copy-part): Use the MIME part charset, the value which
21722 a user specified or gnus-newsgroup-charset for decoding, like
21723 gnus-mime-inline-part does; set buffer-file-coding-system to tell
21724 save-buffer what was used. Suggested by Kevin Ryde
21725 <user42@zip.com.au>.
21726 (gnus-mime-inline-part): Allow the name parameter as well as the
21727 filename parameter; force decompressing of compressed data; always
21728 display contents being not decoded as unibyte.
21729
21730 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21731 as well as the filename parameter.
21732
21733 * mm-util.el (mm-decompress-buffer):
21734 Merge gnus-mime-jka-compr-maybe-uncompress.
21735 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21736 of compressed data.
21737
21738 2005-02-08 Simon Josefsson <jas@extundo.com>
21739
21740 * imap.el (imap-log): Doc fix.
21741
21742 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
21743
21744 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21745 the coding cookies; decompress compressed parts.
21746
21747 * mml.el (mml-generate-mime-1): Add the charset parameter according
21748 to the value which a user specified manually or the coding cookie.
21749
21750 * mm-util.el (mm-string-to-multibyte): New function.
21751 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21752 (mm-coding-system-to-mime-charset): New function.
21753 (mm-decompress-buffer): New function.
21754 (mm-find-buffer-file-coding-system): New function.
21755
21756 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21757 (mm-display-inline-fontify): Rewrite for decoding and decompressing
21758 parts.
21759
21760 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21761
21762 * mm-view.el (mm-display-inline-fontify): Decode a part according
21763 to the charset parameter.
21764
21765 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
21766
21767 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21768 prefix arg is neither nil nor a number, as info specifies.
21769
21770 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
21771
21772 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21773 timestamps.
21774
21775 2005-02-02 Jari Aalto <jari.aalto@cante.net>
21776
21777 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21778 groups error checking and notify user.
21779
21780 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
21781
21782 * message.el (message-send-mail-function): Check existence of
21783 sendmail-program first before using default value
21784 `message-send-mail-with-sendmail'. Otherwise use more generic
21785 `smtpmail-send-it'.
21786
21787 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
21788
21789 * nntp.el (nntp-request-update-info): Always return nil.
21790
21791 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
21792
21793 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21794
21795 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21796
21797 * message.el (message-beginning-of-line): Change the behavior when
21798 invoked between BOL and : so that it first moves backward.
21799
21800 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
21801
21802 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21803 article buffer when editing of the article is discarded.
21804 (gnus-article-prepare): Revert.
21805
21806 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
21807
21808 * gnus-art.el (gnus-article-prepare):
21809 Remove message-strip-forbidden-properties from the local hook.
21810
21811 2005-01-27 Simon Josefsson <jas@extundo.com>
21812
21813 * password.el (password-cache-add): Only start one timer per key.
21814 Reported by Derek Atkins <warlord@MIT.EDU>.
21815
21816 2005-01-26 Steve Youngs <steve@sxemacs.org>
21817
21818 * run-at-time.el: Remove. It is no longer needed as
21819 timer-funcs.el in the xemacs-base package has a working version of
21820 `run-at-time'.
21821
21822 * password.el: Require timer-funcs instead of run-at-time in
21823 XEmacs.
21824 Remove `password-run-at-time' macro.
21825 (password-cache-add): Use `run-at-time' instead of
21826 `password-run-at-time'.
21827
21828 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21829 for `run-with-idle-timer'.
21830
21831 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21832 for `run-at-time'.
21833
21834 * mm-url.el: Require timer-funcs at compile time when in XEmacs
21835 for `with-timeout'.
21836
21837 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
21838
21839 * mml.el (mml-generate-mime-1): Convert string into unibyte when
21840 inserting " *mml*" buffer's contents into a unibyte temp buffer.
21841
21842 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
21843
21844 * mail-source.el (mail-source-fetch-imap): Search for ^From case
21845 sensitively.
21846
21847 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
21848
21849 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21850
21851 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
21852
21853 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21854 which will be inserted according to the multibyteness of a buffer
21855 rather than the type of contents. Suggested by ARISAWA Akihiro
21856 <ari@mbf.ocn.ne.jp>.
21857
21858 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21859 of string which old xml.el may return rather than a string.
21860
21861 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
21862
21863 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21864
21865 2005-01-16 Simon Josefsson <jas@extundo.com>
21866
21867 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21868 idn/idna.el isn't available.
21869 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
21870 <michael@waxrat.com>.
21871
21872 * hashcash.el: Remove non-FSF copyright header.
21873
21874 * hashcash.el (hashcash-extra-generate-parameters): New variable.
21875 (hashcash-generate-payment): Use it.
21876 (hashcash-generate-payment-async): Use it.
21877
21878 2005-01-15 Simon Josefsson <jas@extundo.com>
21879
21880 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21881 Suggested by Raymond Scholz <ray-2005@zonix.de>.
21882
21883 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21884 gnus-summary-idna-message.
21885 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21886 (gnus-summary-idna-message): New function.
21887
21888 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
21889
21890 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21891 gnus-novice-user.
21892
21893 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
21894
21895 * nnrss.el (nnrss-request-delete-group): Delete entries in
21896 nnrss-group-alist as well.
21897 (nnrss-save-server-data): Insert newline.
21898
21899 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
21900
21901 * gnus.el (gnus-user-agent): Use list of symbols instead of
21902 symbols. Display full version number for (S)XEmacs.
21903 Optionally display (S)XEmacs codename.
21904
21905 * gnus-util.el (gnus-emacs-version): Update for new
21906 `gnus-user-agent'.
21907
21908 * gnus-msg.el (gnus-extended-version): Make it possible to omit
21909 Gnus version.
21910
21911 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
21912
21913 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
21914 which is unreadable in some setups.
21915
21916 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
21917
21918 * gnus-spec.el (gnus-update-format-specifications): Flush the
21919 group format spec cache if it doesn't support decoded group names.
21920
21921 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
21922
21923 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21924 Allow to apply decay on score files matching a regexp.
21925
21926 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
21927
21928 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21929 compatibility in %g and %c.
21930
21931 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
21932
21933 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21934 name for only %g and %c.
21935 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21936 of gnus-tmp-group to decoded group name.
21937 (gnus-group-make-rss-group): Exclude `/'s from group names.
21938
21939 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
21940
21941 * nnrss.el (nnrss-get-encoding): Fix regexp.
21942
21943 2004-12-27 Simon Josefsson <jas@extundo.com>
21944
21945 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21946 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21947 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
21948
21949 2004-12-17 Kim F. Storm <storm@cua.dk>
21950
21951 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21952
21953 * gnus-sum.el (gnus-summary-mode-map): Likewise.
21954
21955 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
21956
21957 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21958
21959 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
21960
21961 * nnrss.el: Require rfc2047 and mml.
21962 (nnrss-file-coding-system): New variable.
21963 (nnrss-format-string): Redefine it as an inline function.
21964 (nnrss-decode-group-name): New function.
21965 (nnrss-string-as-multibyte): Remove.
21966 (nnrss-retrieve-headers): Decode group name; don't use
21967 nnrss-format-string.
21968 (nnrss-request-group): Decode group name.
21969 (nnrss-request-article): Decode group name; allow a Message-ID as
21970 well as an article number; don't use nnrss-format-string; encode a
21971 Message-ID string which may contain non-ASCII characters; use
21972 mml-to-mime to compose a MIME article.
21973 (nnrss-request-expire-articles): Decode group name.
21974 (nnrss-request-delete-group): Decode group name.
21975 (nnrss-fetch): Clarify error message.
21976 (nnrss-read-server-data): Use insert-file-contents instead of load;
21977 bind file-name-coding-system; use multibyte buffer.
21978 (nnrss-save-server-data): Bind coding-system-for-write to the
21979 value of nnrss-file-coding-system; bind file-name-coding-system;
21980 add coding cookie.
21981 (nnrss-read-group-data): Use insert-file-contents instead of load;
21982 bind file-name-coding-system; use multibyte buffer.
21983 (nnrss-save-group-data): Bind coding-system-for-write to the
21984 value of nnrss-file-coding-system; bind file-name-coding-system.
21985 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21986 make it work with non-ASCII text.
21987 (nnrss-find-el): Make it work with old xml.el as well.
21988
21989 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
21990
21991 * nnrss.el (nnrss-get-encoding): New function.
21992 (nnrss-fetch): Use unibyte buffer initially; bind
21993 coding-system-for-read while performing mm-url-insert; remove ^Ms;
21994 decode contents according to the encoding attribute.
21995 (nnrss-save-group-data): Add coding cookie.
21996 (nnrss-mime-encode-string): New function.
21997 (nnrss-check-group): Use it to encode subject and author.
21998
21999 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
22000
22001 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22002 imaginary variable.
22003
22004 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
22005
22006 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22007 correctly even if there are wide characters.
22008
22009 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
22010
22011 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22012 downcased symbol names; make a new cache instead of reusing
22013 bbdb-hashtable.
22014
22015 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
22016
22017 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
22018 concatenating segments rather than before concatenating them.
22019 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22020
22021 * message.el (message-get-reply-headers): Bind `extra'.
22022
22023 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22024
22025 * message.el (message-extra-wide-headers): New variable.
22026 (message-get-reply-headers): Use it.
22027
22028 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
22029
22030 * gnus-agent.el (gnus-agent-group-path): Decode group name.
22031 (gnus-agent-group-pathname): Ditto.
22032
22033 * gnus-cache.el (gnus-cache-file-name): Decode group name.
22034
22035 * gnus-group.el (gnus-group-make-group): Decode group name.
22036 (gnus-group-make-rss-group): Register the group data after opening
22037 the nnrss group.
22038
22039 2004-12-17 Paul Jarc <prj@po.cwru.edu>
22040
22041 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22042 by expiry now get marked as read.
22043
22044 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
22045
22046 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22047
22048 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
22049
22050 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22051 unify Latin characters in XEmacs.
22052 (mm-find-mime-charset-region): Use it.
22053
22054 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
22055
22056 * gnus-util.el (gnus-delete-directory): New function.
22057
22058 * gnus-agent.el (gnus-agent-delete-group): Use it.
22059
22060 * gnus-cache.el (gnus-cache-delete-group): Use it.
22061
22062 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
22063
22064 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22065 names.
22066
22067 2004-12-16 Simon Josefsson <jas@extundo.com>
22068
22069 * hashcash.el (hashcash-payment-alist): Fix custom :type.
22070
22071 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
22072
22073 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22074
22075 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22076 (gnus-group-set-current-level): Decode group name.
22077
22078 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
22079
22080 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22081 failed.
22082
22083 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
22084
22085 * gnus-group.el (gnus-group-delete-group): Decode group name.
22086 (gnus-group-make-rss-group): Encode group name.
22087 (gnus-group-catchup-current): Decode group name.
22088 (gnus-group-kill-group): Decode group name.
22089
22090 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
22091
22092 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22093
22094 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
22095
22096 * gnus-group.el (gnus-group-make-rss-group):
22097 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22098
22099 * gnus-start.el (gnus-setup-news): Honor user's setting to
22100 gnus-message-archive-method. Suggested by Lute Kamstra
22101 <lute@gnu.org>.
22102
22103 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
22104
22105 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22106 global counterparts of the buffer-local variables.
22107
22108 2004-11-16 Romain Francoise <romain@orebokech.com>
22109
22110 * gnus-sum.el (gnus-summary-exit): Don't clear the global
22111 counterparts of the buffer-local variables.
22112
22113 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
22114
22115 * message.el (message-forbidden-properties): Fix typo in doc
22116 string.
22117
22118 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
22119
22120 * gnus-util.el (gnus-replace-in-string): Add doc string.
22121
22122 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22123 to avoid problems when splitting mails with many recipients.
22124
22125 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
22126
22127 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22128 pop-to-buffer, covered by the subsequent gnus-configure-windows.
22129
22130 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
22131
22132 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22133 if there is no hashtable in memory or file modification time is
22134 newer than cached timestamp.
22135
22136 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
22137
22138 * gnus-sum.el (gnus-summary-limit-to-recipient):
22139 Implement not-matching option.
22140
22141 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
22142
22143 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22144 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22145 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22146 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22147 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
22148 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22149
22150 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
22151
22152 * message.el (message-forward-make-body-mml): Remove headers
22153 according to message-forward-ignored-headers if a message is decoded.
22154
22155 2004-12-02 Romain Francoise <romain@orebokech.com>
22156
22157 * message.el (message-forward-make-body-plain): Always remove
22158 headers according to message-forward-ignored-headers.
22159
22160 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
22161
22162 * spam.el (spam-summary-prepare-exit): Remove the
22163 gnus-summary-limit pop for now, it has problems with ham marks for
22164 me.
22165
22166 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
22167
22168 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22169 correctly.
22170
22171 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
22172
22173 * format-spec.el (format-spec): Message the char.
22174
22175 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
22176
22177 * gnus-art.el (gnus-split-methods): Reformat comments.
22178
22179 * spam.el (spam-summary-prepare-exit): Remove article limits
22180 before exiting the summary buffer.
22181
22182 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
22183
22184 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22185 order to silence the byte compiler.
22186
22187 * spam.el: Fix the way to silence the byte compiler, which
22188 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22189 bbdb-search-simple, spam-BBDB-register-routine,
22190 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22191 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22192 spam-stat-buffer-is-spam, spam-stat-load,
22193 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22194 spam-stat-save and spam-stat-split-fancy.
22195
22196 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
22197
22198 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22199 which may confuse users.
22200 (canlock-password-for-verify): Ditto.
22201
22202 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22203
22204 * gnus-art.el (gnus-emphasis-alist): Ditto.
22205
22206 * gnus-registry.el (gnus-registry-max-entries): Ditto.
22207
22208 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22209
22210 * gnus-start.el (gnus-save-killed-list): Ditto.
22211
22212 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22213 (gnus-sum-thread-tree-root): Ditto.
22214 (gnus-sum-thread-tree-false-root): Ditto.
22215 (gnus-sum-thread-tree-single-indent): Ditto.
22216
22217 * message.el (message-courtesy-message): Ditto.
22218 (message-archive-note): Ditto.
22219 (message-subscribed-address-file): Ditto.
22220 (message-user-fqdn): Ditto.
22221
22222 * spam-report.el (spam-report-gmane-regex): Ditto.
22223
22224 * spam.el (spam-blackhole-good-server-regex): Ditto.
22225
22226 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
22227
22228 * mml.el (mml-preview): Widen the message buffer before copying
22229 the contents to the preview buffer; sort headers before previewing.
22230
22231 * message.el (message-hidden-headers): Fix the way to avoid a bug
22232 in the `repeat' widget in Emacs 21.3 or earlier.
22233
22234 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
22235
22236 * message.el (message-hidden-headers): Default to "^References:".
22237 Improve customization type. Suggested by Reiner Steib
22238 <Reiner.Steib@gmx.de>.
22239
22240 2004-11-25 Romain Francoise <romain@orebokech.com>
22241
22242 * message.el (message-strip-forbidden-properties): Remove check for
22243 obsolete `message-hidden' text property, hidden headers are not
22244 accessible in the buffer anymore.
22245
22246 2004-11-22 Romain Francoise <romain@orebokech.com>
22247
22248 * message.el (message-header-format-alist): Add `From' in list
22249 so that it can be sorted.
22250 (message-fix-before-sending): Widen and sort headers before
22251 sending.
22252 (message-hide-headers): Use narrowing to hide headers by moving
22253 them to the top of the buffer and narrowing to the region
22254 underneath.
22255
22256 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
22257
22258 * message.el (message-strip-forbidden-properties):
22259 Bind buffer-read-only (etc) to nil.
22260
22261 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
22262
22263 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22264 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22265
22266 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
22267
22268 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22269
22270 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
22271
22272 * dns.el (query-dns): Use sit-for to time instead of
22273 accept-process-output, since that doesn't seem to work on udp
22274 sockets.
22275
22276 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
22277
22278 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22279
22280 2004-11-15 Jesper Harder <harder@ifa.au.dk>
22281
22282 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22283 doc string. Improve doc string.
22284
22285 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
22286
22287 * nntp.el (nntp-request-update-info): Return nil if
22288 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22289 may not call gnus-activate-group which uselessly issues the GROUP
22290 commands for all nntp groups and wastes time. Reported by Romain
22291 Francoise <romain@orebokech.com>.
22292
22293 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22294
22295 2004-11-15 Simon Josefsson <jas@extundo.com>
22296
22297 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22298 headers separately.
22299 (gnus-button-openpgp): New function, inspired by Jochen Küpper
22300 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22301
22302 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
22303
22304 * gnus-start.el (gnus-convert-old-newsrc):
22305 Assign legacy-gnus-agent to 5.10.7.
22306
22307 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
22308
22309 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22310 start of the lines.
22311
22312 2004-11-14 Magnus Henoch <mange@freemail.hu>
22313
22314 * hashcash.el (hashcash-default-payment): Change default to 20.
22315 (hashcash-default-accept-payment): Change default to 20.
22316 (hashcash-process-alist): New variable.
22317 (hashcash-generate-payment-async): Add.
22318 (hashcash-already-paid-p): Add.
22319 (hashcash-insert-payment): Don't generate payments twice.
22320 (hashcash-insert-payment-async): Add.
22321 (hashcash-insert-payment-async-2): Add.
22322 (hashcash-cancel-async): Add.
22323 (hashcash-wait-async): Add.
22324 (hashcash-processes-running-p): Add.
22325 (hashcash-wait-or-cancel): Add.
22326 (mail-add-payment): New optional argument. Conditionally start
22327 asynchronous calculation.
22328 (mail-add-payment-async): Add.
22329
22330 * message.el (message-send-mail): Wait for asynchronous hashcash
22331 results. Don't clobber existing X-Hashcash headers.
22332 (message-setup-1): Call mail-add-payment-async when
22333 message-generate-hashcash is non-nil.
22334
22335 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
22336
22337 * message.el (message-use-alternative-email-as-from): Examine the
22338 From header as well; use message-make-from in order to include a
22339 user's full name.
22340
22341 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
22342
22343 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22344 default; improve customization type.
22345 (gnus-emphasis-custom-with-format): New macro.
22346 (gnus-emphasis-custom-value-to-external): New function.
22347 (gnus-emphasis-custom-value-to-internal): New function.
22348
22349 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
22350
22351 * dns.el (query-dns): Resolve reverse addresses.
22352
22353 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
22354
22355 * gnus-group.el (gnus-group-get-new-news): Use it.
22356
22357 * gnus-start.el (gnus-check-reasonable-setup): New function.
22358
22359 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
22360
22361 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22362 "Args out of range" error. Reported by Arnaud Giersch
22363 <arnaud.giersch@free.fr>.
22364
22365 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
22366
22367 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22368
22369 2004-11-04 Richard M. Stallman <rms@gnu.org>
22370
22371 * spam.el (spam group): Add :version.
22372
22373 * pgg-def.el (pgg group): Add :version.
22374
22375 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
22376
22377 * gnus-art.el (gnus-article-edit-article): Don't associate the
22378 article buffer with a draft file. This is a temporary measure
22379 against the 2004-08-22 change to gnus-article-edit-mode.
22380
22381 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
22382
22383 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22384 (html2text-format-tags): Remove unused variable `attr'.
22385
22386 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
22387
22388 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22389
22390 * spam-stat.el (spam-stat): Add :version.
22391
22392 * sieve.el (sieve): Add :version.
22393
22394 * sha1.el (sha1): Add :version.
22395 (sha1-use-external): Remove redundant version.
22396
22397 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22398 (nnmail-cache-ignore-groups, nnmail-spool-hook)
22399 (nnmail-split-fancy-match-partial-words)
22400 (nnmail-split-lowercase-expanded): Add :version.
22401
22402 * nndiary.el (nndiary): Add :version.
22403
22404 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22405
22406 * mml-sec.el (mml-default-sign-method)
22407 (mml-default-encrypt-method, mml-signencrypt-style-alist):
22408 Add :version.
22409
22410 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22411
22412 * mm-url.el (mm-url-use-external, mm-url-program)
22413 (mm-url-arguments): Add :version.
22414
22415 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22416 (mm-attachment-file-modes, mm-decrypt-option)
22417 (mm-w3m-safe-url-regexp): Add :version.
22418
22419 * message.el (message-cite-prefix-regexp)
22420 (message-sendmail-envelope-from, message-minibuffer-local-map)
22421 (message-user-fqdn, message-completion-alist): Add :version.
22422
22423 * gnus-win.el (gnus-configure-windows-hook)
22424 (gnus-use-frames-on-any-display): Add :version.
22425
22426 * gnus-art.el (gnus-article-address-banner-alist)
22427 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22428 (gnus-treat-from-picon, gnus-treat-mail-picon)
22429 (gnus-treat-x-pgp-sig): Add :version.
22430
22431 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22432 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22433 (gnus-summary-article-delete-hook)
22434 (gnus-summary-display-while-building): Add :version.
22435
22436 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22437 (gnus-get-top-new-news-hook): Add :version.
22438
22439 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22440 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22441
22442 * gnus-registry.el (gnus-registry): Add :version.
22443
22444 * gnus-spec.el (gnus-use-correct-string-widths)
22445 (gnus-make-format-preserve-properties): Add :version.
22446
22447 * gnus.el (gnus-group-charter-alist)
22448 (gnus-group-fetch-control-use-browse-url)
22449 (gnus-install-group-spam-parameters): Add :version.
22450
22451 * gnus-diary.el (gnus-diary): Add :version.
22452
22453 * gnus-delay.el (gnus-delay): Add :version.
22454
22455 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22456 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22457 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22458 Add :version.
22459
22460 * gnus-agent.el (gnus-agent-max-fetch-size)
22461 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22462 (gnus-agent-prompt-send-queue): Add :version.
22463
22464 * deuglify.el (gnus-outlook-deuglify): Add :version.
22465
22466 * html2text.el: Beautify code. Improve doc strings.
22467 Some checkdoc cleanup.
22468 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22469
22470 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
22471
22472 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22473
22474 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
22475
22476 * gnus-registry.el (gnus-registry-hashtb): Create the registry
22477 when package is loaded.
22478
22479 * spam.el (spam-summary-score-preferred-header): Add global preference
22480 for people who want to override the default SpamAssassin over
22481 Bogofilter preference (when both are set).
22482 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22483 (spam-user-format-function-S):
22484 Check spam-summary-score-preferred-header.
22485 (spam-extra-header-to-number): Add X-Bogosity header parsing.
22486 (spam-user-format-function-S): Format the score correctly.
22487
22488 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
22489
22490 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22491 signature file. Suggested by Manoj Srivastava
22492 <srivasta@golden-gryphon.com>.
22493
22494 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22495 iso-2022-jp even in the Japanese language environment.
22496 Suggested by Jason Rumney <jasonr@gnu.org>.
22497
22498 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
22499
22500 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22501 use the same characters as the dummy marks; make it free from
22502 getting affected by the language environment.
22503 (gnus-summary-read-group-1): Update mark positions only when the
22504 format spec is updated.
22505
22506 * gnus-spec.el (gnus-update-format-specifications): Return a list
22507 of updated types.
22508
22509 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
22510
22511 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22512 of boundp to check if display-warning is available.
22513
22514 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
22515
22516 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22517
22518 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
22519
22520 * nnspool.el (nnspool-spool-directory): Use news-path if the
22521 news-directory variable is not bound.
22522
22523 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22524 function instead of display-warning if it is not available.
22525
22526 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
22527
22528 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22529 v5-10: Use `point-at-bol'.
22530
22531 2004-10-26 Simon Josefsson <jas@extundo.com>
22532
22533 * hashcash.el: Fix URL in comment, reported by Cheng Gao
22534 <chenggao@gmail.com>.
22535
22536 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
22537
22538 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
22539 instead.
22540
22541 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
22542
22543 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22544 to remove a server from the nnimap-server-buffer-alist.
22545 (nnimap-open-connection, nnimap-close-server): Use it.
22546
22547 * gnus-encrypt.el: Remove file in favor of encrypt.el.
22548
22549 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
22550
22551 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22552 running the major-mode function.
22553
22554 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
22555
22556 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22557 dummy marks in the right way.
22558
22559 2004-10-18 David Edmondson <dme@dme.org>
22560
22561 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22562 excessively.
22563
22564 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
22565
22566 * gnus-util.el (gnus-split-references): Accept a nil references
22567 string and go on blissfully.
22568
22569 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22570 cases where the references string is non-nil but has no references.
22571
22572 * encrypt.el: Add autoload tags.
22573
22574 * spam.el (spam-resolve-registrations-routine): Remove article
22575 from unregistration list too. Reported by David Hanak
22576 <dhanak@isis.vanderbilt.edu>
22577
22578 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
22579
22580 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22581 nil. Change custom type.
22582
22583 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
22584
22585 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22586
22587 * gnus-sum.el (gnus-summary-move-article): Use it.
22588
22589 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
22590
22591 * encrypt.el: Add autoload cookies.
22592
22593 * spam.el (spam-backend-article-list-property)
22594 (spam-backend-get-article-todo-list)
22595 (spam-backend-put-article-todo-list)
22596 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22597 Resolve registrations separately.
22598 (spam-register-routine): Format comments.
22599 (spam-unregister-routine, spam-register-routine): Always call with
22600 specific-articles, no default list.
22601 (spam-summary-prepare-exit): Use the spam-classifications function.
22602
22603 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22604 gnus-encrypt.el.
22605
22606 * encrypt.el: Copied from gnus-encrypt.el.
22607
22608 * gnus-encrypt.el: Commented that it's obsolete.
22609
22610 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
22611
22612 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22613 (gnus-score-save): Use it.
22614
22615 * message.el (message-bury): Use `window-dedicated-p'.
22616
22617 2004-10-15 Simon Josefsson <jas@extundo.com>
22618
22619 * pop3.el (top-level): Don't require nnheader.
22620 (pop3-read-timeout): Add.
22621 (pop3-accept-process-output): Add.
22622 (pop3-read-response, pop3-retr): Use it.
22623
22624 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
22625
22626 * spam.el (spam-register-routine): Move comment.
22627 (spam-verify-bogofilter): Use 'unknown for the initial
22628 spam-bogofilter-valid state, not 'never.
22629
22630 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22631 for netrc-machine.
22632
22633 * nnimap.el (nnimap-open-connection):
22634 Use netrc-machine-user-or-password.
22635
22636 2004-10-17 Richard M. Stallman <rms@gnu.org>
22637
22638 * gnus-registry.el (gnus-registry-unload-hook):
22639 Set as a variable with add-hook.
22640
22641 * nnspool.el (nnspool-spool-directory): Use news-directory instead
22642 of news-path.
22643
22644 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22645
22646 * spam.el: Delete duplicate `provide'.
22647 (spam-unload-hook): Set as a variable with add-hook.
22648
22649 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
22650
22651 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22652 in the doc string.
22653
22654 * message.el (message-ignored-news-headers)
22655 (message-ignored-supersedes-headers)
22656 (message-ignored-resent-headers)
22657 (message-forward-ignored-headers): Improve custom type.
22658
22659 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
22660
22661 * message.el (message-tokenize-header): Fix 2004-09-06 change
22662 which used point-min in the wrong place.
22663
22664 2004-10-12 Simon Josefsson <jas@extundo.com>
22665
22666 * tls.el (tls-certtool-program): New variable.
22667 (tls-certificate-information): New function, based on
22668 ssl-certificate-information.
22669
22670 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
22671
22672 * compface.el: Move the version of ELisp-based uncompface program
22673 to the contrib directory because of the copyright problem.
22674
22675 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
22676
22677 * message.el (message-kill-buffer): Raise the current frame.
22678
22679 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
22680
22681 * gnus-sum.el: Mention that multibyte characters don't work as marks.
22682
22683 * gnus.el (message-y-or-n-p): Autoload.
22684
22685 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22686 (pop3-password-required, pop3-authentication-scheme)
22687 (pop3-leave-mail-on-server): Make customizable.
22688 (pop3): New custom group.
22689 (pop3-retr): Remove `sleep-for' statements.
22690 Suggested by Dave Love <fx@gnu.org>.
22691
22692 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22693 Windows/DOS.
22694
22695 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22696 (imap-parse-body): Fix incorrect use of `assert'.
22697 Suggested by Dave Love <fx@gnu.org>.
22698
22699 * mml.el (mml-minibuffer-read-disposition): Require match.
22700 Suggested by Dave Love <fx@gnu.org>.
22701
22702 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
22703
22704 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
22705 doc string.
22706
22707 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
22708
22709 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22710
22711 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22712
22713 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22714 instead of calling `mm-insert-inline', to decode text/* parts
22715 before displaying them.
22716
22717 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
22718
22719 * mm-uu.el (mm-uu-text-plain-type): New variable.
22720 (mm-uu-pgp-signed-extract-1): Use it.
22721 (mm-uu-pgp-encrypted-extract-1): Use it.
22722 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22723 bind mm-uu-text-plain-type with that value.
22724 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22725 mm-uu-dissect.
22726
22727 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
22728
22729 * gnus-group.el (gnus-update-group-mark-positions):
22730 * gnus-sum.el (gnus-update-summary-mark-positions):
22731 * message.el (message-check-news-body-syntax):
22732 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22733 of string-as-multibyte.
22734
22735 2004-10-05 Juri Linkov <juri@jurta.org>
22736
22737 * gnus-group.el (gnus-update-group-mark-positions):
22738 * gnus-sum.el (gnus-update-summary-mark-positions):
22739 * message.el (message-check-news-body-syntax):
22740 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22741 8-bit unibyte values to a multibyte string for search functions.
22742
22743 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
22744
22745 * mm-uu.el (mm-uu-dissect): Allow optional arg.
22746 (mm-uu-dissect-text-parts): New function.
22747
22748 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22749 dissect text parts.
22750
22751 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22752 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22753
22754 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22755
22756 * gnus-topic.el (gnus-topic-hierarchical-parameters):
22757 Use gnus-current-topics instead of gnus-current-topic.
22758
22759 2004-10-06 Jesper Harder <harder@ifa.au.dk>
22760
22761 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22762
22763 2004-10-05 Jesper Harder <harder@ifa.au.dk>
22764
22765 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22766 where appropriate.
22767
22768 * nnml.el (nnml-generate-active-info): do.
22769
22770 * nndiary.el (nndiary-generate-active-info): do.
22771
22772 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22773 (gnus-topic-move): do.
22774
22775 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22776 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22777
22778 * gnus-srvr.el (gnus-server-prepare)
22779 (gnus-server-open-all-servers): do.
22780
22781 * gnus-msg.el (gnus-summary-cancel-article)
22782 (gnus-summary-resend-message)
22783 (gnus-summary-mail-crosspost-complaint): do.
22784
22785 * gnus-move.el (gnus-change-server): do.
22786
22787 * gnus-group.el (gnus-group-unmark-all-groups)
22788 (gnus-group-set-current-level): do.
22789
22790 2004-10-04 Simon Josefsson <jas@extundo.com>
22791
22792 * message.el (message-generate-hashcash): Doc fix.
22793
22794 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
22795
22796 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22797 avoid infinite recursion via gnus-get-function.
22798
22799 2004-10-02 Jesper Harder <harder@ifa.au.dk>
22800
22801 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22802
22803 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22804
22805 * nnmail.el (nnmail-split-history): do.
22806
22807 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22808 (nnml-request-delete-group): do.
22809
22810 * nnslashdot.el (nnslashdot-read-groups): do.
22811
22812 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22813 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22814
22815 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22816 (nnspool-sift-nov-with-sed): Use last.
22817 (nnspool-retrieve-headers-with-nov): Use mapc.
22818 (nnspool-request-newgroups): Use dolist.
22819 (nnspool-request-group): Use last.
22820
22821 * nntp.el (nntp-read-server-type): Use dolist.
22822
22823 * nnvirtual.el (nnvirtual-create-mapping)
22824 (nnvirtual-update-read-and-marked): Use dolist.
22825 (nnvirtual-convert-headers): Simplify.
22826
22827 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
22828
22829 * gnus-agent.el (gnus-agent-synchronize-group-flags):
22830 Add support for sync'ing tick marks.
22831
22832 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
22833
22834 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22835 there's no visible header.
22836
22837 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
22838
22839 * gnus-agent.el (gnus-agent-synchronize-group-flags):
22840 When necessary, pass full group name to gnus-request-set-marks.
22841
22842 2004-10-01 Simon Josefsson <jas@extundo.com>
22843
22844 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
22845 acroread.
22846
22847 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22848
22849 * spam-report.el (spam-report-gmane): Fix interactive.
22850
22851 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22852
22853 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22854 when writing file.
22855 (gnus-agent-synchronize-flags): Don't default to being
22856 interactive.
22857
22858 2004-09-30 Simon Josefsson <jas@extundo.com>
22859
22860 * message.el (message-generate-hashcash): Add.
22861 (message-send-mail): Use it, call mail-add-payment.
22862
22863 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
22864
22865 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22866
22867 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
22868
22869 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22870 gnus-request-update-info with explicit code to sync the in-memory
22871 info read flags with the marks being sync'd to the backend.
22872
22873 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22874
22875 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
22876
22877 * spam.el (spam-verify-bogofilter): Add new function.
22878 (spam-check-bogofilter)
22879 (spam-bogofilter-register-with-bogofilter): Use it.
22880 (spam-verify-bogofilter): Add small fixes.
22881
22882 2004-09-28 Simon Josefsson <jas@extundo.com>
22883
22884 * hashcash.el (hashcash-generate-payment): Revert.
22885
22886 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
22887
22888 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22889 Use gnus-extract-references instead of gnus-split-references.
22890
22891 * gnus-util.el (gnus-extract-references): Add new function, analogous
22892 to gnus-split-references but extracts only the message-ID without
22893 anything extra.
22894
22895 * hashcash.el (hashcash-generate-payment)
22896 (hashcash-check-payment): Do the right thing if hashcash-path is
22897 nil (because the hashcash program could not be found).
22898
22899 * spam.el (spam-use-hashcash): Remove comment.
22900
22901 2004-09-27 Jesper Harder <harder@ifa.au.dk>
22902
22903 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22904 (gnus-cache-enter-article, gnus-cache-remove-article)
22905 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22906
22907 * gnus-async.el (gnus-async-prefetch-remove-group): do.
22908
22909 * gnus-art.el (article-hide-boring-headers)
22910 (article-translate-strings, article-display-face)
22911 (gnus-article-mime-match-handle-first)
22912 (gnus-article-highlight-headers)
22913 (gnus-article-add-buttons-to-head): do.
22914
22915 2004-09-27 Simon Josefsson <jas@extundo.com>
22916
22917 * hashcash.el: New version, from
22918 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
22919 ../contrib/.
22920
22921 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
22922
22923 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22924
22925 2004-09-26 Jesper Harder <harder@ifa.au.dk>
22926
22927 * gnus-dup.el (gnus-dup-open): Use mapc.
22928 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22929
22930 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22931 Reported by Stefan Wiens <s.wi@gmx.net>.
22932
22933 * gnus.el (gnus-shutdown): Use dolist.
22934
22935 * gnus-undo.el (gnus-undo): Use mapc.
22936
22937 * nnrss.el (nnrss-generate-active): do.
22938
22939 * message.el (message-cite-original-without-signature)
22940 (message-cite-original): Use mapc.
22941 (message-do-actions, message-make-forward-subject): Use dolist.
22942
22943 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
22944
22945 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22946 deletion to remove entire duplicate line. Fixes merged article
22947 number bug.
22948
22949 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
22950
22951 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22952 servers that are offline. Avoids having gnus-agent-toggle-plugged
22953 first ask if you want to open a server and then, even when you
22954 responded with no, asking if you want to synchronize the server's
22955 flags.
22956 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22957 multi-line expressions.
22958 (gnus-agent-synchronize-group-flags): New internal function.
22959 Updates marks in memory (in the info structure) AND in the
22960 backend.
22961
22962 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22963
22964 * nnagent.el (nnagent-request-set-mark):
22965 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22966 method, to ensure that synchronization updates marks in the
22967 backend and in the info (in memory) structure.
22968
22969 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
22970
22971 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22972 convention fully; don't miss the root article of a thread; make
22973 the X-Draft-From header with correct article numbers.
22974
22975 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
22976
22977 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22978 unless plugged. Disable the agent so that an open failure causes
22979 an error.
22980
22981 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22982 Revert 2004-09-21 change. The backend must be opened while
22983 synchronizing flags even when the backend stores the flags
22984 locally.
22985
22986 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
22987
22988 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22989 in `header' match. Reported by Svend Tollak Munkejord.
22990
22991 * message.el (message-cite-original): Fix use of
22992 `message-cite-articles-with-x-no-archive'.
22993
22994 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
22995
22996 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22997 (gnus-window-to-buffer): Ditto.
22998
22999 * mml.el (mml-preview-buffer): New variable.
23000 (mml-preview): Manage window layout with gnus-buffer-configuration.
23001
23002 * gnus-msg.el (gnus-setup-message): Put article numbers into the
23003 X-Draft-From header even if those articles aren't quoted.
23004
23005 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
23006
23007 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
23008 (gnus-request-set-mark, gnus-request-update-mark): Use new
23009 g-s-t-u-l-m to decide to use backend even when unplugged.
23010
23011 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
23012
23013 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
23014 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
23015
23016 2004-09-20 Simon Josefsson <jas@extundo.com>
23017
23018 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
23019 "utf-16-le".
23020
23021 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
23022
23023 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
23024
23025 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
23026
23027 * uudecode.el (uudecode-use-external): Add :version.
23028
23029 * smime.el (smime-CA-file, smime-encrypt-cipher)
23030 (smime-dns-server): Add :version.
23031
23032 * smiley.el (gnus-smiley-file-types): Add :version.
23033
23034 * sha1.el (sha1-use-external): Add :version.
23035
23036 * pgg-def.el (pgg-query-keyserver): Add :version.
23037
23038 * nnmail.el (nnmail-fancy-expiry-targets)
23039 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23040 Add :version.
23041
23042 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23043 (nnimap-retrieve-groups-asynchronous): Add :version.
23044 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
23045
23046 * mml.el (mml-content-disposition-parameters)
23047 (mml-insert-mime-headers-always): Add :version.
23048
23049 * mm-util.el (mm-coding-system-priorities): Add :version.
23050
23051 * mm-decode.el (mm-inline-text-html-with-images)
23052 (mm-keep-viewer-alive-types, mm-external-terminal-program)
23053 (mm-verify-option): Add :version.
23054 (mm-text-html-renderer): Change :version.
23055
23056 * message.el (message-fcc-externalize-attachments)
23057 (message-required-headers, message-draft-headers)
23058 (message-subject-trailing-was-query)
23059 (message-subject-trailing-was-ask-regexp)
23060 (message-subject-trailing-was-regexp, message-mark-insert-begin)
23061 (message-mark-insert-end, message-archive-header)
23062 (message-archive-note, message-cross-post-default)
23063 (message-cross-post-note, message-followup-to-note)
23064 (message-cross-post-note-function, message-use-mail-followup-to)
23065 (message-subscribed-address-functions)
23066 (message-subscribed-address-file, message-subscribed-addresses)
23067 (message-subscribed-regexps, message-allow-no-recipients)
23068 (message-yank-cited-prefix, message-signature-insert-empty-line)
23069 (message-hidden-headers, message-hierarchical-addresses)
23070 (message-mail-user-agent, message-use-idna)
23071 (message-valid-fqdn-regexp)
23072 (message-strip-special-text-properties, message-header-synonyms)
23073 (message-beginning-of-line, message-tab-body-function): Add :version.
23074 (message-insert-canlock, message-wide-reply-confirm-recipients):
23075 Change :version.
23076
23077 * mail-source.el (mail-source-ignore-errors): Add :group, :type
23078 and :version.
23079 (mail-source-delete-old-incoming-confirm)
23080 (mail-source-movemail-program): Add :version.
23081
23082 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23083 (gnus-agent-cache, gnus-agent): Change :version.
23084
23085 * gnus-util.el (gnus-use-byte-compile): Change :version.
23086
23087 * gnus-sum.el (gnus-summary-make-false-root-always)
23088 (gnus-summary-default-high-score)
23089 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23090 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23091 (gnus-read-all-available-headers, gnus-article-emulate-mime)
23092 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23093 (gnus-sum-thread-tree-single-indent)
23094 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23095 (gnus-sum-thread-tree-leaf-with-other)
23096 (gnus-sum-thread-tree-single-leaf): Add :version.
23097 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23098 (gnus-article-loose-mime): Change :version.
23099
23100 * gnus-start.el (gnus-backup-startup-file)
23101 (gnus-save-startup-file-via-temp-buffer): Add :version.
23102
23103 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23104 (gnus-server-offline-face): Add :version.
23105
23106 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23107
23108 * gnus-msg.el (gnus-gcc-externalize-attachments)
23109 (gnus-debug-files, gnus-debug-exclude-variables)
23110 (gnus-discouraged-post-methods): Change :version.
23111 (gnus-confirm-mail-reply-to-news)
23112 (gnus-confirm-treat-mail-like-news): Add :version.
23113
23114 * gnus-int.el (gnus-server-unopen-status): Add :version.
23115
23116 * gnus-group.el (gnus-group-jump-to-group-prompt)
23117 (gnus-large-ephemeral-newsgroup)
23118 (gnus-fetch-old-ephemeral-headers): Add :version.
23119
23120 * gnus-fun.el (gnus-x-face-directory)
23121 (gnus-convert-pbm-to-x-face-command)
23122 (gnus-convert-image-to-x-face-command)
23123 (gnus-convert-image-to-face-command): Add :version.
23124
23125 * gnus-delay.el (gnus-delay-default-hour): Add :version.
23126
23127 * gnus-cite.el (gnus-cite-blank-line-after-header)
23128 (gnus-article-boring-faces): Add :version.
23129
23130 * gnus-art.el (gnus-buttonized-mime-types)
23131 (gnus-inhibit-mime-unbuttonizing)
23132 (gnus-treat-display-face)
23133 (gnus-treat-body-boundary): Change :version.
23134 (gnus-body-boundary-delimiter, gnus-picon-databases)
23135 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23136 (gnus-treat-date-english, gnus-treat-fold-headers)
23137 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23138 (gnus-treat-mail-picon, gnus-treat-wash-html)
23139 (gnus-article-encrypt-protocol)
23140 (gnus-use-idna, gnus-article-over-scroll)
23141 (gnus-mime-display-multipart-alternative-as-mixed)
23142 (gnus-mime-display-multipart-related-as-mixed)
23143 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23144 (gnus-ctan-url, gnus-button-ctan-handler)
23145 (gnus-button-handle-ctan-bogus-regexp)
23146 (gnus-button-ctan-directory-regexp)
23147 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23148 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23149 (gnus-button-man-level, gnus-button-emacs-level)
23150 (gnus-button-message-level, gnus-button-browse-level): Add :version.
23151
23152 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23153 (gnus-agent-go-online): Change :version.
23154 (gnus-agent-expire-unagentized-dirs)
23155 (gnus-agent-auto-agentize-methods): Add :version.
23156
23157 * flow-fill.el (fill-flowed-display-column)
23158 (fill-flowed-encode-column): Add :version.
23159
23160 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23161 (gnus-outlook-deuglify-unwrap-max)
23162 (gnus-outlook-deuglify-cite-marks)
23163 (gnus-outlook-deuglify-unwrap-stop-chars)
23164 (gnus-outlook-deuglify-no-wrap-chars)
23165 (gnus-outlook-deuglify-attrib-cut-regexp)
23166 (gnus-outlook-deuglify-attrib-verb-regexp)
23167 (gnus-outlook-deuglify-attrib-end-regexp)
23168 (gnus-outlook-display-hook): Add :version.
23169
23170 * binhex.el (binhex-use-external): Add :version.
23171
23172 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
23173
23174 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23175 and `invisible'.
23176
23177 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
23178
23179 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23180 in gnus-registry-trim.
23181
23182 2004-09-13 Simon Josefsson <jas@extundo.com>
23183
23184 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23185
23186 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23187
23188 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23189 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23190 <yamaoka@jpl.org>.
23191 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23192 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23193 <yamaoka@jpl.org>.
23194
23195 * sieve.el (sieve-manage-mode): Ditto.
23196
23197 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
23198
23199 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23200
23201 2004-09-11 Simon Josefsson <jas@extundo.com>
23202
23203 * dns-mode.el: Add.
23204
23205 * mm-view.el (mm-display-dns-inline): Add.
23206
23207 * mm-decode.el (mm-inline-media-tests): Add text/dns.
23208 (mm-automatic-display): Ditto.
23209
23210 * mailcap.el (mailcap-mime-data): Add text/dns.
23211 (mailcap-mime-extensions): Map .soa to text/dns.
23212
23213 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
23214
23215 * gnus-art.el (article-decode-mime-words, article-babel)
23216 (gnus-article-highlight-signature, gnus-article-add-buttons)
23217 (gnus-signature-toggle): Remove unnecessary bindings of
23218 `inhibit-read-only' inherited from v5.10 merge.
23219
23220 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
23221
23222 * nntp.el (nntp): New customization group.
23223 (nntp-authinfo-file): Add customization group.
23224
23225 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23226
23227 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23228
23229 * gnus.el (to-address, to-list, subscribed)
23230 (large-newsgroup-initial): Ditto.
23231
23232 * flow-fill.el (fill-flowed-display-column)
23233 (fill-flowed-encode-column): Ditto.
23234
23235 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
23236
23237 * message.el (message-tokenize-header, message-send-mail-with-qmail):
23238 Use point-min rather than 1.
23239 (message-send-mail): Use buffer-size rather than point-max.
23240
23241 * gnus-sum.el (gnus-summary-search-article-forward):
23242 Signal a specific `search-failed' rather than a generic `error'.
23243
23244 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23245 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23246 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23247
23248 2004-09-10 Simon Josefsson <jas@extundo.com>
23249
23250 * nndb.el (require): Remove tcp and duplicate cl.
23251
23252 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
23253
23254 * gnus-agent.el (directory-files-and-attributes): Move forward.
23255
23256 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
23257
23258 * gnus-agent.el (directory-files-and-attributes):
23259 Optionally defined to support XEmacs.
23260
23261 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
23262
23263 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23264 to avoid run-time CL dependencies.
23265 (gnus-agent-unfetch-articles): New function.
23266 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23267 article numbers even when local .overview file is missing.
23268 (gnus-agent-read-article-number): New function. Only accepts
23269 27-bit article numbers.
23270 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23271 Use gnus-agent-read-article-number.
23272 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23273 from backend while recognizing that article numbers in .overview
23274 must be valid.
23275 (gnus-agent-update-files-total-fetched-for):
23276 Use directory-files-and-attributes to improve performance.
23277 * gnus-int.el (gnus-request-move-article):
23278 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23279 improve performance.
23280
23281 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23282 some users confused by references to .newsrc when they only have a
23283 .newsrc.eld file.
23284 (gnus-convert-mark-converter-prompt)
23285 (gnus-convert-converter-needs-prompt): Fix use of property list.
23286 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23287 New function. Used internally to only display 'gnus converting
23288 files' message when actually necessary.
23289
23290 * gnus-sum.el (): Remove (require 'gnus-agent) as required
23291 methods now autoloaded.
23292
23293 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
23294
23295 * gnus-sum.el (gnus-summary-insert-subject): Remove list
23296 identifiers.
23297
23298 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
23299
23300 * gnus-picon.el: Fix indentation and closing parenthesis.
23301
23302 2004-09-01 Simon Josefsson <jas@extundo.com>
23303
23304 * message.el (message-canlock-generate): Require sha1, not
23305 sha1-el. (Can we get rid of this require altogether? It is ugly
23306 to require within a function. Sadly, if sha1.el isn't loaded, the
23307 let binding in m-c-g will hide the defcustom definition, which is
23308 bad.)
23309
23310 * canlock.el: Require sha1, not sha1-el.
23311
23312 * message.el: Don't autoload sha1 (there is a autoload cookie in
23313 sha1.el).
23314
23315 * sha1-el.el: Rename to sha1.el.
23316
23317 2004-08-30 Juanma Barranquero <lektu@terra.es>
23318
23319 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23320
23321 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
23322
23323 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23324
23325 2004-08-30 Kim F. Storm <storm@cua.dk>
23326
23327 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23328
23329 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23330 Add :group 'nnimap.
23331
23332 2004-08-30 Andreas Schwab <schwab@suse.de>
23333
23334 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23335 ?* and ?\;.
23336
23337 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23338 and ?\' to symbol instead of whitespace.
23339
23340 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
23341
23342 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23343
23344 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23345 instead of re-search-forward.
23346
23347 * gnus-uu.el (gnus-uu-save-article): Ditto.
23348 (gnus-uu-post-encode-uuencode): Ditto.
23349
23350 * html2text.el (html2text-clean-list-items): Ditto.
23351 (html2text-clean-dtdd): Ditto.
23352 (html2text-format-tags): Ditto.
23353
23354 * message.el (message-send-mail-with-sendmail): Fix regexp.
23355 (message-fill-field-general): Use search-forward instead of
23356 re-search-forward.
23357 (unbold-region): Ditto.
23358
23359 * nnrss.el (nnrss-request-article): Ditto.
23360
23361 * nnslashdot.el (nnslashdot-request-article): Ditto.
23362
23363 * nnweb.el (nnweb-gmane-wash-article): Ditto.
23364
23365 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23366 "Unrecognized menu descriptor" error in XEmacs.
23367
23368 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
23369
23370 * gnus-sum.el (gnus-read-header): Don't remove a header for the
23371 parent article of a sparse article in the thread hashtb.
23372
23373 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
23374
23375 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23376 (nnmail-expand-newtext): Lowercase expanded entries if
23377 nnmail-split-lowercase-expanded is non-nil.
23378
23379 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
23380
23381 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23382
23383 * gnus-group.el (gnus-group-line-format-alist): Convert the value
23384 of gnus-tmp-news-method into string under XEmacs. It will be
23385 passed to gnus-correct-length which takes only a string argument.
23386
23387 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
23388
23389 * gnus-util.el (gnus-bind-print-variables): New macro.
23390 (gnus-prin1): Use it.
23391 (gnus-prin1-to-string): Use it.
23392 (gnus-pp): New function.
23393 (gnus-pp-to-string): New function.
23394
23395 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23396 Replace pp-to-string with gnus-pp-to-string.
23397 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23398 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23399 * gnus-msg.el (gnus-debug): Ditto.
23400 * gnus-score.el (gnus-score-save): Ditto.
23401 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23402 gnus-pp-to-string.
23403 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23404 with gnus-pp.
23405 * score-mode.el (gnus-score-pretty-print): Ditto.
23406 * webmail.el (webmail-debug): Ditto.
23407
23408 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
23409
23410 * gnus-art.el (article-display-face, article-display-x-face):
23411 Use buffer-read-only.
23412
23413 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
23414
23415 * gnus-art.el (article-hide-list-identifiers):
23416 Bind inhibit-read-only as t.
23417
23418 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
23419
23420 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23421
23422 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
23423
23424 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23425 (gnus-narrow-to-page): Don't assume point-min == 1.
23426 (gnus-article-edit-mode): Derive from message-mode.
23427
23428 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23429 point-min == 1.
23430
23431 * imap.el (imap-parse-address-list, imap-parse-body-ext):
23432 Disable incorrect use of `assert'.
23433
23434 * message.el (message-mode): Set comment-start-skip.
23435
23436 2004-08-22 Sam Steingold <sds@gnu.org>
23437
23438 * pop3.el (pop3-leave-mail-on-server): New user variable.
23439 (pop3-movemail): Delete mail only when it is nil.
23440
23441 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
23442
23443 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23444
23445 * mml.el (mml-preview): Use `pop-to-buffer'.
23446
23447 * message.el (message-goto-mail-followup-to): Insert after "To".
23448 (message-carefully-insert-headers): Add comment.
23449
23450 * gnus.el: Remove unused variable `gnus-article-check-size'.
23451
23452 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23453
23454 * gnus-art.el (gnus-button-alist):
23455 Improve `gnus-button-handle-library' entry.
23456
23457 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
23458
23459 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23460 Use downcase, since XEmacs capitalizes error messages differently.
23461
23462 2004-08-18 Jesper Harder <harder@ifa.au.dk>
23463
23464 * nntp.el: Add (require 'gnus) due to reference to
23465 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
23466
23467 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
23468
23469 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23470 Bind `mm-fill-flowed'.
23471
23472 * mm-decode.el (mm-dissect-singlepart): Check it.
23473
23474 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
23475
23476 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23477 'imap' for netrc parsing.
23478
23479 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
23480
23481 * mailcap.el (mailcap-mime-data): Mark as risky.
23482
23483 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
23484
23485 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23486 may be included in the encoded word.
23487 (rfc2047-encode): Don't append a space if the encoded word
23488 includes close parenthesis.
23489
23490 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
23491
23492 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23493 of text within parentheses.
23494
23495 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
23496
23497 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23498 (gnus-encrypt-write-file-contents): Make the password key the file
23499 name PLUS the cipher, not just the cipher. Also remove failed
23500 passwords from the cache.
23501
23502 2004-08-06 Simon Josefsson <jas@extundo.com>
23503
23504 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23505 Doc fix.
23506
23507 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
23508
23509 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23510 LWSP.
23511
23512 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
23513
23514 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23515 Try to append in-reply-to: data to the references: header.
23516
23517 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23518 (netrc-parse): Use gnus-encrypt.el functions.
23519
23520 * gnus-encrypt.el: Add new file for encryption support; currently
23521 does only a few GPG ciphers and an internal XOR cipher.
23522
23523 * password.el: Add comments on using password-read-and-add.
23524 (password-read-and-add): Add function to read and add the
23525 password to the cache at once.
23526
23527 2004-07-28 Simon Josefsson <jas@extundo.com>
23528
23529 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23530 parameter (but don't use it, for now).
23531
23532 * imap.el (imap-ssl-open): Use imap-process-connection-type,
23533 instead of hard coding to nil.
23534
23535 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
23536
23537 * mm-view.el (mm-inline-image-emacs): Open lines under an image
23538 as mm-inline-image-xemacs does.
23539
23540 2004-07-26 Simon Josefsson <jas@extundo.com>
23541
23542 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23543 Revert part of 2004-07-17 change below.
23544
23545 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
23546
23547 * rfc2047.el (rfc2047-encode-region): Don't infloop.
23548 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23549
23550 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
23551
23552 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23553 quotes that actually start with ">" at the beginning of the
23554 lines.
23555
23556 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
23557
23558 * rfc2047.el (rfc2047-encode-region): Fix last change.
23559 (rfc2047-encode-parameter): Remove useless concat.
23560
23561 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
23562
23563 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23564 encode special characters; fix some kind of misconfigured headers;
23565 signal a real error if debug-on-quit or debug-on-error is non-nil.
23566 (rfc2047-encode-max-chars): New variable.
23567 (rfc2047-encode-1): Use it.
23568 (rfc2047-encode-parameter): New function.
23569
23570 * mml.el (mml-insert-parameter): Remove an excessive space.
23571
23572 2004-07-17 Simon Josefsson <jas@extundo.com>
23573
23574 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23575 Kai Grossjohann <kai@emptydomain.de>.
23576 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23577 (gnus-group-make-menu-bar): Ditto.
23578
23579 * gnus-util.el (gnus-group-server): Add.
23580
23581 2004-07-16 Jesper Harder <harder@ifa.au.dk>
23582
23583 * message.el (message-clone-locals): Clone sendmail and smtp
23584 variables.
23585
23586 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
23587
23588 * rfc2047.el (rfc2047-encode-region): Fix last change.
23589
23590 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
23591
23592 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23593 characters as non-special.
23594
23595 2004-07-09 Simon Josefsson <jas@extundo.com>
23596
23597 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23598 Users will lose all flag changes made while unplugged with
23599 e.g. nntp unless flag synchronization happens, thus `nil' is not a
23600 good default. See numerous reports on ding mailing list.
23601
23602 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
23603
23604 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23605 add generate-head-function and generate-article-function to the
23606 rfc822-forward entry.
23607 (nndoc-rfc822-forward-generate-article): New function.
23608 (nndoc-rfc822-forward-generate-head): New function.
23609
23610 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23611
23612 2004-07-06 Dan Christensen <jdc@uwo.ca>
23613
23614 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23615 respect display group parameter and gnus-summary-expunge-below.
23616 (gnus-articles-to-read): Remove unused reference to display group
23617 parameter.
23618
23619 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23620
23621 * nnheader.el (nnheader-uniquify-message-id): New experimental
23622 variable.
23623 (nnheader-nov-read-message-id): Use it.
23624
23625 * spam-report.el (spam-report-gmane): Add interactive.
23626
23627 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
23628
23629 * mm-encode.el (mm-content-transfer-encoding-defaults):
23630 Use qp-or-base64 for the application/* types.
23631
23632 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
23633
23634 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23635
23636 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
23637
23638 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23639 trim value.
23640
23641 2004-01-25 Paul Jarc <prj@po.cwru.edu>
23642
23643 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23644 New macro and function.
23645 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23646
23647 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
23648
23649 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23650 after-load-alist.
23651
23652 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
23653
23654 * gnus-group.el (gnus-group-get-new-news-this-group):
23655 Don't update info that isn't there.
23656
23657 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
23658
23659 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23660 entry.
23661
23662 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
23663
23664 * mm-view.el (mm-inline-render-with-function): Use multibyte
23665 buffer; decode html source by charset.
23666
23667 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23668
23669 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23670 Mule-UCS is loaded under XEmacs.
23671 (mm-mime-mule-charset-alist): Avoid duplicated entries.
23672
23673 2004-06-28 Jesper Harder <harder@ifa.au.dk>
23674
23675 * nnheader.el (nnheader-max-head-length): Increase to 8192.
23676
23677 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
23678
23679 * mm-util.el (mm-coding-system-p): Return a coding-system.
23680 (mm-mime-mule-charset-alist): Use shift_jis instead of
23681 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23682 entries for the mime charsets iso-2022-jp-3 and shift_jis.
23683 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23684 instead of japanese-shift-jis and iso-latin-1 respectively in
23685 order to share the default value with both Emacs and XEmacs-mule.
23686 (mm-mule-charset-to-mime-charset):
23687 Make mm-coding-system-priorities effective.
23688 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23689 while predicating of candidates upon the priorities.
23690
23691 2004-06-27 Jesper Harder <harder@ifa.au.dk>
23692
23693 * gnus-sum.el (gnus-summary-make-menu-bar):
23694 Add gnus-uu-invert-processable.
23695
23696 * gnus.el: Autoload gnus-uu-invert-processable.
23697
23698 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
23699
23700 * mm-util.el (mm-with-multibyte-buffer): New macro.
23701
23702 * rfc2047.el (rfc2047-encode-string): Use it.
23703 (rfc2047-encode-region): Move point to the end of the region after
23704 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23705
23706 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
23707
23708 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23709 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23710
23711 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
23712
23713 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23714 (gnus-cite-parse): Ignore quoted envelope From_.
23715 Suggested by Karl Chen <quarl@nospam.quarl.org>.
23716
23717 2004-06-23 Jesper Harder <harder@ifa.au.dk>
23718
23719 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23720 invalid addresses.
23721
23722 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
23723
23724 * spam.el: Change section markers, revise TODO list.
23725 (spam-backends): Make new master list of all installed backends.
23726 (spam-summary-exit-behavior): Add new variable to determine how
23727 messages moves are done at summary exit.
23728 (spam-move-spam-nonspam-groups-only)
23729 (spam-process-ham-in-nonham-groups)
23730 (spam-process-ham-in-spam-groups): Remove variables, the
23731 spam-summary-exit-behavior variable should be used to manage this
23732 behavior.
23733 (spam-old-ham-articles, spam-old-spam-articles): Remove.
23734 (spam-old-articles): Add variable, replacing spam-old-ham-articles
23735 and spam-old-spam-articles.
23736 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23737 Add empty variables, placeholders for the backends they represent.
23738 (spam-set-difference): Move, unchanged.
23739 (spam-list-of-processors): Declare OBSOLETE, not used anymore
23740 unless the user has a processor variable.
23741 (spam-classifications, spam-classification-valid-p)
23742 (spam-backend-properties, spam-backend-property-valid-p)
23743 (spam-backend-function-type-valid-p)
23744 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23745 (spam-report-articles-gmane, spam-report-articles-resend):
23746 Remove functions, they are not needed.
23747 (spam-install-backend-super, spam-backend-list)
23748 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23749 (spam-backend-function, spam-backend-ham-registration-function)
23750 (spam-backend-spam-registration-function)
23751 (spam-backend-ham-unregistration-function)
23752 (spam-backend-spam-unregistration-function)
23753 (spam-backend-statistical-p, spam-backend-mover-p)
23754 (spam-install-backend-alias, spam-install-checkonly-backend)
23755 (spam-install-mover-backend, spam-install-nocheck-backend)
23756 (spam-install-backend, spam-install-statistical-backend)
23757 (spam-install-statistical-checkonly-backend): Add backend installation
23758 support.
23759 (spam-summary-prepare-exit): Rewrite to use the new backend code.
23760 (spam-group-processor-p): Use the new backend code and respect the
23761 summary exit behavior.
23762 (spam-mark-spam-as-expired-and-move-routine): Remove.
23763 (spam-summary-prepare): Change to use the new spam-old-articles
23764 variable.
23765 (spam-copy-or-move-routine, spam-copy-spam-routine)
23766 (spam-move-spam-routine, spam-copy-ham-routine)
23767 (spam-move-ham-routine): Add code to copy/move ham or spam.
23768 (spam-fetch-field-fast): Improve doc and code, plus allow the
23769 'number request.
23770 (spam-list-of-checks, spam-list-of-statistical-checks):
23771 Remove variables.
23772 (spam-split, spam-find-spam): Use the new backend code.
23773 (spam-registration-functions): Remove variable.
23774 (spam-unregister-routine): Add convenience wrapper.
23775 (spam-log-undo-registration, spam-register-routine)
23776 (spam-log-processing-to-registry)
23777 (spam-log-unregistration-needed-p): Rename "check" to "backend"
23778 where possible.
23779 (spam-check-gmane-xref, spam-check-regex-headers)
23780 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23781 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23782 (spam-check-bogofilter-headers, spam-check-spamoracle)
23783 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23784 (spam-check-crm114-headers): Use the spam-split-group that
23785 spam-split prepares, no need to determine it every time.
23786
23787 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23788 to the nnheader-parse-naked-head call.
23789
23790 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23791
23792 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23793 the nnheader-nov-read-message-id call.
23794
23795 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
23796
23797 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23798 gnus-activate-group twice. Suggested by Markus Peter
23799 <warp@spin.de>.
23800
23801 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
23802
23803 * gnus-art.el (gnus-article-time-format): Exchange the order of
23804 day and month in the default value; fix customization type.
23805 (article-date-ut): Use add-text-properties.
23806 (article-make-date-line): Use message-make-date instead of
23807 current-time-string.
23808
23809 * message.el (message-fetch-field): Don't use set-text-properties.
23810 (message-make-date): Simplify.
23811
23812 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
23813
23814 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23815 (rfc2047-encode-region): Treat text within parentheses as special;
23816 show the original text when error has occurred.
23817
23818 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23819 already-computed method to gnus-activate-group.
23820
23821 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23822 same select-methods identical Lisp objects.
23823
23824 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23825 object when modifying the info.
23826
23827 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
23828
23829 * gnus-srvr.el (gnus-server-set-info): Remove the server from
23830 gnus-opened-servers since it has never been opened with the new
23831 configuration yet.
23832
23833 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
23834
23835 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23836 arg to nnheader-generate-fake-message-id.
23837
23838 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
23839
23840 * nnheader.el (nnheader-generate-fake-message-id): Accept a
23841 number and build a fake message ID localized to a group and
23842 article number (so it's repeatable from that point on).
23843 (nnheader-fake-message-id-p): Change regex to accommodate new fake
23844 ID format.
23845
23846 * gnus-sum.el (gnus-get-newsgroup-headers):
23847 Call nnheader-generate-fake-message-id with the article number.
23848
23849 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
23850
23851 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23852 end-of-buffer.
23853
23854 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
23855
23856 * message.el (message-ignored-supersedes-headers): Add Approved.
23857
23858 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
23859
23860 * rfc2047.el (rfc2047-encode-message-header): Remove useless
23861 goto-char.
23862 (rfc2047-encode): Fold the line before encoding.
23863
23864 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
23865
23866 * rfc2047.el (rfc2047-encode-message-header): Disabled header
23867 folding -- not all headers can be folded, and this should be done
23868 by the message composition mode. Probably. I think.
23869
23870 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
23871
23872 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23873 fast.
23874
23875 * gnus-ems.el (gnus-remove-image): Don't use
23876 message-text-with-property; remove only the image found first.
23877
23878 2004-06-09 Jesper Harder <harder@ifa.au.dk>
23879
23880 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23881
23882 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
23883
23884 * message.el (message-text-with-property): Make it fast and accept
23885 optional arguments.
23886 (message-strip-forbidden-properties): Use it.
23887 (message-fix-before-sending): Follow the m-t-w-p change.
23888
23889 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23890
23891 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
23892
23893 * gnus-art.el (article-hide-headers): Don't change the buffer
23894 mistakenly when performing mml-preview even if
23895 gnus-single-article-buffer is nil.
23896
23897 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
23898
23899 * message.el (message-expand-name-databases): New user option.
23900 (message-expand-name): Use it.
23901
23902 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
23903
23904 * spam.el (spam-report-articles-resend)
23905 (spam-report-resend-register-routine): Allow ham reporting.
23906 (spam-report-resend-register-ham-routine): Add wrapper.
23907 (spam-registration-functions): Add ham resending functions.
23908 (spam-list-of-processors): Add ham resend processor.
23909
23910 * gnus.el (ham-resend-to): Add new group parameter.
23911 (spam-process): Add ham resend option.
23912
23913 * spam-report.el (spam-report-resend): Allow reporting ham.
23914 (spam-report-resend-ham): Add wrapper.
23915
23916 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
23917
23918 * message.el (message-cite-articles-with-x-no-archive):
23919 New variable.
23920 (message-cite-original): Use it.
23921
23922 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23923
23924 * message.el (message-cite-original): Respect X-No-Archive.
23925
23926 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
23927
23928 * gnus-art.el (article-hide-headers): Refer to the values for
23929 gnus-ignored-headers and gnus-visible-headers in the summary
23930 buffer since a user may have set them as group parameters.
23931
23932 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
23933
23934 * assistant.el (assistant-node-name): Add convenience function.
23935 (assistant-render-text, assistant-render-node): Add error handling,
23936 plus handle multiple next nodes.
23937 (assistant-find-next-node): Comment out for now.
23938 (assistant-find-next-nodes): Add function, returns list of next
23939 nodes.
23940
23941 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
23942
23943 * mail-source.el (mail-source-directory): Fix doc-string.
23944
23945 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
23946
23947 * assistant.el (assistant-render-text, assistant-eval): Add :set
23948 widget type, which is different because it takes and returns a
23949 list. Much hilarity ensues.
23950
23951 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
23952
23953 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23954
23955 * gnus-group.el (gnus-group-get-new-news-this-group):
23956 Add doc-string.
23957
23958 * gnus-start.el (gnus-activate-group): Add doc-string.
23959
23960 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
23961
23962 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23963
23964 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
23965
23966 * assistant.el (assistant-render-text): Try to add a :set
23967 widget, more to come.
23968
23969 * spam.el (spam-group-spam-contents-p): Handle empty groupname
23970 strings.
23971 (spam-report-articles-resend)
23972 (spam-register-routine): Do registration iff any articles warrant
23973 it.
23974 (spam-summary-prepare-exit): Change log message for nil group
23975 destinations.
23976
23977 2004-05-27 Daniel Pittman <daniel@rimspace.net>
23978
23979 * spam.el (spam-report-resend-register-routine):
23980 Allow spam-report-resend-to to be a group parameter or a global value.
23981
23982 2004-05-26 Simon Josefsson <jas@extundo.com>
23983
23984 * starttls.el: Merge with my GnuTLS based starttls.el.
23985 (starttls-gnutls-program, starttls-use-gnutls)
23986 (starttls-extra-arguments, starttls-process-connection-type)
23987 (starttls-connect, starttls-failure, starttls-success):
23988 New variables.
23989 (starttls-program, starttls-extra-args): Doc fix.
23990 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23991 New functions.
23992 (starttls-negotiate, starttls-open-stream):
23993 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23994 function if it is set.
23995
23996 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
23997
23998 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23999 structured fields.
24000
24001 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
24002
24003 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
24004
24005 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
24006
24007 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
24008 Add variable.
24009 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
24010 assigning the spam-mark to new messages.
24011
24012 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
24013
24014 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
24015
24016 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
24017
24018 * rfc2047.el (rfc2047-encodable-p): Don't move point.
24019 (rfc2047-decode): Treat the ascii coding-system as raw-text by
24020 default.
24021
24022 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
24023
24024 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24025 correct data.
24026
24027 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
24028
24029 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24030 (spam-group-processor-p): Fix function.
24031 (spam-group-processor-multiple-p)
24032 (spam-group-spam-processor-report-gmane-p)
24033 (spam-group-spam-processor-report-resend-p)
24034 (spam-group-spam-processor-bogofilter-p)
24035 (spam-group-spam-processor-blacklist-p)
24036 (spam-group-spam-processor-ifile-p)
24037 (spam-group-ham-processor-ifile-p)
24038 (spam-group-spam-processor-spamoracle-p)
24039 (spam-group-spam-processor-crm114-p)
24040 (spam-group-ham-processor-bogofilter-p)
24041 (spam-group-spam-processor-stat-p)
24042 (spam-group-ham-processor-stat-p)
24043 (spam-group-ham-processor-whitelist-p)
24044 (spam-group-ham-processor-BBDB-p)
24045 (spam-group-ham-processor-spamoracle-p)
24046 (spam-group-ham-processor-copy-p): Remove functions with some
24047 prejudice against unneeded code.
24048 (spam-report-articles-resend)
24049 (spam-report-resend-register-routine): Allow the group/topic
24050 spam-resend-to value to override spam-report-resend-to.
24051 (spam-summary-prepare-exit): Invoke spam-group-processor-p
24052 properly now.
24053
24054 * gnus.el (spam-resend-to): Add group/topic parameter.
24055 (spam-process): Move the OBSOLETE processors to the end of the
24056 choices.
24057
24058 2004-05-24 Daniel Pittman <daniel@rimspace.net>
24059
24060 * spam-report.el (spam-report-resend-to, spam-report-resend):
24061 Start with resend-to set to nil, and then ask the user if necessary.
24062 (spam-report-resend): spam-report-resend takes a list of articles, not
24063 separate article numbers.
24064
24065 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
24066
24067 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24068 addition to emacs-w3m.
24069
24070 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
24071
24072 * assistant.el (assistant-authinfo-data): New function.
24073 (assistant-eval): Eval for entire assistant.
24074
24075 * netrc.el (netrc-services-file): New variable.
24076 (netrc-parse-services): New function.
24077 (netrc-find-service-name): New function.
24078 (netrc-find-service-number): New function.
24079 (netrc-port-equal): New function.
24080 (netrc-machine): Use it.
24081
24082 * nnimap.el (nnimap-open-connection): Use netrc.
24083
24084 * gnus-util.el (gnus-netrc-get): Remove aliases.
24085
24086 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24087
24088 * assistant.el (wid-edit): Fix compilation.
24089
24090 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24091
24092 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
24093
24094 * gnus-util.el (gnus-set-file-modes): New function. (small
24095 patch).
24096
24097 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
24098
24099 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24100
24101 * assistant.el (assistant-render-node): Fix up rendering and
24102 read-only text.
24103 (assistant-render-node): Reset.
24104 (assistant-make-read-only): Not sticky.
24105
24106 2004-05-20 Danny Siu <dsiu@adobe.com>
24107
24108 * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24109 centered even when gnus-auto-center-summary is t.
24110
24111 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
24112
24113 * dns.el (dns-get-txt-answer): New function.
24114 (dns-read-txt): Ditto.
24115 (query-dns): Use it.
24116
24117 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
24118
24119 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24120 active for foreign groups even if the group level is higher than
24121 the specified value.
24122
24123 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
24124
24125 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24126 non-active groups.
24127
24128 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24129
24130 2004-05-20 Magnus Henoch <mange@freemail.hu>
24131
24132 * dns.el (dns-read-type): Add support for SVR. (small patch)
24133
24134 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
24135
24136 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24137 (spam-crm114-header, spam-crm114-spam-switch)
24138 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24139 (spam-crm114-positive-spam-header)
24140 (spam-crm114-database-directory, spam-list-of-processors)
24141 (spam-group-spam-processor-crm114-p)
24142 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24143 (spam-generic-score, spam-list-of-checks)
24144 (spam-list-of-statistical-checks, spam-registration-functions)
24145 (spam-check-crm114-headers, spam-crm114-score)
24146 (spam-check-crm114, spam-crm114-register-with-crm114)
24147 (spam-crm114-register-spam-routine)
24148 (spam-crm114-unregister-spam-routine)
24149 (spam-crm114-register-ham-routine)
24150 (spam-crm114-unregister-ham-routine): Add CRM114 support.
24151
24152 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
24153
24154 * gnus.el: Add spam-use-crm114.
24155
24156 * spam.el (spam-list-of-processors, spam-registration-functions):
24157 Add spam-use-resend.
24158 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24159 (spam-report-articles-gmane): Add doc fix.
24160 (spam-report-articles-resend, spam-report-resend-register-routine):
24161 Add wrappers around spam-report-resend-to.
24162
24163 * spam-report.el (spam-report-resend-to, spam-report-resend):
24164 Add support for resending spam.
24165 (spam-report-gmane): Fix line length >80.
24166
24167 * gnus.el (spam-process): Add spam-use-resend.
24168
24169 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24170
24171 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24172 number of processed spam messages.
24173 (spam-ham-copy-or-move-routine): Return the number of processed
24174 ham messages.
24175 (spam-summary-prepare-exit): Use the above values to decide
24176 whether status messages should be displayed.
24177
24178 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
24179
24180 * rfc2047.el (rfc2047-encode-function-alist): Rename from
24181 `rfc2047-encoding-function-alist' in order to avoid conflicting
24182 with the old version.
24183 (rfc2047-encode-region): Concatenate words containing non-ASCII
24184 characters in structured fields; don't encode space-delimited
24185 ASCII words even in unstructured fields; don't break words at
24186 char-category boundaries.
24187 (rfc2047-encode-1): New function.
24188 (rfc2047-encode): Use it; encode text so that it occupies the
24189 maximum width within 76-column; work correctly on Q encoding for
24190 iso-2022-* charsets.
24191 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24192 sure not to break a line just after the header name.
24193 (rfc2047-b-encode-region): Remove.
24194 (rfc2047-b-encode-string): New function.
24195 (rfc2047-q-encode-region): Remove.
24196 (rfc2047-q-encode-string): New function.
24197
24198 * mm-util.el (mm-replace-in-string): New function.
24199
24200 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
24201
24202 * gnus-msg.el (gnus-inews-make-draft-meta-information):
24203 Really get it right.
24204 (gnus-inews-make-draft): Really.
24205
24206 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
24207
24208 * nnmh.el (nnmh-request-list-1): Don't check the link count
24209 before descending. (small patch)
24210
24211 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
24212
24213 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24214 stuff.
24215
24216 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24217 Match on real group name.
24218
24219 * gnus-art.el (gnus-signature-limit): Doc fix.
24220
24221 * gnus-msg.el (gnus-inews-make-draft): Quote list.
24222
24223 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
24224
24225 * gnus-draft.el (gnus-draft-send):
24226 Bind rfc2047-encode-encoded-words.
24227
24228 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24229 (rfc2047-encodable-p): Say that =? needs encoding.
24230 (rfc2047-encode-encoded-words): New variable.
24231
24232 * gnus-group.el (gnus-group-select-group): Doc fix.
24233
24234 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24235
24236 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24237 to nil.
24238
24239 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24240
24241 * nnheader.el (nnheader-get-lines-and-char): New function.
24242
24243 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
24244
24245 * gnus-msg.el (gnus-summary-followup-with-original):
24246 Document yanking of region when active.
24247
24248 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
24249
24250 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24251 groups if the group level is higher than the specified value.
24252
24253 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
24254
24255 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24256 (gnus-group-jump-to-group): Add prefix argument using
24257 `gnus-group-jump-to-group-prompt'. Query before jumping to
24258 non-active group.
24259
24260 * compface.el (uncompface): Be verbose when changing
24261 `uncompface-use-external'.
24262
24263 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24264 handle manual section.
24265
24266 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
24267
24268 * gnus-art.el (gnus-button-alist): Revert previous change.
24269
24270 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
24271
24272 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24273
24274 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
24275
24276 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24277 whether backend can accept message.
24278
24279 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24280
24281 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
24282
24283 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24284 Avoid creating directory when nntp-marks-is-evil is true.
24285 Reported by Reiner Steib.
24286
24287 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
24288
24289 * gnus-picon.el (gnus-picon-insert-glyph):
24290 Add optional `nostring' argument.
24291
24292 2004-05-18 Jesper Harder <harder@ifa.au.dk>
24293
24294 * gnus-picon.el (gnus-picon-style): New variable.
24295 (gnus-picon-transform-address): Support `gnus-picon-style'.
24296
24297 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
24298
24299 * message.el (message-fill-field): Return point.
24300 (message-generate-headers): Go to end of field.
24301
24302 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24303 stuff for non-living groups.
24304
24305 2004-05-18 Jesper Harder <harder@ifa.au.dk>
24306
24307 * gnus-art.el (gnus-article-followup-with-original)
24308 (gnus-article-reply-with-original): gnus-mark-active-p ->
24309 gnus-region-active-p.
24310
24311 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
24312
24313 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24314 only when there is spam or ham to be processed.
24315
24316 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
24317
24318 * mail-source.el (mail-source-delete-crash-box): Refactor.
24319 (mail-source-fetch): Use it.
24320 (mail-source-fetch-file): Ditto.
24321 (mail-source-fetch-directory): Run PostScript in loop.
24322 (mail-source-fetch-pop): Delete.
24323 (mail-source-fetch-maildir): Ditto.
24324 (mail-source-fetch-imap): Ditto.
24325
24326 * imap.el (imap-authenticators): Comment out sasl.
24327
24328 * message.el (message-skip-to-next-address): New function.
24329 (message-fill-header-address): Refactor.
24330 (message-fill-address): Use it.
24331 (message-delete-address): Use it.
24332 (message-fill-header-general): Refactor.
24333 (message-fill-field-address): Rename.
24334 (message-narrow-to-field): Find the start of the header.
24335 (message-header-format-alist): Don't pre-fill.
24336 (message-fill-header): Remove.
24337 (message-insert-header): New function.
24338 (message-shorten-references): Use it.
24339
24340 * rfc2047.el (rfc2047-field-value): Strip props.
24341
24342 * mail-parse.el (mail-header-make-address): New alias.
24343
24344 * ietf-drums.el (ietf-drums-make-address): New function.
24345
24346 * imap.el: Add compiler directives.
24347
24348 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24349
24350 * gnus-art.el (article-decode-idna-rhs): Don't use
24351 message-idna-inside-rhs-p.
24352
24353 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
24354
24355 * message.el (message-idna-inside-rhs-p): Remove.
24356 (message-idna-to-ascii-rhs-1): Use proper address parsing.
24357
24358 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24359 false positives.
24360
24361 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24362
24363 * imap.el (imap-sasl-make-mechanisms): Use sasl.
24364
24365 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
24366
24367 * nneething.el (nneething-file-name): Don't create spurious
24368 files.
24369
24370 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24371 (gnus-inews-do-gcc): Remove sleep.
24372
24373 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24374 part under point.
24375
24376 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24377 (gnus-agent-regenerate-group): Using nil messages aren't valid.
24378
24379 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
24380
24381 * spam.el (spam-summary-prepare-exit): Fix (length).
24382
24383 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
24384
24385 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24386 as expired without moving it" message when there are spam
24387 messages left.
24388
24389 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
24390
24391 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24392 header is not nil.
24393
24394 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
24395
24396 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24397 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24398 (nntp-marks-changed-p): New arg SERVER.
24399 (nntp-request-update-info): Adjust caller.
24400
24401 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
24402
24403 * nntp.el (nntp-save-marks): Pass missing arg.
24404
24405 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
24406
24407 * nntp.el: Support marks.
24408 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24409 (nntp-marks-modtime, nntp-marks-directory): New variables.
24410 (nntp-request-set-mark, nntp-request-update-info)
24411 (nntp-possibly-create-directory, nntp-marks-changed-p)
24412 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24413 New functions.
24414
24415 2004-05-12 Jesper Harder <harder@ifa.au.dk>
24416
24417 * gnus-score.el (gnus-score-insert-help):
24418 Use gnus-select-lowest-window.
24419
24420 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24421 appt-select-lowest-window and rename to gnus-select-lowest-window.
24422
24423 * gnus.el: do.
24424
24425 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24426
24427 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24428 encodings of MIME-encoded words, in order to improve
24429 interoperability with several broken MUAs.
24430
24431 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24432
24433 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24434 tags, only when charsets are not specified in headers.
24435 (mm-inline-text-html-render-with-w3m): Ditto.
24436
24437 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24438
24439 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24440 instead of MIME-decoded from fields when checking
24441 `gnus-article-address-banner-alist'.
24442
24443 2004-05-03 Jesper Harder <harder@ifa.au.dk>
24444
24445 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24446 description rather than subject.
24447
24448 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
24449
24450 * gnus.el (gnus-version-number): Bump.
24451
24452 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
24453
24454 * gnus.el: No Gnus v0.2 is released.
24455
24456 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
24457
24458 * gnus-agent.el (gnus-agent-read-agentview):
24459 Inline gnus-uncompress-range.
24460
24461 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24462
24463 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24464 `exec-installed-p'.
24465
24466 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24467
24468 * gnus.el (spam-process, spam-autodetect-methods):
24469 Add bsfilter and bsfilter-headers.
24470
24471 * spam.el (spam-bsfilter): New customize group.
24472 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24473 (spam-bsfilter-header, spam-bsfilter-probability-header)
24474 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24475 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24476 (spam-bsfilter-database-directory): New options.
24477 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24478 (spam-list-of-statistical-checks, spam-registration-functions):
24479 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24480 (spam-bsfilter-score): New command.
24481 (spam-check-bsfilter-headers, spam-check-bsfilter)
24482 (spam-bsfilter-register-with-bsfilter)
24483 (spam-bsfilter-register-spam-routine)
24484 (spam-bsfilter-unregister-spam-routine)
24485 (spam-bsfilter-register-ham-routine)
24486 (spam-bsfilter-unregister-ham-routine): New functions.
24487 (spam-generic-score): Support bsfilter; Accept an optional argument
24488 to recalcurate spam score even if scoring header has already been
24489 added.
24490 (spam-bogofilter-score, spam-spamassassin-score): Accept an
24491 optional argument to recalcurate spam score even if scoring header
24492 has already been added.
24493
24494 2004-04-29 Jesper Harder <harder@ifa.au.dk>
24495
24496 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24497 strings! Reported by David D. Smith <davidsmith@acm.org>.
24498 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24499 link is missing.
24500
24501 2004-04-28 Jesper Harder <harder@ifa.au.dk>
24502
24503 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24504 (html2text-get-attr): Rewrite.
24505
24506 * message.el (message-setup-1): Remove redundant put-text-property
24507 on mail-header-separator.
24508
24509 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
24510
24511 * gnus-registry.el (gnus-registry-cache-whitespace)
24512 (gnus-registry-action, gnus-registry-spool-action)
24513 (gnus-registry-split-fancy-with-parent): Change message levels
24514 from 5 to 3 or 7, as needed.
24515
24516 * spam.el (spam-summary-prepare-exit)
24517 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24518 (spam-split, spam-find-spam, spam-log-undo-registration)
24519 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24520 level from 5 to 6.
24521
24522 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
24523
24524 * gnus-ems.el: Autoload appt-select-lowest-window (revert
24525 2004-03-04 change).
24526
24527 2004-04-25 Jesper Harder <harder@ifa.au.dk>
24528
24529 * sieve-manage.el (sieve-manage-open):
24530 * nnweb.el (nnweb-insert-html):
24531 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24532 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24533 * nnspool.el (nnspool-request-group):
24534 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24535 * nnml.el (nnml-request-update-info):
24536 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24537 (nnmh-request-create-group, nnmh-update-gnus-unreads):
24538 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24539 (nnimap-request-set-mark):
24540 * nnfolder.el (nnfolder-request-update-info):
24541 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24542 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24543 * gnus-uu.el (gnus-uu-find-articles-matching):
24544 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24545 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24546 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24547 * gnus-nocem.el (gnus-nocem-scan-groups):
24548 * gnus-int.el (gnus-start-news-server):
24549 * gnus-group.el (gnus-group-make-kiboze-group)
24550 (gnus-group-browse-foreign-server):
24551 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24552 Use mapc when appropriate.
24553
24554 2004-04-22 Dan Christensen <jdc@uwo.ca>
24555 Adam Sjøgren <asjo@koldfront.dk>
24556 Wes Hardaker <wes@hardakers.net>
24557 Michael Shields <shields@msrl.com>
24558
24559 * spam.el (spam-necessary-extra-headers): Get the extra headers we
24560 may need for spam sorting and scoring.
24561 (spam-user-format-function-S): Add user format function suitable for
24562 general use.
24563 (spam-article-sort-by-spam-status): Add sorting function for summary
24564 sorting.
24565 (spam-extra-header-to-number): Add function to get a score from a
24566 header.
24567 (spam-summary-score): Add function to get a numeric score from the
24568 headers.
24569 (spam-generic-score): Fix function doc, was in wrong place.
24570 (spam-initialize): Take symbols when it's run, and install the
24571 extra headers that spam-necessary-extra-headers thinks we need.
24572
24573 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
24574
24575 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24576 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24577
24578 2004-04-17 Jesper Harder <harder@ifa.au.dk>
24579
24580 * gnus-sum.el (gnus-set-global-variables)
24581 (gnus-build-all-threads, gnus-get-newsgroup-headers)
24582 (gnus-article-get-xrefs, gnus-summary-best-group)
24583 (gnus-summary-next-article, gnus-summary-enter-digest-group)
24584 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24585 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24586 Use with-current-buffer.
24587
24588 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
24589
24590 * spam.el (spam-summary-prepare-exit): Simplify logic.
24591 (spam-fetch-article-header): Read the article header if it's not
24592 available.
24593 (spam-list-articles): Simplify logic.
24594 (spam-filelist-register-routine): Fix bug with unregister-list.
24595
24596 * gnus-registry.el: Fix comments at beginning.
24597
24598 2004-04-16 Jesper Harder <harder@ifa.au.dk>
24599
24600 * message.el (message-cater-to-broken-inn): Remove.
24601 (message-shorten-references): Make sure the total folded length of
24602 References is shorter than 998 characters to cater to a bug in INN
24603 2.3. Also, don't pretend that references aren't folded -- this
24604 hasn't worked for a while.
24605
24606 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
24607
24608 * gnus-agent.el (gnus-agentize):
24609 gnus-agent-send-mail-real-function no longer set to current value
24610 of message-send-mail-function but rather a lambda that calls
24611 message-send-mail-function. The change makes the agent real-time
24612 responsive to user changes to message-send-mail-function.
24613
24614 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
24615
24616 * legacy-gnus-agent.el
24617 (gnus-agent-convert-to-compressed-agentview): Fix typos with
24618 help from Florian Weimer <fw@deneb.enyo.de>
24619
24620 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
24621
24622 * nnmail.el (nnmail-cache-insert): Revert last change.
24623
24624 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
24625
24626 * nnmail.el (nnmail-cache-insert): Always check whether
24627 nnmail-cache-ignore-groups matches a group name.
24628
24629 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
24630
24631 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24632 (spam-find-spam, spam-log-processing-to-registry)
24633 (spam-log-registered-p, spam-log-unregistration-needed-p)
24634 (spam-log-undo-registration): Use gnus-message instead of
24635 gnus-error, none of these errors are fatal.
24636
24637 * gnus-registry.el (gnus-registry-clean-empty-function)
24638 (gnus-registry-clean-empty): Remove only empty entries without
24639 extra data.
24640
24641 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
24642
24643 * spam-stat.el (spam-stat-buffer-change-to-spam)
24644 (spam-stat-buffer-change-to-non-spam): Change (error) to
24645 (gnus-message 8) invocation.
24646
24647 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
24648
24649 * nntp.el (nntp-via-netcat-command): New variable.
24650 (nntp-via-netcat-switches): New variable.
24651 (nntp-open-via-rlogin-and-netcat): New function.
24652 (nntp-open-connection-function): Doc fix.
24653 (nntp-telnet-command): Doc fix.
24654 (nntp-end-of-line): Doc fix.
24655 (nntp-via-rlogin-command): Doc fix.
24656 (nntp-via-user-name): Doc fix.
24657 (nntp-via-address): Doc fix.
24658
24659 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
24660
24661 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24662 error in Emacs 21.1.
24663
24664 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
24665
24666 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24667
24668 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
24669
24670 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24671 (gnus-agent-with-refreshed-group): New macro.
24672 (gnus-agent-rename-group): New function.
24673 (gnus-agent-delete-group): New function.
24674 (gnus-agent-save-group-info): Use gnus-command-method when
24675 `method' parameter is nil. Don't write nil entries into the
24676 active file.
24677 (gnus-agent-get-group-info): New function.
24678 (gnus-agent-fetch-articles):
24679 Use gnus-agent-update-files-total-fetched-for to increment disk space
24680 used.
24681 (gnus-agent-fetch-headers, gnus-agent-save-alist):
24682 Use gnus-agent-update-view-total-fetched-for to increment disk space
24683 used.
24684 (gnus-agent-get-local): Add optional parameters to avoid calling
24685 gnus-group-real-name and gnus-find-method-for-group.
24686 (gnus-agent-set-local): Delete stored entry if either min, or max,
24687 are nil.
24688 (gnus-agent-fetch-session): Reworded error/quit messages.
24689 On quit, use gnus-agent-regenerate-group to record existence of any
24690 articles fetched to disk before the quit occurred.
24691 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24692 gnus-agent-update-view-total-fetched-for, and
24693 gnus-agent-update-files-total-fetched-for to decrement disk space
24694 used.
24695 (gnus-agent-retrieve-headers):
24696 Use gnus-agent-update-view-total-fetched-for to increment disk space
24697 used.
24698 (gnus-agent-regenerate-group): Replace gnus-group-update-group
24699 with gnus-agent-update-files-total-fetched-for to decrement disk
24700 space and fresh group buffer.
24701 (gnus-agent-inhibit-update-total-fetched-for): New variable.
24702 (gnus-agent-need-update-total-fetched-for): New variable.
24703 (gnus-agent-update-files-total-fetched-for): New function.
24704 (gnus-agent-update-view-total-fetched-for): New function.
24705 (gnus-agent-total-fetched-for): New function.
24706
24707 * gnus-cache.el (gnus-cache-save-buffers):
24708 Use gnus-cache-update-overview-total-fetched-for to change disk space
24709 used by this group.
24710 (gnus-cache-possibly-enter-article):
24711 Use gnus-cache-update-file-total-fetched-for to increment disk space
24712 used by this group.
24713 (gnus-cache-possibly-remove-article):
24714 Use gnus-cache-update-file-total-fetched-for to decrement disk space
24715 used by this group.
24716 (gnus-cache-generate-nov-databases): Purge total fetched cache.
24717 (gnus-cache-rename-group): New function.
24718 (gnus-cache-delete-group): New function.
24719 (gnus-cache-inhibit-update-total-fetched-for): New variable.
24720 (gnus-cache-need-update-total-fetched-for): New variable.
24721 (gnus-cache-with-refreshed-group): New macro.
24722 (gnus-cache-update-file-total-fetched-for): New function.
24723 (gnus-cache-update-overview-total-fetched-for): New function.
24724 (gnus-cache-rename-group-total-fetched-for): New function.
24725 (gnus-cache-delete-group-total-fetched-for): New function.
24726 (gnus-cache-total-fetched-for): New function.
24727
24728 * gnus-group.el: Require gnus-sum and autoload functions to
24729 resolve warnings when gnus-group.el compiled alone.
24730 (gnus-group-line-format): Document new %F.
24731 (size of Fetched data) group line format; identifies disk space
24732 used by agent and cache.
24733 (gnus-group-line-format-alist): Define new F format.
24734 (gnus-total-fetched-for): New function.
24735 (gnus-group-delete-group): No longer update
24736 gnus-cache-active-altered as gnus-request-delete-group now keeps
24737 the cache in sync.
24738 (gnus-group-list-active): Let the agent store a server's active
24739 list if currently plugged.
24740
24741 * gnus-int.el (gnus-request-delete-group):
24742 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24743 local disk in sync with the server.
24744 (gnus-request-rename-group):
24745 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24746 local disk in sync with the server.
24747
24748 * gnus-start.el (gnus-get-unread-articles):
24749 Cosmetic simplification to logic.
24750
24751 * gnus-util.el (gnus-rename-file): New function.
24752
24753 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
24754
24755 * mm-util.el (mm-image-load-path): Handle nil in load-path.
24756
24757 2004-04-07 Jesper Harder <harder@ifa.au.dk>
24758
24759 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24760 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
24761
24762 2004-04-06 Jesper Harder <harder@ifa.au.dk>
24763
24764 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24765 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
24766
24767 2004-04-03 Jesper Harder <harder@ifa.au.dk>
24768
24769 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24770
24771 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
24772
24773 * spam.el (spam-set-difference): Add function to replace
24774 gnus-set-difference in spam.el.
24775 (spam-summary-prepare-exit): Use spam-set-difference.
24776
24777 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
24778
24779 * gnus-registry.el (gnus-registry-cache-file): Update to use
24780 gnus-dribble-directory OR gnus-home-directory OR ~.
24781 (gnus-registry-split-fancy-with-parent): Fix doc.
24782
24783 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
24784
24785 * message.el (message-exchange-point-and-mark):
24786 Use message-mark-active-p. Suggested by Jesper Harder
24787 <harder@ifa.au.dk>.
24788
24789 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
24790
24791 * message.el (message-exchange-point-and-mark): Don't activate
24792 region if it was inactive. Suggested by Hiroshi Fujishima
24793 <pooh@nature.tsukuba.ac.jp>.
24794
24795 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
24796
24797 * gnus-art.el (article-display-face): Display Faces in the same
24798 order as X-Faces.
24799
24800 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
24801
24802 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24803
24804 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
24805
24806 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24807 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24808 (gnus-article-mime-hierarchy): Remove.
24809 (gnus-article-mime-hierarchy-next): Remove.
24810 (gnus-article-mode): Revert 2004-03-19 change.
24811 (gnus-article-setup-buffer): Revert 2004-03-19 change.
24812 (gnus-insert-mime-button): Revert 2004-03-19 change.
24813 (gnus-mime-accumulate-hierarchy): Remove.
24814 (gnus-mime-enter-multipart): Remove.
24815 (gnus-mime-leave-multipart): Remove.
24816 (gnus-mime-display-part): Revert 2004-03-19 change.
24817 (gnus-mime-display-alternative): Revert 2004-03-19 change.
24818
24819 * mml.el (mml-preview): Revert 2004-03-19 change.
24820
24821 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
24822
24823 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24824
24825 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
24826
24827 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24828 t while entering a file name using the mm-with-multibyte macro.
24829 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24830
24831 * mm-util.el (mm-with-multibyte): New macro.
24832
24833 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
24834
24835 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24836 New user option.
24837 (gnus-mime-multipart-functions): Doc and customization fix.
24838 (gnus-article-mime-hierarchy): New variable.
24839 (gnus-article-mime-hierarchy-next): New variable.
24840 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24841 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24842 gnus-article-mime-hierarchy-next to nil.
24843 (gnus-insert-mime-button): Show hierarchy numbers.
24844 (gnus-mime-accumulate-hierarchy): New function.
24845 (gnus-mime-enter-multipart): New function.
24846 (gnus-mime-leave-multipart): New function.
24847 (gnus-mime-display-part): Recompute hierarchical MIME structure.
24848 (gnus-mime-display-alternative): Show hierarchy numbers.
24849
24850 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24851 gnus-article-mime-hierarchy-next to nil.
24852
24853 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
24854
24855 * dns.el: Don't require gnus-xmas.
24856
24857 2004-03-17 Jesper Harder <harder@ifa.au.dk>
24858
24859 * mml.el (mml-generate-mime-1): Don't use format=flowed with
24860 inline PGP.
24861 (mml-menu): Disable mml-quote-region if mark is inactive.
24862
24863 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
24864
24865 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24866 when the group's active is not available.
24867
24868 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
24869
24870 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24871 error.
24872
24873 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
24874
24875 * imap.el (imap-store-password): New variable.
24876 (imap-interactive-login): Use it.
24877 Suggested by Mark Plaksin <happy@mcplaksin.org>.
24878
24879 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
24880
24881 * gnus-art.el (gnus-article-read-summary-keys): Restore new
24882 window-start and hscroll to summary window.
24883
24884 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
24885
24886 * gnus-start.el (gnus-convert-old-newsrc): Only write the
24887 conversion message to newsrc-dribble when an actual conversion is
24888 performed.
24889
24890 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
24891
24892 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24893
24894 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
24895
24896 * mm-decode.el (mm-complicated-handles): New function reviving
24897 former definition of mm-multiple-handles.
24898
24899 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24900 (gnus-mime-delete-part): Use it.
24901
24902 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
24903
24904 * gnus-agent.el (gnus-agent-read-local):
24905 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24906 avoid the implicit assumption that they will always be equal.
24907 (gnus-agent-save-local): Bind buffer-file-coding-system, not
24908 coding-system-for-write, as the with-temp-file macro first prints
24909 to a buffer then saves the buffer.
24910
24911 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
24912
24913 * gnus-art.el (gnus-article-edit-part): New function.
24914 (gnus-mime-save-part-and-strip): Use it; do query instead of
24915 signaling an error; don't use mm-multiple-handles.
24916 (gnus-mime-delete-part): Ditto.
24917
24918 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
24919
24920 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24921 old file versions.
24922 (gnus-group-prepare-hook): Remove function that converted list
24923 form of gnus-agent-expire-days to group properties.
24924
24925 * gnus-int.el: Autoload gnus-agent-regenerate-group.
24926 (gnus-request-accept-article): Re-indented.
24927
24928 * gnus-start.el (gnus-convert-old-newsrc): Registered new
24929 converters to handle old agent file formats. Add logic for a
24930 "backup before upgrading warning".
24931 (gnus-convert-mark-converter-prompt): Developers can mark
24932 functions as needing (default), or not needing,
24933 gnus-convert-old-newsrc's "backup before upgrading warning".
24934 (gnus-convert-converter-needs-prompt): Tests whether the user
24935 should be protected from potentially irreversable changes by the
24936 function.
24937
24938 * legacy-gnus-agent.el: New. Provides converters that are only
24939 loaded when gnus-convert-old-newsrc needs to call them.
24940
24941 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
24942
24943 * mail-source.el (mail-source-touch-pop): Doc fix.
24944
24945 * message.el (message-smtpmail-send-it): Doc fix.
24946
24947 2004-03-05 Jesper Harder <harder@ifa.au.dk>
24948
24949 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24950
24951 * nnmail.el (nnmail-split-fancy): do.
24952
24953 * gnus-kill.el (gnus-kill, gnus-execute): do.
24954
24955 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
24956
24957 * gnus-sum.el (gnus-widget-reversible-match)
24958 (gnus-widget-reversible-to-internal)
24959 (gnus-widget-reversible-to-external): New functions.
24960 (gnus-widget-reversible): New widget.
24961 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24962
24963 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
24964
24965 * gnus-sum.el (gnus-thread-sort-functions)
24966 (gnus-article-sort-functions): Document `(not F)' items.
24967
24968 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
24969
24970 * spam.el (spam-use-gmane-xref): Add new backend.
24971 (spam-gmane-xref-spam-group): Add variable to control the name of the
24972 Gmane spam group.
24973 (spam-blackhole-servers, spam-blackhole-good-server-regex)
24974 (spam-regex-headers-spam, spam-regex-headers-ham)
24975 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24976 (spam-list-of-checks): Add spam-use-gmane-xref to list of
24977 backends and checks.
24978 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24979
24980 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24981 an autodetect method.
24982
24983 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
24984
24985 * gnus-int.el (gnus-request-accept-article): Inform the agent that
24986 articles are being added to a group.
24987 (gnus-request-replace-article): Inform the agent that articles
24988 need to be uncached as the cached contents are no longer valid.
24989
24990 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
24991
24992 * binhex.el: Don't autoload executable-find.
24993
24994 * canlock.el: Don't autoload mail-fetch-field.
24995
24996 * gnus-ems.el: Don't autoload appt-select-lowest-window.
24997
24998 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24999 rmail-dont-reply-to and rmail-output.
25000
25001 * gnus-score.el: Don't autoload ffap-string-at-point.
25002
25003 * gnus-setup.el: Don't autoload sc-cite-original.
25004
25005 * imap.el: Don't autoload base64-decode-string,
25006 base64-encode-string and md5.
25007
25008 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25009 and rmail-msg-restore-non-pruned-header.
25010
25011 * mm-decode.el: Don't autoload executable-find.
25012
25013 * mm-url.el: Don't autoload executable-find.
25014
25015 * mm-view.el: Don't autoload diff-mode.
25016
25017 * nndb.el: Don't autoload news-reply-mode, news-setup,
25018 cancel-timer and telnet.
25019
25020 * password.el: Don't autoload run-at-time for Emacs.
25021
25022 * sha1-el.el: Don't autoload executable-find.
25023
25024 * sieve-mode.el: Don't autoload c-mode.
25025
25026 * uudecode.el: Don't autoload executable-find.
25027
25028 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
25029
25030 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25031 (gnus-agent-possibly-alter-active): Avoid null in numeric
25032 comparison.
25033 (gnus-agent-set-local): Refuse to save null in local object table.
25034 (gnus-agent-regenerate-group): The REREAD parameter can now be a
25035 list of articles that will be marked as unread.
25036
25037 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
25038
25039 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25040
25041 2004-03-04 Jesper Harder <harder@ifa.au.dk>
25042
25043 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25044 language tags.
25045
25046 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
25047
25048 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25049 Don't bind "obarray".
25050
25051 * gnus-sum.el (gnus-thread-sort-functions):
25052 Add `gnus-thread-sort-by-most-recent-number' and
25053 `gnus-thread-sort-by-most-recent-date'.
25054 Reported by Kai Grossjohann <kai@emptydomain.de>.
25055
25056 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
25057
25058 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25059
25060 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
25061
25062 * gnus-cus.el (gnus-agent-customize-category):
25063 Remove ignore-errors macro reference that required cl to be loaded at
25064 run-time.
25065
25066 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25067 single-interval range of the form (min . max). Previously the
25068 range had to look like ((min . max)). Likewise, return
25069 (min . max) rather than ((min . max)).
25070 (gnus-range-map): Use gnus-range-normalize to accept
25071 single-interval range.
25072
25073 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25074 the cache, but not the agent, now appear with their usual face.
25075
25076 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
25077
25078 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25079 w3m-safe-url-regexp variable buffer-local.
25080
25081 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25082
25083 2004-02-27 Simon Josefsson <jas@extundo.com>
25084
25085 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25086 gnus-group-real-prefix.
25087 (gnus-summary-move-article): Use it, instead of
25088 gnus-group-real-prefix.
25089
25090 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
25091
25092 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25093 w3m-safe-url-regexp variable buffer-local and set it as the value
25094 of mm-w3m-safe-url-regexp.
25095
25096 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25097
25098 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25099 parsing gnus-posting-styles when the message is not for replying.
25100
25101 * nnrss.el (nnrss-opml-export):
25102 Use mm-set-buffer-file-coding-system instead of
25103 set-buffer-file-coding-system.
25104
25105 2004-02-27 Jesper Harder <harder@ifa.au.dk>
25106
25107 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25108 of checkdoc.el).
25109 * nnrss.el: do.
25110 * gnus-mlspl.el: do.
25111 * gnus-ml.el: do.
25112 * gnus-srvr.el: do.
25113
25114 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25115
25116 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
25117
25118 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25119 Corrections to custom-manual links.
25120
25121 * gnus-art.el (gnus-article): Ditto.
25122
25123 * mm-decode.el (mime-display, mime-security): Ditto.
25124
25125 2004-02-26 Jesper Harder <harder@ifa.au.dk>
25126
25127 * flow-fill.el: Typo.
25128
25129 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
25130
25131 * spam-wash.el: New file.
25132
25133 2004-02-26 Mark A. Hershberger <mah@everybody.org>
25134
25135 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25136
25137 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
25138
25139 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25140 to be run with new-articles as LIST1, not LIST2.
25141 (spam-registration-functions): Add spam-use-ham-copy as a nil
25142 registration backend.
25143
25144 2004-02-26 Jesper Harder <harder@ifa.au.dk>
25145
25146 * spam-stat.el (spam-stat-washing-hook): New option.
25147 (spam-stat-buffer-words): Use it.
25148 (spam-stat-process-directory, spam-stat-test-directory):
25149 Use insert-file-contents-literally.
25150 (spam-stat-coding-system): New variable.
25151 (spam-stat-load, spam-stat-save): Use it.
25152
25153 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
25154
25155 * spam-report.el (spam-report-plug-agent):
25156 Quote spam-report-url-to-file and spam-report-url-ping-plain.
25157
25158 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
25159
25160 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25161 Allow / in mailto URLs.
25162
25163 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
25164
25165 * spam-report.el (spam-report-process-queue): Fix interactive use.
25166 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25167 (spam-report-unplug-agent): Doc fixes.
25168 (spam-report-url-ping-mm-url, spam-report-url-to-file)
25169 (spam-report-agentize, spam-report-deagentize):
25170 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
25171
25172 * message.el (message-setup-fill-variables): Add mml tags to
25173 paragraph-start and paragraph-separate. Suggested by Andrew Korty
25174 <ajk@iu.edu>.
25175 (message-mode): Don't modify paragraph-separate there.
25176
25177 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
25178
25179 * compface.el (uncompface-use-external): Default to undecided.
25180 (uncompface-use-external-threshold): New variable.
25181 (uncompface-float-time): New macro.
25182 (uncompface): Determine whether to use the external decoder if
25183 uncompface-use-external is undecided.
25184
25185 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
25186
25187 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25188 after images.
25189
25190 * gnus-art.el (gnus-mime-display-single): Remove dead code.
25191
25192 2004-02-14 Jesper Harder <harder@ifa.au.dk>
25193
25194 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25195
25196 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25197
25198 * gnus-sum.el (gnus-summary-limit-to-age)
25199 (gnus-summary-limit-children): do.
25200
25201 * gnus-int.el (gnus-request-scan): do.
25202
25203 * gnus-group.el (gnus-group-suspend): do.
25204
25205 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25206
25207 * gnus-cite.el (gnus-cite-parse-attributions): do.
25208
25209 * gnus-agent.el (gnus-summary-set-agent-mark)
25210 (gnus-agent-regenerate-group): do.
25211
25212 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25213
25214 * binhex.el (binhex-decode-region-internal): do.
25215
25216 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
25217
25218 * gnus-fun.el (gnus-face-properties-alist): New user option.
25219 (gnus-display-x-face-in-from): Use it.
25220
25221 * gnus-art.el (article-display-face): Ditto.
25222
25223 * compface.el (uncompface-use-external): Default to nil.
25224
25225 2004-02-12 Jesper Harder <harder@ifa.au.dk>
25226
25227 * nntp.el (nntp-erase-buffer): New function.
25228 (nntp-retrieve-data, nntp-send-command)
25229 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25230 (nntp-possibly-change-group): Use it.
25231
25232 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25233 Use with-current-buffer.
25234
25235 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
25236
25237 * compface.el: Merge the ELisp-based uncompface program.
25238 (compface): New customization group.
25239 (uncompface-use-external): New user option.
25240 (uncompface): Call uncompface-internal if uncompface-use-external
25241 is nil.
25242 (uncompface-internal): New function. Note that there are also
25243 some other functions and variables added for this function.
25244
25245 2004-02-10 Jesper Harder <harder@ifa.au.dk>
25246
25247 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25248 if necessary.
25249
25250 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
25251
25252 * spam-report.el (spam-report-unplug-agent)
25253 (spam-report-plug-agent, spam-report-deagentize)
25254 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25255 Add support for the Agent in spam-report: when unplugged, report to a
25256 file; when plugged, submit all the requests.
25257
25258 * spam.el (spam-register-routine): Fix message about
25259 registration.
25260
25261 2004-02-09 Jesper Harder <harder@ifa.au.dk>
25262
25263 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25264 dependencies.
25265 (rfc2047-encode): Use it.
25266
25267 * gnus-art.el (gnus-button-marker-list): Move before first
25268 reference.
25269
25270 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25271 (imap-parse-body): Fix format string mismatch.
25272
25273 * gnus-score.el (gnus-summary-increase-score): do.
25274
25275 * nnrss.el (nnrss-close): New function.
25276
25277 2004-02-08 Jesper Harder <harder@ifa.au.dk>
25278
25279 * nnrss.el (nnrss-make-filename): New function.
25280 (nnrss-request-delete-group, nnrss-read-server-data)
25281 (nnrss-save-server-data, nnrss-read-group-data)
25282 (nnrss-save-group-data): Use it.
25283 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25284 (nnrss-read-server-data, nnrss-read-group-data): Use load.
25285 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25286
25287 2004-02-07 Jesper Harder <harder@ifa.au.dk>
25288
25289 * mml.el (mml-compute-boundary-1): Don't uncompress files.
25290
25291 2004-02-06 Jesper Harder <harder@ifa.au.dk>
25292
25293 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25294 files.
25295
25296 * message.el (message-generate-headers-first): Don't quote nil
25297 and t in docstrings.
25298
25299 * imap.el (imap-id): do.
25300
25301 * gnus-agent.el (gnus-agent-consider-all-articles)
25302 (gnus-agent-queue-mail): do.
25303
25304 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
25305
25306 * spam-report.el (spam-report-process-queue): New function.
25307 Process requests from `spam-report-requests-file'.
25308 (spam-report-process-queue): Doc fix.
25309
25310 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
25311
25312 * spam.el (spam-register-routine)
25313 (spam-log-processing-to-registry, spam-log-registered-p)
25314 (spam-log-unregistration-needed-p, spam-log-undo-registration):
25315 Change "check" to "spam-check" for semi-clarity.
25316
25317 2004-02-05 Jesper Harder <harder@ifa.au.dk>
25318
25319 * pop3.el: Require nnheader.
25320
25321 * mml-smime.el: Require cl. Autoload message-fetch-field.
25322
25323 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25324
25325 * gnus-picon.el: Require cl.
25326
25327 * gnus-fun.el: Require gnus-ems and gnus-util.
25328
25329 * gnus.el (gnus-method-to-server): Move defsubst before first use.
25330
25331 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25332
25333 * gnus-art.el (gnus-article-edit-mode): Define before first
25334 reference.
25335
25336 2004-02-04 Jesper Harder <harder@ifa.au.dk>
25337
25338 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25339 (gnus-uu-post-encoded): Use point-at-bol.
25340
25341 * gnus-topic.el (gnus-group-active-topic-p): do.
25342
25343 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25344
25345 * gnus-group.el (gnus-group-kill-region): do.
25346
25347 * gnus-art.el (article-date-ut): do.
25348
25349 * message.el (message-fetch-field): Remove redundant
25350 case-fold-search binding.
25351 (message-narrow-to-field): Simplify.
25352
25353 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
25354
25355 * spam.el (spam-directory): Derive from `gnus-directory'.
25356
25357 * spam-report.el (spam-report-url-to-file)
25358 (spam-report-requests-file): New function and variable for offline
25359 reporting.
25360 (spam-report-url-ping-function): Add `spam-report-url-to-file'
25361 and user defined function.
25362 (spam-report-url-ping-mm-url): Remove doubled slash.
25363
25364 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
25365
25366 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25367
25368 2004-02-03 Jesper Harder <harder@ifa.au.dk>
25369
25370 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25371 Fix format string mismatch.
25372
25373 * sieve.el (sieve-deactivate-all): do.
25374
25375 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25376
25377 * nnlistserv.el (nnlistserv-kk-wash-article): do.
25378
25379 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25380
25381 * mm-bodies.el (mm-7bit-chars): Don't include \r.
25382
25383 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
25384
25385 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25386 the list of checks.
25387
25388 2004-01-31 Jesper Harder <harder@ifa.au.dk>
25389
25390 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25391 padding.
25392
25393 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
25394
25395 * mm-view.el (mm-fill-flowed): New variable.
25396 (mm-inline-text): Use it.
25397
25398 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
25399
25400 * spam.el (spam-spamassassin-register-ham-routine)
25401 (spam-spamassassin-register-spam-routine): Fix function names.
25402
25403 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
25404
25405 * gnus.el (gnus-tmp-grouplens): Remove.
25406 (gnus-summary-line-format): Remove grouplens.
25407
25408 * gnus-group.el (gnus-group-line-format): Ditto.
25409
25410 * gnus-spec.el (gnus-format-specs): Ditto.
25411 (gnus-update-format-specifications): Flush the group format spec
25412 cache if there's the grouplens stuff.
25413 (gnus-parse-simple-format): Replace %l with the empty string.
25414
25415 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
25416
25417 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25418 omission.
25419
25420 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
25421
25422 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25423 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25424
25425 2004-01-25 Paul Jarc <prj@po.cwru.edu>
25426
25427 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25428 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25429 New macros and functions.
25430 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25431 Handle > NLINK_MAX messages.
25432 * nnmaildir.el (nnmaildir-request-set-mark):
25433 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25434
25435 2004-01-25 Alex Schroeder <alex@gnu.org>
25436
25437 * spam-stat.el (spam-stat-process-directory-age): New option.
25438 (spam-stat-process-directory): Use it.
25439
25440 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
25441
25442 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25443 (spam-stat-save): Accept prefix argument.
25444
25445 2004-01-23 Paul Jarc <prj@po.cwru.edu>
25446
25447 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25448 links" error.
25449
25450 2004-01-23 Jesper Harder <harder@ifa.au.dk>
25451
25452 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25453 compatibility with old .newsrc.eld files.
25454
25455 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25456
25457 * gnus-start.el (gnus-1): do.
25458
25459 * gnus-group.el (gnus-group-line-format-alist): do.
25460
25461 * gnus.el (gnus-use-grouplens, gnus-visual): do.
25462
25463 * gnus-gl.el: Remove.
25464
25465 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
25466
25467 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25468 marks consisting of a single range {for example, (3 . 5)} rather
25469 than a list of a single range { ((3 . 5)) }.
25470
25471 2004-01-23 Jesper Harder <harder@ifa.au.dk>
25472
25473 * spam-stat.el (spam-stat-store-gnus-article-buffer):
25474 Use with-current-buffer.
25475 (spam-stat-store-current-buffer): Use insert-buffer-substring to
25476 avoid consing a string.
25477
25478 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25479 Remove obsolete entries for big5 and gb2312.
25480
25481 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
25482
25483 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25484 uncompressed list.
25485
25486 2004-01-22 Jesper Harder <harder@ifa.au.dk>
25487
25488 * spam-stat.el (spam-stat-strip-xref): New function.
25489 (spam-stat-process-directory): Use it.
25490
25491 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25492 here -- it's done in message-fetch-field.
25493
25494 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
25495
25496 * gnus-agent.el (gnus-agent-queue-mail)
25497 (gnus-agent-prompt-send-queue): New variables.
25498 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25499 * gnus-draft.el (gnus-group-send-queue): Pass the group name
25500 "nndraft:queue" along to gnus-draft-send.
25501 Use gnus-agent-prompt-send-queue.
25502 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25503 is "nndraft:queue". Suggested by Gaute Strokkenes
25504 <gs234@srcf.ucam.org>
25505
25506 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25507 (agent-enable-undownloaded-faces): Add.
25508 (gnus-agent-cat-groups): Use eval-and-compile, not
25509 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25510 method of gnus-agent-cat-groups even when the buffer has been
25511 evalled.
25512 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25513 delete gnus-agent-save-active-1.
25514 (gnus-agent-save-groups): Delete. Identical to
25515 gnus-agent-save-active.
25516 (gnus-agent-write-active): No longer adjust agent's copy of active
25517 file as agent's adjustments are now stored in their own
25518 file. Remove optional parameter.
25519 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25520 servers. Add use of min/max range limits from server's local
25521 file.
25522 (gnus-agent-save-alist): Remove unused optional argument.
25523 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25524 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25525 (gnus-agent-set-local): A per-server file that keeps min/max range
25526 limits for articles known to the agent. Provides a fast mechanism
25527 for altering many active ranges.
25528 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25529 active file (local makes it unnecessary).
25530 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25531
25532 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25533 (agent-enable-undownloaded-faces): Add.
25534
25535 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25536 disable it when sending to "nndraft:queue".
25537 (gnus-group-send-queue): Add safety check to avoid sending queue
25538 when unplugged.
25539
25540 * gnus-group.el (gnus-group-catchup): Use new
25541 gnus-sequence-of-unread-articles, not
25542 gnus-list-of-unread-articles, to avoid exhausting memory with huge
25543 numbers of articles. Use gnus-range-map to avoid having to
25544 uncompress the unread list.
25545 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25546 Fix invalid ange-ftp reference.
25547
25548 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25549 (gnus-sorted-range-intersection): Intersection of two ranges
25550 without requiring that they first be uncompressed.
25551
25552 * gnus-start.el (gnus-activate-group): Unless blocked by the
25553 caller, possibly expand the active range to include both cached
25554 and agentized articles.
25555 (gnus-convert-old-newsrc): Rewrote in anticipation of having
25556 multiple version-dependent converters.
25557 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25558 gnus-agent-save-active.
25559 (gnus-save-newsrc-file): Save dirty agent range limits.
25560
25561 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25562 gnus-agent-possibly-alter-active.
25563 (gnus-adjust-marked-articles): Faster handling of simple lists.
25564
25565 2004-01-21 Jesper Harder <harder@ifa.au.dk>
25566
25567 * spam-stat.el (spam-stat-test-directory): New optional argument
25568 displays a list of files detected. Suggested by Andrew Cohen
25569 <cohen@andy.bu.edu>.
25570 (spam-stat-buffer-words-with-scores): Don't narrow and change
25571 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
25572
25573 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
25574
25575 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25576 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25577 (spam-spamassassin-arguments)
25578 (spam-spamassassin-spam-flag-header)
25579 (spam-spamassassin-positive-spam-flag-header)
25580 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25581 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25582 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25583 (spam-list-of-processors, spam-list-of-checks)
25584 (spam-list-of-statistical-checks, spam-registration-functions)
25585 (spam-check-spamassassin-headers, spam-check-spamassassin)
25586 (spam-spamassassin-score)
25587 (spam-spamassassin-register-with-sa-learn)
25588 (spam-spamassassin-register-spam-routine)
25589 (spam-spamassassin-register-ham-routine)
25590 (spam-assassin-register-spam-routine)
25591 (spam-assassin-register-ham-routine): Add SpamAssassin support.
25592 (spam-bogofilter-score): Fix to show article before scoring.
25593
25594 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
25595
25596 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25597 default scoring function.
25598 (spam-generic-score): Call spam-spamassassin-score if
25599 spam-use-spamassassin or spam-use-spamassassin-headers is on;
25600 spam-bogofilter-score otherwise.
25601
25602 * gnus.el (spam-process, spam-autodetect-methods):
25603 Add spamassassin and spamassassin-headers.
25604
25605 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
25606
25607 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25608 Suppress unnecessary messages.
25609
25610 2004-01-20 Jesper Harder <harder@ifa.au.dk>
25611
25612 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25613 make-hash-table.
25614
25615 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
25616
25617 * canlock.el (base64-encode-string): Don't autoload it.
25618
25619 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
25620
25621 * run-at-time.el: Remove useless (require 'itimer),
25622 eval-and-compile and (featurep 'xemacs).
25623
25624 2004-01-16 Jesper Harder <harder@ifa.au.dk>
25625
25626 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25627 GROUP is a virtual group.
25628
25629 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
25630
25631 * gnus.el: Autoload `message-y-or-n-p'.
25632
25633 2004-01-15 Jesper Harder <harder@ifa.au.dk>
25634
25635 * pgg-parse.el: Remove unnecessary (require 'custom).
25636
25637 * pgg-def.el: do.
25638
25639 * nnmail.el: do.
25640
25641 * gnus-undo.el: do.
25642
25643 * gnus-picon.el: do.
25644
25645 * gnus-util.el: do.
25646
25647 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
25648
25649 * gnus-sum.el (gnus-pick-line-number): Add autoload.
25650
25651 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
25652
25653 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25654 handle, as well as a list.
25655
25656 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25657 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25658 (mm-w3m-cid-retrieve): Simplify.
25659
25660 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
25661
25662 * message.el (message-kill-to-signature): Allow prefix arg to
25663 specify number of lines to keep before signature.
25664
25665 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
25666
25667 * message.el (message-kill-to-signature): Change docstring.
25668
25669 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
25670
25671 * canlock.el: Always require sha1-el.
25672 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25673
25674 * message.el: Autoload sha1 only when compiling.
25675
25676 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
25677
25678 * message.el (message-canlock-generate): Require sha1-el.
25679
25680 2004-01-13 Jesper Harder <harder@ifa.au.dk>
25681
25682 * message.el (message-expand-name): Silence the byte compiler.
25683
25684 2004-01-13 Simon Josefsson <jas@extundo.com>
25685
25686 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25687 Invoke gnus-score-mode.
25688 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25689
25690 * gnus-range.el (gnus-compress-sequence): Doc fix.
25691 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25692
25693 2004-01-12 Jesper Harder <harder@ifa.au.dk>
25694
25695 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25696
25697 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
25698
25699 * spam.el (spam-get-article-as-string): Update to use
25700 gnus-request-article-this-buffer, much simpler.
25701 (spam-get-article-as-buffer): Remove.
25702
25703 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
25704
25705 * message.el (message-expand-name): Use EUDC if the user uses that.
25706
25707 2004-01-12 Jesper Harder <harder@ifa.au.dk>
25708
25709 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25710 character for the encoding to avoid consing a string.
25711
25712 * rfc2047.el (rfc2047-decode-string): Don't cons a string
25713 unnecessarily.
25714
25715 * mm-util.el (mm-replace-chars-in-string): Remove.
25716
25717 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25718 of mm-replace-chars-in-string.
25719
25720 2004-01-11 Jesper Harder <harder@ifa.au.dk>
25721
25722 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25723
25724 * mm-util.el (mm-subst-char-in-string): Support inplace.
25725
25726 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25727 a new string in every iteration. Use shy groups.
25728
25729 2004-01-10 Jesper Harder <harder@ifa.au.dk>
25730
25731 * gnus-srvr.el (gnus-browse-unsubscribe-group):
25732 * gnus-soup.el (gnus-soup-group-brew):
25733 * gnus-msg.el (gnus-put-message):
25734 * gnus-move.el (gnus-group-move-group-to-server):
25735 * gnus-kill.el (gnus-batch-score):
25736 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25737 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25738 (gnus-group-update-group, gnus-group-read-group)
25739 (gnus-group-make-group, gnus-group-make-help-group)
25740 (gnus-group-make-archive-group, gnus-group-make-directory-group)
25741 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25742 (gnus-group-sort-by-unread, gnus-group-catchup)
25743 (gnus-group-unsubscribe-group, gnus-group-kill-group)
25744 (gnus-group-yank-group, gnus-group-set-info)
25745 (gnus-group-list-groups):
25746 * gnus.el (gnus-generate-new-group-name):
25747 * gnus-delay.el (gnus-delay-send-queue):
25748 * nnvirtual.el (nnvirtual-catchup-group):
25749 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25750 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25751 (gnus-group-prepare-topics, gnus-topic-check-topology):
25752 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25753 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25754 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25755 (gnus-group-make-articles-read):
25756 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25757 (gnus-group-change-level, gnus-kill-newsgroup)
25758 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25759 (gnus-get-unread-articles, gnus-make-articles-unread)
25760 (gnus-make-ascending-articles-unread): Use accessor
25761 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25762 to get group information for improved readability.
25763
25764 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25765
25766 * gnus-art.el (article-decode-mime-words, article-babel)
25767 (gnus-article-highlight-signature, gnus-article-add-buttons)
25768 (gnus-signature-toggle): Use gnus-with-article-buffer.
25769
25770 * gnus-art.el (gnus-article-highlight-headers)
25771 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25772
25773 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25774 (gnus-article-set-globals, gnus-request-article-this-buffer)
25775 (gnus-button-message-id, gnus-article-maybe-hide-headers)
25776 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25777 (gnus-mime-display-alternative): Use with-current-buffer.
25778
25779 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
25780
25781 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25782 also under 80 char limit, and call gnus-error if needed.
25783 (spam-fetch-article-header): Fix - it was a
25784 buffer-local variable (gnus-newsgroup-data).
25785 (spam-find-spam): Use spam-generate-fake-headers, forget about
25786 spam-insert-fake-headers.
25787 (spam-insert-fake-headers): Remove.
25788
25789 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25790
25791 * deuglify.el (gnus-article-outlook-unwrap-lines)
25792 (gnus-outlook-rearrange-article)
25793 (gnus-outlook-repair-attribution-outlook)
25794 (gnus-outlook-repair-attribution-block)
25795 (gnus-outlook-repair-attribution-other): Remove redundant
25796 save-excursion.
25797
25798 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
25799
25800 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25801 (spam-fetch-field-subject-fast)
25802 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25803 (spam-fetch-article-header): Add functions to deal with Gnus
25804 internals for fast retrieval of article header data.
25805 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25806
25807 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25808
25809 * pop3.el (pop3-md5): Remove.
25810 (pop3-apop): Replace pop3-md5 with md5.
25811
25812 * mm-bodies.el: base64 is always built-in.
25813
25814 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25815 Use with-current-buffer.
25816
25817 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
25818
25819 * canlock.el (canlock-insert-header): Remove excessive grouping in
25820 regexp.
25821
25822 * gnus-sum.el (gnus-summary-read-document): Ditto.
25823
25824 * gnus-uu.el (gnus-uu-part-number): Ditto.
25825
25826 * html2text.el (html2text-remove-tags): Ditto.
25827 (html2text-format-tags): Ditto.
25828 (html2text-format-single-elements): Ditto.
25829
25830 * mml.el (mml-parse-1): Ditto.
25831
25832 2004-01-08 Jesper Harder <harder@ifa.au.dk>
25833
25834 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25835
25836 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25837
25838 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25839
25840 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25841
25842 2003-11-15 Simon Josefsson <jas@extundo.com>
25843
25844 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25845 (pgg-gpg-lookup-key): Use regexp match instead of
25846 split-string (split-string is different between emacs 21.2 and
25847 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
25848
25849 2004-01-08 Jesper Harder <harder@ifa.au.dk>
25850
25851 * gnus-art.el (gnus-mime-view-all-parts)
25852 (gnus-article-part-wrapper, gnus-article-view-part):
25853 Use with-current-buffer.
25854
25855 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
25856
25857 * spam.el (spam-disable-spam-split-during-ham-respool)
25858 (spam-spamoracle-database, spam-cache-lookups)
25859 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25860 (spam-group-ham-mark-p, spam-group-spam-mark-p)
25861 (spam-group-ham-marks, spam-group-spam-marks)
25862 (spam-group-spam-contents-p, spam-group-ham-contents-p)
25863 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25864 also add spam-use-blackholes to the statistical checks.
25865 (spam-fetch-field-fast): Add interface to fetching fields, may
25866 become a macro.
25867 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25868 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25869 (spam-insert-fake-headers): Fake an article when needed.
25870 (spam-find-spam): Fake article when possible.
25871 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25872 (spam-check-bogofilter-headers): Use message-fetch-field instead
25873 of nnmail-fetch-field.
25874
25875 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
25876
25877 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25878
25879 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
25880
25881 * spam.el (spam-split): Do not require spam-use-CHECK to be
25882 enabled if that check is passed to spam-split explicitly; also
25883 fix so 'spam doesn't get converted to spam-split-group when
25884 spam-split-symbolic-return is t.
25885 (spam-find-spam): Find registrations of the article and use those
25886 instead of re-running spam-split to find the spam/ham
25887 classification of the article.
25888 (spam-log-processing-to-registry, spam-log-registered-p)
25889 (spam-log-unregistration-needed-p, spam-log-undo-registration):
25890 Use gnus-error instead of gnus-message.
25891 (spam-log-registration-type): Add function to determine the
25892 classification of a message based on registry entries; will
25893 return nil if both 'spam and 'ham are found.
25894 (spam-check-BBDB): Expand all the BBDB macros here so we can have
25895 a reasonably fast local cache without the loading errors.
25896 (spam-cache-lookups): Set to t by default.
25897 (spam-find-spam): Don't try to guess spam-cache-lookups.
25898 (spam-enter-whitelist, spam-enter-blacklist): Clear the
25899 spam-caches entry.
25900 (spam-filelist-build-cache, spam-filelist-check-cache):
25901 Fix caching of whitelist/blacklist entries.
25902 (spam-check-whitelist, spam-check-blacklist):
25903 Invoke spam-from-listed-p with a type, not a cache variable.
25904 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25905
25906 2004-01-07 Jesper Harder <harder@ifa.au.dk>
25907
25908 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25909
25910 * nnmail.el (nnmail-split-fancy): do.
25911
25912 * mml.el (mml-parse): do.
25913
25914 * gnus-score.el (gnus-enter-score-words-into-hashtb)
25915 (gnus-score-adaptive): do.
25916
25917 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25918
25919 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25920 (gnus-mime-button-map): Don't set keymap parent.
25921 (gnus-button-ctan-directory-regexp): Use shy grouping.
25922 (gnus-prev-page-map): Don't set keymap parent.
25923 (gnus-prev-page-map): Remove duplicated one.
25924 (gnus-next-page-map): Don't set keymap parent.
25925 (gnus-mime-security-button-map): Ditto.
25926
25927 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25928 version number.
25929
25930 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25931
25932 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25933
25934 * canlock.el (canlock-sha1-function): Remove.
25935 (canlock-sha1-function-for-verify): Remove.
25936 (canlock-openssl-program): Remove.
25937 (canlock-openssl-args): Remove.
25938 (canlock-ignore-errors): Remove.
25939 (canlock-sha1-with-openssl): Remove.
25940 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25941 (canlock-verify): Don't use canlock-ignore-errors.
25942
25943 * sha1-el.el (sha1-string-external): Make it can return a string
25944 in binary form.
25945 (sha1-region-external): Ditto.
25946 (sha1-string-internal): Ditto.
25947 (sha1-region-internal): Ditto.
25948 (sha1-region): Ditto.
25949 (sha1-string): Ditto.
25950 (sha1): Ditto.
25951
25952 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
25953
25954 * spam.el (spam-report-articles-gmane): New command.
25955
25956 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25957
25958 * gnus.el: Don't make unnecessary *Group* buffer when loading.
25959
25960 * run-at-time.el (run-at-time-saved): Remove.
25961 (run-at-time): Doc fix.
25962
25963 2004-01-07 Jesper Harder <harder@ifa.au.dk>
25964
25965 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25966 (gnus-summary-limit-map): Add it.
25967 (gnus-summary-make-menu-bar): do.
25968
25969 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
25970
25971 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25972 Make attempt at some caching support (done for BBDB only now).
25973 (spam-find-spam): Set spam-cache-lookups if there are more than 2
25974 addresses to be checked.
25975 (spam-clear-cache-BBDB): Add function, to be invoked by
25976 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25977 (spam-check-BBDB): Check and use the caches, if
25978 spam-cache-lookups is on, remove superfluous (provide).
25979
25980 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
25981
25982 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25983
25984 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
25985
25986 * run-at-time.el (run-at-time-saved): Move to after the definition
25987 of `run-at-time'.
25988
25989 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
25990
25991 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25992 mm-w3m-local-map-property.
25993
25994 * mm-view.el (mm-w3m-mode-map): Remove.
25995 (mm-w3m-local-map-property): Remove.
25996 (mm-inline-text-html-render-with-w3m): Don't use
25997 mm-w3m-local-map-property.
25998
25999 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
26000
26001 * run-at-time.el: New file.
26002
26003 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26004 of gnus-set-text-properties.
26005
26006 * gnus-uu.el (gnus-uu-save-article): Ditto.
26007
26008 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26009
26010 * gnus-cite.el (gnus-cite-parse): Ditto.
26011
26012 * gnus-art.el (gnus-button-push): Use set-text-properties instead
26013 of gnus-.
26014
26015 * gnus.el: Change calls to nnheader-run-at-time and
26016 password-run-at-time throughout to use run-at-time directly.
26017
26018 * password.el: Remove definition of run-at-time.
26019
26020 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
26021
26022 * mml.el (mml-minibuffer-read-disposition): Show attachment type
26023 in prompt.
26024
26025 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
26026
26027 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26028 XEmacs version.
26029
26030 * dns.el (dns-make-network-process): Use `open-network-stream'
26031 instead of `gnus-xmas-open-network-stream'.
26032
26033 * .cvsignore: Add auto-autoloads.el, custom-load.el.
26034
26035 2004-01-06 Jesper Harder <harder@ifa.au.dk>
26036
26037 * gnus-art.el (gnus-mime-display-alternative)
26038 (gnus-insert-mime-button, gnus-insert-mime-security-button)
26039 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26040 Don't use gnus-local-map-property.
26041
26042 * gnus-util.el (gnus-local-map-property): Remove.
26043
26044 * mm-view.el (mm-view-pkcs7-decrypt):
26045 Replace gnus-completing-read-maybe-default with completing-read.
26046
26047 * gnus-util.el (gnus-completing-read): do.
26048 (gnus-completing-read-maybe-default): Remove.
26049
26050 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
26051
26052 * password.el: Only autoload `run-at-time' if not XEmacs.
26053 Only autoload the itimer functions if XEmacs.
26054
26055 2004-01-06 Jesper Harder <harder@ifa.au.dk>
26056
26057 * gnus-art.el (gnus-read-string): Remove.
26058 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26059 read-string.
26060
26061 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
26062
26063 * netrc.el: Autoload password-read.
26064 (netrc): Add configuration group.
26065 (netrc-encoding-method, netrc-openssl-path):
26066 Add variables for encoding and decoding of files with symmetric
26067 ciphers.
26068 (netrc-encode): Add assistant function to encode a file with
26069 netrc-encoding-method.
26070 (netrc-parse): Add interactive parameter, added optional
26071 decoding if netrc-encoding-method is non-nil but otherwise
26072 behavior is standard.
26073 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26074 Do s/encode/encrypt/ everywhere.
26075
26076 * spam.el: Remove executable-find autoload.
26077
26078 2004-01-05 Jesper Harder <harder@ifa.au.dk>
26079
26080 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26081
26082 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26083
26084 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
26085
26086 * gnus-art.el (gnus-treat-ansi-sequences)
26087 (article-treat-ansi-sequences): New variable and function.
26088 Suggested by Dan Jacobson <jidanni@jidanni.org>.
26089
26090 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26091 Use it.
26092
26093 2004-01-05 Jesper Harder <harder@ifa.au.dk>
26094
26095 * mm-util.el (mm-quote-arg): Remove.
26096
26097 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26098 shell-quote-argument.
26099
26100 * gnus-uu.el (gnus-uu-command): do.
26101
26102 * gnus-sum.el (gnus-summary-insert-pseudos): do.
26103
26104 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26105 with make-char.
26106
26107 * mm-util.el (mm-make-char): Remove.
26108
26109 * mml.el (mml-mode): Replace gnus-add-minor-mode with
26110 add-minor-mode.
26111
26112 * gnus-undo.el (gnus-undo-mode): do.
26113
26114 * gnus-topic.el (gnus-topic-mode): do.
26115
26116 * gnus-sum.el (gnus-dead-summary-mode): do.
26117
26118 * gnus-start.el (gnus-slave-mode): do.
26119
26120 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26121
26122 * gnus-ml.el (gnus-mailing-list-mode): do.
26123
26124 * gnus-gl.el (gnus-grouplens-mode): do.
26125
26126 * gnus-draft.el (gnus-draft-mode): do.
26127
26128 * gnus-dired.el (gnus-dired-mode): do.
26129
26130 * gnus-ems.el (gnus-add-minor-mode): Remove.
26131
26132 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26133 Replace gnus-char-width with char-width.
26134
26135 * gnus-ems.el (gnus-char-width): Remove.
26136
26137 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26138 Replace gnus-char-width with char-width.
26139
26140 * gnus-ems.el (gnus-char-width): Remove.
26141
26142 * spam-stat.el (with-syntax-table): Remove with-syntax-table
26143 definition.
26144 Remove Emacs 20 hash table compatibility code.
26145
26146 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26147 20 compatibility code.
26148
26149 * spam.el (spam-point-at-eol): Replace with point-at-eol.
26150
26151 * smime.el (smime-point-at-eol): Replace with point-at-eol.
26152
26153 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26154 Replace with point-at-{eol,bol}.
26155
26156 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26157
26158 * imap.el (imap-point-at-eol): Replace with point-at-eol.
26159
26160 * flow-fill.el (fill-flowed-point-at-bol)
26161 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26162
26163 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26164 Replace with point-at-{eol,bol} throughout all files.
26165
26166 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
26167
26168 * ntlm.el (ntlm-string-as-unibyte): New macro.
26169 (ntlm-build-auth-response): Use it.
26170
26171 Remove Emacs 20 stuff:
26172 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26173 of delq and copy-sequence.
26174 * gnus-art.el (popup-menu): Remove the compiler macro.
26175 * nnmail.el (nnmail-split-fancy): Don't support customizing with
26176 Emacs 20.
26177
26178 2004-01-05 Simon Josefsson <jas@extundo.com>
26179
26180 * ntlm.el: Fix namespace. Change smb-passwd-hash into
26181 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26182 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26183 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26184 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26185 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26186 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26187 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26188 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26189 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26190 ntlm-string-permute, string-lshift into ntlm-string-lshift,
26191 string-xor into ntlm-string-xor.
26192 Suggested by Jesper Harder <harder@myrealbox.com>.
26193
26194 * ntlm.el: Don't include poem.
26195
26196 * md4.el (print-int32, print-string-hexa): Remove.
26197 Suggested by Jesper Harder <harder@myrealbox.com>.
26198
26199 * sasl-ntlm.el, ntlm.el, md4.el: New files.
26200
26201 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
26202 probably breaks emacs with DL patch, but do we care? Is anyone
26203 still using the DL stuff?)
26204
26205 * sieve-manage.el: Use the password package.
26206 (sieve-manage-read-passwd): Remove.
26207 (sieve-manage-interactive-login): Use password. Re-add
26208 condition-case around loop.
26209
26210 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26211 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26212 Use the password package.
26213
26214 2003-02-19 Simon Josefsson <jas@extundo.com>
26215
26216 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26217 token.
26218
26219 2002-08-07 Simon Josefsson <jas@extundo.com>
26220
26221 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26222 (sieve-manage-authenticators)
26223 (sieve-manage-authenticator-alist): Add some SASL mechs.
26224 (sieve-sasl-auth): New function.
26225 (sieve-manage-cram-md5-auth)
26226 (sieve-manage-plain-auth): Rewrite using SASL library.
26227 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26228 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26229 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26230 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26231
26232 2004-01-05 Simon Josefsson <jas@extundo.com>
26233
26234 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26235 New files.
26236
26237 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
26238
26239 * gnus-group.el (gnus-no-groups-message): Update.
26240
26241 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26242
26243 2003-11-09 Simon Josefsson <jas@extundo.com>
26244
26245 * imap.el: Support for ID IMAP extension (RFC 2971).
26246 (imap-local-variables): Add imap-id.
26247 (imap-id): New variable.
26248 (imap-id): New function.
26249 (imap-parse-response): Parse untagged ID response.
26250 * nnimap.el (nnimap-id): New variable.
26251 (nnimap-open-connection): Use it.
26252
26253 2003-12-28 Simon Josefsson <jas@extundo.com>
26254
26255 * gnus-score.el (gnus-score-edit-all-score): New.
26256 * gnus-group.el (gnus-group-score-map): Bind it to W e.
26257
26258 2004-01-04 Simon Josefsson <jas@extundo.com>
26259
26260 * password.el: Add.
26261
26262 2004-01-04 Mario Lang <lang@zid.tugraz.at>
26263
26264 * dns.el (dns-query-types): Fix typo.
26265 (dns-query-types): New function.
26266 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
26267 PTR and SOA replies, see RFC 1035.
26268
26269 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
26270
26271 * gnus.el (gnus-logo-color-style): Change colors to `no'.
26272
26273 * Move to Changelog.2.
26274
26275 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
26276
26277 * gnus.el (gnus-version-number): Bump version.
26278
26279 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
26280
26281 * gnus.el: No Gnus v0.1 is released.
26282
26283 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
26284
26285 * gnus.el: No Gnus v0.0 is released.
26286
26287 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
26288
26289 * gnus.el (gnus-version-number): Bump.
26290 (gnus-version): No.
26291
26292 See ChangeLog.2 for earlier changes.
26293
26294 Copyright (C) 2004-2015 Free Software Foundation, Inc.
26295
26296 This file is part of GNU Emacs.
26297
26298 GNU Emacs is free software: you can redistribute it and/or modify
26299 it under the terms of the GNU General Public License as published by
26300 the Free Software Foundation, either version 3 of the License, or
26301 (at your option) any later version.
26302
26303 GNU Emacs is distributed in the hope that it will be useful,
26304 but WITHOUT ANY WARRANTY; without even the implied warranty of
26305 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26306 GNU General Public License for more details.
26307
26308 You should have received a copy of the GNU General Public License
26309 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
26310
26311 ;; Local Variables:
26312 ;; coding: utf-8
26313 ;; fill-column: 79
26314 ;; add-log-time-zone-rule: t
26315 ;; End: