]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog.3
* test/automated/viper-tests.el (viper-test-undo-kmacro):
[gnu-emacs] / lisp / gnus / ChangeLog.3
1 2015-04-06 Paul Eggert <eggert@cs.ucla.edu>
2
3 Use American spelling for 'normalize'
4 * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
5 All uses changed. Add an alias for obsolete usages.
6
7 2015-04-03 Katsumi Yamaoka <yamaoka@jpl.org>
8
9 * gnus-art.el (gnus-article-browse-html-save-cid-content):
10 Always return relative file name.
11 (gnus-article-browse-html-parts):
12 Make external links absolute and cid file names relative.
13
14 2015-04-01 Eric Abrahamsen <eric@ericabrahamsen.net>
15
16 * registry.el (registry-prune): Re-use `registry-full' in
17 `registry-prune'. It's a bit of redundant work, but safer.
18 Also ensure that target-size is an integer.
19
20 2015-03-31 Daiki Ueno <ueno@gnu.org>
21
22 * plstore.el (plstore--decrypt): Clear entry in
23 `plstore-passphrase-alist' if decryption failed (bug#20030).
24
25 2015-03-28 Adam Sjøgren <asjo@koldfront.dk>
26
27 * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
28 to "Display" menu.
29
30 2015-03-24 Eric Abrahamsen <eric@ericabrahamsen.net>
31
32 * nnimap.el (nnimap-split-incoming-mail): If a message is already
33 in the group it should be split to, don't re-copy it into the group.
34
35 2015-03-23 Ben Bacarisse <ben.lists@bsb.me.uk> (tiny change)
36
37 * nnmh.el (nnmh-request-expire-articles):
38 Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
39
40 2015-03-21 Eric Abrahamsen <eric@ericabrahamsen.net>
41
42 * registry.el (registry-lookup-secondary, registry-full)
43 (registry-prune, registry-collect-prune-candidates):
44 * gnus-registry.el (gnus-registry-load): Use slot names rather than
45 initarg names in `oref' and `oset'.
46
47 2015-03-19 Eric Abrahamsen <eric@ericabrahamsen.net>
48
49 * registry.el (registry-prune): Allow registry to reach full size
50 before pruning.
51
52 2015-03-19 Eric Abrahamsen <eric@ericabrahamsen.net>
53
54 * registry.el (registry-collect-prune-candidates): Fix call to
55 cl-subseq.
56
57 2015-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
58
59 * gnus-registry.el (gnus-registry-handle-action)
60 (gnus-registry-post-process-groups): Don't add-to-list on a local var.
61 (gnus-registry-keywords): Make it do something.
62 (gnus-registry-import-eld): Remove unused var `new-entry'.
63 (gnus-registry-action): Remove unused var `to-name'.
64 (gnus-registry-make-db): Prefer `make-instance' to avoid
65 compiler warnings.
66 (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
67
68 * registry.el (registry-db): Don't oset-default an instance-allocated
69 slot.
70
71 2015-03-10 Glenn Morris <rgm@gnu.org>
72
73 * message.el (message-valid-fqdn-regexp): Bump :version for
74 2014-11-17 change.
75
76 2015-03-08 Rasmus Pank Roulund <rasmus@pank.eu>
77
78 * gnus-notifications.el (gnus-notifications-action): Raise window
79 frame.
80 (gnus-notifications-action): Allow mark as read.
81 (gnus-notifications-notify): Show uption to mark as read.
82
83 2015-03-08 Adam Sjøgren <asjo@koldfront.dk>
84
85 * message.el (message-insert-formatted-citation-line): Change %F to
86 fall back to email address if no first name could be determined.
87
88 2015-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
89
90 * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
91 (registry-search, registry-delete, registry-size, registry-insert)
92 (registry-reindex, registry-collect-prune-candidates):
93 * gnus-registry.el (gnus-registry-fixup-registry)
94 (gnus-registry-remove-extra-data): Use slot names rather than initarg
95 names in `oref' and `oset'.
96
97 2015-02-26 Katsumi Yamaoka <yamaoka@jpl.org>
98
99 * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
100 Fix point motion when removing displayed MIME part.
101 (gnus-article-edit-part): Make jumping to the next part really work
102 when deleting or stripping.
103 (gnus-mime-buttonize-attachments-in-header): Make header attachment
104 buttons identical to the ones in the article body so as to work deleting
105 and stripping.
106
107 2015-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
108
109 * mm-decode.el (mm-shr)
110 * mm-view.el (mm-inline-text-html-render-with-w3m):
111 Revert my bogus change that made the start marker of a part
112 the "moves after insertion" type.
113
114 2015-02-23 Tassilo Horn <tsdh@gnu.org>
115
116 * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
117 Tools: https://github.com/politza/pdf-tools) for viewing PDF
118 attachments in emacs.
119
120 2015-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
121
122 * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
123
124 2015-02-18 Eric Abrahamsen <eric@ericabrahamsen.net>
125
126 * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
127 from the server LIST response.
128
129 2015-02-14 Lars Ingebrigtsen <larsi@gnus.org>
130
131 * nnimap.el (nnimap-retrieve-headers): If the server closes connection
132 during header retrieval, error out instead of interpreting the data in
133 the buffer as the only messages there. This way, we don't mark
134 articles as read on a server hangup (bug#19035).
135
136 * mm-decode.el (mm-head-p): New function.
137 (mm-display-part): Go to a blank line when inserting parts internally.
138
139 2015-02-13 Lars Ingebrigtsen <larsi@gnus.org>
140
141 * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
142 that we don't get a warning when setting the buffer-local variable
143 (bug#19573).
144
145 * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
146 `gnus-request-group'.
147
148 2015-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
149
150 * gnus-art.el (gnus-article-browse-html-save-cid-content)
151 (gnus-article-browse-html-parts): Make cid file names relative if and
152 only if html doesn't specify <base> directory.
153
154 2015-02-11 Lars Ingebrigtsen <larsi@gnus.org>
155
156 * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
157 parts, because that breaks filling (since buttons are in a bold face).
158
159 2015-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
160
161 * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
162 use gnus-overlays-at and gnus-overlay-put.
163
164 2015-02-10 Lars Ingebrigtsen <larsi@gnus.org>
165
166 * mm-decode.el (mm-shr): Only pass the fill column when not using
167 fonts, because limiting the width to what's appropriate for followups
168 doesn't really help when not using proportional fonts.
169
170 2015-02-09 Lars Ingebrigtsen <larsi@gnus.org>
171
172 * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
173 shr, beacause that breaks folding.
174 (mm-shr): Don't shorten the width when using fonts.
175
176 2015-02-05 Teodor Zlatanov <tzz@lifelogs.com>
177
178 * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
179 variable; always check the newrc timestamp.
180 (gnus-save-newsrc-file): Always check timestamp.
181
182 2015-02-05 Timo Lilja <timo.lilja@iki.fi> (tiny change)
183
184 * mail-source.el (mail-source-call-script): If scripts exit with an
185 error, pop up an error buffer.
186
187 2015-02-05 Lars Ingebrigtsen <larsi@gnus.org>
188
189 * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
190 as a default.
191
192 * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
193 correct server.
194
195 2015-02-05 Vincent Bernat <bernat@luffy.cx> (tiny change)
196
197 * nnimap.el (nnimap-request-group-scan): Fix the function name.
198
199 * gnus-int.el (gnus-request-group-scan): Use the correct function name.
200
201 2015-02-05 Lars Ingebrigtsen <larsi@gnus.org>
202
203 * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
204 that nnimap works for non-activated backends.
205
206 2015-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
207
208 * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
209 message, since we already get an obsolescence message. Use `declare'.
210
211 2015-02-04 Eric Abrahamsen <eric@ericabrahamsen.net>
212
213 * nnir.el: Revert "Enable non-ASCII IMAP searches".
214
215 2015-01-30 Glenn Morris <rgm@gnu.org>
216
217 * gnus-registry.el (gnus-registry-max-pruned-entries)
218 (gnus-registry-prune-factor, gnus-registry-default-sort-function):
219 Fix :version.
220 (gnus-registry-default-sort-function): Improve :type.
221
222 2015-01-29 Lars Ingebrigtsen <larsi@gnus.org>
223
224 * nnimap.el (nnimap-request-group): Allow running this function on
225 groups that don't exist in Gnus yet.
226 (nnimap-request-group): Revert previous patch since that made it
227 impossible to enter nnimap groups.
228
229 * message.el (message-smtpmail-send-it): Remove the mail header
230 separator before sending.
231
232 2015-01-28 Elias Oltmanns <eo@nebensachen.de>
233
234 * nnimap.el (nnimap-find-expired-articles): Fix handling of
235 (expiry-wait . never).
236
237 2015-01-28 Lars Ingebrigtsen <larsi@gnus.org>
238
239 * nnimap.el (nnimap-request-group): Clear the buffer before returning
240 the data.
241
242 2015-01-27 Lars Ingebrigtsen <larsi@gnus.org>
243
244 * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
245 IMAP.
246
247 2015-01-27 Eric Abrahamsen <eric@ericabrahamsen.net>
248
249 * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
250
251 * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
252
253 * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
254 be added to the backlog.
255
256 2015-01-26 Trevor Murphy <trevor.m.murphy@gmail.com>
257
258 * nnimap.el (nnimap-header-parameters): Refactor and request
259 X-GM-LABELS if it's been announced.
260 (nnimap-transform-headers): Gather and output GM-LABELS.
261
262 2015-01-26 Peder O. Klingenberg <peder@klingenberg.no>
263
264 * mm-decode.el (mm-display-part): Make non-string methods work.
265 Non-string methods are funcalled and work just fine, the test was
266 bogus.
267 * mm-decode.el (mm-display-external): Show "external" lisp viewers in
268 whole frame.
269
270 2015-01-26 Lars Ingebrigtsen <larsi@gnus.org>
271
272 * nnimap.el (nnimap-request-accept-article): Allow respooling using
273 nnimap.
274
275 * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
276 request rescans when being run interactively.
277
278 * nnimap.el (nnimap-request-group): Don't rescan the group here,
279 because that can be very slow in large groups.
280
281 * gnus-int.el (gnus-request-group-scan): New backend function.
282
283 * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
284
285 2015-01-25 Lars Ingebrigtsen <larsi@gnus.org>
286
287 * gnus-group.el (gnus-group-suspend): Close all backends.
288
289 2015-01-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
290
291 * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
292
293 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
294
295 * registry.el: Don't use <class> as a variable.
296
297 2014-12-29 Paul Eggert <eggert@cs.ucla.edu>
298
299 * message.el (message-make-fqdn):
300 * nnvirtual.el (nnvirtual-retrieve-headers)
301 (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
302 and avoid naming locals 'system-name'.
303
304 2014-12-29 Lars Ingebrigtsen <larsi@gnus.org>
305
306 * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
307 lines don't get overlong when responding.
308
309 2014-12-19 Andreas Schwab <schwab@linux-m68k.org>
310
311 * gnus-group.el (gnus-read-ephemeral-bug-group):
312 Bind coding-system-for-read and coding-system-for-write only around
313 with-temp-file, and make buffer unibyte. Don't write temp file twice.
314
315 2014-12-18 Paul Eggert <eggert@cs.ucla.edu>
316
317 * registry.el (registry-db): Set default slot later.
318 This is because its value is not a literal integer.
319
320 2014-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
321
322 * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
323 add warning.
324
325 * gnus-art.el: Fix up compiler warnings.
326 (article-display-face, article-display-x-face): Remove unused `face'.
327 (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
328 (article-date-ut): Remove unused var `first'.
329 (gnus-article-prepare): Remove unused var `gnus-article'.
330 (gnus-mime-save-part-and-strip): Remove unused var `param'.
331 (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
332 `coding-system' along with corresponding dead code.
333 (gnus-mime-view-part-externally): Remove unused var
334 `mm-user-display-methods'.
335 (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
336 (gnus-display-mime): Remove unused var `handle'.
337 (gnus-mime-display-alternative): Remove unused var `props'.
338 (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
339 (gnus-article-edit-done): Remove unused var `p'.
340 (gnus-url-mailto): Remove unused var `to'.
341 (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
342 total-parts, and gnus-treat-type explicitly. Remove unused var `elem'.
343
344 2014-12-18 Eric Abrahamsen <eric@ericabrahamsen.net>
345
346 * registry.el (registry-db): Consolidate the :max-hard and :max-soft
347 slots into a :max-size slot.
348 (registry-db-version): Add new variable for database version number.
349 (registry-prune): Use :max-size slot. Accept and use a sort-function
350 argument.
351 (registry-collect-prune-candidates): Add new function for finding
352 non-precious pruning candidates.
353 (registry-prune-hard-candidates, registry-prune-soft-candidates):
354 Remove obsolete functions.
355 (initialize-instance): Upgrade registry version when starting.
356
357 * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
358 (gnus-registry-max-pruned-entries): Remove obsolete variable.
359 (gnus-registry-cache-file): Change default
360 filename extension to "eieio".
361 (gnus-registry-read): Add new function, split out from
362 `gnus-registry-load', that does the actual object reading.
363 (gnus-registry-load): Use it. Add condition case handler to check for
364 old filename extension and rename to the new one.
365 (gnus-registry-default-sort-function): New variable to specify a sort
366 function to use when pruning.
367 (gnus-registry-save, gnus-registry-insert): Use it.
368 (gnus-registry-sort-by-creation-time): Define a default sort function.
369
370 2014-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
371
372 * gnus-art.el (gnus-article-mime-handles): Refactor out into own
373 function for reuse.
374 (gnus-mime-buttonize-attachments-in-header): Adjust.
375
376 2014-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
377
378 * message.el (message-change-subject): Really check whether the subject
379 changed.
380
381 2014-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
382
383 * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
384 PDFs.
385 (mailcap-view-mime): New function.
386
387 2014-12-01 Glenn Morris <rgm@gnu.org>
388
389 * gnus-cloud.el (gnus-cloud): Add :version tag.
390
391 2014-11-29 John Mastro <john.b.mastro@gmail.com> (tiny change)
392
393 * auth-source.el (auth-source-macos-keychain-search-items): Return
394 result of `auth-source-macos-keychain-result-append' (bug#19074).
395
396 2014-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
397
398 * gnus-art.el (gnus-use-idna):
399 * gnus-sum.el (gnus-summary-idna-message):
400 * message.el (message-use-idna):
401 Protect against nil value for idna-program.
402
403 * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
404
405 2014-11-25 Glenn Morris <rgm@gnu.org>
406
407 * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
408 Add :version tag.
409
410 2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
411
412 * pop3.el (pop3-open-server): Warn unless encrypted.
413
414 * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
415
416 2014-11-17 Albert Krewinkel <albert@zeitkraut.de>
417
418 * message.el (message-valid-fqdn-regexp): Add non-internaional new
419 TLDs.
420
421 2014-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
422
423 * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
424 discarding changes in ephemeral groups.
425
426 * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
427 things the user isn't interested in.
428
429 2014-11-13 Julien Danjou <jd@abydos>
430
431 * gnus-notifications.el (gnus-notifications-notify): Provide both
432 app-icon and image-path.
433
434 2014-11-10 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
435
436 * gnus/mm-url.el (mm-url-encode-multipart-form-data):
437 Restore to handle "multipart/form-data" by eww.
438
439 2014-11-07 Tassilo Horn <tsdh@gnu.org>
440
441 * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
442 Landscheidt.
443
444 2014-10-29 Paul Eggert <eggert@cs.ucla.edu>
445
446 Simplify use of current-time and friends.
447 * gnus-delay.el (gnus-delay-article):
448 * gnus-sum.el (gnus-summary-read-document):
449 * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
450 * message.el (message-make-expires-date):
451 Omit unnecessary call to current-time.
452 * gnus-util.el (gnus-float-time): Simplify to an alias because
453 time-to-seconds now behaves like float-time with respect to nil arg.
454 (gnus-seconds-year): Don't call current-time twice to get the current
455 time stamp, as this can lead to inconsistent results.
456
457 2014-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
458
459 * gnus.el (gnus-mode-line-buffer-identification):
460 Don't add image data for a non-graphic display (bug#18813).
461
462 2014-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
463
464 * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
465 load-path, it blocks autoloading of find-image (bug#18813).
466
467 2014-10-24 enami tsugutomo <tsugutomo.enami@jp.sony.com>
468
469 * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
470 to keep connection open (bug#18728).
471
472 2014-10-20 Glenn Morris <rgm@gnu.org>
473
474 * Merge in all changes up to 24.4 release.
475
476 2014-10-15 Jorge A. Alfaro-Murillo <jorge.alfaro-murillo@yale.edu> (tiny change)
477
478 * message.el (message-insert-signature): Use `newline' instead of
479 inserting explicit "\n".
480
481 2014-10-15 Sylvain Chouleur <sylvain.chouleur@gmail.com>
482
483 * gnus-icalendar.el: Support vcal format timezones.
484 (gnus-icalendar-event--decode-datefield): Use icalendar functions to
485 compute dates with associated timezone.
486 (gnus-icalendar-event-from-ical): Compute all timezones.
487
488 2014-10-14 Teodor Zlatanov <tzz@lifelogs.com>
489
490 * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
491 check the newsrc.eld file's timestamp before saving it.
492 (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
493 timestamp has changed to be newer.
494
495 2014-10-06 Jan Tatarik <jan.tatarik@gmail.com>
496
497 * gnus-icalendar.el (gnus-icalendar-identities):
498 Include message-alternative-emails.
499
500 2014-10-04 Alan Schmitt <alan.schmitt@polytechnique.org> (tiny change)
501
502 * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
503 expired messages only when it was built in reverse order.
504
505 2014-10-04 Peter Münster <pmlists@free.fr> (tiny change)
506
507 * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
508 last so it can be used in `message-send-hook'.
509
510 2014-10-02 Daiki Ueno <ueno@gnu.org>
511
512 * mml.el (mml-parse-1): Error out if unknown mode is specified in
513 <#secure> tag (bug#18513).
514
515 2014-09-29 Daiki Ueno <ueno@gnu.org>
516
517 * mml.el (mml-parse-1): Error out if unknown mode is specified in
518 <#secure> tag (bug#18513).
519
520 2014-09-11 Paul Eggert <eggert@cs.ucla.edu>
521
522 * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
523 of ":delete".
524
525 2014-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
526
527 * gnus-art.el (gnus-article-browse-html-save-cid-content)
528 (gnus-article-browse-html-parts):
529 Revert last change that breaks links other than cid contents.
530
531 2014-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
532
533 * gnus-art.el (gnus-article-browse-html-save-cid-content)
534 (gnus-article-browse-html-parts): Make cid file names relative.
535
536 2014-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
537
538 * mm-view.el (mm-display-inline-fontify): Make the working buffer
539 temporarily displayed when running a mode function (at least org-mode
540 requires it).
541
542 2014-08-14 Alan Schmitt <alan.schmitt@polytechnique.org>
543
544 * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
545 the gnus-summary-article-expire-hook should be told where the function
546 is going. In particular, the Gnus registry might want to know.
547
548 2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
549
550 * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
551
552 2014-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
553
554 * gnus-sum.el (gnus-summary-expire-articles): Revert.
555
556 2014-08-05 Eric Abrahamsen <eric@ericabrahamsen.net>
557
558 * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
559 the gnus-summary-article-expire-hook should be told where the function
560 is going. In particular, the Gnus registry might want to know.
561
562 2014-07-31 Tassilo Horn <tsdh@gnu.org>
563
564 * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
565 groups and t.
566
567 2014-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
568
569 * gnus-utils.el (gnus-recursive-directory-files):
570 Unify hard or symbolic links (bug#18063).
571
572 2013-07-17 Albert Krewinkel <albert@zeitkraut.de>
573
574 * gnus-msg.el (gnus-configure-posting-style):
575 Allow string replacements in values when matching against a header.
576
577 2014-07-07 Katsumi Yamaoka <yamaoka@jpl.org>
578
579 * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
580 the dribble buffer even when it is shrunk a lot.
581 <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
582
583 2014-06-26 Glenn Morris <rgm@gnu.org>
584
585 * mm-util.el (help-function-arglist): Remove outdated declaration.
586
587 2014-06-24 Andreas Schwab <schwab@linux-m68k.org>
588
589 * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
590 attribute values. (Bug#17834)
591
592 2013-06-22 Dmitry Antipov <dmantipov@yandex.ru>
593
594 * gnus-sum.el (gnus-summary-edit-article-done):
595 Prefer point-marker to copy-marker of point.
596
597 2014-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
598
599 * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
600 (gnus-article-read-summary-keys):
601 Don't bug out when there is no article in the summary buffer.
602 (gnus-mime-buttonize-attachments-in-header):
603 Improve criterion that finds parts to display.
604
605 * gnus-art.el (gnus-mm-display-part):
606 * mm-decode.el (mm-shr):
607 * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
608 (mm-insert-inline): Revert last changes.
609
610 2014-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
611
612 * gnus-art.el (gnus-mm-display-part):
613 * mm-decode.el (mm-shr):
614 * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
615 (mm-insert-inline): Set insertion type of end-marker, not only
616 start-marker, of undisplayer so as to stay after inserted text.
617
618 2014-06-02 Andreas Schwab <schwab@linux-m68k.org>
619
620 * html2text.el (html2text-get-attr): Fix typo when splitting value from
621 attribute. (Bug#17613)
622
623 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
624
625 * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
626 * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
627
628 2014-05-15 Katsumi Yamaoka <yamaoka@jpl.org>
629
630 * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
631 Don't delete next part button; keep spacing between buttons.
632
633 2014-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
634
635 * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
636 Work for the last MIME part in an article.
637 (gnus-mime-display-single): Suppress excessive newlines between parts.
638
639 * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
640 by leading or trailing newline.
641
642 2014-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
643
644 * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
645 while prompting a user for a file name, etc.
646 (gnus-mime-display-single): Display part with a common appearance no
647 matter whether MIME button is omitted or not; don't add duplicate entry
648 to gnus-article-mime-handle-alist.
649 (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
650
651 2014-05-08 Adam Sjøgren <asjo@koldfront.dk>
652
653 * mml2015.el (mml2015-display-key-image): New variable.
654
655 2014-05-08 Glenn Morris <rgm@gnu.org>
656
657 * gnus-fun.el (gnus-grab-cam-face):
658 Do not use predictable temp-file name. (http://bugs.debian.org/747100)
659 This is CVE-2014-3421.
660
661 2014-05-04 Glenn Morris <rgm@gnu.org>
662
663 * gnus-registry.el (gnus-registry-install-p): Doc fix.
664
665 2014-05-02 Katsumi Yamaoka <yamaoka@jpl.org>
666
667 * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
668 the displaying state of a part.
669 (gnus-mm-display-part): Don't insert a newline in the beginning of
670 a part like gnus-mime-inline-part doesn't; work for XEmacs.
671
672 * mm-decode.el (mm-display-part): Don't insert a newline in the top.
673 (mm-shr): Make undisplayer unbreakable.
674
675 * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
676 Don't insert excessive newline.
677 (mm-inline-text-html-render-with-w3m, mm-inline-text)
678 (mm-insert-inline): Make undisplayer unbreakable.
679
680 2014-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
681
682 * gnus-art.el (gnus-mm-display-part):
683 Highlight header attachment buttons.
684
685 2014-04-30 Katsumi Yamaoka <yamaoka@jpl.org>
686
687 * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
688 a part; redisplay a button (enbugged in 2014-03-23).
689
690 2014-04-27 Teodor Zlatanov <tzz@lifelogs.com>
691
692 * auth-source.el (auth-source-search, auth-source-search-backends):
693 Treat :max 0 as an indicator that a boolean return is wanted, as
694 documented. Reported by Joe Bloggs.
695
696 2014-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
697
698 * gnus-icalendar.el: Require gnus-art.
699
700 2014-04-20 Jan Tatarik <jan.tatarik@gmail.com>
701
702 * gnus-icalendar.el (gnus-icalendar-event->org-entry)
703 (gnus-icalendar--update-org-event): put event timestamp in
704 the org entry body instead of the drawer.
705 (gnus-icalendar-event--get-attendee-names): list of participants should
706 contain even attendees without common name attribute.
707 (gnus-icalendar--update-org-event): don't generate duplicates of empty
708 property tags in org drawers.
709
710 2014-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
711
712 * gmm-utils.el (gmm-format-time-string): New function.
713
714 * message.el (message-insert-formatted-citation-line): Use the original
715 author's time zone to express a date string.
716
717 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
718
719 * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
720 (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
721 (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
722 Silence compiler warnings.
723 (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
724
725 2014-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
726
727 * mml.el: Require url when compiling.
728
729 * gnus-cloud.el (gnus-cloud-parse-version-1):
730 Use plist-get rather than CL's getf.
731 (gnus-activate-group, gnus-subscribe-group): Declare.
732
733 * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
734
735 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
736
737 * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
738 buttons when toggling the header off.
739
740 2014-03-23 Daiki Ueno <ueno@gnu.org>
741
742 * mml2015.el (mml2015-use): Don't check the availability of GnuPG
743 commands here; instead, only check if epg-config.el is available.
744
745 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
746
747 * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
748 messages with embedded images.
749 (mml-generate-mime): Don't bug out if you don't have libxml.
750
751 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
752
753 * message.el (message-make-html-message-with-image-files): New command.
754
755 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
756
757 * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
758
759 2014-03-23 David Engster <deng@randomsample.de>
760
761 * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
762 to stay compatible with older Emacsen, so replace `cl-loop' with
763 `loop'.
764
765 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
766
767 * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
768 Display header attachment buttons by gnus-article-prepare-display
769 rather than gnus-article-prepare so as to view in mml-preview as well.
770
771 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
772
773 * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
774 (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
775
776 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
777
778 * gnus-art.el (gnus-mime-buttonize-attachments-in-header):
779 Display buttons that are hidden in unselected alternative part as well.
780 (gnus-mime-display-alternative): Redraw attachment buttons in header.
781
782 * gmm-utils.el (gmm-labels): Add edebug spec.
783
784 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
785
786 * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
787 keystroke.
788 (gnus-server-toggle-cloud-server): Only allow clouding applicable
789 types.
790
791 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
792
793 * gnus.el (gnus-copy-overlay, gnus-overlays-at): New functions.
794
795 * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
796 New user option.
797 (gnus-mime-buttonize-attachments-in-header): New function.
798 (gnus-article-prepare): Use it.
799 (gnus-mime-inline-part): Suppress extra newline.
800 (gnus-mm-display-part): Save excursion;
801 remove useless deleting and adding of buttons.
802 (gnus-insert-mime-button): Allow insertion in the middle of a line.
803
804 * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
805 Add gnus-mime-buttonize-attachments-in-header.
806
807 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
808
809 * nnimap.el (nnimap-request-articles): New command to download several
810 articles at once.
811
812 * gnus.el (gnus-variable-list): Save Cloud variables.
813
814 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
815
816 * gnus-cloud.el: New file to provide the Emacs Cloud.
817
818 * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
819 `url-retrieve-synchronously', apparently.
820
821 * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
822 XEmacs.
823
824 * nnrss.el (libxml-parse-html-region): Silence compilation error.
825
826 2014-03-23 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
827
828 * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
829 `gnus-group-split-fancy'.
830
831 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
832
833 * message.el (message-remove-header): Doc fix.
834 (message-forward-included-headers): New variable.
835 (message-remove-ignored-headers): Use it.
836
837 2014-03-23 Dave Abrahams <dave@boostpro.com>
838
839 * gnus-sum.el (gnus-summary-open-group-with-article): New command.
840
841 2014-03-23 Rasmus Pank Roulund <emacs@pank.eu>
842
843 * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
844 from random face commands.
845 (gnus-face-directory): Like `gnus-x-face-directory` for png files and
846 Face.
847 (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
848 (gnus--random-face-with-type): Generic function returning a face-type
849 as a string.
850 (gnus--insert-random-face-with-type): Generic function inserting a face
851 in a message buffer header.
852 (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
853 (gnus-insert-random-x-face-header): Rewritten to use
854 `gnus--insert-random-face-with-type`.
855 (gnus-random-face): Return random (png) Face as string.
856 (nus-insert-random-face-header): Insert random (png) Face in a message
857 buffer.
858
859 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
860
861 * mm-url.el: Remove all usage of w3.
862
863 * nnrss.el: Ditto.
864
865 * mm-decode.el: Ditto.
866
867 * mm-view.el: Ditto.
868
869 * gnus-setup.el: Remove outdated file.
870
871 2014-03-07 Lars Ingebrigtsen <larsi@gnus.org>
872
873 * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
874 groups work again.
875
876 2014-03-07 George McNinch <gmcninch@gmail.com> (tiny change)
877
878 * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
879 999 correctly (i.e. "1,342").
880
881 2014-03-07 Lars Ingebrigtsen <larsi@gnus.org>
882
883 * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
884 out if the directory doesn't exist.
885
886 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
887
888 * gnus-group.el (gnus-group-make-group): Clarify prompt.
889
890 2014-02-22 Daniel Colascione <dancol@dancol.org>
891
892 * auth-source.el (auth-source-secrets-listify-pattern): New function.
893 (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
894 instead, build list of patterns.
895
896 2014-02-13 Teodor Zlatanov <tzz@lifelogs.com>
897
898 * auth-source.el (auth-sources): Add pointer to what the .gpg extension
899 in `auth-sources' means and link to EPA docs.
900
901 2014-02-12 Lars Ingebrigtsen <larsi@gnus.org>
902
903 * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
904 (bug#12375).
905
906 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
907
908 * message.el (message-tab): Mention what happens on normal tabs
909 (bug#11297).
910
911 2014-02-08 Glenn Morris <rgm@gnu.org>
912
913 * auth-source.el (auth-sources): Doc fix. (Bug#16642)
914
915 2014-02-07 Lars Ingebrigtsen <larsi@gnus.org>
916
917 * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
918 with an empty string.
919
920 2014-02-06 Lars Ingebrigtsen <larsi@gnus.org>
921
922 * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
923 buffer-local in some buffers, so bind it explicitly in the buffer we're
924 trying to cancel the article in (bug#10808).
925
926 2014-02-05 Lars Ingebrigtsen <larsi@gnus.org>
927
928 * gnus-int.el (gnus-request-accept-article): Doc fix.
929
930 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
931
932 * nnir.el (nnir-request-update-mark): Don't try to update the source
933 group if we can't find it (bug#16611).
934
935 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
936
937 * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
938
939 2014-01-31 Dave Abrahams <dave@boostpro.com>
940
941 * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
942 in the summary buffer (bug#13769).
943
944 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
945
946 * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
947 name if we're using a single article buffer. Otherwise, it may point
948 to a killed buffer (bug#13756).
949
950 2014-01-30 Lars Ingebrigtsen <larsi@gnus.org>
951
952 * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
953 the match data, just save and restore it explicitly (bug#12375).
954
955 * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
956 that's needed.
957
958 * spam.el (spam-initialize): Allow calling repeatedly, but only run the
959 the code once (bug#9069).
960
961 2014-01-18 Steinar Bang <sb@dod.no>
962
963 * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
964 reading.
965
966 2014-01-09 Ken Olum <kdo@cosmos.phy.tufts.edu>
967
968 * message.el (message-bury): Call bury-buffer with no argument
969 in the message-return-action case too.
970
971 2014-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
972
973 * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
974 (nnimap-split-fancy, nnimap-split-methods): Declare.
975
976 * mm-util.el (help-function-arglist): Declare.
977
978 2013-12-28 Glenn Morris <rgm@gnu.org>
979
980 * gnus-sieve.el (gnus-sieve-select-method):
981 * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
982 (gravatar-rating, gravatar-size):
983 * message.el (message-minibuffer-local-map):
984 * sieve-manage.el (sieve-manage-authenticators)
985 (sieve-manage-authenticator-alist): Specify custom types.
986
987 * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
988 * gnus-sum.el (gnus-subthread-sort-functions): Add version.
989 * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
990
991 * auth-source.el (auth-sources):
992 * nnmairix.el (nnmairix-propagate-marks-upon-close):
993 Fix custom types.
994
995 2013-12-26 Lars Ingebrigtsen <larsi@gnus.org>
996
997 * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
998 we get proper traces there, too.
999
1000 2013-12-26 Sean Connor <sconnor005@allyinics.org> (tiny change)
1001
1002 * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1003 value of the parameters if the current article has a Reply-To or From
1004 field.
1005
1006 2013-12-26 Lars Ingebrigtsen <larsi@gnus.org>
1007
1008 * gnus.el (gnus-group-buffer): Remove duplicate definition.
1009
1010 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1011
1012 * gnus-sum.el (gnus-summary-exit): Stop animations.
1013
1014 2013-12-19 Juri Linkov <juri@jurta.org>
1015
1016 * gnus.el (gnus-suppress-keymap):
1017 * gnus-art.el (gnus-article-mode-map):
1018 * gnus-group.el (gnus-group-mode-map):
1019 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1020 Remove [backspace] key binding because it shadows DEL (bug#16035).
1021
1022 * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1023
1024 2013-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
1025
1026 * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1027 Make sure work directory exists.
1028 (gnus-uu-digest-mail-forward): Store temporary files in work directory
1029 rather than tmp directory.
1030 (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1031 not necessarily always run, with it.
1032
1033 2013-12-18 Jan Tatarik <jan.tatarik@gmail.com>
1034
1035 * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1036 value of gnus-icalendar-additional-identities work without restart.
1037
1038 2013-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
1039
1040 * mm-util.el (mm-make-temp-file):
1041 Alias to make-temp-file for modern Emacsen.
1042
1043 2013-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
1044
1045 * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1046 nnir-article-number and nnir-article-group.
1047
1048 2013-12-03 Vitalie Spinu <spinuvit@gmail.com>
1049
1050 * message.el (message-send-mail-with-sendmail):
1051 Don't kill error buffer if sending fails.
1052
1053 2013-11-28 Jan Tatarik <jan.tatarik@gmail.com>
1054
1055 * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1056 (gnus-icalendar-event->org-entry)
1057 (gnus-icalendar--update-org-event)
1058 (gnus-icalendar-event->gnus-calendar): Distinguish between
1059 required/optional/non-participant attendee status. Fix bug causing
1060 the first required event participant to be omitted.
1061
1062 2013-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
1063
1064 * gnus-art.el (article-de-quoted-unreadable)
1065 (article-de-base64-unreadable, gnus-mime-copy-part)
1066 * gnus-html.el (gnus-article-html)
1067 * mm-view.el (mm-inline-text-html-render-with-w3)
1068 (mm-inline-text-html-render-with-w3m-standalone)
1069 * rfc2231.el (rfc2231-decode-encoded-string):
1070 Allow overriding charset by mm-charset-override-alist.
1071
1072 * gnus-art.el (gnus-article-browse-html-parts):
1073 Replace LWSPs with `&nbsp;'s in header.
1074
1075 Work for broken Chinese articles.
1076
1077 * gnus-art.el (gnus-article-browse-html-save-cid-content):
1078 Exclude broken handles that gnus-summary-enter-digest-group may create.
1079 (gnus-article-browse-html-parts):
1080 Allow overriding charset by mm-charset-override-alist.
1081
1082 2013-11-21 Jan Tatarik <jan.tatarik@gmail.com>
1083
1084 * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1085 (gnus-icalendar-identities): Support additional-identities.
1086
1087 * gnus-icalendar.el (gnus-icalendar-event:org-timestamp):
1088 Fix org-timestamp for events ending at midnight.
1089
1090 2013-11-21 Ivan Shmakov <ivan@siamics.net>
1091
1092 * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p):
1093 Support debbugs .log files.
1094
1095 2013-11-20 Dave Goldberg <david.goldberg6@verizon.net>
1096
1097 * message.el (message-beginning-of-line):
1098 Use beginning-of-visual-line when visual-line-mode is turned on.
1099
1100 2013-11-15 Jan Tatarik <jan.tatarik@gmail.com>
1101
1102 * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1103 (gnus-icalendar-event-from-ical)
1104 (gnus-icalendar-event->org-entry)
1105 (gnus-icalendar--update-org-event): Required/optional participation,
1106 list of attendees synced to org.
1107
1108 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com>
1109
1110 * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1111 (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1112 cancellations to be synced to org if the original appt has an org
1113 outline.
1114
1115 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com>
1116
1117 * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1118 (gnus-icalendar-event->org-entry)
1119 (gnus-icalendar--update-org-event)
1120 (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1121
1122 2013-11-12 Jan Tatarik <jan.tatarik@gmail.com>
1123
1124 * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1125 Fix timezone handling in gnus-icalendar export to org.
1126
1127 2013-11-05 Katsumi Yamaoka <yamaoka@jpl.org>
1128
1129 * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1130
1131 2013-10-30 Glenn Morris <rgm@gnu.org>
1132
1133 * gnus-group.el (gnus-group-browse-foreign-server):
1134 * gnus-int.el (gnus-start-news-server):
1135 Silence compiler obsolescence warning.
1136
1137 2013-10-29 Teodor Zlatanov <tzz@lifelogs.com>
1138
1139 * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1140 `nnoo-current-server' first, then for the actual `nnimap-address' to
1141 allow netrc entries for the nnoo server to coexist with netrc entries
1142 for the `nnimap-address'.
1143
1144 2013-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
1145
1146 * mm-decode.el (mm-dissect-buffer): Revert last change.
1147 * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1148 The problem that motivated those changes was attributed to a broken
1149 mail sender, and has been fixed.
1150
1151 2013-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
1152
1153 * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1154 token is missing in the Content-Type header.
1155
1156 * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1157
1158 2013-09-18 Glenn Morris <rgm@gnu.org>
1159
1160 * gnus-util.el (image-size): Declare.
1161
1162 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
1163
1164 * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1165 (gnus-icalendar-event-from-ical)
1166 (gnus-icalendar-event--build-reply-event-body)
1167 (gnus-icalendar-event-reply-from-buffer)
1168 (gnus-icalendar-find-org-event-file)
1169 (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1170 (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1171
1172 * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1173
1174 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1175
1176 * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1177 Use save-current-buffer.
1178 (gnus-tree-mode-map): Initialize in the declaration.
1179 (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1180 (scroll-in-place): Defvar it.
1181 (gnus-tmp-*): Defvar them.
1182 (gnus-get-tree-buffer): Use derived-mode-p.
1183 (gnus--let-eval): New macro.
1184 (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1185 non-prefixed variables.
1186 (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1187
1188 * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1189 vars since it doesn't seem to be available.
1190 (gnus-set-global-variables, gnus-summary-read-group-1)
1191 (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1192 (gnus-summary-display-article, gnus-summary-select-article)
1193 (gnus-summary-next-article, gnus-offer-save-summaries)
1194 (gnus-summary-generic-mark): Use derived-mode-p.
1195 (gnus-summary-read-group-1, gnus-summary-exit)
1196 (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1197 Adjust calls to gnus-tree-close and gnus-tree-open.
1198
1199 * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1200
1201 * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1202 (gnus-agent-mode): Use derived-mode-p.
1203 (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1204 gnus-command-method and *-command-method to nil, but bind
1205 gnus-command-method to *-command-method instead!
1206 (gnus-agent-fetch-articles): Remove unused var `id'.
1207 (gnus-agent-fetch-headers): Remove unused arg `force'.
1208 (gnus-agent-braid-nov): Remove unused arg `group'. Adjust callers.
1209 (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1210 (gnus-agent-short-article, gnus-agent-long-article)
1211 (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1212 first use.
1213 (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1214 `score-param'.
1215 (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1216 (gnus-get-predicate): Push in front of the cache, rather than end.
1217 (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1218 (gnus-agent-expire-group-1): Use push. Don't abuse dyn-binding.
1219 (gnus-agent-expire-unagentized-dirs): Don't rebind
1220 gnus-agent-expire-current-dirs since the defvar silences the warning.
1221 (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1222 (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1223 (gnus-agent-regenerate): Simplify interactive spec and doc.
1224
1225 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
1226
1227 * gnus-int.el (gnus-open-server): Silence compiler.
1228
1229 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1230
1231 * message.el (message-display-completion-list): Abolish.
1232 (message-completion-in-region): Use display-completion-list.
1233
1234 2013-09-17 Glenn Morris <rgm@gnu.org>
1235
1236 * gnus-util.el (gnus-message-with-timestamp-1):
1237 Use `messages-buffer' function if available. Ignore read-only.
1238
1239 2013-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
1240
1241 * message.el (message-expand-group, message-completion-in-region):
1242 Correct the order of start and end of a region.
1243
1244 2013-09-13 Glenn Morris <rgm@gnu.org>
1245
1246 * mml2015.el (gnus-create-image): Autoload it.
1247
1248 * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1249
1250 * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1251 (image-size): Declare.
1252
1253 2013-09-12 Glenn Morris <rgm@gnu.org>
1254
1255 * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1256 Avoid using `find', which i) might not be defined at runtime;
1257 ii) does not work, since its default test is eql, not equal.
1258 (gnus-mime-action-alist): Declare.
1259
1260 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1261
1262 * score-mode.el (gnus-score-mode-map): Move initialization
1263 into declaration.
1264 (gnus-score-mode): Use define-derived-mode.
1265 * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1266 * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1267 into declaration.
1268 (gnus-kill-file-mode): Use define-derived-mode.
1269 (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1270 Use derived-mode-p.
1271 * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1272 (gnus-group-setup-buffer, gnus-group-name-at-point)
1273 (gnus-group-make-web-group, gnus-group-enter-directory)
1274 (gnus-group-suspend): Use derived-mode-p.
1275 * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1276 * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1277 * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1278 (gnus-article-setup-buffer, gnus-article-prepare)
1279 (gnus-article-prepare-display, gnus-sticky-article)
1280 (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1281 (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1282 (gnus-article-read-summary-keys): Use derived-mode-p.
1283
1284 2013-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
1285
1286 * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1287
1288 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
1289
1290 * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1291 shift_jis from the default value set for Japanese users.
1292
1293 2013-08-13 Glenn Morris <rgm@gnu.org>
1294
1295 * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1296
1297 * gnus.el (gnus-valid-select-methods): Fix type.
1298
1299 * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1300
1301 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
1302
1303 * mm-decode.el (mm-display-external): Run a timer for the temp files
1304 deletion after a viewer exits; add a deletion timer for the needsterm
1305 case, too.
1306
1307 * mm-decode.el (mm-display-external): Try to delete temporary files by
1308 using a 1-min. timer.
1309
1310 2013-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
1311
1312 * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1313 New internal variables.
1314 (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1315 (mm-display-external): Use it to delete temporary files instead of
1316 using timers.
1317
1318 2013-08-06 Jan Tatarik <jan.tatarik@gmail.com>
1319
1320 * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1321 with cond for backwards compatability.
1322
1323 2013-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
1324
1325 * mm-decode.el (mm-display-external): Bind process-connection-type to
1326 nil; don't delete a temp file immediately even if a viewer finishes,
1327 since it may be a shell script, like xdg-open, that launches a real
1328 viewer program belatedly.
1329
1330 2013-08-05 Dave Abrahams <dave@boostpro.com>
1331
1332 * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1333 that we can create nndoc groups that excerpt other groups.
1334
1335 2013-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1336
1337 * gnus-delay.el (gnus-delay-article): Fix typo.
1338
1339 * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1340 articles.
1341
1342 * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1343 we can get spell-checking etc.
1344
1345 2013-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
1346
1347 * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1348 a single one used for encoding the whole text in a header.
1349
1350 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1351
1352 * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1353 before sending.
1354
1355 * mm-decode.el (mm-command-output): New face.
1356 (mm-display-external): Use it.
1357
1358 2013-08-01 Kan-Ru Chen (陳侃如) <kanru@kanru.info> (tiny change)
1359
1360 * nnmbox.el (nnmbox-request-article): Don't change point.
1361
1362 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1363
1364 * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1365 Include `handle' parameter.
1366
1367 2013-08-01 Jan Tatarik <jan.tatarik@gmail.com>
1368
1369 * gnus-icalendar.el: New file.
1370
1371 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1372
1373 * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1374
1375 * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1376 dummy roots, too.
1377
1378 2013-08-01 David Edmondson <dme@dme.org>
1379
1380 * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1381 out on ttys.
1382
1383 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1384
1385 * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1386 not empty.
1387
1388 * nnrss.el (nnrss-discover-feed): Indent.
1389
1390 2013-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
1391
1392 * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1393
1394 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1395
1396 * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1397 dirty to ensure nnimap data being saved.
1398
1399 2013-07-30 Tassilo Horn <tsdh@gnu.org>
1400
1401 * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1402 menu entry.
1403
1404 * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1405 the current thread's total score instead of the current article's
1406 score.
1407
1408 * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1409 (gnus-sort-threads-recursively): Delete defcustom.
1410 (gnus-sort-threads-recursive): Adapt accordingly.
1411
1412 2013-07-30 Tassilo Horn <tsdh@gnu.org>
1413
1414 * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1415 (gnus-sort-threads-recursive): Use it.
1416 (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1417 again. Now that determines how to sort subthreads.
1418
1419 2013-07-26 Tassilo Horn <tsdh@gnu.org>
1420
1421 * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1422 (gnus-sort-threads): Use it.
1423
1424 2013-07-25 Andreas Schwab <schwab@linux-m68k.org>
1425
1426 * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1427 punctuation characters follow parentheses (bug#14950).
1428
1429 2013-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
1430
1431 * gnus.el (gnus-continuum-version):
1432 * gnus-msg.el (gnus-extended-version): Simplify.
1433
1434 * gnus.el (gnus-continuum-version-1): Remove.
1435 * gnus-msg.el (gnus-bug): Revert.
1436
1437 Calculate gnus-version correctly on Cygwin.
1438
1439 * gnus.el (gnus-continuum-version): Do main calculations in integers.
1440 (gnus-continuum-version-1): New function, return a string.
1441
1442 * gnus-msg.el (gnus-extended-version, gnus-bug):
1443 Use gnus-continuum-version-1 instead of gnus-continuum-version.
1444
1445 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
1446
1447 * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1448 (bug#13384).
1449
1450 2013-07-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1451
1452 * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1453 that were only relevant in a development version a long time ago.
1454
1455 2013-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
1456
1457 * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1458 that the old Emacs 24s bundle.
1459
1460 2013-07-10 David Engster <deng@randomsample.de>
1461
1462 * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1463 if `gnus-newsrc-file-version' does not match `gnus-version'.
1464 This fixes a bug in Emacs trunk where the 'unexist' marks were always
1465 removed at startup because "Gnus v5.13" was considered smaller than "Ma
1466 Gnus v0.03".
1467
1468 2013-07-10 Tassilo Horn <tsdh@gnu.org>
1469
1470 * gnus.el (gnus-summary-line-format):
1471 Reference `gnus-user-date-format-alist' for the &user-date; format, not
1472 `gnus-summary-user-date-format-alist'.
1473
1474 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1475
1476 * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1477 delete files (bug#13481).
1478
1479 2013-07-08 Tassilo Horn <tsdh@gnu.org>
1480
1481 * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1482
1483 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
1484
1485 * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1486 display images.
1487
1488 * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1489
1490 * message.el (message-cancel-news): According to
1491 <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1492 preferred over "cmsg cancel" in the Subject.
1493
1494 * nnir.el (nnir-engines): Note that the group specs are regexps
1495 (bug#13238).
1496
1497 * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1498 gotten read-only text properties, ensure that those aren't heeded when
1499 copying stuff over (bug#13434).
1500
1501 * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1502 (bug#13762).
1503
1504 2013-07-05 David Kastrup <dak@gnu.org>
1505
1506 * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1507 authinfo file again (important for blank passwords). This had been
1508 broken with 2013-06-15 change.
1509
1510 2013-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
1511
1512 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1513 Revert 2013-01-14 change.
1514
1515 2013-07-02 David Engster <deng@randomsample.de>
1516
1517 * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1518 ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1519 to see whether the group was synced before.
1520
1521 2013-07-02 Martin Stjernholm <mast@lysator.liu.se>
1522
1523 * nnimap.el (nnimap-request-move-article): Decode the group name when
1524 doing internal moves to avoid charset issues.
1525
1526 2013-07-02 Julien Danjou <julien@danjou.info>
1527
1528 * nnimap.el (nnimap-request-list):
1529 Revert change that made listing synchronous.
1530 (nnimap-get-responses): Restore.
1531
1532 2013-07-02 Dave Abrahams <dave@boostpro.com>
1533
1534 * nnimap.el (nnimap-change-group): Document result value.
1535
1536 * nnimap.el (nnimap-find-article-by-message-id):
1537 Account for the fact that nnimap-change-group can return t.
1538
1539 2013-07-02 Julien Danjou <julien@danjou.info>
1540
1541 * nnimap.el (nnimap-request-head):
1542 Resture to-buffer parameter, used by `nnimap-request-move-article'.
1543
1544 * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1545
1546 * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1547 supported by nnimap actually. Reverts previous change.
1548
1549 * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1550 to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1551 to-buffer argument that is already supported.
1552
1553 2013-07-02 Julien Danjou <julien@danjou.info>
1554
1555 * nnimap.el (nnimap-get-responses): Remove, unused.
1556
1557 2013-07-02 Julien Danjou <julien@danjou.info>
1558
1559 * nnimap.el (nnimap-request-articles-find-limit): Rename from
1560 `nnimap-request-move-articles-find-limit' since we do not use it
1561 only for move operations.
1562 (nnimap-request-accept-article):
1563 Use `nnimap-request-articles-find-limit' to limit search by message-id.
1564
1565 2013-07-02 Julien Danjou <julien@danjou.info>
1566
1567 * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1568
1569 * nnimap.el (nnimap-log-buffer):
1570 Check that `window-point-insertion-type' is boundp, since it's not
1571 available in XEmacs.
1572
1573 2013-07-02 Michael Welsh Duggan <md5i@md5i.com>
1574
1575 * nnimap.el (nnimap-log-buffer):
1576 Add this, setting `window-point-insertion-type' in the buffer to t.
1577 (nnimap-log-command): Use nnimap-log-buffer.
1578
1579 2013-07-02 Julien Danjou <julien@danjou.info>
1580
1581 * nnimap.el (nnimap-find-article-by-message-id):
1582 Add an optional limit argument to be able to limit the search.
1583 (nnimap-request-move-article):
1584 Use `nnimap-request-move-articles-find-limit'.
1585 (nnimap-request-move-articles-find-limit):
1586 Add this to limit the search by Message-Id after a message move.
1587 (nnimap): Add defgroup.
1588
1589 2013-07-02 Julien Danjou <julien@danjou.info>
1590
1591 * nnimap.el (nnimap-find-article-by-message-id):
1592 Use `nnimap-possibly-change-group' rather than its own EXAMINE call.
1593 (nnimap-possibly-change-group): Add read-only argument.
1594 (nnimap-request-list): Use nnimap-possibly-change-group rather than
1595 issuing EXAMINE manually.
1596 (nnimap-find-article-by-message-id):
1597 Use `nnimap-possibly-change-group' with read-only argument.
1598 (nnimap-change-group): Rename from `nnimap-possibly-change-group'.
1599 We cannot possibly change because we need to be sure that it's either
1600 read-write or read-only.
1601
1602 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1603
1604 * gnus-sum.el (gnus-summary-insert-old-articles):
1605 Don't include unexisting messages.
1606
1607 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1608
1609 * gnus-start.el (gnus-clean-old-newsrc):
1610 Remove totally bogus `unexists' entries.
1611 (gnus-clean-old-newsrc): Fix last checkin.
1612
1613 * nnimap.el (nnimap-update-info):
1614 None of the articles below the active low-water mark exist.
1615
1616 2013-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
1617
1618 * nnimap.el (gnus-refer-thread-use-nnir): Silence the byte compiler.
1619
1620 2013-07-02 Sergio Martinez <samf0xb58@gmail.com> (tiny change)
1621
1622 * nnimap.el (nnimap-request-scan):
1623 Allow `nnimap-inbox' to be a list of inboxes.
1624
1625 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1626
1627 * gnus-group.el (gnus-group-expire-articles-1):
1628 Don't try to expire messages that don't exist.
1629
1630 * gnus-sum.el (gnus-summary-expire-articles): Ditto.
1631
1632 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1633
1634 * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
1635
1636 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1637
1638 * gnus-start.el (gnus-clean-old-newsrc):
1639 Delete `unexist' from pre-Ma Gnus 0.3.
1640
1641 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1642
1643 * gnus-sum.el (gnus-summary-local-variables):
1644 Make `gnus-newsgroup-unexist' into a local variable.
1645
1646 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1647
1648 * gnus-sum.el (gnus-adjust-marked-articles):
1649 Add to `gnus-newsgroup-unexist'.
1650
1651 * gnus.el (gnus-article-mark-lists):
1652 Add `unexist' to the list of marks.
1653 (gnus-article-special-mark-lists):
1654 Put the `unexist' in the special marks list instead.
1655
1656 * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
1657 articles in the list of articles to be selected.
1658
1659 * nnimap.el (nnimap-retrieve-group-data-early):
1660 Query for unexisting articles.
1661 (nnimap-update-info): Keep track of unexisting articles.
1662 (nnimap-update-qresync-info): Ditto.
1663
1664 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1665
1666 * gnus-start.el (gnus-clean-old-newsrc): New function.
1667 (gnus-read-newsrc-file): Use it.
1668
1669 2013-07-02 Daiki Ueno <ueno@gnu.org>
1670
1671 * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1672 of 'create-image' for XEmacs compatibility; check errors when decoding
1673 image. Reported by Uwe Brauer.
1674
1675 2013-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
1676
1677 * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1678 gnus-button-push revised at 2011-01-19.
1679
1680 2013-06-19 Glenn Morris <rgm@gnu.org>
1681
1682 * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1683
1684 2013-06-18 Teodor Zlatanov <tzz@lifelogs.com>
1685
1686 * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1687
1688 2013-06-18 Glenn Morris <rgm@gnu.org>
1689
1690 * eww.el, shr.el, shr-color.el: Move to ../net.
1691
1692 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1693
1694 * shr.el (shr-tag-table): Insert the images after the table, so that
1695 they're not covered by the table colorization, which often looked
1696 awkward.
1697 (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1698 <dd>.
1699
1700 2013-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
1701
1702 * eww.el (eww-detect-charset): Improve regexp; move backward.
1703
1704 2013-06-18 Glenn Morris <rgm@gnu.org>
1705
1706 * mm-decode.el (widget-convert-button): Autoload.
1707
1708 * sieve-manage.el (mm-enable-multibyte): Autoload.
1709
1710 * shr.el (libxml-parse-html-region): Declare.
1711 (shr-render-buffer): Explicit error if no libxml2 support.
1712
1713 2013-06-17 Teodor Zlatanov <tzz@lifelogs.com>
1714
1715 * auth-source.el (auth-source-current-line): New function.
1716 (auth-source-netrc-parse-entries): When a data token is "machine",
1717 assume we're in the wrong place and abort parsing the current line.
1718
1719 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1720
1721 * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1722 (eww-convert-widgets): Don't bug out if the first widget starts at the
1723 beginning of the buffer.
1724 (eww-convert-widgets): Fix last patch.
1725 (eww-tag-input): Support <input type=image>.
1726
1727 * shr.el (shr-insert-table): Respect border-collapse: collapse.
1728 (shr-tag-base): Protect against base specs that are degenerate.
1729 (shr-ensure-paragraph): Don't delete empty lines that have text
1730 properties, because these may be input fields.
1731
1732 * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1733 we can navigate to them.
1734
1735 * shr.el (shr-colorize-region): Put the colors over the entire region.
1736 (shr-inhibit-decoration): New variable.
1737 (shr-add-font): Use it to inhibit text property decorations while doing
1738 preliminary table renderings. This speeds up typical Wikipedia page
1739 renderings by 15%.
1740 (shr-tag-span): Don't respect the <title>, because that overwrites the
1741 help-echo from links inside the spans.
1742 (shr-next-link): Use `help-echo' for navigation, so that we can
1743 navigate to form elements, too.
1744
1745 * eww.el (eww-button): New face.
1746 (eww-convert-widgets): Use it to make submit buttons more button-like.
1747
1748 * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1749 that Gnus commands work.
1750
1751 * shr.el (shr-render-td): Support horizontal alignment.
1752
1753 * eww.el (eww-put-color): Remove.
1754 (eww-colorize-region): Use `add-face-text-property'.
1755
1756 * shr.el (shr-add-font): Append face data, so that we get the correct
1757 precedence: The innermost value (which is applied first) wins.
1758 (shr-make-overlay): Obsolete function.
1759
1760 * mm-decode.el (mm-convert-shr-links): New function to convert
1761 new-style shr URL links into widgets.
1762 (mm-shr): Use it.
1763
1764 * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1765 widget commands, since we're no longer using widgets for links.
1766
1767 * shr.el (shr-next-link): New command.
1768 (shr-previous-link): New command.
1769 (shr-urlify): Don't use `widget-convert', because that's slow.
1770 (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1771 because collecting the overlays and reapplying them when generating
1772 tables is slow.
1773 (shr-insert-table): Ditto.
1774
1775 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1776
1777 * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1778 * shr.el (browse-url): Require `url'.
1779 * eww.el (url): Require format-spec.
1780
1781 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1782
1783 * eww.el (eww-display-html): Default to using the entire window width.
1784 (eww-browse-url): Don't add a User-Agent header (twice), because that
1785 makes Bing refuse connection.
1786
1787 * shr.el (shr-make-table): Cache the table rendering at the table
1788 level, and not the <td> level. This is a bit faster.
1789
1790 * eww.el (eww-render): Go to the correct ID when given URLs ending with
1791 #id.
1792
1793 * shr.el (shr-tag-li): Don't require a new paragraph, since other
1794 browsers don't.
1795 (shr-expand-url): Respect #anchor links.
1796 (shr-parse-base): Chop off the anchor before using.
1797 (shr-descend): Respect display: none.
1798 (shr-descend): Allow marking elements that have certain IDs.
1799
1800 * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1801
1802 * shr.el (shr-expand-url): Don't bug out on zero-length links.
1803
1804 * eww.el (eww-tag-textarea): Support <textarea>.
1805
1806 2013-06-16 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1807
1808 * shr.el (shr-dom-to-xml): Fix function call.
1809
1810 * eww.el (eww): New group.
1811 (eww-header-line-format): New custom variable.
1812 (eww-current-title): New variable.
1813 (eww-display-html): Update header and handle title tag.
1814 (eww-update-header-line-format): New function.
1815 (eww-tag-title): New function.
1816
1817 * shr.el (shr-dom-to-xml): New function.
1818 (shr-tag-svg): Add support for the SVG tag.
1819 (shr-bullet): New custom variable.
1820 (shr-tag-li): Support custom bullet in unordered lists.
1821
1822 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1823
1824 * shr.el (shr-expand-url): Respect // URLs.
1825
1826 * eww.el (eww-tag-body): Override the shr body rendering so that we can
1827 put a background color onto the entire buffer.
1828 (eww-render): When being redirected, use the redirect URL as the new
1829 base URL.
1830
1831 * shr.el (shr-parse-base): Fix parsing error.
1832
1833 * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1834
1835 * shr.el (shr-parse-base): New function.
1836 (shr-expand-url): Use it to expand relative URLs reliably.
1837
1838 2013-06-15 Teodor Zlatanov <tzz@lifelogs.com>
1839
1840 * auth-source.el (auth-source-search-collection): Fix docstring.
1841 (auth-source-netrc-parse): Refactor and improve netrc parser to support
1842 single-quoted strings and multiline entries.
1843 (auth-source-netrc-parse-next-interesting)
1844 (auth-source-netrc-parse-one, auth-source-netrc-parse-entries):
1845 New functions to support parser.
1846
1847 2013-06-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1848
1849 * eww.el (eww-submit): Get submit button logic right when hitting RET
1850 on non-submit buttons.
1851
1852 * shr.el: Remove shr-preliminary-table-render, since that can't really
1853 be used for anything in practice.
1854
1855 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
1856
1857 * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1858 (sieve-manage-quit).
1859
1860 2013-06-14 David Edmondson <dme@dme.org> (tiny change)
1861
1862 * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1863 control the maximum size of photo ID image.
1864 (mml2015-epg-key-image-to-string): Respect it.
1865
1866 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1867
1868 * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1869 instead of the final one so that we can more easily distinguish them.
1870
1871 * eww.el (eww-submit): Compute the submission URL correctly.
1872
1873 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1874
1875 * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1876 Use plist-get rather than CL's getf.
1877 (sieve-manage-parse-capability): Avoid CL's remove-if.
1878
1879 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1880
1881 * shr.el (shr-expand-url): Expansion should chop off the bits after the
1882 last slash.
1883
1884 * eww.el (eww-tag-select): Use the first value as the default value.
1885
1886 2013-06-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1887
1888 * eww.el (eww): Prepend urls with http:// if scheme is missing.
1889 (eww-mode): Use `define-derived-mode'.
1890 (eww-parse-headers): Parse headers from beginning of buffer so that
1891 file:// links work.
1892
1893 2013-06-13 Katsumi Yamaoka <yamaoka@jpl.org>
1894
1895 * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1896
1897 2013-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1898
1899 * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1900 to handle them at all.
1901
1902 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1903
1904 * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1905 work, too.
1906 (eww-tag-select): Implement <select>.
1907
1908 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
1909
1910 * sieve-manage.el (sieve-manage-open): Work with STARTTLS: shorten
1911 stream managing functions by using open-protocol-stream to do most of
1912 the work. Has the nice benefit of enabling STARTTLS.
1913 Wait for capabilities after STARTTLS: following RFC5804, the server
1914 sends new capabilities after successfully establishing a TLS connection
1915 with the client. The client should update the cached list of
1916 capabilities, but we just ignore the answer for now.
1917 (sieve-manage-network-p, sieve-manage-network-open)
1918 (sieve-manage-starttls-p, sieve-manage-starttls-open)
1919 (sieve-manage-forward, sieve-manage-streams)
1920 (sieve-manage-stream-alist): Remove unneeded functions neither in the
1921 API, nor called by any other function.
1922 Enable Multibyte for SieveManage buffers: The parser won't properly
1923 handle umlauts and line endings unless multibyte is turned on in the
1924 process buffer.
1925
1926 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1927
1928 * eww.el (eww-tag-input): Support password fields.
1929 (eww-submit): Support POST.
1930
1931 2013-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1932
1933 * eww.el (eww-tag-form): Protect against degenerate forms.
1934
1935 * shr.el (shr-expand-url): Expand URLs that start with a slash
1936 correctly.
1937
1938 * eww.el (eww-submit): Get submit button logic right.
1939
1940 * shr.el (shr-final-table-render): New variable to signal when we're
1941 doing the final table rendering so that we can collect more data at
1942 that point.
1943
1944 * eww.el (eww-submit): Make form submission work.
1945 (eww-tag-input): Implement submit buttons.
1946 (eww-click-radio): Implement radio and checkboxes.
1947 (eww-submit): Handle hidden elements.
1948
1949 * shr.el (shr-descend): Allow other packages to override (or provide)
1950 rendering of elements.
1951 (shr-expand-url): Strip query strings from URLs before expanding them.
1952
1953 * eww.el: Don't require cl-lib.
1954 (eww-tag-form): Start form support.
1955
1956 * eww.el: Start writing a new, tiny web browser.
1957 (eww-previous-url): New command.
1958 (eww-quit): New command.
1959
1960 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
1961
1962 * sieve.el: Put point at beginning of buffer when viewing a script.
1963 (sieve-open-server): Respect the PORT parameter. Show the correct port
1964 number in sieve-buffer's header. Fixed code to also work with a string
1965 as port specifier. Properly close the connection on pressing 'q'. Make
1966 sieve-manage-quit close the connection and process buffer. Also, remove
1967 duplicate keybinding for 'q'.
1968
1969 2013-06-10 Roy Hashimoto <roy.hashimoto@gmail.com> (tiny change)
1970
1971 * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1972 make it easier to read.
1973 (mm-pkcs7-enveloped-magic): Ditto.
1974
1975 2013-06-06 Teodor Zlatanov <tzz@lifelogs.com>
1976
1977 * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1978 before `image-type-available-p' to avoid loading the image libraries
1979 needlessly.
1980
1981 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1982
1983 * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1984 assume Date header begins with "Date", that may be customized into
1985 something like "X-Sent" using gnus-article-time-format.
1986 (article-transform-date): Allow multi-line Date header.
1987
1988 2013-06-02 David Engster <deng@randomsample.de>
1989
1990 * registry.el (initialize-instance, registry-lookup)
1991 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1992 (registry-lookup-secondary-value, registry-search, registry-delete)
1993 (registry-insert, registry-reindex, registry-size, registry-prune):
1994 Do not wrap methods in `eval-and-compile'. This breaks due to latest
1995 changes in EIEIO (introduction of eieio-core.el).
1996
1997 2013-05-30 Glenn Morris <rgm@gnu.org>
1998
1999 * nnmail.el (nnmail-fancy-expiry-target):
2000 Also bind mail-dont-reply-to-names.
2001
2002 * spam-stat.el (spam-stat-save):
2003 No need to tweak font-lock in temp buffers.
2004
2005 * shr.el (shr-put-image): Silence compiler.
2006
2007 2013-05-29 Glenn Morris <rgm@gnu.org>
2008
2009 * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2010
2011 * gnus-group.el (gnus-sequence-of-unread-articles)
2012 (gnus-summary-add-mark, gnus-mark-article-as-read)
2013 (gnus-group-make-articles-read): Declare.
2014
2015 * gnus-sum.el (gnus-parameter-list-identifier)
2016 (gnus-article-stop-animations, gnus-stop-downloads)
2017 (gnus-article-only-boring-p, article-goto-body)
2018 (gnus-flush-original-article-buffer, article-narrow-to-head)
2019 (gnus-article-hidden-text-p, gnus-delete-wash-type)
2020 (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2021
2022 * gnus.el: No need to eval-and-compile autoloads.
2023
2024 * gravatar.el (help-function-arglist): Autoload.
2025
2026 * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2027
2028 * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2029
2030 * spam.el: No need to load spam-report when compiling.
2031 No need to eval-and-compile autoloads.
2032 (spam-report-resend-to): Declare.
2033 (spam-report-resend-register-routine): Require 'spam-report.
2034
2035 2013-05-24 Julien Danjou <julien@danjou.info>
2036
2037 * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2038 setup.
2039
2040 2013-05-23 Glenn Morris <rgm@gnu.org>
2041
2042 * gnus-util.el (rmail-swap-buffers-maybe)
2043 (rmail-maybe-set-message-counters, rmail-count-new-messages)
2044 (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2045 (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2046
2047 * mm-decode.el: No need to load term when compiling.
2048 (term-mode, term-char-mode): Declare.
2049
2050 * mm-util.el: No need to load jka-compr when compiling.
2051 (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2052
2053 * nnmaildir.el: Require is automatically eval-and-compile.
2054 (nnmail): Require at run-time too.
2055
2056 * registry.el (registry-size): Move definition before use.
2057
2058 2013-05-22 Daiki Ueno <ueno@gnu.org>
2059
2060 * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2061 signed data to conform the standard. (Bug#14232)
2062
2063 2013-05-20 Adam Sjøgren <asjo@koldfront.dk>
2064
2065 * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2066 double angle quotation mark.
2067
2068 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
2069
2070 * message.el (message-insert-formatted-citation-line): Handle finding
2071 first/lastname when more than 2 names appear.
2072
2073 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
2074
2075 * shr.el (shr-tag-span): New function.
2076
2077 2013-05-18 Glenn Morris <rgm@gnu.org>
2078
2079 * message.el (message-mode): Use message-mode-abbrev-table,
2080 with text-mode-abbrev-table as parent. (Bug#14413)
2081
2082 2013-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
2083
2084 * message.el (message-expand-group): Decode group names.
2085
2086 2013-05-16 Julien Danjou <julien@danjou.info>
2087
2088 * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2089 app-icon.
2090
2091 2013-05-15 Glenn Morris <rgm@gnu.org>
2092
2093 * shr-color.el (shr-color-visible-luminance-min)
2094 (shr-color-visible-distance-min): Use shr-color group.
2095
2096 2013-05-11 Glenn Morris <rgm@gnu.org>
2097
2098 * gnus-vm.el: Make it loadable without VM.
2099 (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2100 (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2101
2102 2013-05-09 Glenn Morris <rgm@gnu.org>
2103
2104 * mml1991.el: Make it loadable. (Bug#13456)
2105
2106 * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2107 * gnus-async.el (gnus-async-post-fetch-function):
2108 * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2109 * gnus-html.el (gnus-html-image-cache-ttl):
2110 * gnus-notifications.el (gnus-notifications-timeout):
2111 * gnus-picon.el (gnus-picon-properties):
2112 * gnus-util.el (gnus-completion-styles):
2113 * gnus.el (gnus-other-frame-resume-function):
2114 * message.el (message-user-organization-file)
2115 (message-cite-reply-position):
2116 * nnir.el (nnir-summary-line-format)
2117 (nnir-retrieve-headers-override-function):
2118 * shr-color.el (shr-color-visible-luminance-min):
2119 * shr.el (shr-blocked-images):
2120 * spam-report.el (spam-report-resend-to):
2121 * spam.el (spam-summary-exit-behavior): Fix custom types.
2122
2123 * gnus-salt.el (gnus-selected-tree-face): Fix default.
2124
2125 2013-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
2126
2127 * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2128 because of let-binding help-xref-following. (Bug#14356)
2129
2130 2013-05-06 Tassilo Horn <tassilo@member.fsf.org>
2131
2132 * message.el (message-bury, message-send-and-exit):
2133 Revert 2013-05-04 change.
2134
2135 2013-05-06 Glenn Morris <rgm@gnu.org>
2136
2137 * mml2015.el (mml2015-epg-sign): Add name="signature.asc". (Bug#13465)
2138
2139 2013-05-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2140
2141 * message.el (message-bury): Make `buffer' optional.
2142 (message-send-and-exit): Don't pass `buf' so as to hide the buffer
2143 (bug#14085).
2144
2145 2013-05-04 Andrew Cohen <cohen@bu.edu>
2146
2147 * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2148 entering into the registry.
2149
2150 2013-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
2151
2152 * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2153 (Bug#14304)
2154
2155 2013-04-27 Glenn Morris <rgm@gnu.org>
2156
2157 * gnus.el (gnus-list-debbugs):
2158 Use require rather than autoload. (Bug#14262)
2159
2160 2013-04-27 Julien Danjou <julien@danjou.info>
2161
2162 * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2163 port to "sieve" now that it has an official IANA port assigned.
2164
2165 2013-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
2166
2167 * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2168 Don't set the MAILHOST environment variable permanently (Bug#14271).
2169
2170 2013-04-26 Glenn Morris <rgm@gnu.org>
2171
2172 * message.el (message-bury): Revert 2013-03-18 change. (Bug#14117)
2173
2174 2013-04-25 Andrew Cohen <cohen@bu.edu>
2175
2176 * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2177 string values of 'gcc-self. Thanks to Saroj Thirumalai.
2178
2179 2013-04-24 Andrew Cohen <cohen@bu.edu>
2180
2181 * nnir.el (nnir-close-group): Make sure we are in the right group.
2182
2183 * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2184 dependency table from all newly retrieved headers.
2185
2186 2013-04-16 David Edmondson <dme@dme.org>
2187
2188 Support <img src="data:...">.
2189
2190 * shr.el (shr-image-from-data): New function.
2191 (shr-tag-img): Use it.
2192
2193 2013-04-14 Andrew Cohen <cohen@bu.edu>
2194
2195 * nnir.el (nnir-request-set-mark): Make sure we are in the right
2196 group.
2197
2198 2013-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
2199
2200 * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2201 corresponding to any existing group (Bug#14166).
2202
2203 2013-04-10 Andrew Cohen <cohen@bu.edu>
2204
2205 * nnir.el (number-sequence): No longer used.
2206 (nnir-request-set-mark): New function.
2207 (nnir-request-update-info): Improve marks updating.
2208 (nnir-request-scan): Don't duplicate marks updating.
2209 (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2210 Use 'assq rather than 'assoc. Quote anonymous function.
2211 (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2212 Use 'gnus-group-prefixed-p.
2213 (gnus-summary-create-nnir-group): Make sure server for method is open.
2214
2215 2013-04-04 Andrew Cohen <cohen@bu.edu>
2216
2217 * nnir.el (gnus-nnir-group-p): New function.
2218 (nnir-possibly-change-group): Use it.
2219
2220 * gnus-msg.el (gnus-setup-message): Use it.
2221
2222 2013-04-04 Katsumi Yamaoka <yamaoka@jpl.org>
2223
2224 * mml.el (mml-minibuffer-read-description): Use `default' insted of
2225 `initial-input' for the argument name.
2226 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2227
2228 2013-04-03 Kevin Layer <layer@known.net> (tiny change)
2229
2230 * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2231 (used by MH-E).
2232
2233 2013-04-01 Andrew Cohen <cohen@bu.edu>
2234
2235 * nnir.el (nnir-request-update-mark): Improve mark updating in original
2236 group.
2237
2238 * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2239 fix compilation.
2240
2241 2013-03-31 Andrew Cohen <cohen@bu.edu>
2242
2243 * nnir.el (nnir-method-default-engines): And another typo.
2244
2245 2013-03-30 Andrew Cohen <cohen@bu.edu>
2246
2247 * nnir.el (nnir-method-default-engines): Fix typo.
2248
2249 2013-03-29 Andrew Cohen <cohen@bu.edu>
2250
2251 * nnir.el: Define 'number-sequence for xemacs.
2252 (gnus-summary-create-nnir-group): New function to create an nnir group
2253 from an nnir summary buffer based on the current query.
2254 (nnir-request-create-group): Update to allow nnir group creation based
2255 on the current query.
2256
2257 2013-03-28 Katsumi Yamaoka <yamaoka@jpl.org>
2258
2259 * nndraft.el (nndraft-request-expire-articles):
2260 Make expiry target always `delete'.
2261
2262 2013-03-27 Andrew Cohen <cohen@bu.edu>
2263
2264 * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2265 buffer use the posting-style and gcc of the original article group.
2266 (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2267
2268 * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
2269 after other deffoos.
2270
2271 2013-03-26 Andrew Cohen <cohen@bu.edu>
2272
2273 * nnir.el: Major rewrite. Cleaner separation between searches and group
2274 management. Marks are now shown in nnir summary buffers.
2275 Rudimentary support for real (i.e. not ephemeral) nnir groups.
2276 (gnus-summary-make-nnir-group): New function for initiating searches
2277 from a summary buffer.
2278
2279 2013-03-18 Sam Steingold <sds@gnu.org>
2280
2281 * message.el (message-bury): Minor cleanup.
2282
2283 2013-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
2284
2285 * nndir.el (nndir-request-list): Remove 2nd argument passed to
2286 nnml-request-list. (Bug#13873)
2287 (nndir-request-newsgroups): Remove, unused.
2288
2289 * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2290
2291 2013-03-03 Ted Phelps <phelps@gnusto.com>
2292
2293 * shr.el: Make all the overlays set the `evaporate' property so that
2294 they're removed properly.
2295
2296 2013-02-25 Adam Sjøgren <asjo@koldfront.dk>
2297
2298 * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2299 shell-quote-argument.
2300
2301 2013-02-22 David Engster <deng@randomsample.de>
2302
2303 * gnus-registry.el (gnus-registry-save): Provide class name when
2304 calling `eieio-persistent-read' to avoid "unsafe call" warning.
2305 Use `condition-case' to stay compatible with older EIEIO versions which
2306 only accept one argument.
2307
2308 2013-02-17 Daiki Ueno <ueno@gnu.org>
2309
2310 * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2311 (epg-user-id-validity): Autoload.
2312 (mml2015-epg-check-user-id): New function.
2313 (mml2015-epg-check-sub-key): New function split from
2314 mml2015-epg-find-usable-key.
2315 (mml2015-epg-find-usable-key): Accept context, name, usage, and
2316 optional name-is-key-id, to handle the case when user-id is unusable.
2317 Reported by Łukasz Stelmach <stlman@poczta.fm>.
2318
2319 2013-02-17 Glenn Morris <rgm@gnu.org>
2320
2321 * shr.el (shr-put-image): Use image-multi-frame-p if available.
2322
2323 2013-02-16 Glenn Morris <rgm@gnu.org>
2324
2325 * shr.el (shr-put-image): Only animate images that specify a delay.
2326 This is consistent with the old image-animated-p behavior.
2327
2328 2013-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
2329
2330 * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2331 for XEmacs.
2332
2333 2013-02-13 Juri Linkov <juri@jurta.org>
2334
2335 * gnus-art.el (gnus-article-mode-map):
2336 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2337 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
2338
2339 2013-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
2340
2341 * nnir.el ("nnir"): Add 'virtual ability to nnir backend. (This was
2342 done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
2343
2344 2013-02-07 Gábor Vida <gabor.v.vida@ericsson.com> (tiny change)
2345
2346 * auth-source.el (auth-source-format-prompt): Don't get confused by
2347 any "\" in replacement text. (Bug#13637)
2348
2349 2013-01-30 Christopher Schmidt <christopher@ch.ristopher.com>
2350
2351 * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2352 (gnus-backend-trace): Honor gnus-backend-trace.
2353
2354 * mml.el (mml-insert-part): Insert closing tag.
2355
2356 * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2357
2358 2013-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2359
2360 * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2361 able to find the article, which can happen in debbugs groups,
2362 apparently.
2363
2364 2013-01-16 Glenn Morris <rgm@gnu.org>
2365
2366 * smiley.el (smiley-style): Make the file loadable in batch mode.
2367
2368 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2369
2370 * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2371 imap process running.
2372
2373 2013-01-14 Julien Danjou <julien@danjou.info>
2374
2375 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2376 Compare addresses against addresses, not against the full From field.
2377
2378 2013-01-13 Richard Stallman <rms@gnu.org>
2379
2380 * message.el (message-forward-make-body-mime): New args BEG, END
2381 specify what part of FORWARD-BUFFER to use. Do the work directly
2382 instead of calling `mml-insert-buffer'.
2383
2384 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
2385
2386 * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2387 cross-reference(s).
2388
2389 * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2390 cross-reference(s).
2391
2392 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
2393
2394 * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2395 and point-max-marker.
2396 * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2397
2398 2013-01-10 Uwe Brauer <oub@mat.ucm.es> (tiny change)
2399
2400 * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2401 to mml2015-encrypt-to-self.
2402 (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2403
2404 2013-01-09 Daiki Ueno <ueno@gnu.org>
2405
2406 * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2407 mml-smime-epg-find-usable-secret-key.
2408
2409 2013-01-08 Glenn Morris <rgm@gnu.org>
2410
2411 * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2412
2413 2013-01-07 Daiki Ueno <ueno@gnu.org>
2414
2415 * mml-smime.el: Support signing by sender.
2416 Requested by Uwe Brauer.
2417 (mml-smime-sign-with-sender): New user option analogous
2418 to mml2015-sign-with-sender.
2419 (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2420 (mml-smime-epg-find-usable-secret-key): New helper function copied from
2421 mml2015.el.
2422
2423 2012-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2424
2425 * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2426 isn't running, because Gnus will probably not know how to handle the
2427 Gcc header (bug#11941).
2428
2429 * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2430 articles.
2431
2432 2012-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2433
2434 * nnfolder.el (nnfolder-recursive-directory-files): New function.
2435 (nnfolder-generate-active-file): Make this function work with recursive
2436 folder names.
2437
2438 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2439
2440 * nntp.el (nntp-open-connection): Use HELP as the capability command
2441 instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2442 unknown commands. And CAPABILITY is an unknown command (bug#12763).
2443
2444 2012-12-27 Wolfgang Jenkner <wjenkner@inode.at>
2445
2446 * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2447 place holder since this gives `Invalid face reference: nil' messages.
2448 Use the `default' face instead. It has the same effect here, even
2449 though it is not no-op.
2450
2451 * gnus-util.el
2452 (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2453
2454 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2455
2456 * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2457 non-string posting styles (bug#13285).
2458
2459 2012-12-27 Glenn Morris <rgm@gnu.org>
2460
2461 * plstore.el (plstore-passphrase-callback-function):
2462 Use plstore-get-file.
2463
2464 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
2465
2466 * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2467 stderr.
2468
2469 * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
2470 group is nil.
2471
2472 * shr.el (shr-tag-em): Render as italic, not bold.
2473
2474 2012-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
2475
2476 * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2477
2478 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
2479
2480 * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2481 temporary file to get PGP key image. Pass no-show-photos when
2482 extracting image to avoid having it pop up twice.
2483
2484 2012-12-26 Lars Ingebrigtsen <larsi@gnus.org>
2485
2486 * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2487 eligible for treatment.
2488
2489 * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2490 lines. This makes summary commands with hidden threads work more
2491 reliably.
2492
2493 * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2494 button to mark the hidden citations (bug#9395).
2495
2496 2012-12-26 Daiki Ueno <ueno@gnu.org>
2497
2498 * mml2015.el (mml2015-epg-signature-to-string): New function.
2499 (mml2015-epg-verify-result-to-string): New function.
2500 (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2501 (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2502 instead of epg-verify-result-to-string.
2503 (epg-signature-key-id, epg-signature-to-string): Autoload.
2504 (epg-verify-result-to-string): Remove autoload.
2505
2506 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
2507
2508 * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2509 ID image from GPG public key.
2510 (mml2015-epg-key-image-to-string): New function.
2511
2512 2012-12-25 Leo Liu <sdl.web@gmail.com>
2513
2514 * plstore.el (plstore-passphrase-callback-function): Fix error when
2515 error when plstore-cache-passphrase-for-symmetric-encryption is set
2516 (bug#13264).
2517
2518 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2519
2520 * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2521 buffer to the article buffer here, because that clobbers multiple
2522 article buffers.
2523
2524 * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2525 buffer always points to the right summary buffer.
2526
2527 2012-12-25 John Wiegley <jwiegley@gmail.com>
2528
2529 * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2530 the password (bug#12097).
2531
2532 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2533
2534 * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2535 (bug#13263).
2536
2537 * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2538 buffer exists before using it (bug#12475).
2539
2540 * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2541 offline groups (bug#11937).
2542
2543 * message.el (message-yank-original): When using customize to set the
2544 value of `message-cite-style', the variable it set to a symbol that's
2545 the name of the variable, which must then be dereferenced (bug#12616).
2546
2547 2012-12-25 Wolfgang Jenkner <wjenkner@inode.at>
2548
2549 * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2550 the `face' property with a list whose car is the face specified in the
2551 format string and whose cdr is (nil).
2552 * lisp/gnus-util.el
2553 (gnus-put-text-property-excluding-characters-with-faces):
2554 Change accordingly.
2555 (gnus-get-text-property-excluding-characters-with-faces): New function.
2556 * lisp/gnus-sum.el (gnus-summary-highlight-line):
2557 * lisp/gnus-salt.el (gnus-tree-highlight-node):
2558 * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2559
2560 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2561
2562 * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2563 login methods.
2564 (nnimap-login): Respect the `nnimap-authenticator' variable.
2565
2566 * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2567 mark state when moving articles. Otherwise unticked articles will get
2568 their ticks back after moving.
2569
2570 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2571
2572 * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2573
2574 * message.el (message-ignored-news-headers): Always remove
2575 X-Message-SMTP-Method to avoid information leakage if the user
2576 mistakenly inserts the header into news messages.
2577
2578 * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2579
2580 * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2581 right than four characters, this command would move point to
2582 `point-max'. Don't do that.
2583
2584 * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2585 to nil to allow re-selecting groups that gain articles.
2586 (gnus-bug-group-download-format-alist): Update the URL.
2587
2588 2012-12-23 Andreas Schwab <schwab@suse.de>
2589
2590 * shr.el (shr-tag-em): Render em as italic, not bold.
2591
2592 2012-12-23 Lars Ingebrigtsen <larsi@gnus.org>
2593
2594 * gnus-int.el (gnus-backend-trace): Factor out into its own function
2595 for reuse.
2596 (gnus-open-server): Use it to add more tracing.
2597 (gnus-finish-retrieve-group-infos): Add backend tracing.
2598 (gnus-backend-trace): Also note the elapsed seconds.
2599
2600 2012-12-22 Philipp Haselwarter <philipp@haselwarter.org>
2601
2602 * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2603 Set epa-file-encrypt-to from variable to avoid querying.
2604
2605 2012-12-14 Akinori MUSHA <knu@iDaemons.org> (tiny change)
2606
2607 * sieve-mode.el (sieve-font-lock-keywords):
2608 Keywords should be word delimited. (Bug#13173)
2609
2610 2012-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
2611
2612 * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2613 instead of <pre> to align message header.
2614
2615 2012-12-12 Sam Steingold <sds@gnu.org>
2616
2617 * gnus.el (gnus-other-frame-resume-function): Add user option.
2618 (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2619
2620 2012-12-06 Sam Steingold <sds@gnu.org>
2621
2622 * gnus-start.el (gnus-before-resume-hook): Add.
2623 (gnus-1): Run it when Gnus is alive.
2624
2625 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2626
2627 * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2628 * gnus-art.el (article-unsplit-urls)
2629 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2630 * gnus-registry.el (gnus-registry-get-article-marks)
2631 * message.el (message-goto-body): Use it.
2632 (message-called-interactively-p): Remove.
2633
2634 * spam-stat.el (spam-stat-called-interactively-p): New macro.
2635 (spam-stat-score-buffer): Use it.
2636
2637 * spam.el: Silence the warnings against BBDB functions when compiling.
2638
2639 * gnus-score.el (gnus-score-decode-text-parts):
2640 Use append+mapcar instead of the cl function mapcan.
2641
2642 * gmm-utils.el (gmm-flet): Remove.
2643
2644 * gnus-sync.el (gnus-sync-lesync-call):
2645 Avoid overriding json-alist-p.
2646
2647 * message.el (message-read-from-minibuffer):
2648 Avoid overriding mail-abbrev-in-expansion-header-p.
2649
2650 2012-12-05 Sam Steingold <sds@gnu.org>
2651
2652 * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2653 (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2654 `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2655
2656 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2657
2658 * gmm-utils.el (gmm-called-interactively-p): Revert.
2659 This seems to cause Emacs to get stuck!
2660 * gnus-art.el (article-unsplit-urls)
2661 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2662 * gnus-registry.el (gnus-registry-get-article-marks)
2663 * message.el (message-goto-body)
2664 (message-called-interactively-p): Revert.
2665
2666 * gmm-utils.el (gmm-called-interactively-p): New function.
2667 * gnus-art.el (article-unsplit-urls)
2668 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2669 * gnus-registry.el (gnus-registry-get-article-marks)
2670 * message.el (message-goto-body): Use it.
2671 (message-called-interactively-p): Remove.
2672
2673 * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2674 * gnus-sync.el (gnus-sync-lesync-call)
2675 * message.el (message-read-from-minibuffer): Use it.
2676
2677 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2678
2679 * gmm-utils.el (gmm-flet): Remove.
2680 * gnus-sync.el (gnus-sync-lesync-call)
2681 * message.el (message-read-from-minibuffer): Don't use it.
2682
2683 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
2684
2685 * gmm-utils.el (gmm-labels): Use cl-labels if available.
2686
2687 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
2688
2689 * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2690
2691 * gnus-sync.el (gnus-sync-lesync-call)
2692 * message.el (message-read-from-minibuffer): Use gmm-flet.
2693
2694 * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2695
2696 * gnus-util.el (gnus-macroexpand-all): Remove.
2697
2698 2012-12-03 Andreas Schwab <schwab@linux-m68k.org>
2699
2700 * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2701 to TAB, not [tab].
2702 (gnus-summary-article-map): Likewise.
2703
2704 * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2705 (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2706
2707 2012-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
2708
2709 * message.el (message-get-reply-headers):
2710 Make sure the reply goes to the author if it is a wide reply.
2711
2712 2012-11-16 Jan Tatarik <jan.tatarik@gmail.com>
2713
2714 * gnus-score.el (gnus-score-body):
2715 * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2716 scoring by body.
2717
2718 2012-11-16 Glenn Morris <rgm@gnu.org>
2719
2720 * gnus-diary.el (nndiary-request-create-group-functions)
2721 (nndiary-request-update-info-functions)
2722 (gnus-subscribe-newsgroup-functions)
2723 (nndiary-request-accept-article-functions):
2724 Use new names for hooks rather than obsolete aliases.
2725
2726 2012-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
2727
2728 * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2729 in meta tag with the one the part specifies in its header.
2730
2731 2012-11-02 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
2732
2733 * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2734 by default.
2735
2736 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2737
2738 New UIDL implementation.
2739
2740 * mail-source.el (mail-sources, mail-source-keyword-map):
2741 Add :leave as a pop3 keyword.
2742 (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2743
2744 * pop3.el (pop3-leave-mail-on-server): Allow number.
2745 (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2746 (pop3-movemail): Add UIDL support.
2747 (pop3-send-streaming-command): Take a list of mail numbers instead of
2748 the number of mails.
2749 (pop3-write-to-file): Add X-UIDL header.
2750 (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2751 (pop3-uidl-add-xheader): New functions.
2752
2753 * message.el (message-ignored-resent-headers):
2754 Add X-Content-Length and X-UIDL headers.
2755
2756 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2757
2758 * nndiary.el (nndiary-request-create-group-functions)
2759 (nndiary-request-update-info-functions)
2760 (nndiary-request-accept-article-functions):
2761 * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2762 "-hooks" suffix.
2763
2764 2012-10-17 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2765
2766 * starttls.el (starttls-extra-arguments): Doc fix.
2767
2768 2012-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2769
2770 * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2771 it.
2772
2773 2012-10-06 Glenn Morris <rgm@gnu.org>
2774
2775 * gnus-notifications.el (gnus-notifications):
2776 Add missing group :version tag.
2777 * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2778 (gnus-gcc-post-body-encode-hook):
2779 * gnus-sync.el (gnus-sync-lesync-name)
2780 (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2781
2782 2012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
2783
2784 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2785 a user about whether to delete temp files if once a user answered as n.
2786
2787 2012-09-17 Richard Stallman <rms@gnu.org>
2788
2789 * message.el (message-in-body-p): Don't set mark or modify buffer.
2790
2791 * mml.el (mml-attach-file): Doc fix.
2792 (mml-attach-external, mml-attach-buffer, mml-attach-file):
2793 Set mail-encode-mml when in Mail mode.
2794 Simplify code to set HEAD and move back to HEAD.
2795 (mml-insert-multipart, mml-insert-part):
2796 Set mail-encode-mml when in Mail mode.
2797
2798 2012-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2799
2800 * gnus-util.el (gnus-timer--function): New function.
2801
2802 * gnus-art.el (gnus-article-stop-animations): Use it.
2803
2804 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2805
2806 Fix glitches caused by addition of psec to timers.
2807 * gnus-art.el (gnus-article-stop-animations): Use timer--function
2808 rather than raw access to timer vector.
2809
2810 2012-09-11 Julien Danjou <julien@danjou.info>
2811
2812 * gnus-notifications.el (gnus-notifications): Check for nil values in
2813 ignored addresses check.
2814
2815 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2816
2817 * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2818
2819 2012-09-07 Chong Yidong <cyd@gnu.org>
2820
2821 * gnus-util.el
2822 (gnus-put-text-property-excluding-characters-with-faces): Restore.
2823
2824 * gnus-salt.el (gnus-tree-highlight-node):
2825 * gnus-sum.el (gnus-summary-highlight-line):
2826 * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2827
2828 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
2829
2830 * gnus-util.el: Fix compilation error on XEmacs 21.4.
2831
2832 2012-09-06 Juri Linkov <juri@jurta.org>
2833
2834 * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2835 scheme for buffer names to be more consistent with other group and
2836 article buffer names in Gnus.
2837
2838 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
2839
2840 * gnus-util.el
2841 (gnus-put-text-property-excluding-characters-with-faces): Remove.
2842
2843 * gnus-compat.el: Define compat function `add-face' from Wolfgang
2844 Jenkner.
2845
2846 * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2847
2848 * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2849
2850 * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2851
2852 2012-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2853
2854 * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2855 mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2856
2857 * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2858 string-prefix-p in Emacs >=23.2.
2859
2860 * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2861 (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2862 instead of string-match-p.
2863 (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2864
2865 2012-09-06 Kenichi Handa <handa@gnu.org>
2866
2867 * qp.el (quoted-printable-decode-region): Fix previous change; handle
2868 lowercase a..f.
2869
2870 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
2871
2872 * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2873
2874 2012-09-05 Martin Stjernholm <mast@lysator.liu.se>
2875
2876 * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
2877 TIME is set.
2878
2879 2012-09-05 Juri Linkov <juri@jurta.org>
2880
2881 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2882 than one group at a time (bug#11961).
2883
2884 2012-09-05 Julien Danjou <julien@danjou.info>
2885
2886 * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2887 this hide the real reason with a message giving absolutely no hint.
2888
2889 2012-09-05 Lars Ingebrigtsen <larsi@gnus.org>
2890
2891 * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2892 to the backend (bug#11804).
2893
2894 * message.el (message-insert-newsgroups): Don't insert newsgroup
2895 duplicates (bug#12275).
2896
2897 2012-09-05 John Wiegley <johnw@newartisans.com>
2898
2899 * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2900 sieve rules.
2901
2902 2012-09-05 Jan Tatarik <jan.tatarik@gmail.com>
2903
2904 * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2905 function.
2906
2907 * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2908
2909 * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2910
2911 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
2912
2913 * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2914 That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2915 This should make nnmaildir more usable with offlineimap.
2916
2917 2012-09-03 Lars Ingebrigtsen <larsi@gnus.org>
2918
2919 * gnus-notifications.el (gnus-notifications-notify): Use it.
2920
2921 * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2922 warnings on XEmacs.
2923
2924 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2925
2926 Better seeds for (random).
2927 * gnus-sync.el (gnus-sync-lesync-setup):
2928 * message.el (message-canlock-generate, message-unique-id):
2929 Change (random t) to (random), now that the latter is more random.
2930
2931 2012-08-31 Dave Abrahams <dave@boostpro.com>
2932
2933 * auth-source.el (auth-sources): Fix macos keychain access.
2934
2935 * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2936 allow the backend `request-head' function to determine the group
2937 name on its own.
2938 (gnus-request-expire-articles): Filter out negative article numbers
2939 during expiry (Bug#11980).
2940
2941 * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2942 O(N^2) to O(N). This makes warping into huge groups tolerable.
2943
2944 * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2945 you've found the article when you haven't.
2946
2947 2012-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2948
2949 * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2950
2951 2012-08-30 Julien Danjou <julien@danjou.info>
2952
2953 * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2954 `gnus-notifications-timeout'.
2955 (gnus-notifications-timeout): Add.
2956 (gnus-notifications-action): New function.
2957 (gnus-notifications-notify): Add :action using
2958 `gnus-notifications-action'.
2959 (gnus-notifications-id-to-msg): New variable.
2960 (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2961 notifications id to messages.
2962
2963 2012-08-30 Kenichi Handa <handa@gnu.org>
2964
2965 * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2966 once.
2967
2968 2012-08-29 Julien Danjou <julien@danjou.info>
2969
2970 * gnus-notifications.el: New file.
2971 (gnus-notifications-notify): New function.
2972 (gnus-notifications): Use `gnus-notifications-notify'.
2973
2974 2012-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
2975
2976 * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2977 transfer encoding first; bind gnus-newsgroup-charset to the charset
2978 that the article specifies (Bug#12209).
2979
2980 2012-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
2981
2982 * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2983 (gnus-group-customize-done): Encode values posting-style holds.
2984
2985 * gnus-msg.el (gnus-summary-resend-message)
2986 (gnus-configure-posting-styles): Decode values posting-style group
2987 parameter holds.
2988
2989 2012-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
2990
2991 * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2992 `name' and `address' in Resent-From header.
2993
2994 2012-08-14 Chong Yidong <cyd@gnu.org>
2995
2996 * gnus-art.el (article-display-face): Handle failure in
2997 gnus-create-image (Bug#11802).
2998
2999 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3000
3001 * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3002 Use defsetf.
3003
3004 2012-08-10 Daiki Ueno <ueno@unixuser.org>
3005
3006 * auth-source.el (auth-source-plstore-search)
3007 (auth-source-secrets-search): Ignore :require and :type in search spec.
3008
3009 2012-08-06 Julien Danjou <julien@danjou.info>
3010
3011 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3012 Remove autoload, already handled by gnus.el.
3013
3014 2012-08-05 Julien Danjou <julien@danjou.info>
3015
3016 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3017 Add autoload.
3018
3019 2012-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
3020
3021 * gnus.el (gnus-valid-select-methods): Fix custom type.
3022
3023 2012-07-29 Teodor Zlatanov <tzz@lifelogs.com>
3024
3025 * auth-source.el (auth-sources, auth-source-backend-parse)
3026 (auth-source-macos-keychain-search)
3027 (auth-source-macos-keychain-search-items)
3028 (auth-source-macos-keychain-result-append)
3029 (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3030 auth-source.el through the /usr/bin/security utility.
3031 (auth-sources): Fix syntax error.
3032 (auth-source-macos-keychain-result-append): Fix variable name.
3033 (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3034
3035 2012-07-27 Julien Danjou <julien@danjou.info>
3036
3037 * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3038 Emacs < 24.1
3039
3040 2012-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
3041
3042 * message.el (message-kill-address): Don't kill last newline.
3043 (message-skip-to-next-address): Don't move to the next header.
3044 (message-fill-field-address): Work properly.
3045
3046 2012-07-25 Julien Danjou <julien@danjou.info>
3047
3048 * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3049
3050 2012-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
3051
3052 * nnimap.el (nnimap-get-responses): Don't remove, still used.
3053
3054 2012-07-24 Julien Danjou <julien@danjou.info>
3055
3056 * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3057
3058 * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3059 (nntp-async-timer-handler): Remove, unused.
3060
3061 * nnimap.el (nnimap-get-responses): Remove, unused.
3062
3063 * nnheader.el (mail-header-set-extra): Remove, unused.
3064
3065 * mm-view.el (mm-view-sound-file): Remove, unused.
3066
3067 * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3068 (mm-url-encode-multipart-form-data): Remove, unused.
3069
3070 * message.el (message-remove-signature, message-make-host-name)
3071 (message-fill-address): Remove, unused.
3072
3073 * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3074 (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3075 unused.
3076
3077 * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3078
3079 * gnus-util.el (gnus-extract-address-component-name)
3080 (gnus-extract-address-component-email, gnus-sortable-date)
3081 (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3082 (gnus-process-live-p): Remove, unused.
3083
3084 * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3085
3086 * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3087 (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3088 (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3089 function.
3090
3091 * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3092
3093 * gnus-score.el (gnus-summary-score-crossposting)
3094 (gnus-score-regexp-bad-p): Remove, unused.
3095
3096 * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3097
3098 * gnus-range.el (gnus-sublist-p): Remove, unused.
3099
3100 * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3101 unused.
3102
3103 * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3104
3105 * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3106 (gnus-request-associate-buffer): Remove, unused.
3107
3108 * gnus-group.el (gnus-group-set-method-info)
3109 (gnus-group-set-params-info): Remove, unused.
3110
3111 * gnus-fun.el (gnus-shell-command-to-string)
3112 (gnus-shell-command-on-region): Remove, unused.
3113
3114 * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3115
3116 * gnus-art.el (gnus-article-text-type-exists-p)
3117 (article-translate-characters, gnus-article-hide-text-of-type)
3118 (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3119 Remove, unused.
3120
3121 2012-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
3122
3123 * nnir.el ("nnir"): Revert last change, that's premature to merge from
3124 Gnus master.
3125
3126 2012-07-22 Andrew Cohen <cohen@bu.edu>
3127
3128 * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3129
3130 2012-07-21 Julien Danjou <julien@danjou.info>
3131
3132 * message.el (message-dont-reply-to-names): Replace deprecated
3133 `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3134 (message-get-reply-headers): Ditto.
3135
3136 2012-07-18 Julien Danjou <julien@danjou.info>
3137
3138 * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3139 `sieve-upload-and-kill'.
3140
3141 * sieve.el (sieve-bury-buffer): Remove function.
3142 (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3143 (sieve-upload-and-kill): New function, mapped to C-c C-c.
3144
3145 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
3146
3147 * shr.el (shr-expand-url): Handle URL starting with `//'.
3148
3149 2012-07-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
3150 2012-07-13 Chong Yidong <cyd@gnu.org>
3151
3152 * smime.el (smime-certificate-info): Set buffer-read-only directly,
3153 instead of calling toggle-read-only with a (bogus) argument.
3154
3155 2012-07-09 Tassilo Horn <tassilo@member.fsf.org>
3156
3157 * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3158 of initial input when reading the author to restrict the summary to.
3159
3160 2012-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3161
3162 * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
3163 buffer exists, which it doesn't if we haven't started Gnus.
3164
3165 2012-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
3166
3167 * mm-decode.el (mm-shr):
3168 Allow overriding charset by mm-charset-override-alist.
3169
3170 2012-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
3171
3172 * gnus-art.el (gnus-article-view-part):
3173 Toggle subparts of multipart/alternative part.
3174
3175 2012-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
3176
3177 * gnus-sync.el: Simply require json.
3178
3179 * registry.el: Simply require eieio and eieio-base.
3180
3181 2012-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
3182
3183 * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
3184
3185 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
3186
3187 * shr.el (shr-render-buffer): New command.
3188 (shr-visit-file): Use it.
3189
3190 2012-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
3191
3192 * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3193 Set no-byte-compile and no-update-autoloads.
3194
3195 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3196
3197 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3198
3199 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3200
3201 * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3202 being bound to a lambda form.
3203
3204 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
3205
3206 * gnus-picon.el (gnus-picon-properties): New defcustom.
3207 (gnus-picon-create-glyph): Use it.
3208
3209 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3210
3211 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3212 locales.
3213
3214 * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3215 on a handle.
3216
3217 * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3218 address as the default.
3219
3220 * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
3221 It makes no sense to query the user about internal files.
3222
3223 * gnus-spec.el: Remove all the byte-compilation stuff, since
3224 benchmarking shows that it doesn't help when entering large summary
3225 buffers.
3226
3227 * gnus-util.el (gnus-byte-code): Remove.
3228
3229 * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3230 grouplens stuff.
3231
3232 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3233
3234 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3235 (bug#11514).
3236
3237 2012-06-26 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
3238
3239 * message.el (message-buffers): Return all buffers derived from Message
3240 to make `gnus-dired-attach' work with mu4e.
3241
3242 2012-06-26 Daiki Ueno <ueno@unixuser.org>
3243
3244 * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3245 (mm-dissect-singlepart): Don't guess the MIME type of
3246 application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3247 set.
3248 (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3249 toplevel MIME type is multipart/encrypted.
3250
3251 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
3252
3253 * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
3254 In particular, add an optional argument and a docstring.
3255
3256 * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3257
3258 * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3259 current before calling `gnus-groups-to-gnus-format'.
3260 Note that this was already the case for `gnus-active-to-gnus-format'.
3261
3262 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3263
3264 * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3265
3266 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3267
3268 * mm-decode.el (mm-dissect-buffer): Doc fix.
3269
3270 * gnus-sum.el (gnus-handle-ephemeral-exit):
3271 Avoid creating the group buffer if it doesn't exist.
3272
3273 * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
3274 is given, mark the group as ephemeral with the current window conf.
3275
3276 * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3277 buffer exists, which it doesn't if we haven't started Gnus.
3278 (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3279
3280 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3281
3282 * mml.el (mml-generate-mime):
3283 Allow specifying what the top-level part type is.
3284
3285 * gnus-sum.el (gnus-auto-center-summary):
3286 `scroll-margin' isn't defined on XEmacs.
3287
3288 2012-06-26 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
3289
3290 * gnus-sum.el (gnus-auto-center-summary):
3291 Set default to respect `scroll-margin'.
3292
3293 2012-06-26 Elias Oltmanns <eo@nebensachen.de> (tiny change)
3294
3295 * gnus-cite.el (gnus-dissect-cited-text): A single line without
3296 citation prefix within a block of cited text should be considered
3297 part of that block *only* if it is a blank line.
3298
3299 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3300
3301 * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3302 before kinsoku-bol characters nor within kinsoku-eol characters.
3303
3304 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3305
3306 * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3307 (gnus-topic-create-topic, gnus-topic-enter-dribble):
3308 Silence compiler.
3309 (gnus-sync-read): Use mapc instead of mapcar.
3310
3311 * mm-archive.el: Require mm-decode for some macros.
3312 (gnus-recursive-directory-files, mailcap-extension-to-mime):
3313 Silence the byte compiler.
3314 (mm-archive-decoders): New function that returns the value of
3315 the mm-archive-decoders variable.
3316
3317 * mm-decode.el:
3318 Don't require mm-archive; autoload mm-archive functions instead.
3319 (mm-dissect-singlepart): Use the function mm-archive-decoders.
3320
3321 * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3322
3323 2012-06-26 Peter Münster <pmrb@free.fr>
3324
3325 * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3326 (gnus-demon-cancel): Ditto.
3327 (gnus-demon-run-callback): When function cannot be called due to low
3328 idleness, call it when idleness reaches the expected value, instead
3329 of waiting another timer period.
3330 (gnus-demon-init): Add `time' to arguments of call-back.
3331
3332 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3333
3334 * gnus.el: Register gnus-registry functions.
3335
3336 * gnus-registry.el (gnus-try-warping-via-registry):
3337 Move here and indent.
3338
3339 * gnus-int.el (gnus-warp-to-article):
3340 Check whether the registry is enabled before warping.
3341
3342 2012-06-26 Dave Abrahams <dave@boostpro.com>
3343
3344 * gnus-sum.el (gnus-summary-insert-subject): Record information
3345 in the registry about each article retrieved.
3346
3347 * gnus-int.el (gnus-select-group-with-message-id): New function.
3348 (gnus-try-warping-via-registry): Ditto.
3349 (gnus-warp-to-article): Fall back on the registry.
3350
3351 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3352
3353 * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3354
3355 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3356
3357 * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3358 gnus-gcc-self-resent-messages may be a group parameter.
3359 (gnus-summary-resend-message):
3360 Don't encode encoded words in header when Gcc'ing resent message.
3361
3362 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3363
3364 * shr.el (shr-insert): Treat non-breaking space just like normal
3365 space. This seems to produce more pleasing results.
3366 (shr-insert):
3367 Only insert a blank line if we're starting from an image.
3368 (shr-tag-br):
3369 Allow <br> to end lines or to make a single blank line.
3370 (shr-ensure-paragraph): Consider lines with white space to be blank.
3371
3372 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
3373
3374 * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3375 and gnus-gcc-post-body-encode-hook.
3376
3377 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3378
3379 * mm-decode.el (mm-dissect-singlepart):
3380 Guess what the type of application/octet-stream parts really is.
3381
3382 * gnus-sum.el (gnus-propagate-marks): Remove.
3383
3384 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3385
3386 * nntp.el (nntp-coding-system-for-read): Remove.
3387 (nntp-coding-system-for-write): Ditto.
3388 (nntp-open-connection): Just use `binary' directly.
3389
3390 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3391
3392 * registry.el (registry-usage-test, registry-persistence-test):
3393 Move to tests/gnustest-registry.el.
3394 (registry-make-testable-db, registry-match-test)
3395 (registry-instantiation-test): Move to tests/gnustest-registry.el.
3396
3397 * gnus-registry.el (gnus-registry-misc-test)
3398 (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3399
3400 * tests/gnustest-registry.el:
3401 New file with the registry and gnus-registry ERT tests.
3402
3403 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3404
3405 * gnus-msg.el (gnus-summary-resend-message):
3406 Make gnus-summary-resend-message-insert-gcc be last item in
3407 message-header-setup-hook.
3408
3409 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3410
3411 * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3412 (nnfolder-marks, nnfolder-marks-file-suffix)
3413 (nnfolder-marks-modtime): Remove.
3414 (nnfolder-open-server): Don't use marks.
3415 (nnfolder-request-delete-group): Ditto.
3416 (nnfolder-request-rename-group): Ditto.
3417 (nnfolder-request-set-mark, nnfolder-request-marks)
3418 (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3419 (nnfolder-save-marks, nnfolder-open-marks): Remove.
3420
3421 * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3422 (nnml-marks-modtime): Remove.
3423 (nnml-request-delete-group): Don't use marks.
3424 (nnml-request-rename-group): Ditto.
3425 (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3426 (nnml-save-marks, nnml-open-marks): Remove.
3427
3428 * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3429 (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3430 (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3431 (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3432 (nntp-server-to-method-cache): Remove.
3433
3434 * shr.el (shr-rescale-image): Fix wrong merge.
3435
3436 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3437
3438 * shr.el (shr-remove-trailing-whitespace):
3439 Really delete the padding on too-wide lines.
3440
3441 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3442
3443 * mm-archive.el (mm-archive-dissect-and-inline): New function.
3444 (mm-archive-dissect-and-inline): Fix up the undisplayer.
3445
3446 * mm-decode.el (mm-display-external): Output the text from
3447 the command in the buffer after the command finished.
3448 This makes text-based commands behave better.
3449
3450 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3451
3452 * message.el (smtpmail-smtp-user): Silence compiler warning.
3453
3454 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3455
3456 * message.el (message-multi-smtp-send-mail): Also allow specifying
3457 the SMTP user name.
3458
3459 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3460
3461 * gnus-sum.el (gnus-summary-article-map): Fix typo.
3462
3463 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3464
3465 * message.el (message-multi-smtp-send-mail): New function.
3466 (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3467 header to implement multi-SMTP functionality.
3468
3469 * gnus-agent.el (gnus-agent-send-mail-function): Remove.
3470 (gnus-agentize): Don't set it.
3471 (gnus-agent-send-mail): Don't use it.
3472
3473 * gnus-sum.el (gnus-summary-widget-backward):
3474 New function and keystroke.
3475
3476 * shr.el (shr-put-image): Remove underlines from sliced images.
3477 (shr-zoom-image): Compute the region to be replaced more correctly.
3478
3479 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3480
3481 * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3482 (gnus-summary-resend-message-insert-gcc): New function.
3483 (gnus-summary-resend-message): Modify message-header-setup-hook and
3484 message-sent-hook to make it work for Gcc.
3485 (gnus-inews-do-gcc): Update the number of unread articles of groups
3486 that messages are Gcc'd to.
3487
3488 * message.el (message-resend): Run message-sent-hook to do Gcc.
3489
3490 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3491
3492 * gnus-registry.el (gnus-registry-fixup-registry):
3493 Move the message to a higher level to silence compilation.
3494
3495 * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3496 parameter to allow controlling the scaling.
3497
3498 * shr.el (shr-zoom-image): New command and keystroke.
3499 (shr-put-image): Take a `size' flag to say how to scale the image.
3500
3501 * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3502 Use recursive deletion.
3503 (mm-dissect-archive): Add support for zip files.
3504
3505 * gnus-util.el (gnus-recursive-directory-files): New function.
3506
3507 * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3508 (mm-archive-decoders): Add tgz support.
3509
3510 * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3511 Otherwise inserting text into the Gnus buffer can look odd.
3512
3513 * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3514
3515 * mm-archive.el (mm-archive-decoders): Add support for tar.
3516
3517 * gnus.el (gnus-logo-color-alist): Change the colors for Ma Gnus.
3518
3519 * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3520
3521 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3522
3523 * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3524
3525 * mm-archive.el: New file.
3526
3527 * mm-decode.el (mm-dissect-singlepart):
3528 Use it to decode ms-tnef files.
3529
3530 * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3531
3532 * message.el (message-goto-*): Make all the `message-goto-*' commands
3533 push the mark before moving point. This makes it easier to go back
3534 to where you came from after editing whatever you jumped to.
3535
3536 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3537
3538 * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3539 (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3540 (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3541
3542 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3543
3544 * spam.el: Move BBDB autoloads.
3545 (spam-exists-in-BBDB-p):
3546 New function to do the BBDB search directly in BBDB 2 and 3.
3547 (spam-check-BBDB): Use it.
3548 (spam-enter-ham-BBDB): Use it.
3549
3550 2012-06-26 Peter Münster <pmrb@free.fr> (tiny change)
3551
3552 * gnus-group.el (gnus-group-get-new-news):
3553 New parameter `one-level' for scanning exactly one level.
3554
3555 * gnus-start.el (gnus-get-unread-articles): Ditto.
3556
3557 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3558
3559 * gnus-sync.el: More commentary about setup.
3560
3561 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3562
3563 * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3564
3565 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3566
3567 * gnus-sync.el: Improve docs about CouchDB admins.
3568
3569 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3570
3571 * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3572 not needed. Provide xmlplistread list function to produce XML plist
3573 output for non-Gnus LeSync clients.
3574
3575 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3576
3577 * gnus-sync.el: Add LeSync synchronization backend and logic to read
3578 and save against it. Group subscriptions, read marks, other marks,
3579 subscription levels, topic names, and topic offsets (the group's
3580 position within the topic) are saved. This is an experimental
3581 backend and may change significantly. Load json.el from
3582 the gnus-fallback-lib if it's not available otherwise.
3583 (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3584
3585 2012-06-26 David Engster <dengste@eml.cc>
3586
3587 * tests/gnustest-nntp.el: New file for simple NNTP testing.
3588
3589 2012-06-18 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
3590
3591 * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3592
3593 2012-06-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
3594
3595 * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3596 is an integer to avoid later problems.
3597
3598 2012-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3599
3600 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3601 locales.
3602
3603 2012-04-14 Wolfgang Jenkner <wjenkner@inode.at>
3604
3605 * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3606 articles when fetch-old is non-nil (bug#11370).
3607
3608 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3609
3610 * gnus-group.el (gnus-group-get-new-news):
3611 Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
3612
3613 2012-06-10 Dave Abrahams <dave@boostpro.com>
3614
3615 * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3616 groups (bug#11641).
3617
3618 2012-06-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3619
3620 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3621 (bug#11514).
3622
3623 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3624
3625 * nntp.el: Stop the `letf' madness.
3626 (nntp--report-1): New var.
3627 (nntp-report): Merge nntp-report-1 into it.
3628 (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3629 the nntp-report function.
3630
3631 * auth-source.el: Fix comment-style to follow the convention.
3632
3633 2012-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
3634
3635 * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3636 a string so that Gcc works (bug#11514).
3637
3638 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3639
3640 * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3641 * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3642
3643 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3644
3645 * gnus-win.el (gnus-configure-frame): Don't signal an error when
3646 jumping to *Server* from a dedicated *Group* window.
3647 (gnus-configure-frame): CSE.
3648
3649 * gnus-registry.el: Minor style cleanup.
3650 (gnus-registry--set/remove-mark): New function, extracted from
3651 gnus-registry-install-shortcuts.
3652 (gnus-registry-install-shortcuts): Use it.
3653
3654 2012-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
3655
3656 * nnspool.el (news-path): Use eval-and-compile.
3657
3658 2012-05-24 Glenn Morris <rgm@gnu.org>
3659
3660 * nnspool.el (news-directory, news-path, news-inews-program):
3661 Move here from paths.el. Don't see a need for these to be autoloaded.
3662
3663 * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3664 Merge in doc from paths.el version. Don't see any need for this to be
3665 autoloaded, or for the warning about users not setting it.
3666
3667 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3668
3669 Fix minor Y10k bug.
3670 * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3671
3672 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3673
3674 * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3675 message once it's actually open.
3676
3677 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3678
3679 * auth-source.el (auth-source--aput-1, auth-source--aput)
3680 (auth-source--aget): New functions and macros.
3681 Use them instead of aput/aget.
3682
3683 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
3684
3685 * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3686
3687 2012-04-26 Daiki Ueno <ueno@unixuser.org>
3688
3689 * plstore.el (plstore-called-interactively-p): New compat macro copied
3690 from message.el.
3691 (plstore-mode): Use it.
3692
3693 2012-04-26 Daiki Ueno <ueno@unixuser.org>
3694
3695 * plstore.el: Revive the editing feature.
3696 (plstore-mode): New mode to edit plstore file.
3697 (plstore-mode-toggle-display, plstore-mode-original)
3698 (plstore-mode-decoded): New command.
3699 (plstore--encode, plstore--decode, plstore--write-contents-functions)
3700 (plstore--insert-buffer, plstore--make): New function.
3701 (plstore-open, plstore-save): Simplify by using them.
3702
3703 2012-04-16 Glenn Morris <rgm@gnu.org>
3704
3705 * nndraft.el (nndraft-request-list): Fix declaration.
3706
3707 2012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3708
3709 * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3710 don't have a current group.
3711
3712 * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3713 have a group name.
3714
3715 * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3716 a multibyte buffer (bug#7410).
3717 (article-wash-html): Parse the original article buffer to get the
3718 unencoded data (bug#7410).
3719
3720 * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3721 .newsrc.el files.
3722
3723 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3724
3725 * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3726 would have gotten if we posted to the group, and use that to compare
3727 against the message we want to cancel (bug#10808).
3728
3729 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3730
3731 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3732 "#" to avoid having them interpreted as comments.
3733
3734 2012-03-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3735
3736 * shr.el (shr-insert): Update the text state properly to avoid
3737 inserting spurious paragraph starts.
3738
3739 2012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3740
3741 * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
3742 requested (bug#10961).
3743
3744 * shr.el (shr-table-widths): Divide the extra width more fairly over
3745 the TDs (bug#10973).
3746 (shr-render-td): Don't delete too much padding.
3747 (shr-natural-width): Compute the natural width more correctly.
3748 (shr-insert): Allow the natural width to be computed for tables again.
3749 (shr-tag-table-1): Rework how the natural widths are computed by
3750 rendering the table a third time.
3751 (shr-natural-width): Remove.
3752 (shr-buffer-width): New function.
3753 (shr-expand-newlines): Use it.
3754
3755 * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
3756 using a `gnus-use-full-window' setup (bug#11013).
3757
3758 2012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3759
3760 * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3761 24.1 release.
3762
3763 2012-03-10 David Edmondson <dme@dme.org>
3764
3765 * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3766 'Forwarded Message' header and the start of the message.
3767
3768 2012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3769
3770 * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3771 isn't running (bug#10897).
3772
3773 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3774
3775 * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3776
3777 2012-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3778
3779 * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3780
3781 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
3782
3783 * mm-decode.el (mm-shr): Remove "soft hyphens".
3784
3785 * nnimap.el (nnimap-request-list): Return the group names encoded as
3786 utf8. Otherwise non-European group names don't work.
3787 (nnimap-request-newgroups): Ditto.
3788
3789 * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3790 the default in `read-string' (bug#10757).
3791
3792 * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3793 topics (bug#10843).
3794
3795 * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3796 buffer. Suggested by Herbert Valerio Riedel.
3797 (nnimap-request-move-article): Delete the message from the correct IMAP
3798 server.
3799
3800 2012-02-19 Gábor Vida <vidagabor@gmail.com> (tiny change)
3801
3802 * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3803 Reported by Peter Münster.
3804
3805 2012-02-18 Lars Ingebrigtsen <larsi@gnus.org>
3806
3807 * shr.el (shr-image-fetched): Make sure we really kill the right
3808 buffer.
3809
3810 2012-02-16 Leo Liu <sdl.web@gmail.com>
3811
3812 * gnus-start.el (gnus-1): Avoid duplicate entries.
3813
3814 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
3815
3816 * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3817 too-wide lines.
3818
3819 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
3820
3821 * shr.el (shr-rescale-image): Undo previous change; see
3822 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3823
3824 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3825
3826 * nnimap.el (nnimap-record-commands): New variable.
3827 (nnimap-log-command): Use it.
3828 (nnimap-make-process-buffer): Add a space to the process buffer.
3829 (nnimap-transform-headers): Don't bug out on header lines containing
3830 stuff that look like IMAP length encodings.
3831
3832 * shr.el (shr-rescale-image): Allow viewing large images.
3833
3834 2012-02-12 Lars Ingebrigtsen <larsi@gnus.org>
3835
3836 * nnml.el (nnml-request-compact-group): Delete the marks file after
3837 compaction (bug#10800).
3838
3839 * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3840 group exit.
3841
3842 * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3843 QRESYNC/FETCH output.
3844
3845 2012-02-11 Glenn Morris <rgm@gnu.org>
3846
3847 * sieve-manage.el (sieve-manage-default-stream):
3848 * shr.el (shr):
3849 * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3850 (nnir-retrieve-headers-override-function)
3851 (nnir-imap-default-search-key, nnir-notmuch-program)
3852 (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3853 (nnir-method-default-engines):
3854 * message.el (message-cite-reply-position):
3855 * gssapi.el (gssapi-program):
3856 * gravatar.el (gravatar):
3857 * gnus-sum.el (gnus-refer-thread-use-nnir):
3858 * gnus-registry.el (gnus-registry-unfollowed-addresses)
3859 (gnus-registry-max-pruned-entries):
3860 * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3861 * gnus-int.el (gnus-after-set-mark-hook)
3862 (gnus-before-update-mark-hook):
3863 * gnus-async.el (gnus-async-post-fetch-function):
3864 * auth-source.el (auth-source-cache-expiry):
3865 Add missing :version tags to new defcustoms and defgroups.
3866
3867 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3868
3869 * message.el (message-default-send-mail-function): Made into own
3870 function for reuse by emacsbug.el.
3871
3872 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
3873
3874 * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3875 `gnus-sloppily-equal-method-parameters' to avoid a warning.
3876
3877 2012-02-09 Lars Ingebrigtsen <larsi@gnus.org>
3878
3879 * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3880 running.
3881
3882 * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3883
3884 * gnus.el (gnus-server-extend-method): Don't add an -address component
3885 if the method already has one (bug#9676).
3886
3887 2012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3888
3889 * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3890 of an initial-input for consistency (bug#10757).
3891
3892 * shr.el: Inhibit getting and sending cookies when fetching pictures.
3893
3894 * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3895
3896 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
3897
3898 * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3899 lines that are narrower than the window width. Otherwise background
3900 "blocks" will look less readable.
3901
3902 2012-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
3903
3904 * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3905
3906 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
3907
3908 * nnimap.el (nnimap-transform-headers): Remove unused variable.
3909 (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3910 have newlines within the strings, and where the UID comes after the
3911 BODYSTRUCTURE element (bug#10537).
3912
3913 * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3914 (bug#10732).
3915
3916 * shr.el (shr-insert-document): Add doc string.
3917 (shr-visit-file): Ditto.
3918 (shr-remove-trailing-whitespace): New function.
3919 (shr-insert-document): Use it to clean up trailing whitespace as the
3920 final step (bug#10714).
3921
3922 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3923
3924 * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3925 buffer if `gnus-kill-summary-on-exit' is nil.
3926
3927 2012-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
3928
3929 * gnus-sum.el (gnus-summary-show-thread):
3930 next-single-char-property-change may return nil in XEmacs.
3931
3932 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3933
3934 * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3935 when just reading a single group from "without" Gnus.
3936
3937 2012-02-06 Chong Yidong <cyd@gnu.org>
3938
3939 * gnus-sum.el (gnus-summary-show-thread):
3940 next-single-char-property-change never returns nil (Bug#8657).
3941
3942 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org>
3943
3944 * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3945 without reconnecting.
3946 (nnimap-possibly-change-group): Ditto.
3947 (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3948 connection has died before being called.
3949
3950 2012-02-02 Lars Ingebrigtsen <larsi@gnus.org>
3951
3952 * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3953 an initial sync unless we're really doing one.
3954
3955 * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3956 address parameter if one already exists (bug#9676).
3957
3958 * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3959 not the prefix, as documented (bug#10689).
3960
3961 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3962
3963 * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3964 the "server".
3965
3966 * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3967 the real error message with the useless "previously known to be down".
3968 Which isn't even correct.
3969
3970 * nntp.el (nntp-open-connection): Report the error message if the nntp
3971 server can't be reached.
3972
3973 * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3974 groups we do a total scan for.
3975 (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3976 doing that.
3977
3978 2012-01-31 Jim Meyering <jim@meyering.net>
3979
3980 * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3981 Correct a comment (insert "not") and hide nominally-doubled "to".
3982
3983 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
3984
3985 * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3986 section in the manual.
3987
3988 2012-01-30 Lars Ingebrigtsen <larsi@gnus.org>
3989
3990 * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3991 words.
3992 (rfc2047-encode-string): Ditto.
3993 (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not
3994 understand folded filename="..." parameters, for instance.
3995
3996 * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3997 the message for greater debuggability.
3998
3999 2012-01-28 Lars Ingebrigtsen <larsi@gnus.org>
4000
4001 * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4002 instead of setting it locally, since the latter doesn't seem to have
4003 any effect (most of the time).
4004
4005 2012-01-27 Elias Pipping <pipping@lavabit.com> (tiny change)
4006
4007 * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4008 function call.
4009
4010 2012-01-27 Gábor Vida <vidagabor@gmail.com> (tiny change)
4011
4012 * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4013 seconds, and make the repeat clause with HH:MM specs work as
4014 documented.
4015
4016 2012-01-27 Lars Ingebrigtsen <larsi@gnus.org>
4017
4018 * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4019 so that previous errors don't prohibit getting new news.
4020
4021 * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4022
4023 * nntp.el (nntp-retrieve-group-data-early): Ditto.
4024
4025 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
4026
4027 * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4028 bound globally in old Emacsen and XEmacsen.
4029
4030 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change)
4031
4032 * gnus.el (gnus-group-find-parameter): Check for liveness of the
4033 buffer, not of the string which is its name.
4034
4035 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
4036
4037 * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4038 non-server-marks groups.
4039 (gnus-group-make-articles-read): Ditto.
4040
4041 * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4042 methods (bug#9676).
4043
4044 * gnus.el (gnus-method-ephemeral-p): New function.
4045
4046 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
4047
4048 * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4049 left-to-right.
4050
4051 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
4052
4053 * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4054 warning.
4055
4056 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
4057
4058 * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4059 macroexpand the nnir things, since they haven't been defined yet, and
4060 nnir requires gnus-sum.
4061
4062 2012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4063
4064 * mm-decode.el (mm-interactively-view-part): Fix prompt.
4065
4066 2012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
4067
4068 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4069 logical server name in addition to the actual machine address.
4070
4071 * auth-source.el (auth-source-user-and-password): Add convenience
4072 wrapper to search by just host and optionally user.
4073
4074 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4075
4076 * shr.el (shr-visit-file): Move point to the beginning of the buffer
4077 after rendering.
4078
4079 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4080
4081 * gnus-sum.el (gnus-summary-read-group): Document more parameters
4082 (bug#9693).
4083 (gnus-summary-setup-buffer): Document return value (bug#9697).
4084
4085 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4086 since ido doesn't work on symbols (bug#9632).
4087
4088 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4089 when getting a single value as when getting all the values. This means
4090 that atoms like `gcc-self' work cumulatively, like variable settings,
4091 instead of getting the value from the last matching clause.
4092 (gnus-group-find-parameter): Protect against the group buffer not
4093 existing (bug#9585).
4094
4095 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4096
4097 * gnus-start.el (gnus-activate-group): Document more parameters
4098 (bug#9694).
4099
4100 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4101 (bug#9692).
4102
4103 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4104 article was fetched, so that it can be expired later (bug#9958).
4105 (gnus-agent-summary-fetch-series): Add doc string.
4106 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4107 (bug#9517).
4108
4109 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4110 retrieval is happening.
4111
4112 * gnus.el (gnus-parameters): Doc fix.
4113
4114 2012-01-06 Dave Abrahams <dave@boostpro.com>
4115
4116 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4117 show the thread after expansion.
4118
4119 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4120
4121 * gnus-art.el (article-narrow-to-head): If the head is completely
4122 empty, narrow to the empty region (bug#9764).
4123
4124 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4125 read, and then mark them as unread only when the unread mark is used.
4126 This makes `C-- T k' actually work, even though it's confusing.
4127
4128 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4129 alive before we try to find its window.
4130
4131 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
4132
4133 * mm-decode.el (mm-display-external): Use a longer timeout for the
4134 deletion to allow slow programs to display the file.
4135
4136 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4137
4138 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4139 prompt to be less confusing.
4140
4141 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4142 argument to `message-reply'. This broke `special-display-*' frame
4143 pop-uping (bug#10238).
4144
4145 2012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4146
4147 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4148 systems, since these allegedly don't work there.
4149
4150 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
4151
4152 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4153 live buffer.
4154
4155 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4156
4157 * nnir.el (nnir-retrieve-headers): Protect against the article not
4158 existing on the server (bug#10335).
4159
4160 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4161
4162 * gnus-agent.el (gnus-agent-load-local):
4163 Recompute gnus-agent-article-local on changing method.
4164
4165 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4166
4167 * gnus.el (gnus-parameters): Note precedence.
4168
4169 2012-01-04 Leo Liu <sdl.web@gmail.com>
4170
4171 * nndraft.el (nndraft-update-unread-articles): Don't move point around
4172 in the group buffer.
4173
4174 2012-01-04 Julien Danjou <julien@danjou.info>
4175
4176 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4177 change.
4178
4179 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4180
4181 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4182 too.
4183
4184 * nntp.el (nntp-retrieve-group-data-early): Use it.
4185
4186 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4187
4188 * nntp.el (nntp-retrieval-in-progress): New variable.
4189 (nntp-make-process-buffer): Make it buffer-local.
4190
4191 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4192 2010.
4193 (gnus-demon-init): Use it to compute the time if time is on the form
4194 "04:23".
4195
4196 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4197
4198 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4199 status in the correct buffer.
4200
4201 2012-01-03 Leo Liu <sdl.web@gmail.com>
4202
4203 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4204 when opening topics (bug#10407).
4205
4206 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
4207
4208 * mm-view.el (mm-display-inline-fontify): Add comment.
4209
4210 2011-12-15 Juri Linkov <juri@jurta.org>
4211
4212 * mm-decode.el (mm-inline-media-tests): Add missing
4213 `mm-handle-media-subtype'.
4214
4215 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
4216
4217 * message.el (message-valid-fqdn-regexp): Update with newly approved
4218 top-level domain names ".tel" and ".asia".
4219
4220 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
4221
4222 * gnus-sum.el (gnus-summary-show-article): Don't load shr
4223 unconditionally.
4224
4225 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
4226
4227 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4228 pop-to-buffer-same-window for old Emacsen.
4229
4230 2011-12-04 Chong Yidong <cyd@gnu.org>
4231
4232 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4233 change (Bug#10200).
4234
4235 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
4236
4237 * compface.el (uncompface):
4238 * gnus-art.el (gnus-article-x-face-command): Update the header format
4239 of icon data for the most recent icontopbm program.
4240
4241 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
4242
4243 * gnus-msg.el (gnus-inews-do-gcc):
4244 * message.el (message-send-mail):
4245 * mml.el (mml-generate-mime): Share the value of the buffer-local
4246 `message-options' variable between a draft buffer and temprary working
4247 buffers.
4248
4249 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4250
4251 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4252
4253 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
4254
4255 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4256 for Cygwin.
4257
4258 2011-11-24 Glenn Morris <rgm@gnu.org>
4259
4260 * starttls.el: Fix case of "GnuTLS".
4261
4262 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
4263
4264 * gnus-group.el (gnus-group-highlight): Fix typo.
4265
4266 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
4267
4268 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4269 value of `delete-file', that returns nil for a local file but returns t
4270 for a remote file using ssh.
4271
4272 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4273
4274 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4275 avoid later breakage.
4276
4277 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
4278
4279 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4280 article buffers' name.
4281
4282 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4283
4284 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4285 by Paul Eggert's spellfixes two days ago.
4286
4287 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4288
4289 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4290 buffer-local instead of binding them to avoid warnings. Also demote
4291 errors (bug#10063).
4292 (font-lock-mode-hook): Shut up byte compiler.
4293
4294 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
4295
4296 * mm-util.el (mm-charset-after): Fix typo.
4297
4298 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
4299
4300 * gnus-sum.el (gnus-summary-make-menu-bar):
4301 * gnus-uu.el (gnus-uu-decode-postscript)
4302 (gnus-uu-decode-postscript-and-save):
4303 * mailcap.el (mailcap-print-command):
4304 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4305 Fix typos.
4306
4307 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
4308
4309 * gnus-art.el (gnus-article-part-wrapper):
4310 * shr-color.el (shr-color-visible-distance-min)
4311 (shr-color-relative-to-absolute, set-minimum-interval)
4312 (shr-color-visible): Fix typos.
4313
4314 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4315
4316 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4317 slightly clearer.
4318
4319 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4320
4321 * message.el (message-send-and-exit): Document `arg'.
4322
4323 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4324
4325 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4326
4327 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
4328
4329 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4330 we don't use `bound-and-true-p'.
4331
4332 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
4333
4334 * gnus-util.el (gnus-bound-and-true-p): Remove.
4335 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4336 * nnir.el: Use it.
4337 * nnmairix.el: Use it.
4338
4339 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
4340
4341 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4342 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4343 for reasons unknown.
4344 * nnir.el: Use it.
4345 * nnmairix.el: Use it.
4346
4347 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4348 * nnir.el: Ditto.
4349 * nnmairix.el: Ditto.
4350
4351 * gnus-registry.el (gnus-registry-enabled): Default to nil.
4352
4353 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4354
4355 * message.el (message-completion-function): Make sure
4356 message-tab-body-function is not attempted if one of
4357 message-completion-alist fails to find a completion (bug#9158).
4358
4359 2011-10-26 Daiki Ueno <ueno@unixuser.org>
4360
4361 * mml.el (mml-quote-region): Quote <#secure> tag.
4362 (mml-generate-mime-1): Unquote <#secure> tag.
4363
4364 2011-10-20 Chong Yidong <cyd@gnu.org>
4365
4366 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4367 calling a minor mode from Lisp with nil arg enables it, so we have to
4368 make the wording a bit ambiguous here).
4369
4370 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
4371
4372 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4373 * nnir.el (nnir-mode): Use it.
4374 * nnmairix.el (nnmairix-determine-original-group-from-registry):
4375 Use it.
4376
4377 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4378 * nnmairix.el (gnus-registry-enabled): Ditto.
4379
4380 2011-10-17 Dave Abrahams <dave@boostpro.com>
4381
4382 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
4383 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4384 only while we need to find out if it should be t or nil.
4385 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4386 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4387 the registry is installed. Set it to nil when it's unloaded.
4388 (gnus-registry-install-p): Provide user guidance for the initial value
4389 of `gnus-registry-install' when it's 'ask, otherwise return its value.
4390 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4391 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4392 * nnmairix.el (nnmairix-determine-original-group-from-registry):
4393 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4394 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4395 `gnus-registry-install'.
4396
4397 2011-10-17 Daiki Ueno <ueno@unixuser.org>
4398
4399 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4400 previous change.
4401 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4402 primary key is marked as disabled.
4403
4404 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
4405
4406 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4407 primary key is marked as disabled.
4408
4409 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
4410
4411 * html2text.el (html2text-clean-anchor): Check for quotes around
4412 `href' value.
4413
4414 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
4415
4416 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4417 searching. Drop `bbdb-cache'.
4418
4419 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
4420
4421 * message.el (message-signed-or-encrypted-p): Exclude header when
4422 checking if there is signed or encrypted body in text/plain message.
4423
4424 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
4425
4426 * html2text.el (html2text-get-attr): Correctly handle attribute values
4427 containing "=".
4428
4429 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
4430
4431 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4432 handle bindings.
4433
4434 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4435
4436 * gnus-win.el (gnus-configure-windows): Protect against reading
4437 ephemeral groups outside of Gnus.
4438
4439 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
4440
4441 * shr.el (shr-tag-img): Don't get images displayed in tables.
4442
4443 2011-10-03 Glenn Morris <rgm@gnu.org>
4444
4445 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4446 the "maintainer" version of debbugs.gnu.org reports.
4447
4448 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4449
4450 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4451 make asynchronous adjacent image insertion work better.
4452
4453 2011-09-27 Daiki Ueno <ueno@unixuser.org>
4454
4455 * plstore.el (plstore-select-keys, plstore-encrypt-to):
4456 Clarify documentation.
4457
4458 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4459
4460 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4461 `gnus-asynchronous' isn't shadowed.
4462
4463 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4464
4465 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4466 (nnimap-insert-partial-structure): The charset parameter isn't
4467 case-sensitive.
4468
4469 * nnheader.el (nnheader-message-maybe): New function.
4470
4471 * shr.el (shr-tag-table): Render totally broken tables better.
4472
4473 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4474 computing the boundary.
4475
4476 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4477
4478 * pop3.el (pop3-number-of-responses): Remove.
4479 (pop3-wait-for-messages): Rewrite to take linear time instead of
4480 exponential time.
4481
4482 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4483
4484 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4485 re-fetch images.
4486
4487 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4488 re-fetch images when hitting `g' in Gnus.
4489
4490 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
4491
4492 * mml.el (mml-inhibit-compute-boundary): New internal variable.
4493 (mml-compute-boundary): Don't check collision if it is non-nil.
4494 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4495 before checking collision.
4496
4497 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4498
4499 * message.el (message-indent-citation): Really make sure there's a
4500 newline at the end.
4501
4502 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4503 Fix suggested by John Wiegley.
4504
4505 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4506
4507 * gnus-art.el (gnus-treat-hide-citation): Add doc.
4508
4509 * message.el (message-default-send-rename-function): Break out into its
4510 own function.
4511
4512 * ecomplete.el (ecomplete-display-matches): Revert patch since it
4513 doesn't work under XEmacs.
4514
4515 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4516 of "imaps" to word around Windows problems.
4517 (nnimap-open-connection-1): Use it.
4518
4519 * message.el (message-indent-citation): Revert last change which made
4520 `F' not work.
4521
4522 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
4523
4524 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4525 terminal as well.
4526
4527 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
4528
4529 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4530 because it displays images using overlays that aren't easy to copy to
4531 the article buffer.
4532
4533 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
4534
4535 * message.el (message-indent-citation): Fix empty line removal at the
4536 end of the citation.
4537
4538 2011-09-20 Julien Danjou <julien@danjou.info>
4539
4540 * auth-source.el (auth-source-netrc-create): Use default value for
4541 password if specified. Evaluate default.
4542 (auth-source-plstore-create): Ditto.
4543 (auth-source-plstore-create, auth-source-netrc-create): Fix default
4544 value evaluation.
4545 (auth-source-netrc-create): Typo fix.
4546 (auth-source-plstore-create): Ditto.
4547
4548 * auth-source.el (auth-source-format-cache-entry): New function.
4549
4550 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4551
4552 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4553
4554 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4555
4556 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4557
4558 2011-09-19 Julien Danjou <julien@danjou.info>
4559
4560 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4561 which work with things that are not ASCII.
4562
4563 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4564
4565 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4566
4567 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4568
4569 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4570 message level.
4571
4572 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
4573
4574 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4575
4576 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4577
4578 * gnus.el (gnus-interactive-exit): Update defcustom spec.
4579
4580 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4581
4582 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4583 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4584
4585 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
4586
4587 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4588 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4589 articles.
4590
4591 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
4592
4593 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4594 (message-mail-other-window, message-mail-other-frame)
4595 (message-news-other-window, message-news-other-frame):
4596 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4597 instead of setting buffer display variables.
4598
4599 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4600
4601 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4602
4603 * gnus-sum.el (gnus-fetch-headers): Bump message level.
4604
4605 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4606
4607 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4608 duplicates" to a higher level.
4609
4610 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4611 most egregious messages.
4612
4613 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4614
4615 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4616
4617 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
4618
4619 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4620 up the file (bug#9351).
4621
4622 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4623
4624 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
4625 it does with all other backends, but decode the names immediately after
4626 getting them.
4627
4628 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4629 decoding nnimap groups.
4630
4631 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4632 newsrc file. It doesn't seem like an important optimization any more.
4633
4634 2011-09-10 Dave Abrahams <dave@boostpro.com>
4635
4636 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4637 overflows.
4638
4639 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4640
4641 * gnus.el (gnus-article-mark-lists): Remove `recent'.
4642 (gnus-interactive-exit): Extend to `quiet'.
4643
4644 * gnus-sum.el (gnus-offer-save-summaries): Use it.
4645
4646 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4647 string.
4648
4649 * plstore.el (plstore--get-buffer): Silence compiler warnings by
4650 renaming function arguments from `this'.
4651
4652 * gnus-sum.el (gnus-newsgroup-recent): Remove.
4653
4654 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4655 has been renamed.
4656 (gnus-lrm-string-p): Include RLM and PDF, too.
4657
4658 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4659 (bug#9225).
4660
4661 2011-09-10 Eli Zaretskii <eliz@gnu.org>
4662
4663 Add autoload cookies for functions used by sendmail.el.
4664 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4665
4666 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4667
4668 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4669
4670 * gnus-art.el (article-date-ut): Work properly even when there are
4671 things like Date header in the body; work for forwarded parts.
4672
4673 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
4674
4675 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4676 original-article-buffer.
4677
4678 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
4679
4680 * nnir.el (nnir-compose-result): Fix matching of server type.
4681 (nnir-run-swish++): Ditto.
4682 (nnir-run-namazu): Ditto.
4683 (nnir-run-notmuch): Ditto.
4684
4685 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4686
4687 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4688 (bug#9405).
4689
4690 * gnus-score.el (gnus-summary-increase-score): Doc clarification
4691 (bug#9421).
4692
4693 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4694 (bug#9425).
4695
4696 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4697 thing (bug#9426).
4698
4699 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4700
4701 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4702 the error message.
4703
4704 2011-09-02 Eli Zaretskii <eliz@gnu.org>
4705
4706 * message.el (message-setup-1): Return t (Bug#9392).
4707
4708 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
4709
4710 * gnus-sum.el: When adding article headers to a summary buffer also
4711 update gnus-newsgroup-articles (bug#9386).
4712
4713 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
4714
4715 * auth-source.el: Autoload help-mode.
4716
4717 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4718
4719 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4720 names.
4721
4722 2011-08-27 Daiki Ueno <ueno@unixuser.org>
4723
4724 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4725 mm-replace-in-string for compatibility issues.
4726 * mml2015.el (mml2015-epg-verify): Ditto.
4727
4728 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
4729
4730 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4731
4732 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4733
4734 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4735
4736 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4737 continue on and do the clean-up phase (bug#9188).
4738
4739 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4740 just ignore groups that can't be opened instead of erroring out
4741 (bug#9225).
4742
4743 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4744 nil since some many people are fuddy-duddies.
4745
4746 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4747 images.
4748
4749 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4750 instead.
4751
4752 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4753
4754 * gnus-util.el (gnus-process-live-p): Copy over compat function.
4755
4756 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4757 processing.
4758
4759 * nntp.el (nntp-kill-buffer): Kill the process before killing the
4760 buffer to avoid warnings.
4761
4762 2011-08-20 Simon Josefsson <simon@josefsson.org>
4763
4764 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4765 specified to reduce precision.
4766
4767 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4768
4769 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4770 bodystructures (bug#9314).
4771
4772 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
4773
4774 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4775 Make button keymap non-sticky after buttons.
4776
4777 2011-08-18 David Engster <dengste@eml.cc>
4778
4779 * nnmairix.el (nnmairix-request-set-mark)
4780 (nnmairix-goto-original-article): Remove adding of article to registry,
4781 since `gnus-registry-add-group' isn't available anymore.
4782 (nnmairix-determine-original-group-from-registry):
4783 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4784 available anymore.
4785
4786 2011-08-12 Simon Josefsson <simon@josefsson.org>
4787
4788 * starttls.el (starttls-any-program-available): Define as obsolete
4789 function.
4790
4791 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4792
4793 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4794 versions which Gnus use when appropriate.
4795
4796 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4797 a pretty destructive command.
4798
4799 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4800
4801 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4802
4803 * message.el (message-fix-before-sending): Make a different warning
4804 about NUL characters (bug#9270).
4805
4806 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4807 from custom (bug#9260).
4808
4809 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4810 things work in Emacs 22 and XEmacs, too.
4811
4812 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4813 default From.
4814
4815 * gnus-spec.el (gnus-lrm-string-p): New macro.
4816 (gnus-lrm-string): New constant.
4817 (gnus-summary-line-format-spec): LRM-ify the from.
4818 (gnus-tilde-max-form): LRM-ify string chopping.
4819
4820 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4821
4822 * message.el (message-is-yours-p): Allow disabling canlock checking
4823 (bug#9295).
4824 (message-shoot-gnksa-feet): Add `canlock-verify'.
4825 (message-auto-save-directory): Use ~/ as the auto-save directory if the
4826 message directory isn't writable (bug#9304).
4827
4828 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4829 non-world-readable.
4830
4831 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
4832
4833 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4834 articles.
4835
4836 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
4837
4838 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4839 copy-list.
4840
4841 2011-08-12 Sam Steingold <sds@gnu.org>
4842
4843 * gnus-score.el (gnus-score-find-alist): Keep the score files already
4844 in the reverse order to avoid modifying the cache with `nreverse'.
4845 (gnus-all-score-files): Do not modify the value returned by
4846 `gnus-score-find-alist' because it lives in a cache variable.
4847 (gnus-current-home-score-file): No need to `nreverse' the return value
4848 of `gnus-score-find-alist', it is already in the correct order.
4849
4850 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
4851
4852 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4853 type MESSAGE and subtype RFC822 is slightly different from those of
4854 type TEXT.
4855
4856 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
4857
4858 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4859 This allows article-referral to work from an nnir group.
4860
4861 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
4862
4863 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4864
4865 2011-08-04 Daiki Ueno <ueno@unixuser.org>
4866
4867 * mml1991.el (mml1991-epg-find-usable-key)
4868 (mml1991-epg-find-usable-secret-key): New function.
4869 (mml1991-epg-sign): Check if signing key is usable.
4870 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4871
4872 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
4873
4874 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4875 server-variables only. This should fix a bug introduced with commit
4876 e1889675b7f4adf057833c5513c9374134c4e053.
4877 (nnir-run-query): 'nnir-search-engine should not be set from the global
4878 environment.
4879
4880 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
4881
4882 * nnir.el (nnir-search-thread): Position point on referring article
4883 line.
4884 (nnir-warp-to-article): Clean up summary buffers.
4885
4886 * nnimap.el (nnimap-request-thread): Whitespace fix.
4887
4888 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
4889
4890 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4891
4892 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4893
4894 * starttls.el (starttls-available-p): Rename from
4895 `starttls-any-program-available' and changed return convention.
4896
4897 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
4898
4899 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4900 `unix-sync' unless it's defined.
4901
4902 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
4903
4904 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4905 `aref' for XEmacs compatibiltiy.
4906
4907 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4908
4909 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4910
4911 2011-07-31 Dave Abrahams <dave@boostpro.com>
4912
4913 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4914 closures, quote the form properly (bug#9194).
4915
4916 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4917
4918 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4919 (gnus-summary-insert-new-articles): Protect against servers that are
4920 down.
4921
4922 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
4923
4924 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4925 in mm handle if none is specified.
4926
4927 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
4928
4929 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4930
4931 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
4932
4933 * nnir.el (nnir-search-thread): New function to make an nnir group
4934 based on a thread query.
4935
4936 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4937 of nnir in thread referral.
4938 (gnus-summary-refer-thread): Use it.
4939
4940 * nnimap.el (nnimap-request-thread): Use it.
4941
4942 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4943
4944 * shr.el (shr-tag-comment): Ignore HTML comments.
4945
4946 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
4947
4948 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4949 argument.
4950 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4951 Use `nnir-address' to handle server info rather than passing an arg.
4952
4953 * nnimap.el (nnimap-make-thread-query): New utility function to format
4954 an imap thread search query.
4955 (nnimap-request-thread): Use it.
4956
4957 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4958 right select-method if we are not going back to the group buffer.
4959
4960 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4961
4962 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4963 enter invalid buffer configurations into the quit form (bug#9107).
4964 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4965 unplugged/plugged.
4966
4967 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4968 keep track of which ones are unread (bug#9061).
4969
4970 * gnus.el (gnus-refer-article-method): Allow entering any sexp
4971 (bug#9055).
4972
4973 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4974 (bug#9041).
4975
4976 * gnus-html.el (mm-util): Require (bug#9073).
4977
4978 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4979 (gnus-summary-refer-thread): Use it to remove duplicates in the
4980 un-threaded view (bug#9053).
4981 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4982
4983 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
4984
4985 * nnir.el (nnir-read-server-parm): Use default value from global
4986 variable. Without this the default search engine parameters aren't
4987 used at all.
4988
4989 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4990
4991 * message.el (message-unique-id): Don't use the undocumented return
4992 value from (random t) (bug#9118).
4993
4994 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4995
4996 * message.el (message-auto-save-directory): If the ~/Mail directory
4997 doesn't exist, use ~ as the auto-save directory (bug#4432).
4998
4999 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5000 hasn't already been started.
5001
5002 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5003
5004 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5005
5006 * message.el (message-reply): Work around mysterious bug where
5007 `message-mode' seems to overwrite the locally bound `subject' variable.
5008
5009 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
5010
5011 * nnimap.el (nnimap-request-thread): Ensure search is performed in
5012 correct group.
5013
5014 * gnus-int.el (gnus-request-thread): Add group argument.
5015
5016 * gnus-sum.el (gnus-summary-refer-thread): Use it.
5017
5018 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5019
5020 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5021 renamed to `debbugs-gnu-*'.
5022
5023 2011-07-08 Daiki Ueno <ueno@unixuser.org>
5024
5025 * plstore.el: Revert the editing feature since it is not urgent.
5026 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5027 (plstore-mode-decoded): Remove.
5028
5029 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5030
5031 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
5032 isn't very interesting any more, and it leaks potentially secret data.
5033 (gnus-debug): Remove.
5034
5035 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5036 use of :custom-show.
5037
5038 2011-07-07 Daiki Ueno <ueno@unixuser.org>
5039
5040 * plstore.el: Add documentation.
5041 (plstore-mode): New mode to edit plstore file.
5042 (plstore-mode-toggle-display, plstore-mode-original)
5043 (plstore-mode-decoded): New command.
5044 (plstore--encode, plstore--decode, plstore--write-contents-functions)
5045 (plstore--insert-buffer, plstore--make): New function.
5046 (plstore-open, plstore-save): Simplify by using them.
5047
5048 2011-07-06 Glenn Morris <rgm@gnu.org>
5049
5050 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5051
5052 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5053
5054 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5055 no longer is much used.
5056 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5057 Articles".
5058
5059 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
5060
5061 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5062 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5063 `notmuch' backend.
5064
5065 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5066
5067 * mm-decode.el (mm-text-html-renderer): Doc fix.
5068
5069 * gnus-msg.el (gnus-bug): Fix the MML tag.
5070
5071 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5072
5073 2011-07-05 Daiki Ueno <ueno@unixuser.org>
5074
5075 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5076 secondary methods if started with `gnus-no-server'.
5077
5078 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
5079
5080 * message.el (message-return-action): Fix typo in docstring.
5081
5082 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5083
5084 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5085 bug reports at once.
5086
5087 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5088
5089 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
5090
5091 * nndraft.el: Require gnus-group.
5092 (nndraft-request-list): Declare.
5093
5094 * nndraft.el (nndraft-update-unread-articles): Don't show group having
5095 no unread article unless it matches gnus-permanently-visible-groups.
5096
5097 * nndraft.el (nndraft-update-unread-articles): New function.
5098 (nndraft-request-associate-buffer): Use it to update the number of
5099 unread articles for the nndraft groups in the group buffer when saving
5100 or killing a draft message.
5101
5102 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5103
5104 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5105 systems to binary before writing and reading the mbox files.
5106
5107 * gnus.el (gnus-summary-line-format): Link to the info node for %U
5108 instead of trying to list them all (bug#8978).
5109
5110 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5111
5112 * pop3.el (pop3-open-server): Use :end-of-capability.
5113
5114 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5115
5116 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5117 the id is always a number.
5118
5119 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5120 debbugs mode, if possible.
5121
5122 2011-07-02 Daiki Ueno <ueno@unixuser.org>
5123
5124 * auth-source.el (auth-source-token-passphrase-callback-function):
5125 Reindent.
5126 (epg-context-operation): Remove unnecessary autoload.
5127
5128 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5129
5130 * gnus.el (gnus-list-debbugs): New command.
5131
5132 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5133 mboxstat instead of the maintbox, since the stat seems to be fuller.
5134
5135 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5136 summary buffers.
5137
5138 * message.el (message-get-reply-headers): Delete all duplicates,
5139 instead of the first.
5140 (message-get-reply-headers): Ensure that we have progress while
5141 deleting duplicates.
5142
5143 * gnus-msg.el (gnus-configure-posting-styles): Get the local
5144 gnus-posting-style value from the summary buffer to make it easier to
5145 make that a per-buffer conf.
5146
5147 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
5148
5149 * nnir.el (nnir-run-imap): Allow halting a search when an article is
5150 found by setting `shortcut' in 'query.
5151 (nnir-request-article): Use `shortcut' setting when requesting article
5152 by Message-ID.
5153
5154 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
5155
5156 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5157 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5158 Bring the pseudo-headers back too.
5159
5160 2011-07-01 Daiki Ueno <ueno@unixuser.org>
5161
5162 * auth-source.el (auth-source-token-passphrase-callback-function):
5163 Simplify and remove EPA dependency.
5164
5165 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
5166
5167 * nnir.el (nnir-request-article): Fix error message text.
5168
5169 2011-07-01 Daiki Ueno <ueno@unixuser.org>
5170
5171 * auth-source.el (plstore-delete): Autoload.
5172 (auth-source-plstore-search): Support delete operation.
5173 * plstore.el (plstore-delete): New function.
5174
5175 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
5176
5177 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5178 mark actually existing articles as unread rather than the ones that
5179 active asserts.
5180
5181 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
5182
5183 * nntp.el (nntp-record-command):
5184 * gnus-util.el (gnus-message-with-timestamp-1):
5185 Use format-time-string rather than decoding time stamps by hand.
5186 This is simpler and insulates the code from potential changes to
5187 current-time format.
5188
5189 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
5190
5191 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5192
5193 2011-07-01 Daiki Ueno <ueno@unixuser.org>
5194
5195 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5196 (plstore-save): Support public key encryption.
5197 (plstore--init-from-buffer): New function.
5198 (plstore-open): Use it; fix error when opening a non-existent file.
5199 (plstore-revert): Use plstore--init-from-buffer.
5200
5201 2011-07-01 Daiki Ueno <ueno@unixuser.org>
5202
5203 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5204
5205 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
5206
5207 * mml2015.el (mml2015-use): Replace string-match-p with string-match
5208 for old Emacsen.
5209
5210 2011-06-30 Daiki Ueno <ueno@unixuser.org>
5211
5212 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5213 is not fully working.
5214
5215 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5216
5217 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5218 quit window configuration.
5219
5220 * auth-source.el (epg-context-set-passphrase-callback):
5221 Remove duplicate autoload.
5222
5223 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
5224
5225 * nnir.el (nnir-request-article): Allow requesting articles by
5226 Message-ID with nnimap.
5227
5228 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5229 current server.
5230
5231 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
5232
5233 * auth-source.el: Autoload EPA/EPG functions.
5234 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5235 changed when EPA/EPG is not available.
5236 (auth-source-backend): Rename "arg" member to "data".
5237 (auth-source-backend-parse, auth-source-plstore-search)
5238 (auth-source-plstore-create): Use it.
5239
5240 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
5241
5242 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5243 `gnus-refer-article-methods'.
5244
5245 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
5246
5247 * auth-source.el: Require EPA and EPG.
5248 (auth-source-passphrase-alist): New variable.
5249 (auth-source-passphrase-callback-function)
5250 (auth-source-token-passphrase-callback-function): Callbacks for the
5251 netrc field encryption (GPG tokens).
5252 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5253 Symmetric encryption and decryption of the netrc GPG tokens.
5254 (auth-source-netrc-normalize): Use them, simplifying the closure.
5255
5256 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5257
5258 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5259 non-nil, and `nnimap-split-methods' is nil, use the former.
5260
5261 2011-06-30 Daiki Ueno <ueno@unixuser.org>
5262
5263 * plstore.el (plstore-revert): New function.
5264 (plstore-open): Use it; hide the buffer from user.
5265
5266 2011-06-30 Daiki Ueno <ueno@unixuser.org>
5267
5268 * auth-source.el (auth-source-backend): New member "arg".
5269 (auth-source-backend-parse): Handle new backend 'plstore.
5270 * plstore.el: New file.
5271
5272 2011-06-30 Glenn Morris <rgm@gnu.org>
5273
5274 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5275
5276 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5277
5278 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5279
5280 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5281 expiring articles to.
5282
5283 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5284 variations as ASCII (bug#5458).
5285
5286 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
5287
5288 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5289
5290 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5291
5292 * message.el (message-point-in-header-p): Tweak the function to default
5293 to saying that we're not in the headers if there is no separator at
5294 all. This makes it possible to use the Message version of `M-q' in
5295 buffers with no headers (bug#7987).
5296 (message-point-in-header-p): Fix last checkin to work with an empty
5297 mail-header-separator, too.
5298
5299 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5300 again, save the choice via customize.
5301
5302 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5303
5304 * message.el (message-send-mail-function): Add `sendmail-query-once'.
5305
5306 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5307 ended the connection, bail out before waiting infinitely on a new
5308 connection.
5309
5310 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
5311
5312 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5313 reports.
5314
5315 * gnus.el (gnus-bug-package): Use "gnus."
5316 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5317
5318 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5319
5320 * gnus-art.el (gnus-article-stop-animations): New function to stop any
5321 animations going on at article exit time.
5322
5323 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5324 since removing it breaks people upgrading.
5325
5326 * shr.el (shr-put-image): Use the new interface for animating images.
5327 (shr-put-image): Animate for 60 seconds.
5328
5329 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5330 error with `find-file-hooks' on Emacs 22.
5331 (with-auth-source-epa-overrides): Ugly hack to Wrap the
5332 `find-file-hook' things in `symbol-value' to avoid compilation warnings
5333 on all architectures.
5334
5335 * spam.el (spam-stat): Require in a normal fashion without binding
5336 `spam-stat-install-hooks' to avoid compilation warnings.
5337
5338 * spam-stat.el (spam-stat-install-hooks): Remove.
5339 (spam-stat-install-hooks): Don't run automatically.
5340
5341 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
5342
5343 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5344 and keystroke.
5345
5346 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
5347
5348 * auth-source.el (auth-source-netrc-cache): Move forward.
5349
5350 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5351
5352 * auth-source.el (auth-source-netrc-create): Don't query the bits that
5353 we already know.
5354 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5355 (auth-source-netrc-create): Don't prompt for the stuff we already know.
5356
5357 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5358
5359 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5360 %S format, since that looks odd.
5361 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5362 file, especially when saving.
5363
5364 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
5365
5366 * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
5367 article found.
5368
5369 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
5370
5371 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5372 `auth-source-save-secrets' with a more sensitive alist that can be
5373 configured per file. Experimental, so defaults to 'never.
5374 (auth-source-netrc-create): Use it. Still experimental code.
5375 (with-auth-source-epa-overrides): Use `find-file-hooks' if
5376 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
5377
5378 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
5379
5380 * auth-source.el (auth-source-save-secrets): New variable to control if
5381 secret tokens should be saved encrypted.
5382 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5383 to `auth-source-netrc-normalize'.
5384 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
5385 on the EPA variables being defined.
5386 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5387 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5388 the lexical-let closure.
5389 (auth-source-netrc-create): Create "gpg:" tokens according to
5390 `auth-source-save-secrets'.
5391
5392 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
5393
5394 * gnus-group.el (gnus-group-update-group): Add new argument
5395 `info-unchanged' that stops updating dribble buffer.
5396
5397 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5398 deletes lines matching to it in dribble buffer.
5399
5400 * gnus-agent.el (gnus-agent-fetch-group-1):
5401 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5402 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5403 * gnus-start.el (gnus-group-change-level):
5404 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5405
5406 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5407 if newsgroup info is not changed.
5408
5409 * gnus-group.el (gnus-group-get-new-news-this-group):
5410 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5411 Don't update dribble buffer.
5412
5413 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
5414
5415 * gnus-registry.el (gnus-registry-remove-ignored): New function to
5416 remove entries with groups we ignore.
5417
5418 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5419
5420 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5421 the underline comes at the bottom.
5422
5423 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
5424
5425 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5426 `gnus-registry-user-format-function-M' and declare the latter obsolete.
5427 (gnus-registry-article-marks-to-names): Rename from
5428 `gnus-registry-user-format-function-M2'.
5429
5430 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
5431
5432 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5433 ephemeral group.
5434
5435 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5436
5437 * shr.el (shr-browse-image): Copy the URL if called interactively.
5438
5439 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5440
5441 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5442 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
5443 done, then unselected articles may be marked as read.
5444
5445 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5446 since not doing this seems to lead to a race condition in pop3-logon.
5447
5448 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5449 so that the call chain it correct when we call "upwards".
5450
5451 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5452 in read-only groups.
5453
5454 * gnus-group.el (gnus-group-mark-article-read): Ditto.
5455
5456 * message.el (message-cite-reply-position): Doc string fix.
5457
5458 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5459 avoid regexp overflow.
5460 (nnimap-transform-split-mail): Ditto.
5461
5462 * pop3.el (pop3-retr): Error out if the server closes the connection.
5463
5464 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5465
5466 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5467 mm-with-unibyte-current-buffer. The buffer should not contain any
5468 multibyte chars anyway at this stage.
5469
5470 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5471
5472 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5473 at the end of lines.
5474
5475 2011-05-29 Julien Danjou <julien@danjou.info>
5476
5477 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5478
5479 2011-05-27 Glenn Morris <rgm@gnu.org>
5480
5481 * gnus-group.el (gnus-bug-group-download-format-alist):
5482 Use the "maintainer" version of debian reports as well.
5483
5484 2011-05-26 Glenn Morris <rgm@gnu.org>
5485
5486 * gnus-group.el (gnus-bug-group-download-format-alist):
5487 Use the "maintainer" version of debbugs.gnu.org reports.
5488
5489 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
5490
5491 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5492
5493 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
5494
5495 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5496 the thread moves us backwards and so we loop forever.
5497
5498 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
5499
5500 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5501 whitespace in base64 data lines.
5502
5503 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
5504
5505 * gnus-registry.el (gnus-registry-user-format-function-M):
5506 Use `mapconcat'.
5507 (gnus-registry-user-format-function-M2): Use to see the full text of
5508 the marks. Make "," the mark text separator.
5509
5510 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5511 authentication with auth-source.
5512
5513 2011-05-17 Glenn Morris <rgm@gnu.org>
5514
5515 * gnus-group.el (gnus-import-other-newsrc-file):
5516 Use insert-file-contents.
5517
5518 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
5519
5520 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5521 1000 iterations.
5522
5523 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
5524
5525 * nntp.el (nntp-open-connection): Check if process-type is available.
5526
5527 2011-05-16 Julien Danjou <julien@danjou.info>
5528
5529 * shr.el (shr-tag-del): Add support for del tag.
5530
5531 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
5532
5533 * gnus-html.el (gnus-html-put-image): Register a displayer.
5534
5535 * shr.el (shr-image-displayer): Don't remove text props from alt text.
5536
5537 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
5538
5539 * registry.el (prune-factor): New initialization parameter defaulting
5540 to 0.1.
5541 (registry-prune-hard): Use it.
5542
5543 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5544 0.1 expicitly.
5545
5546 2011-05-13 Glenn Morris <rgm@gnu.org>
5547
5548 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5549 is bound, since this function requires sendmail.
5550
5551 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
5552
5553 * registry.el (registry-usage-test): Disable pruning test.
5554
5555 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
5556
5557 * registry.el (registry-prune-hard-candidates)
5558 (registry-prune-soft-candidates): Helper methods for registry pruning.
5559 (registry-prune): Use them. Make the sort function optional.
5560
5561 2011-05-10 Jim Meyering <meyering@redhat.com>
5562
5563 * shr.el (shr-colorize-region): Fix typo "on on -> on".
5564
5565 2011-05-10 Julien Danjou <julien@danjou.info>
5566
5567 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5568 symbol and not a list.
5569
5570 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
5571
5572 * gnus-art.el (gnus-article-mode): Move binding of
5573 shr-put-image-function here from gnus-article-prepare-display.
5574
5575 * shr.el (shr-put-image-function): New variable.
5576 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5577 (shr-put-image): Return scaled image.
5578
5579 * gnus-art.el (gnus-shr-put-image): New function.
5580 (gnus-article-prepare-display): Bind shr-put-image-function to it.
5581
5582 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5583 original ones, as deletable.
5584
5585 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5586
5587 * nntp.el (nntp-open-connection): Set TCP keepalive option.
5588
5589 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
5590
5591 * registry.el (registry-full): Add convenience method. Fix logic.
5592 (registry-insert): Use it. Fix logic here too.
5593
5594 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5595 `registry-prune' if `registry-full' returns t.
5596 (gnus-registry-handle-action)
5597 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5598 (gnus-registry-usage-test): Use it.
5599
5600 2011-05-07 Julien Danjou <julien@danjou.info>
5601
5602 * shr.el (shr-link): Make shr-link inherit from link by default.
5603
5604 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
5605
5606 * shr.el (shr-urlify, shr-link): Fix shr-link face.
5607
5608 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
5609
5610 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5611 error out because the face is not a list.
5612
5613 2011-05-05 Glenn Morris <rgm@gnu.org>
5614
5615 * gnus-start.el (gnus-propagate-marks): Declare.
5616
5617 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
5618
5619 * registry.el (registry-reindex): Fix percentage message.
5620
5621 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
5622
5623 * shr.el: Add shr-link face for links.
5624 (shr-urlify): Use it.
5625
5626 * registry.el (registry-insert): Make error message more helpful.
5627
5628 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5629
5630 * gnus-html.el (gnus-html-schedule-image-fetching):
5631 Use url-queue-retrieve, if it exists.
5632
5633 * shr.el (shr-tag-img): Ditto.
5634
5635 * gnus.el: Autoload more gnus-agent functions.
5636
5637 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5638 agent if we haven't already (bug#8502).
5639
5640 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5641 into the Agent, too.
5642
5643 * gnus-agent.el (gnus-agent-store-article): New function.
5644
5645 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5646 and moved from that file for reuse.
5647
5648 * pop3.el (pop3-open-server): Error messages are "-ERR".
5649
5650 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5651
5652 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5653 (open-tls-stream): Remove superfluous tls/starttls autoloads.
5654
5655 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5656
5657 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5658 buffer has moved to a different frame.
5659
5660 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5661
5662 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5663 to get the conversion from unibyte to multibyte buffers to work on
5664 Emacs 22.
5665
5666 * nntp.el (nntp-request-article): Slight clean-up.
5667
5668 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5669
5670 * shr.el (shr-strike-through): New face.
5671 (shr-tag-s): Use it to provide <s> support.
5672 (shr-tag-s): Remove duplicate definition.
5673
5674 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
5675
5676 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5677 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5678
5679 2011-04-23 Glenn Morris <rgm@gnu.org>
5680
5681 * gnus-sum.el (gnus-extra-headers): Bump :version.
5682
5683 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5684
5685 * shr.el (shr-tag-sup): New function.
5686 (shr-tag-sub): Ditto.
5687
5688 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
5689
5690 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5691 for the case where `gnus-registry-ignored-groups' is a list of lists,
5692 and don't call `gnus-parameter-registry-ignore' otherwise.
5693
5694 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
5695
5696 * nnimap.el (nnimap-user): New backend variable.
5697 (nnimap-open-connection-1): Use it.
5698 (nnimap-credentials): Accept user parameter so it's explicit what user
5699 name is desired.
5700
5701 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5702 default.
5703
5704 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5705 not gnus-registry.el.
5706
5707 * gnus-registry.el: Mention in comments how to modify
5708 `gnus-extra-headers' for proper recipient tracking and that it may
5709 already have To and Cc recently, which it does as of this commit.
5710 (gnus-registry-ignored-groups): Remove defcustom.
5711 Explain why in comments.
5712 (gnus-registry-action): Fix data-header reference to use the extra
5713 headers. Explain in package commentary how to add To and Cc headers to
5714 the gnus-extra-headers.
5715 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5716 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5717 parameter list or a string list in `gnus-registry-ignored-groups'.
5718 Fix logic error.
5719
5720 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5721
5722 * shr.el (shr-expand-url): Protect against null urls.
5723
5724 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5725
5726 * shr.el (shr-base): New binding.
5727 (shr-tag-base): Keep track of <base>.
5728 (shr-expand-url): New function used throughout.
5729
5730 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
5731
5732 * gnus-registry.el
5733 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5734 (gnus-registry-ignored-groups): New variable.
5735 (gnus-registry-ignore-group-p): Use it.
5736 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5737 set the destination group to nil (same as delete) if it's ignored.
5738
5739 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
5740
5741 * gnus-registry.el (gnus-registry-action)
5742 (gnus-registry-fetch-header-fast):
5743 Don't use mail-header that looks an internal function of mailheader.el.
5744
5745 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
5746
5747 * gnus-registry.el: Eliminate cl functions.
5748 (gnus-registry-sort-addresses): New function that replaces mapcan.
5749 (gnus-registry-action, gnus-registry-spool-action)
5750 (gnus-registry-split-fancy-with-parent)
5751 (gnus-registry-fetch-recipients-fast): Use it.
5752 (gnus-registry-import-eld): Replace delete* with dolist + delq.
5753
5754 * registry.el (initialize-instance, registry-lookup)
5755 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5756 (registry-lookup-secondary-value, registry-search, registry-delete)
5757 (registry-insert, registry-reindex, registry-size, registry-prune):
5758 Use eval-and-compile.
5759
5760 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
5761
5762 * registry.el (registry-reindex): New method to recreate the secondary
5763 registry indices.
5764
5765 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5766 tracked field changes.
5767 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5768 (gnus-registry-action, gnus-registry-spool-action)
5769 (gnus-registry-handle-action)
5770 (gnus-registry--split-fancy-with-parent-internal)
5771 (gnus-registry-split-fancy-with-parent)
5772 (gnus-registry-register-message-ids): Add recipient tracking on spool,
5773 move, and delete actions, and for fancy splitting with parent.
5774 (gnus-registry-extract-addresses)
5775 (gnus-registry-fetch-recipients-fast)
5776 (gnus-registry-fetch-header-fast): Convenience functions.
5777 (gnus-registry-misc-test): ERT test of
5778 `gnus-registry-extract-addresses'.
5779
5780 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
5781
5782 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5783 Track by subject first, then sender.
5784
5785 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
5786
5787 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5788
5789 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5790 Lisp.
5791
5792 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5793 (gnus-draft-send): Use it to avoid popping
5794 up frames from gnus-group-send-queue.
5795
5796 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
5797
5798 * gnus-registry.el: Updated gnus-registry docs.
5799
5800 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
5801
5802 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5803 Fix logic bug.
5804 (gnus-registry-post-process-groups): Fix logging of no results and
5805 quote sender and subject.
5806
5807 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5808
5809 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5810 (gnus-read-active-for-groups): Don't try to finish getting stuff where
5811 we had no early-data returned.
5812 (gnus-get-unread-articles): Add a sanity check so that we don't issue
5813 two async commands to the same server at the same time.
5814
5815 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
5816
5817 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5818
5819 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5820
5821 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5822 "warning" level.
5823
5824 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5825 (mm-url-insert-file-contents): Don't set the package names.
5826
5827 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
5828
5829 * gnus-registry.el (gnus-registry-action): Remove properties and
5830 simplify subject in `gnus-registry-handle-action'.
5831 (gnus-registry-spool-action): Get subject and sender from message if
5832 they are not passed in.
5833 (gnus-registry-handle-action): Remove properties and simplify subject
5834 consistently.
5835
5836 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5837
5838 * registry.el: Require CL before using defmacro*.
5839
5840 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
5841
5842 * gnus-art.el (article-treat-date): Assume that
5843 gnus-article-date-headers may be a group parameter.
5844
5845 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
5846
5847 * gnus-registry.el (gnus-registry-handle-action): More debugging.
5848
5849 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5850 interactively so the newsrc file can contain foreign groups too.
5851 Useful for debugging but not much for users.
5852
5853 2011-04-07 David Engster <dengste@eml.cc>
5854
5855 * registry.el (registry-usage-test): Only do
5856 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5857 lexical binding.
5858
5859 2011-04-06 David Engster <dengste@eml.cc>
5860
5861 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5862 argument NOERROR for `require', since XEmacs 21.4 does not support it.
5863
5864 2011-04-06 David Engster <dengste@eml.cc>
5865
5866 * registry.el (initialize-instance): Change :after to :AFTER to be
5867 compatible with old EIEIO version in XEmacs.
5868
5869 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
5870
5871 * gnus-registry.el (gnus-registry-post-process-groups)
5872 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5873 and provide better messaging.
5874
5875 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
5876
5877 * gnus-registry.el: Don't use ERT if it's not available. Load it
5878 unconditionally anyway, discarding errors.
5879 (gnus-registry-delete-entries): New convenience function.
5880 (gnus-registry-import-eld): Import from old .eld registry.
5881
5882 * registry.el: Don't use ERT if it's not available. Load it
5883 unconditionally anyway, discarding errors.
5884
5885 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5886 version from the Claudio Bley GnuTLS patch (extra optional parameters
5887 and host name).
5888
5889 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
5890
5891 * gnus-registry.el (gnus-registry-fixup-registry): New function to
5892 fixup the parameters that can be customized by the user between
5893 save/read cycles.
5894 (gnus-registry-read): Use it.
5895 (gnus-registry-make-db): Use it.
5896 (gnus-registry-spool-action, gnus-registry-handle-action):
5897 Fix messaging.
5898 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5899 Map references to actual group names with sender and subject tracking.
5900 (gnus-registry-post-process-groups): Use `cond' for better messaging.
5901 (gnus-registry-usage-test): Add subject lookup test.
5902
5903 * registry.el (registry-db, initialize-instance): Set up constructor
5904 instead of :initform arguments for the sake of older Emacsen.
5905 (registry-lookup-breaks-before-lexbind): New method to demonstrate
5906 pre-lexbind merge bug.
5907 (registry-usage-test): Use it.
5908 (initialize-instance, registry-db): Move the non-function initforms
5909 back to the class definition.
5910
5911 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
5912
5913 * registry.el: New library to manage gnus-registry-style data.
5914
5915 * gnus-registry.el: Use it (major rewrite).
5916
5917 * nnregistry.el: Use it.
5918
5919 * spam.el: Use it.
5920
5921 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5922
5923 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5924 marks on non-selected articles.
5925
5926 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
5927
5928 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
5929
5930 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5931 parameter to open-protocol-stream.
5932
5933 2011-04-01 Julien Danjou <julien@danjou.info>
5934
5935 * mm-view.el (mm-display-inline-fontify): Do not fontify with
5936 fundamental-mode.
5937
5938 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5939
5940 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5941 servers.
5942
5943 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5944
5945 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5946 made marks not propagate, again.
5947
5948 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
5949
5950 * proto-stream.el (open-protocol-stream): Bring back `network' type.
5951 Make this the default type.
5952 (proto-stream-open-plain): Rename from proto-stream-open-default.
5953 (open-protocol-stream, proto-stream-open-starttls)
5954 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5955 with `plain'.
5956
5957 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5958 value.
5959
5960 * nntp.el (nntp-open-connection-function): Document the fact that some
5961 values are not functions but are instead handled specially.
5962 Recognize nntp-open-plain-stream value.
5963 (nntp-open-connection): Recognize that value.
5964
5965 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5966
5967 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5968 stuff.
5969
5970 * gnus-score.el (gnus-score-string): Fix calling convention of
5971 `gnus-simplify-buffer-fuzzy' after last patches.
5972
5973 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5974 server for articles we didn't get any headers for. This is a sanity
5975 check.
5976
5977 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
5978
5979 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5980 new CAPABILITY, use it.
5981
5982 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5983
5984 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5985 downloading anything.
5986
5987 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5988
5989 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
5990
5991 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5992 colors.
5993 (gnus-splash-svg-color-symbols): New function.
5994
5995 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5996
5997 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5998 instead of using the global gnus-simplify-subject-fuzzy-regexp.
5999 (gnus-simplify-subject-fuzzy): Use the local
6000 gnus-simplify-subject-fuzzy-regex instead of the global one.
6001 This makes using this variable in group parameters work.
6002
6003 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
6004
6005 * gnus-registry.el (gnus-registry-unfollowed-groups):
6006 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6007 archive:sent-YYYY-MM-DD groups).
6008 (gnus-registry-split-fancy-with-parent): Bail out early in sender
6009 tracking if there are more than `gnus-registry-max-track-groups'
6010 matches.
6011
6012 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6013
6014 * message.el (message--yank-original-internal): New function to do the
6015 insertion cleanly inside eval in `message-yank-original'.
6016 (message-yank-original): Use it.
6017
6018 2011-03-29 Julien Danjou <julien@danjou.info>
6019
6020 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6021 local variables disabled rather than `normal-mode'.
6022
6023 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
6024
6025 * proto-stream.el: Changes preparatory to merging open-protocol-stream
6026 with open-network-stream.
6027 (proto-stream-always-use-starttls): Option removed.
6028 (open-protocol-stream): Return a process object by default. Provide a
6029 new parameter :return-list specifying a list-type return value, which
6030 now has the form (PROP . PLIST) instead of a fixed-length list. Change
6031 :type `network' to `try-starttls', and `network-only' to `default'.
6032 Make `default' the default, for compatibility with open-network-stream.
6033 Handle the no-parameter case exactly as open-network-stream, with no
6034 additional stream processing. Search plists using plist-get.
6035 Explicitly add :end-of-commend parameter if it is missing.
6036 (proto-stream-open-default): Rename from
6037 proto-stream-open-network-only. Return 'default as the type.
6038 (proto-stream-open-starttls): Rename from proto-stream-open-network.
6039 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
6040 failed. Always return a list with a (possibly dead) process as the
6041 first element, for compatibility with open-network-stream.
6042 (proto-stream-open-tls): Use plist-get. Always return a list.
6043 (proto-stream-open-shell): Return `default' as connection type.
6044 (proto-stream-capability-open): Use plist-get.
6045 (proto-stream-eoc): Function deleted.
6046
6047 * nnimap.el (nnimap-stream, nnimap-open-connection)
6048 (nnimap-open-connection-1): Handle renaming of :type parameter for
6049 open-protocol-stream.
6050 (nnimap-open-connection-1): Pass a :return-list parameter
6051 open-protocol-stream to obtain a list return value. Parse this list
6052 using plist-get.
6053
6054 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6055 for open-protocol-stream. Accept open-protocol-stream return value
6056 that is a subprocess object instead of a list. Handle the case of a
6057 dead returned process.
6058
6059 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
6060
6061 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6062
6063 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6064
6065 2011-03-21 Julien Danjou <julien@danjou.info>
6066
6067 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6068 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
6069 query.
6070 (mm-inline-text): Render normal text with fontification whenever
6071 possible.
6072
6073 * gnus-sum.el (gnus-summary-save-parts-1):
6074 * gnus-art.el (gnus-article-browse-html-save-cid-content)
6075 (gnus-article-browse-html-parts, gnus-mime-delete-part)
6076 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6077 Use `mm-handle-filename'.
6078
6079 * mm-util.el (mm-handle-filename): New function, return the filename of
6080 an handle.
6081
6082 2011-03-18 Julien Danjou <julien@danjou.info>
6083
6084 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6085 (gnus-buffer-live-p): Check that buffer is not nil.
6086
6087 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6088
6089 * gnus-art.el: Require mouse, which the build bot seems to say is
6090 needed.
6091
6092 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6093 XEmacs, since it doesn't have url-retrieve-synchronously.
6094
6095 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
6096
6097 * gnus-group.el (gnus-group-list-ticked): New function.
6098 (gnus-group-make-menu-bar): Provide a menu entry for it.
6099 (gnus-group-list-map): Provide a binding for it.
6100
6101 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6102
6103 * shr.el (shr-visit-file): New command.
6104
6105 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6106
6107 2011-03-17 Bjørn Mork <bjorn@mork.no>
6108
6109 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6110 servers.
6111
6112 2011-03-16 Julien Danjou <julien@danjou.info>
6113
6114 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6115 inline.
6116
6117 * gnus-art.el (article-hide-list-identifiers):
6118 Use gnus-group-get-list-identifiers.
6119
6120 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6121 (gnus-summary-remove-list-identifiers):
6122 Use gnus-group-get-list-identifiers to get regexp.
6123 (gnus-select-newsgroup, gnus-summary-insert-subject)
6124 (gnus-summary-insert-articles):
6125 Call gnus-summary-remove-list-identifiers unconditionally.
6126
6127 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6128
6129 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6130 we're selecting a group with unread articles.
6131
6132 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6133
6134 * gssapi.el: New file separated out from imap.el to provide a general
6135 Kerberos 5 connection facility for Emacs.
6136
6137 * message.el (message-elide-ellipsis): Document the format spec
6138 ellipsis.
6139
6140 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
6141
6142 * message.el (message-elide-region): Allow the ellipsis to say how many
6143 lines were removed.
6144
6145 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6146
6147 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6148 window configurations containing buffers that are now dead.
6149
6150 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6151 parsing to avoid integer overflows.
6152 (nnimap-parse-flags): Simplify the last change.
6153 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6154 too large for 32-bit Emacsen.
6155
6156 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6157
6158 * auth-source.el (auth-source-netrc-create):
6159 * message.el (message-yank-original): Fix use of `case'.
6160
6161 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
6162
6163 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6164 XEmacs, which was one character too wide.
6165
6166 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
6167
6168 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6169 default number of articles to display.
6170 (gnus-articles-to-read): Use pretty names for prompt.
6171
6172 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6173
6174 * gnus-int.el (gnus-open-server): Ditto.
6175
6176 * gnus-start.el (gnus-activate-group): Give a backtrace if
6177 debug-on-quit is set and the user hits `C-g'.
6178 (gnus-read-active-file): Ditto.
6179
6180 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6181
6182 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
6183
6184 * message.el (message-yank-original): Use cond instead of CL case.
6185
6186 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6187
6188 * auth-source.el (auth-source-netrc-create): Use usual format for the
6189 default in prompts.
6190
6191 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
6192
6193 * auth-source.el (auth-source-netrc-create): Show the default in the
6194 prompt when prompting for token creation.
6195
6196 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
6197
6198 * auth-source.el (auth-source-format-prompt): Always convert the value
6199 to a string to avoid evaluating non-string arguments.
6200 (auth-source-netrc-create): Offer default properly, not as initial
6201 content in `read-string'.
6202 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6203 of line to determine if we've been run before. If so, don't run again,
6204 but print a trivial message to indicate the cache was hit instead.
6205
6206 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
6207
6208 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6209 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
6210 The user will have to run `gnus-sync-read' manually and wait for Cloudy
6211 Gnus.
6212
6213 2011-03-11 Julien Danjou <julien@danjou.info>
6214
6215 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6216 modified file".
6217
6218 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
6219
6220 * auth-source.el (auth-source-read-char-choice): New function to read a
6221 character choice using `dropdown-list', `read-char-choice', or
6222 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
6223 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
6224 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
6225 (auth-source-netrc-saver): Use it.
6226 (auth-source-pick-first-password): New convenience function.
6227
6228 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
6229
6230 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6231 parameter in the credentials.
6232 (nnimap-open-connection-1): Use it after a successful login.
6233 (nnimap-credentials): Add IMAP-specific user and password prompt.
6234
6235 * auth-source.el (auth-source-search): Add :require parameter, taking a
6236 list. Document it and the :save-function return token. Pass :require
6237 down. Change the CREATED message from a warning to a debug statement.
6238 (auth-source-search-backends): Pass :require down.
6239 (auth-source-netrc-search): Pass :require down.
6240 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6241 Change save prompt to indicate all modifications saved here are
6242 deletions.
6243 (auth-source-netrc-create): Take user login name as default in user
6244 prompt. Move all the save functionality to a lexically bound function
6245 under the :save-function token in the returned list. Set up clearer
6246 default prompts for user, host, port, and secret.
6247 (auth-source-netrc-saver): New function, intended to be wrapped for
6248 :save-function.
6249
6250 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
6251
6252 * Version 23.3 released.
6253
6254 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6255
6256 * shr.el (shr-table-horizontal-line): Change the defaults for the table
6257 lines to be spaces instead.
6258
6259 2011-03-07 Julien Danjou <julien@danjou.info>
6260
6261 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6262 (sieve-sasl-auth): Check that auth-source-search did return something,
6263 or just return an empty string.
6264
6265 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
6266
6267 * gnus.el (gnus-interactive): Use read-directory-name.
6268
6269 * gnus-uu.el (gnus-uu-decode-uu-and-save)
6270 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6271 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6272 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6273 Likewise.
6274
6275 * gnus-group.el (gnus-group-make-directory-group): Likewise.
6276
6277 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6278
6279 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6280 onto the list of killed groups, too. This makes killed nnimap groups,
6281 for instance, more reliably not reappear.
6282
6283 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6284 the parent.
6285
6286 * gnus-sum.el (gnus-update-read-articles): Fix typo.
6287
6288 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6289 really have server-side marks.
6290
6291 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6292 since most backends do not usefully have server-side marks.
6293 (gnus-update-read-articles): Propagate marks to all backends that
6294 really have server-side marks.
6295
6296 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
6297
6298 * message.el (message-cite-reply-position, message-cite-style):
6299 New variables.
6300 (message-yank-original): Use the new citation styles.
6301
6302 2011-03-04 Daiki Ueno <ueno@unixuser.org>
6303
6304 * message.el (message-options): Revert the change that's a workaround
6305 for XEmacs buffer-local issue; don't mark it buffer-local when running
6306 under XEmacs.
6307
6308 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
6309
6310 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6311 numbers too big to be `read'.
6312
6313 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
6314
6315 * message.el (message-options): Make buffer-local two ways to attempt
6316 to fix a XEmacs bug.
6317
6318 2011-03-02 Julien Danjou <julien@danjou.info>
6319
6320 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6321
6322 2011-03-01 Julien Danjou <julien@danjou.info>
6323
6324 * gnus-art.el (list-identifier): Add list-identifier as a parameter
6325 group.
6326 (article-hide-list-identifiers): Use list-identifier group parameter.
6327
6328 2011-02-28 Julien Danjou <julien@danjou.info>
6329
6330 * sieve.el (sieve-buffer-script-name): New local variable to store
6331 sieve script name.
6332 (sieve-edit-script): Store sieve script name.
6333 (sieve-upload): Use sieve script name when uploading.
6334 (sieve-upload): Use substitute-command-keys.
6335 (sieve-edit-script): Use substitute-command-keys.
6336 (sieve-refresh-scriptlist): Use substitute-command-keys.
6337 (sieve-manage-mode-map): Define keymap properly.
6338 (sieve-manage-mode): Do not set mode name manually, change mode-name to
6339 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6340 Remove commented code about cvs.
6341 (sieve-manage-quit): New function.
6342 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6343
6344 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6345
6346 * gnus-group.el (gnus-import-other-newsrc-file): New function.
6347
6348 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
6349
6350 * auth-source.el (auth-source-search): Cache empty result sets.
6351
6352 * auth-source.el (auth-source-save-behavior): New variable to replace
6353 `auth-source-never-create'.
6354 (auth-source-netrc-create): Use it.
6355 (auth-source-never-save): Remove.
6356
6357 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
6358
6359 * nnimap.el (nnimap-stream): Doc fix.
6360 (nnimap-open-connection-1): Reverse the order of the ports to that the
6361 prompted-for port is first.
6362
6363 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6364 retrieval by the no-group selection.
6365
6366 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6367 numerical parameters.
6368
6369 2011-02-25 Julien Danjou <julien@danjou.info>
6370
6371 * gnus-gravatar.el: Use gnus-with-article-buffer.
6372
6373 * gnus-art.el (gnus-with-article-buffer): Check that the
6374 gnus-article-buffer is alive.
6375
6376 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
6377
6378 * auth-source.el (auth-source-creation-prompts): New variable to manage
6379 creation-time prompts.
6380 (auth-source-search): Document it.
6381 (auth-source-format-prompt): Add utility function.
6382 (auth-source-netrc-create): Don't default the user name to
6383 user-login-name. Use `auth-source-creation-prompts' and some default
6384 prompts for user, host, port, and password (the default generic prompt
6385 remains ugly).
6386 (auth-source-never-save): Add customizable option to never save info.
6387 (auth-source-netrc-create): Use it and improve save prompts. Fix help
6388 mode excursion.
6389
6390 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
6391
6392 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6393 argument that XEmacs doesn't support.
6394
6395 2011-02-23 Julien Danjou <julien@danjou.info>
6396
6397 * gnus-art.el (article-make-date-line): Ignore errors if time is
6398 invalid and not convertible.
6399 (article-make-date-line): Only add lapsed time if time is not nil.
6400
6401 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
6402
6403 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6404 `read-char-choice' for backwards compatibility.
6405 (auth-source-netrc-element-or-first): New function to DTRT for
6406 parameter extraction.
6407 (auth-source-netrc-create): Use it and fix multiple parameter print
6408 bug. Use the default passed from above (given-default) or the
6409 built-in (user-login-name for :user).
6410
6411 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
6412
6413 * gnus-start.el (gnus-dribble-read-file):
6414 Set buffer-save-without-query, since we always want to save the dribble
6415 file, probably.
6416
6417 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6418 nnimap.
6419
6420 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6421 -summary- since it's a user-visible variable.
6422
6423 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6424 first time you use the new Gnus.
6425
6426 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
6427
6428 * auth-source.el: Don't load netrc.el.
6429 (auth-sources): Search ~/.netrc as well by default.
6430 (auth-source-debug): Add 'trivia option for extra output.
6431 (auth-source-do-trivia): Use it.
6432 (auth-source-search): Simplify logic to use
6433 `auth-source-search-backends'. Use `auth-source-do-trivia' where
6434 appropriate. Don't keep a running count at this level. Layer :create
6435 and :delete options appropriately on the first and second passes.
6436 Don't track the backend with the search results.
6437 (auth-source-search-backends): New function to search a list of
6438 backends for a processed spec.
6439 (auth-source-netrc-parse): Cache all netrc files, making
6440 auth-source-netrc-cache an alist keyed by the file name and using the
6441 file mtime as the caching criterion. Keep the obfuscated data secret
6442 with a lexical bind.
6443 (auth-source-netrc-search): Don't calculate the length of the results
6444 unnecessarily.
6445 (auth-source-search-backends): Fix bug.
6446 (auth-source-netrc-create): Rework prompts.
6447
6448 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
6449
6450 * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6451 Lower case names of search constraints.
6452 (nnir-run-query): Cache and reuse search constraints for all imap
6453 servers.
6454
6455 2011-02-22 Sam Steingold <sds@gnu.org>
6456
6457 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
6458
6459 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
6460
6461 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6462 after exit.
6463 (gnus-setup-message): Define missing variable from last checkin.
6464
6465 * gnus-sum.el (gnus-summary-show-article): When called with t as the
6466 value, show the raw article.
6467
6468 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
6469
6470 * nnimap.el (nnimap-open-connection-1): Revert last change, since
6471 auth-source now accepts numbers.
6472
6473 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6474 spec, too.
6475 (auth-source-ensure-strings): New function.
6476
6477 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6478 (gnus-article-setup-buffer): Always restart the date timer so that user
6479 changes to the frequency is respected.
6480
6481 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6482 port numbers, so make sure it gets that if nnimap-server-port is
6483 explicit.
6484
6485 2011-02-21 Simon Josefsson <simon@josefsson.org>
6486
6487 * nnimap.el (nnimap-inbox): Doc fix.
6488
6489 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
6490
6491 * shr-color.el (shr-color->hexadecimal): Use renamed function names
6492 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6493 color-lab-to-srgb.
6494
6495 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
6496
6497 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6498 given method as in the group name if we're using an extended method.
6499 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6500 command, if we're using that, instead of waiting for the beginning.
6501
6502 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6503 we're sure to get unique server names, and we don't output two async
6504 commands in the same buffer. This fixes an NNTP hang for some users.
6505
6506 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
6507
6508 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6509 summary buffer before reading going to the next buffer. This avoids
6510 putting the point in the group buffer if you `C-g' the command.
6511
6512 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6513 cache (for now) to make ~/.authinfo.gpg files usable.
6514
6515 * nnfolder.el (copyright-update): Define for the compiler.
6516
6517 * auth-source.el (auth-source-search): Fix unbound variable.
6518
6519 2011-02-19 Glenn Morris <rgm@gnu.org>
6520
6521 * gnus.el (gnus-meta): Doc fix.
6522
6523 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
6524
6525 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6526 in case it's not yet loaded.
6527
6528 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
6529
6530 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6531 line we're waiting for.
6532
6533 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
6534
6535 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6536 face with line-width greater than zero will cause RET in gnus summary
6537 buffer to scroll down article page-wise because auto vscroll happens,
6538 it should be temporally disabled when doing a scroll-up.
6539
6540 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
6541
6542 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6543 outputs from the server.
6544
6545 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
6546
6547 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6548 later so that bbdb can hook in easier.
6549
6550 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
6551
6552 * auth-source.el (auth-source-search): Don't try to create credentials
6553 if the caller doesn't want that.
6554 (auth-source-search): If we don't find a match, don't bug out on
6555 non-bound variables.
6556 (auth-source-search): Only ask a single backend to create the
6557 credentials.
6558
6559 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6560 logging.
6561 (nnimap-credentials): Protect against auth-source-search returning nil.
6562 (nnimap-request-list): Protect against not being able to open the
6563 server.
6564
6565 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
6566
6567 * auth-source.el (auth-source-search): Do a two-phase search, one with
6568 no :create to get the responses from all backends.
6569
6570 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6571 when getting credentials.
6572
6573 * gnus-util.el (gnus-delete-duplicates): New function.
6574
6575 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
6576
6577 * nnimap.el (nnimap-credentials): Instead of picking the first port as
6578 a creation default, pass the whole port list down. It will be
6579 completed.
6580
6581 * auth-source.el (auth-source-search): Update docs to talk about
6582 multiple creation choices.
6583 (auth-source-netrc-create): Accept a list as a value (from the search
6584 parameters) and do completion on that list. Keep a separate netrc line
6585 with the password obscured for showing the user.
6586
6587 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6588 first choice to `auth-source-search' so it will be used for entry
6589 creation instead of the server's Gnus-specific name.
6590 (nnimap-credentials): Rely on the auth-source library to select which
6591 port is actually wanted in the new netrc entry, so don't override
6592 `auth-source-creation-defaults'.
6593
6594 * auth-source.el (auth-source-netrc-parse): Use :port instead of
6595 :protocol and accept a missing user, host, or port as a wildcard match.
6596 (auth-source-debug): Default to off.
6597
6598 (auth-source-netrc-search, auth-source-netrc-create)
6599 (auth-source-secrets-search, auth-source-secrets-create)
6600 (auth-source-user-or-password, auth-source-backend, auth-sources)
6601 (auth-source-backend-parse-parameters, auth-source-search): Use :port
6602 instead of :protocol.
6603
6604 * nnimap.el (nnimap-credentials): Pass a port default to
6605 `auth-source-search' in case an entry needs to be created.
6606 (nnimap-open-connection-1): Use :port instead of :protocol.
6607
6608 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
6609
6610 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
6611 instead of delete-dups that is not available in XEmacs 21.4.
6612
6613 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
6614
6615 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6616 nil means that nnimap doesn't get updated.
6617
6618 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
6619
6620 * auth-source.el (auth-source-netrc-create): Return a synthetic search
6621 result when the user doesn't want to write to the file.
6622 (auth-source-netrc-search): Expect a synthetic result and proceed
6623 accordingly.
6624 (auth-source-cache-expiry): New variable to override
6625 `password-cache-expiry'.
6626 (auth-source-remember): Use it.
6627
6628 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6629 parameter. Create entry if necessary by using :create t.
6630 (nnimap-open-connection-1): Don't pass `inhibit-create'.
6631
6632 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
6633
6634 * auth-source.el (auth-source-debug): Enable by default and don't
6635 mention the obsolete `auth-source-hide-passwords'.
6636 (auth-source-do-warn): New function to debug unconditionally.
6637 (auth-source-do-debug): Use it.
6638 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6639 and for Secrets API entries when the secrets.el library is not
6640 available.
6641
6642 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6643
6644 * gnus-sum.el (gnus-propagate-marks): Default to nil.
6645 (gnus-summary-exit): Kill the correct article buffer on exit from a
6646 `C-d' group.
6647
6648 * gnus-start.el (gnus-use-backend-marks): Remove, since it duplicates
6649 gnus-propagate-marks.
6650
6651 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6652 before killing the buffers so that a non-full window conf gets handled
6653 correctly.
6654 (gnus-summary-exit): Ditto.
6655 (gnus-summary-read-group-1): Ditto.
6656
6657 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6658 async code again so that we can debug it properly.
6659
6660 * message.el (message-reply): Take an optional switch-buffer parameter
6661 so that Gnus window confs are respected better.
6662
6663 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
6664
6665 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6666 `plist-get' to accept non-list parameters (XEmacs issue).
6667 Fix docstring.
6668 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6669 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6670 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6671 Login collection is "Login" and not "login".
6672
6673 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6674
6675 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6676 multiple headers.
6677
6678 * nnimap.el (nnimap-inhibit-logging): New variable.
6679 (nnimap-log-command): Don't log login commands.
6680
6681 * auth-source.el (auth-source-netrc-search): The asserts seem to want
6682 to have more parameters.
6683
6684 * nnimap.el (nnimap-send-command): Mark the command time for each
6685 command, so that we don't get NOOPs stepping on our toes.
6686
6687 * gnus-art.el (article-date-ut): Get the date from the Date header on
6688 `t'.
6689
6690 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
6691
6692 * auth-source.el (auth-source-search): Use copy-sequence instead of
6693 the cl.el copy-list.
6694
6695 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
6696
6697 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6698 Improve prompt.
6699
6700 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
6701
6702 * gnus-art.el (gnus-article-mode-line-format): Remove the article
6703 washing status from the default format. It isn't very informative.
6704
6705 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
6706
6707 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6708 Fix Gcc processing on imap.
6709
6710 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
6711
6712 * message.el (message-bury): Don't pop up a new window when selected
6713 window is dedicated.
6714
6715 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
6716
6717 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6718
6719 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
6720
6721 * sieve-manage.el: Autoload `auth-source-search'.
6722 (sieve-sasl-auth): Use it.
6723
6724 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
6725
6726 * nnimap.el: Autoload `auth-source-forget+'.
6727 (nnimap-open-connection-1): Use it if the connection fails.
6728
6729 * auth-source.el: Require `password-cache'.
6730 (auth-source-hide-passwords, auth-source-cache): Remove and mark
6731 obsolete.
6732 (auth-source-magic): Marker for `password-cache' keys.
6733 (auth-source-do-cache): Update docstring.
6734 (auth-source-search): Use and check cache.
6735 (auth-source-forget-all-cached, auth-source-remember)
6736 (auth-source-recall, auth-source-forget, auth-source-forget+)
6737 (auth-source-specmatchp): Caching support functions.
6738 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6739 Remove and obsolete.
6740 (auth-source-user-or-password): Remove caching to further discourage
6741 using it. Always hide passwords.
6742
6743 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
6744
6745 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6746 code for now, since it doesn't work for all users.
6747
6748 2011-02-09 Julien Danjou <julien@danjou.info>
6749
6750 * message.el (message-options): Make message-options really buffer
6751 local.
6752
6753 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
6754
6755 * mail-source.el: Autoload `auth-source-search'.
6756 (mail-source-keyword-map): Note order matters.
6757 (mail-source-set-1): Get all the mail-source source values and
6758 defaults and search auth-source on those if needed. This can all
6759 probably be simplified.
6760
6761 * nnimap.el: Autoload `auth-source-search'.
6762 (nnimap-credentials): Use it.
6763 (nnimap-open-connection-1): Ask for the virtual server and physical
6764 address in one shot.
6765
6766 * nntp.el: Autoload `auth-source-search'.
6767 (nntp-send-authinfo): Use it. Note TODO.
6768
6769 2011-02-08 Julien Danjou <julien@danjou.info>
6770
6771 * shr.el (shr-tag-body): Add support for text attribute in body
6772 markups.
6773
6774 * message.el (message-options): Make message-options a local variable.
6775
6776 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
6777
6778 * auth-source.el (auth-source-secrets-search)
6779 (auth-source-user-or-password): Use `append' instead of `nconc'.
6780 (auth-source-user-or-password): Build return list better and protect
6781 against nil :secret.
6782
6783 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
6784
6785 * nnimap.el (nnimap-update-info): Refactor slightly.
6786 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6787 (nnimap-update-info): Clean up slightly.
6788 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6789 characters.
6790 (nnimap-process-quirk): Rename function to avoid collision.
6791 (nnimap-update-info): Fix macrology bug-out.
6792 (nnimap-update-info): Simplify split history test.
6793
6794 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
6795
6796 * auth-source.el (top): Require 'eieio unconditionally.
6797 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6798 (auth-source-secrets-search): Limit search when `max' is greater than
6799 number of results.
6800
6801 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6802
6803 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6804 part not returning any data.
6805
6806 * proto-stream.el (open-protocol-stream): Document the return value.
6807
6808 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
6809
6810 * auth-source.el (auth-source-secrets-search): Add examples.
6811
6812 2011-02-06 Julien Danjou <julien@danjou.info>
6813
6814 * message.el (message-setup-1): Handle message-generate-headers-first
6815 set to t.
6816
6817 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
6818
6819 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6820 API with a string "secrets:collection-name" and with 'default.
6821 (auth-source-backend-parse): Parse "secrets:collection-name" and
6822 'default. Recurse on parses instead of repeating code. Use the
6823 Secrets API is the source is not nil and 'ignore otherwise. Emit a
6824 message when ignoring a source.
6825 (auth-source-search): List ignored search keys at the top level.
6826 (auth-source-netrc-create): Use `case' instead of `cond'.
6827 (auth-source-secrets-search): Created with TODOs.
6828 (auth-source-secrets-create): Created with TODOs.
6829 (auth-source-retrieve, auth-source-create, auth-source-delete)
6830 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6831 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6832 (auth-source-user-or-password-sftp)
6833 (auth-source-user-or-password-smtp): Remove.
6834 (auth-source-user-or-password): Deprecated and modified to be a wrapper
6835 around `auth-source-search'. Not tested thoroughly.
6836
6837 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
6838
6839 * auth-source.el: Bring in assoc and eioeio libraries.
6840 (secrets-enabled): New variable to track the status of the Secrets API.
6841 (auth-source-backend): New EIOEIO class to represent a backend.
6842 (auth-source-creation-defaults): New variable to set prompt defaults
6843 during token creation (see the `auth-source-search' docstring for
6844 details).
6845 (auth-sources): Simplify to allow a simple string as a netrc backend
6846 spec.
6847 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6848 (auth-source-backend-parse-parameters): Fill in the backend parameters.
6849 (auth-source-search): Main auth-source API entry point.
6850 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6851 (auth-source-search-collection): Helper function for searching.
6852 (auth-source-netrc-parse, auth-source-netrc-normalize)
6853 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6854 Supports search, create, and delete.
6855 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6856 backend stubs.
6857 (auth-source-user-or-password): Call `auth-source-search' but it's not
6858 ready yet.
6859
6860 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
6861
6862 * message.el (message-setup-1): Remove the read-only stuff, since it
6863 doesn't work under XEmacs, for some reason.
6864
6865 * gnus-sum.el (gnus-user-date): Rename back from
6866 gnus-summary-user-date since user code refers to it.
6867
6868 * shr.el (shr-render-td): Store the actual background color used.
6869
6870 * message.el (message-setup-1): Don't bind the constant
6871 -forbidden-properties.
6872 (message-setup-1): Revert previous change, since it needs to bind the
6873 props to insert them.
6874 (message-resend): Allow removing the read-only separator line.
6875
6876 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6877
6878 * nnimap.el (nnimap-request-accept-article): Give an error message if
6879 the APPEND wasn't successful.
6880
6881 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
6882
6883 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6884 that have no groups.
6885
6886 2011-02-03 Julien Danjou <julien@danjou.info>
6887
6888 * gnus-draft.el: Remove progn around gnus-draft-setup.
6889
6890 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6891
6892 * gnus-start.el (gnus-read-active-for-groups): This function is never
6893 called with a nil `infos', so clean that up.
6894 (gnus-get-unread-articles): Request active files from primary/secondary
6895 methods that have no groups (yet).
6896
6897 2011-02-03 Julien Danjou <julien@danjou.info>
6898
6899 * message.el (message-setup-1): Always generate References first.
6900 (message-mail): Return the return value of message-setup, not always t.
6901 (message-setup-1): Insert mail-header-separator with read-only and
6902 intangible properties set.
6903
6904 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6905 user-date in docstring.
6906
6907 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6908
6909 * gnus.el (gnus-summary-line-format): Mention &user-date format in
6910 docstring.
6911
6912 * gnus.el (gnus-user-date-format-alist): Change default value.
6913 Use defcustom, with type and group. Move from gnus-util.el.
6914 Rename to gnus-summary-user-date-format-alist.
6915
6916 2011-02-03 Glenn Morris <rgm@gnu.org>
6917
6918 * nnimap.el (gnus-fetch-headers): Declare.
6919
6920 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6921
6922 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6923
6924 * message.el (message-forward-make-body-digest-plain)
6925 (message-followup, message-reply): Clean up things noted by Stefan.
6926
6927 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6928 gnus-article-update-date-headers is nil.
6929 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6930 it didn't really work with defcustom.
6931 (article-update-date-lapsed): Make sure the window start doesn't move,
6932 either.
6933
6934 2011-02-01 Julien Danjou <julien@danjou.info>
6935
6936 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6937 format.
6938
6939 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6940 standard in Emacs nowadays.
6941
6942 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
6943
6944 * message.el (message-expand-name): Don't trust the return value of
6945 bbdb-complete-name.
6946 (message-check-news-header-syntax): Remove unused var `start'.
6947 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6948 (message-inhibit-body-encoding): Move to before first use.
6949 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6950 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6951 (Organization, Message-ID, Date, mh-previous-window-config):
6952 Defvar the vars using dynamic scoping.
6953
6954 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
6955
6956 * shr.el (shr-render-td): Only do colors at the final rendering.
6957 Should be slightly faster.
6958 (shr-insert-table): Fix up TD background colors when doing the
6959 vertical padding.
6960
6961 * gnus-art.el (article-date-ut): Protect against articles with no Date
6962 header.
6963 (article-update-date-lapsed): Don't use current-column to find the
6964 horizontal position. It's fragile in the presence of \003 characters.
6965
6966 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6967
6968 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
6969
6970 * gnus-art.el (article-transform-date): Rewrite to still work when
6971 there are several rfc2822 parts.
6972 (article-transform-date): Fix infinite recursion.
6973 (article-date-ut): Replace infinitely many Date headers with a single
6974 one when called interactively.
6975
6976 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6977 secure manner.
6978
6979 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6980 move around by not using save-window-excursion. It seems to work...
6981
6982 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
6983
6984 * gnus-art.el (article-make-date-line): Work for user-defined format.
6985
6986 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
6987
6988 * nntp.el (nntp-retrieve-group-data-early)
6989 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6990 fetching functions.
6991
6992 * gnus-start.el (gnus-read-active-for-groups): Read the active files
6993 thoroughly for all backends that have no known groups. This should
6994 allow new nnml methods to retrieve mail.
6995
6996 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6997 that Gnus doesn't know exists again.
6998
6999 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7000 (gnus-treat-date-ut): Ditto.
7001 (gnus-article-update-date-header): Rename.
7002 (gnus-treat-date-local): Remove.
7003 (gnus-treat-date-english): Remove.
7004 (gnus-treat-date-lapsed): Remove.
7005 (gnus-treat-date-combined-lapsed): Remove.
7006 (gnus-treat-date-original): Remove.
7007 (gnus-treat-date-iso8601): Remove.
7008 (gnus-treat-date-user-defined): Remove.
7009 (gnus-article-date-headers): New variable to control all the date
7010 header options.
7011 (article-date-ut): Rewrite to allow using the new way to format date
7012 headers(s).
7013
7014 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
7015
7016 * nnmail.el (nnmail-article-group): Check for a direct fancy split
7017 method.
7018 (nnmail-article-group): A better test for fanciness.
7019
7020 * nnimap.el (nnimap-request-head): Protect against not finding the
7021 article by Message-ID.
7022
7023 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
7024
7025 * gnus-art.el (article-update-date-lapsed): Try a better way to really
7026 keep point at the "same place".
7027
7028 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
7029
7030 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7031 data if the group is inactive.
7032
7033 2011-01-28 Julien Danjou <julien@danjou.info>
7034
7035 * gnus-win.el: Remove dead function gnus-window-configuration-element.
7036 (gnus-all-windows-visible-p): Remove old compatibility code.
7037 (gnus-window-top-edge): Add docstring.
7038
7039 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7040
7041 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
7042
7043 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7044 older request-update-info.
7045
7046 * gnus-art.el (article-make-date-line): Limit the length a bit more.
7047
7048 2011-01-28 Daiki Ueno <ueno@unixuser.org>
7049
7050 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7051 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7052
7053 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
7054
7055 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7056 groups. This makes the nndraft:queue group pop up if it's not already
7057 there.
7058
7059 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7060 messages" logic, which was reversed.
7061
7062 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7063 the "same place" even if point is on the line being replaced.
7064 (article-update-date-lapsed): Allow updating both the combined lapsed
7065 and the lapsed headers.
7066 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7067 (article-make-date-line): Limit the number of segments dynamically to
7068 avoid too-long lines.
7069
7070 2011-01-27 Julien Danjou <julien@danjou.info>
7071
7072 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7073 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7074
7075 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
7076
7077 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7078 Use plist-get instead of the cl function getf.
7079
7080 2011-01-27 Glenn Morris <rgm@gnu.org>
7081
7082 * gnus-util.el (float-time): Get rid of compiler warning, again.
7083
7084 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
7085
7086 * shr.el (shr-put-color): Special-case background colors: Do put them
7087 at the blank parts at the front of the lines.
7088
7089 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7090 exit hook to nix out all data on readedness on group exit.
7091
7092 * gnus-util.el (float-time): If float-time is bound, always use it on
7093 all Emacsen. It's unclear why the subrp check was there.
7094 (time-date): Require to make some autoload issues on XEmacs go away.
7095
7096 * shr.el (shr-put-color): Don't do the box padding in tables, since
7097 they're already padded.
7098
7099 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
7100
7101 * gnus-art.el (gnus-article-next-page): When the last line of the
7102 article is displayed, scroll down once more instead of going to the
7103 next article at once.
7104 (article-lapsed-string): Refactor out and allow specifying how many
7105 segments you want.
7106 (gnus-article-setup-buffer): Start updating the lapsed header directly.
7107 (gnus-article-update-lapsed-header): New variable.
7108
7109 * shr.el: Revert change that made headings use different-sized faces.
7110 The Emacs display engine isn't advanced enough that, for instance,
7111 tables can comfortably use differently-sized faces.
7112
7113 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
7114
7115 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7116 used.
7117 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7118 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7119 we're using an encrypted connection.
7120
7121 * proto-stream.el: Alter the interface functions to also return the
7122 actual stream type used: network or TLS.
7123
7124 2011-01-25 Julien Danjou <julien@danjou.info>
7125
7126 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7127 (mm-display-javascript-inline): New function.
7128
7129 * mm-decode.el (mm-inline-media-tests): Add application/javascript
7130 viewing function.
7131
7132 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
7133
7134 * shr.el (shr-expand-newlines): Fix variable name.
7135
7136 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
7137
7138 * shr.el (shr-expand-newlines): Make nested boxes work.
7139
7140 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
7141
7142 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7143 backgrounds.
7144 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7145 in a more sensible manner.
7146
7147 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
7148
7149 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7150 if EPG is loaded.
7151
7152 2011-01-24 Julien Danjou <julien@danjou.info>
7153
7154 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7155 tags.
7156
7157 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
7158
7159 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7160 commands.
7161
7162 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7163 in the article buffer.
7164 (gnus-gravatar-insert): Use blank space from the current buffer to
7165 avoid breaking text properties. This makes X-Sent updating work again.
7166
7167 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7168
7169 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
7170
7171 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7172 fix the bug in url-http.el instead.
7173
7174 * shr.el (shr-image-fetched): Ditto.
7175
7176 * shr.el (shr-image-fetched): Avoid having point move in the article
7177 buffer.
7178
7179 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7180 buffer after being called. It's apparently being killed by url.el, and
7181 killing it made point move to end-of-buffer in a random buffer.
7182
7183 * shr.el (shr-image-fetched): Ditto.
7184
7185 2011-01-23 Julien Danjou <julien@danjou.info>
7186
7187 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7188
7189 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7190 text/x-org.
7191
7192 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
7193
7194 * gnus-sum.el (gnus-summary-move-article): Protect against backends
7195 (i.e., nnimap) returning nil as the article number.
7196
7197 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
7198
7199 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7200 "DelSp" parameter in RFC3676.
7201
7202 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
7203
7204 * message.el (message-check-recipients): Display the encoded version of
7205 the bogus address if they differ.
7206
7207 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7208 after sending.
7209
7210 * gnus-agent.el (gnus-agent-send-mail): Ditto.
7211
7212 * gnus-group.el (gnus-group-refresh-group): New convenience function.
7213
7214 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7215 group buffer after sending the queue.
7216
7217 * gnus-agent.el (gnus-agent-send-mail): Ditto.
7218
7219 2011-01-22 Julien Danjou <julien@danjou.info>
7220
7221 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7222
7223 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
7224
7225 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7226 nested related parts.
7227
7228 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7229 unexpired articles. This fixes the regression that led expiry marks to
7230 disappear from nnfolder groups.
7231
7232 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
7233
7234 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7235 Don't confuse the "ret" of "retrograde" with RET.
7236
7237 2011-01-21 Julien Danjou <julien@danjou.info>
7238
7239 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7240 than mm-insert-inline.
7241
7242 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
7243
7244 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7245 Widen article buffer.
7246
7247 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
7248
7249 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7250 the temp buffer.
7251 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7252
7253 2011-01-20 Julien Danjou <julien@danjou.info>
7254
7255 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7256
7257 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7258 than mm-insert-inline to insert inline part: this respect
7259 mm-inline-media-tests displayers.
7260
7261 * mm-view.el (mm-display-shell-script-inline): New function.
7262
7263 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7264
7265 * mm-uu.el (mm-uu-type-alist): Add org block.
7266 (mm-uu-org-src-code-block-extract): New function.
7267
7268 * mm-view.el (mm-display-org-inline): New function.
7269
7270 * mm-decode.el (mm-automatic-display): Add text/org.
7271
7272 * mailcap.el (mailcap-mime-extensions): Add .org.
7273
7274 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
7275
7276 * gnus-art.el (gnus-article-highlight): Remove argument passed to
7277 gnus-article-add-buttons.
7278
7279 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
7280
7281 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7282 From header with a date and "nobody" as the sender.
7283
7284 2011-01-19 Julien Danjou <julien@danjou.info>
7285
7286 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7287 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7288 if you have the same regexp several times.
7289 (gnus-button-push): Fix matching when regexp is symbol.
7290
7291 2011-01-15 Glenn Morris <rgm@gnu.org>
7292
7293 * message.el (message-mail): A compose-mail function should
7294 accept headers as strings.
7295
7296 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
7297
7298 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7299 Add :vert-only tags.
7300 (message-mail): New arg RETURN-ACTION.
7301 (message-return-action): New var.
7302 (message-bury): Use it.
7303 (message-mode): Make it buffer-local.
7304 (message-send-and-exit): Always call message-bury.
7305
7306 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
7307 message-mail.
7308
7309 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7310
7311 * nnimap.el (nnimap-convert-partial-article): Protect against
7312 zero-length body parts.
7313
7314 * mm-decode.el (mm-preferred-alternative-precedence):
7315 Discourage showing empty parts.
7316
7317 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7318 and stuff if the backend didn't return the article number. This fixes
7319 an Exchange-related nnimap bug.
7320
7321 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7322 group window, because it does the wrong thing when a separate frame
7323 displays the group buffer.
7324
7325 * proto-stream.el (open-protocol-stream): Protect against the low-level
7326 transport functions returning nil.
7327
7328 2011-01-07 Daiki Ueno <ueno@unixuser.org>
7329
7330 * mml2015.el (epg-sub-key-fingerprint): Autoload.
7331 (mml2015-epg-find-usable-secret-key): New function.
7332 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7333 mml2015-epg-find-usable-key (Bug#7797).
7334 (mml2015-epg-encrypt): Ditto.
7335
7336 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7337
7338 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7339
7340 2011-01-03 Glenn Morris <rgm@gnu.org>
7341
7342 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7343
7344 * sieve.el (sieve-open-server): Give a more explicit error if
7345 sieve-manage-open returns nil. (Bug#7720)
7346
7347 2011-01-02 Karl Fogel <kfogel@red-bean.com>
7348
7349 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7350
7351 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7352
7353 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7354 This avoids sending passwords in plain text over non-encrypted
7355 channels.
7356
7357 * shr.el (shr-rescale-image): Display all GIF images as animated images.
7358
7359 * nnimap.el (nnimap-login): Refactored out into own function, and
7360 implement CRAM-MD5.
7361 (nnimap-wait-for-line): Refactored out.
7362
7363 * mm-view.el (mml-smime): Require.
7364
7365 2010-12-20 David Engster <deng@eml.cc>
7366
7367 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7368 use EPG to decrypt S/MIME messages instead of openssl.
7369
7370 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7371
7372 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7373
7374 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7375 status is the group clearly is unreachable.
7376
7377 * auth-source.el (auth-source-create): Add the optional second
7378 parameter to `local-variable-p' to be compatible with XEmacs.
7379
7380 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
7381
7382 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7383 work when using a compressed nnml folder.
7384
7385 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7386
7387 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7388 backends after sanitising on entry, because this never makes sense:
7389 If the articles have gone missing, then the data no longer exists on
7390 the backend, and if they haven't, then Gnus is wrong, and shouldn't
7391 overwrite anything anyway.
7392
7393 * shr.el (shr-insert-document): Bind shr-width dynamically to
7394 window-width if it's nil.
7395
7396 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
7397
7398 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7399 with the meaning of using the full emacs window width for rendering.
7400
7401 2010-12-27 Daiki Ueno <ueno@unixuser.org>
7402
7403 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7404 case when sender is not given.
7405
7406 2010-12-23 Julien Danjou <julien@danjou.info>
7407
7408 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7409 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7410 the addresses, otherwise we might misplaced the gravatar.
7411
7412 2010-12-21 Daiki Ueno <ueno@unixuser.org>
7413
7414 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7415 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7416 obsolete in Emacs.
7417
7418 2010-12-20 Julien Danjou <julien@danjou.info>
7419
7420 * gnus-util.el (gnus-rescale-image): Revert last change.
7421
7422 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7423
7424 * gnus-group.el (gnus-group-delete-articles): New command.
7425
7426 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
7427
7428 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7429
7430 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7431
7432 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7433 here, since it's up to the backends to do CRLF removal if their
7434 protocol has it.
7435
7436 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7437
7438 2010-12-17 Julien Danjou <julien@danjou.info>
7439
7440 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7441 they are from file. Can also scale up.
7442
7443 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
7444
7445 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7446 Restore gnus-use-agent.
7447 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7448
7449 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7450
7451 2010-12-17 Julien Danjou <julien@danjou.info>
7452
7453 * gravatar.el (gravatar-retrieve-synchronously): New function.
7454 (gravatar-get-data): Make more robust.
7455
7456 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7457
7458 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7459 to really consider the last line.
7460
7461 2010-12-16 Daiki Ueno <ueno@unixuser.org>
7462
7463 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7464 list of recipient keys, or use symmetric encryption if not a list.
7465 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7466 EPA override, replacing the call to `netrc-store-data'.
7467
7468 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
7469
7470 * gnus-srvr.el: Avoid passing nil regexp argument to
7471 delete-matching-lines.
7472
7473 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7474
7475 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7476 fetching stops when Gnus exits.
7477
7478 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7479 function.
7480 (nnfolder-request-expire-articles): Save all the buffers after doing
7481 expiry.
7482
7483 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7484 the last article", since that led to serious performance regressions
7485 when expiring nnml groups.
7486
7487 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
7488
7489 * nnir.el: Improve customizations.
7490
7491 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7492
7493 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7494
7495 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7496 group has been killed.
7497 (gnus-group-yank-group): Ditto.
7498
7499 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7500
7501 * nnimap.el (nnimap-request-update-group-status): New function.
7502
7503 * gnus-int.el (gnus-request-update-group-status): New interface
7504 function.
7505
7506 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7507 copying read-ness to the backends.
7508
7509 * nnimap.el (nnimap-quirk): New function.
7510 (nnimap-retrieve-group-data-early): Use it.
7511 (nnimap-quirks): New alist.
7512
7513 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
7514
7515 * shr.el (shr-insert): Set shr-start after deleting trailing space;
7516 don't delete it within indentation.
7517
7518 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7519
7520 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7521 previous line.
7522
7523 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7524
7525 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7526 QRESYNC command by deleting a superfluous space which broke Cyrus
7527 servers. This change will break other servers that are buggy the other
7528 way around.
7529
7530 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
7531
7532 * spam.el: Reindent and fix long lines.
7533 (spam-copy-or-move-routine): Exclude invalid move destinations.
7534
7535 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
7536
7537 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7538 installed the registry.
7539
7540 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
7541
7542 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7543 groupname doesn't contain "gmane".
7544
7545 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7546
7547 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7548 (gnus-1): Don't create the nndrafts group twice.
7549 (gnus-setup-news): There's no need to read the active file here, since
7550 that's done again later on a per-backend basis.
7551 (gnus-start-draft-setup): Make sure that the new group is started out
7552 empty.
7553
7554 * gnus-agent.el (gnus-agentize): Don't create the queue group
7555 automatically on startup. It'll be created later, if needed.
7556
7557 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7558 of automatically subscribed groups.
7559 (gnus-auto-subscribed-categories): New variable.
7560 (gnus-matches-options-n): Use it.
7561 (gnus-default-subscribed-newsgroups): Remove unused variable.
7562 (gnus-start-draft-setup): Message a bit less.
7563
7564 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
7565
7566 * nnir.el (nnir-run-imap): Return article list in order of increasing
7567 UID.
7568
7569 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7570
7571 * gnus-sum.el (gnus-summary-enter-digest-group):
7572 Mention gnus-auto-select-on-ephemeral-exit.
7573
7574 * proto-stream.el (proto-stream-open-network-only): Fix the calling
7575 convention of the network-only option.
7576
7577 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7578
7579 * proto-stream.el (proto-stream-open-network-only): New function to
7580 have a way to specify non-STARTTLS upgrade connections.
7581
7582 2010-12-10 Julien Danjou <julien@danjou.info>
7583
7584 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7585 email address is nil.
7586
7587 * message.el (message-bogus-recipient-p): Set address to "" if nil.
7588
7589 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
7590
7591 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7592 deletion.
7593 (nnir-run-imap): Only need to parse list once.
7594
7595 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7596
7597 * shr.el (shr-tag-script): Ignore <script>.
7598 (shr-tag-label): Add <label> support.
7599
7600 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
7601
7602 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7603
7604 * shr.el (shr-image-displayer): Work for images lined side by side.
7605
7606 2010-12-08 Robert Pluim <rpluim@gmail.com>
7607
7608 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7609 parameter, since XEmacs doesn't accept t as a parameter.
7610
7611 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
7612
7613 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7614 ids.
7615 (nnir-run-gmane): Simplify groupspec formatting.
7616 (nnir-request-expire-articles): New function.
7617
7618 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7619
7620 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7621 overflow, possibly.
7622
7623 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7624 (shr-render-td): Handle td style="" better.
7625 (shr-tag-table): Use the color from the style sheet.
7626 (shr-render-td): Make sure we copy over all the overlays, too.
7627
7628 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
7629
7630 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7631 (nnir-request-article): Improve article retrieval.
7632
7633 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
7634
7635 * mm-util.el (mm-extra-numeric-entities): New variable.
7636
7637 * mm-url.el (mm-url-decode-entities):
7638 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7639
7640 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7641
7642 * message.el: Use completion-at-point.
7643 (message-completion-function): New fun, extracted from message-tab.
7644 (message-mode): Use it for completion-at-point-functions.
7645 (message-tab): Use it and completion-at-point.
7646
7647 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
7648
7649 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7650 character if a non-breakable character follows.
7651
7652 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7653
7654 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7655 any stream.
7656
7657 * shr.el (shr-tag-font): Colorize the region.
7658 (shr-tag-body): Ditto.
7659 (shr-tag-font): Actually let the styles be inherited instead of
7660 overwriting them.
7661 (shr-tag-font): Get the background color right.
7662 (shr-tag-style): Ignore all <style> tags for the moment.
7663
7664 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7665 a Message-ID to avoid having nnimap depend on gnus-sum.
7666
7667 * shr.el (shr-descend): Only colorize something if we have a node that
7668 sets colors.
7669
7670 2010-12-06 Julien Danjou <julien@danjou.info>
7671
7672 * shr.el (shr-render-td): Render td content with shr-descend, so style
7673 will be applied to <td> too.
7674 (shr-colorize-region): Colorize region even if we only have a background.
7675 (shr-tag-body): Fix color and background color inheritance.
7676 Do not recolorize after shr-generic.
7677 (shr-tag-font): Let shr-generic colorize via inheritance.
7678
7679 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
7680
7681 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7682
7683 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
7684
7685 * nnir.el (nnir-request-move-article): Remove obsolete code.
7686
7687 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7688
7689 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7690
7691 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7692
7693 * gnus-sum.el (gnus-summary-respool-article): The completion function
7694 expects a list instead of an alist.
7695
7696 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7697 string as the parameter.
7698
7699 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7700
7701 * shr.el (shr-stylesheet): New dynamic variable for cascading the
7702 styles.
7703 (shr-colorize-region): New function.
7704 (shr-insert-background-overlay): Remove.
7705 (shr-render-td): Background setting should be taken care of on a higher
7706 level.
7707 (shr-tag-body): Use post-hoc colorizations.
7708 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7709 (shr-put-color-1): Don't overwrite old colors.
7710 (shr-colorize-region): When the background color isn't explicit, use
7711 a fixed background.
7712
7713 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7714 nnmail variables.
7715
7716 2010-12-05 Bjørn Mork <bjorn@mork.no>
7717
7718 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7719 unless necessary.
7720
7721 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
7722
7723 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7724 server.
7725
7726 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7727
7728 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7729 so that TAB works.
7730
7731 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7732 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7733
7734 * shr.el (shr-urlify): Show the URL before the title to avoid
7735 misleading URLs.
7736
7737 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
7738
7739 * shr.el (shr-urlify): Display the title in <a> tags.
7740
7741 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
7742
7743 * nnir.el (nnir-categorize): Replace mapcar with mapc.
7744
7745 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
7746
7747 * nnir.el: Rearrange code to allow macros to be autoloaded by
7748 gnus-sum.el.
7749 (nnir-retrieve-headers-override-function): Make this variable
7750 customizable.
7751 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7752
7753 * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
7754 from nnir.el.
7755
7756 2010-12-03 Julien Danjou <julien@danjou.info>
7757
7758 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7759
7760 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7761
7762 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7763 allow optional argument `environment'.
7764
7765 2010-12-03 Glenn Morris <rgm@gnu.org>
7766
7767 * mm-extern.el (message-goto-body): Update declaration.
7768
7769 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7770
7771 * gnus-util.el (gnus-macroexpand-all): New function.
7772
7773 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7774 instead of macroexpand-all that is unavailable in XEmacs.
7775
7776 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
7777
7778 * nnir.el (nnir-summary-line-format): New variable.
7779 (nnir-mode): Use it.
7780 (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
7781 (nnir-article-ids): Reimplement as defsubst.
7782 (nnir-retrieve-headers): Don't mangle the subject header.
7783 (nnir-run-imap): Use 100 as RSV score.
7784 (nnir-run-find-grep): Fix for full server searching.
7785 (nnir-run-gmane): Better restriction to gmane groups.
7786
7787 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7788 summary buffers.
7789
7790 2010-12-02 Julien Danjou <julien@danjou.info>
7791
7792 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7793
7794 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7795
7796 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7797 support.
7798
7799 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
7800
7801 * nnir.el: Update to handle the registry better.
7802 (autoload): Silence byte-compiler.
7803 (nnir-open-server): Add a hook for nnir groups.
7804 (nnir-request-move-article): Don't mangle the header. Better to use
7805 formatting variables (which will be added in the future).
7806 (nnir-registry-action): Update the registry using the original article
7807 group name.
7808 (nnir-mode): Install nnir-specific hooks for updating the registry.
7809
7810 * gnus-sum.el
7811 (gnus-article-original-subject, gnus-newsgroup-original-name):
7812 Remove obsolete variables.
7813 (gnus-summary-move-article): Remove use of obsolete variables.
7814 (gnus-summary-local-variables): Make move and delete hooks local to
7815 summary buffers.
7816
7817 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7818
7819 * rtree.el: New file.
7820
7821 2010-12-01 Julien Danjou <julien@danjou.info>
7822
7823 * message.el (message-user-organization): Do not use
7824 gnus-local-organization.
7825
7826 * gnus.el: Remove gnus-local-organization.
7827
7828 * gnus-msg.el: Remove nastygram thing.
7829
7830 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
7831
7832 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7833 funcall.
7834
7835 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
7836
7837 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7838 names.
7839
7840 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7841 characters.
7842
7843 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7844 to t of inhibit-read-only since it is inside gnus-with-article-headers.
7845 Suggested by Štěpán Němec <stepnem@gmail.com>.
7846 (gnus-gravatar-transform-address): Use mail-extract-address-components
7847 that supports non-ASCII names rather than mail-header-parse-addresses.
7848
7849 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7850
7851 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
7852 handled by the network handler.
7853
7854 2010-11-30 Julien Danjou <julien@danjou.info>
7855
7856 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7857 (nnimap-open-connection-1): Fix PREAUTH.
7858
7859 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7860
7861 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7862
7863 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7864 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7865 (shr-insert): Use them.
7866 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7867
7868 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
7869
7870 * nnir.el (nnir-request-move-article): Bail out if original group
7871 doesn't support article moves.
7872 (nnir-get-active): Improve active list retrieval.
7873
7874 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7875
7876 * shr.el (shr-find-fill-point): Don't break before apostrophes.
7877
7878 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
7879
7880 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7881 seem to accept strings-with-numbers as port numbers.
7882
7883 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
7884
7885 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7886 change the registry.
7887
7888 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7889
7890 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7891 delete-dups that is not available in XEmacs 21.4.
7892
7893 * mm-util.el (mm-delete-duplicates): Add comment.
7894
7895 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
7896
7897 * nnir.el (nnir-ignored-newsgroups): New variable.
7898 (nnir-get-active): Use it.
7899
7900 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7901
7902 * proto-stream.el (proto-stream-open-network): Add some comments.
7903
7904 * nntp.el (nntp-open-connection): Provide a :success condition.
7905
7906 * nnimap.el (nnimap-open-connection-1): Ditto.
7907
7908 * proto-stream.el (proto-stream-open-network): See what the response to
7909 the STARTTLS command is.
7910
7911 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7912 backwards compatibility).
7913 (nnimap-open-connection-1): Really respect nnimap-server-port.
7914
7915 * proto-stream.el (proto-stream-open-network): When doing opportunistic
7916 TLS upgrades we don't really care about the identity of the peer.
7917 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7918 that what we've checked for.
7919 (proto-stream-always-use-starttls): Only default to t if
7920 open-gnutls-stream exists.
7921 (proto-stream-open-network): If STARTTLS failed, then just open a
7922 normal connection.
7923 (proto-stream-open-network): Wait until the greeting before doing
7924 STARTTLS.
7925
7926 * nntp.el (nntp-open-connection): Report what the connection error is.
7927
7928 * proto-stream.el (open-protocol-stream): Rename from
7929 open-proto-stream.
7930
7931 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7932
7933 * nnimap.el (nnimap-stream): Change default to `undecided'.
7934 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7935 first, and then network.
7936 (nnimap-open-connection-1): Respect nnimap-server-port.
7937 (nnimap-open-connection): Be more backwards-compatible.
7938
7939 * proto-stream.el (proto-stream-always-use-starttls): New variable.
7940 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
7941 (proto-stream-open-starttls): Folded back into the main function.
7942 (proto-stream-open-network): Fix typo in the GnuTLS path.
7943 (proto-stream-command): Refactor out.
7944
7945 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7946
7947 * proto-stream.el (proto-stream-open-starttls): Actually implement the
7948 starttls.el STARTTLS.
7949
7950 * color.el (color-lab->srgb): Fix function call name.
7951
7952 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7953 if we're using tls.el.
7954 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
7955 built in, then don't try to establish a STARTTLS connection.
7956
7957 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7958 servers.
7959
7960 * proto-stream.el (open-proto-stream): Use network, not stream.
7961 (open-proto-stream): Add a way to specify what the end of a command is.
7962
7963 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7964 connections types.
7965 (nntp-open-network-stream): Remove.
7966 (nntp-open-ssl-stream): Remove.
7967 (nntp-open-tls-stream): Remove.
7968 (nntp-ssl-program): Remove.
7969
7970 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7971
7972 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
7973
7974 * nnir.el: Fix typos.
7975 (nnir-retrieve-headers-override-function): Rename variable to reflect
7976 new semantics.
7977 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7978 macros.
7979 (nnir-request-article, nnir-request-move-article): Use them.
7980 (nnir-categorize): New function.
7981 (nnir-run-query): Use it.
7982 (nnir-retrieve-headers): Rewrite to batch header retrieval.
7983 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7984 sorted.
7985 (nnir-group-full-name): Use gnus-group-full-name instead.
7986 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7987 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7988
7989 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7990
7991 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7992
7993 * proto-stream.el: New library to provide protocol-specific
7994 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7995 protocols.
7996 (open-proto-stream): Complete the documentation.
7997 (proto-stream-open-network): Fix some typos.
7998
7999 * nnimap.el (nnimap-open-connection): Use it.
8000
8001 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
8002
8003 * pop3.el (pop3-open-server): Read server greeting before starting TLS
8004 negotiation.
8005
8006 2010-11-26 Julien Danjou <julien@danjou.info>
8007
8008 * color.el: Rename various rgb functions to srgb.
8009
8010 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8011
8012 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8013 names.
8014
8015 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8016
8017 * shr.el (shr-insert): Revert last change.
8018 (shr-find-fill-point): Never leave point being at bol;
8019 relax the kinsoku limitation when rendering tables.
8020
8021 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8022
8023 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8024 results from -accept-article.
8025
8026 * shr-color.el: Require cl when compiling.
8027
8028 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8029 checkin.
8030
8031 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8032
8033 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8034
8035 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8036 'add and 'delete to set backend marks.
8037
8038 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8039
8040 * nnheader.el (nnheader-update-marks-actions): Refactor out.
8041
8042 * nntp.el (nntp-request-set-mark): Use it.
8043
8044 * nnfolder.el (nnfolder-request-set-mark): Ditto.
8045
8046 * nnml.el (nnml-request-set-mark): Ditto.
8047
8048 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8049 introduces regressions in article selection.
8050 (nnimap-find-uid-response): New function.
8051 (nnimap-request-accept-article): Use the UID returned, if any.
8052 (nnimap-request-move-article): Use the UID returned, if any.
8053 (nnimap-get-groups): Reimplement to work with folded lines.
8054 (nnimap-find-uid-response): The UID is the last element in the list.
8055 (nnimap-request-set-mark): Extend syntax with 'set.
8056
8057 * nnml.el (nnml-request-set-mark): Ditto.
8058
8059 * nnfolder.el (nnfolder-request-set-mark): Ditto.
8060
8061 * nntp.el (nntp-request-set-mark): Ditto.
8062
8063 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8064
8065 * message.el (message-called-interactively-p): A temporary macro.
8066 (message-goto-body): Use it temporarily.
8067
8068 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8069
8070 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8071 (nnimap-last-response-string): Unfold quoted lines, if they exist.
8072 (nnimap-last-response-string): Fix last unfolding fix.
8073
8074 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8075
8076 * shr.el (shr-insert): Fix the way to fold lines.
8077
8078 2010-11-25 Julien Danjou <julien@danjou.info>
8079
8080 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8081
8082 * color.el: Rename from color-lab.el
8083 (color-rgb->hex): Add.
8084 (color-complement): Add.
8085 (color-complement-hex): Add.
8086
8087 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8088
8089 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8090
8091 * shr-color.el (shr-color-visible): Don't bug out if the color names
8092 don't exist.
8093
8094 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8095
8096 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8097 assuming that article displaying or another mml-preview may be
8098 interrupted for an error or for the like.
8099
8100 * shr.el (shr-get-background): Fix argument name.
8101
8102 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8103
8104 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8105
8106 * gnus-sum.el (gnus-summary-include-articles): New function.
8107
8108 * message.el (message-goto-body): called-interactively-p needs a
8109 parameter, so use `any'.
8110
8111 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8112 clear marks before moving, since they're synced from the Gnus side
8113 first.
8114
8115 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8116 (gnus-summary-move-article): Copy over all marks before moving, so that
8117 IMAP doesn't think a new article has arrived.
8118
8119 2010-11-24 Julien Danjou <julien@danjou.info>
8120
8121 * shr.el (shr-insert-background-overlay): Fix typo.
8122 (shr-render-td): Copy the background before rendering.
8123
8124 * shr-color.el (shr-color-visible): Fix docstring.
8125
8126 * shr.el (shr-tag-table): Add bgcolor support.
8127 (shr-render-td): Add bgcolor support.
8128 (shr-get-background): Add.
8129 (shr-insert-foreground-overlay): Use shr-get-background.
8130
8131 * message.el (message-goto-body): Use called-interactively-p.
8132 (message-in-body-p): message-goto-body returns point.
8133
8134 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8135
8136 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
8137 Fixes something or other in Emacs 23, and is backwards compatible.
8138
8139 * message.el (message-goto-body): Remove the <#secure special-casing,
8140 which is too special.
8141
8142 * shr.el (shr-parse-style): Drop !important from styles.
8143
8144 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
8145
8146 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8147 this function to return incorrect results when calling it with an
8148 explicit article argument different from
8149 (gnus-summary-article-number).
8150
8151 2010-11-24 Julien Danjou <julien@danjou.info>
8152
8153 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8154 (shr-tag-body): Add background support.
8155 (shr-descend): Add background support.
8156 (shr-tag-title): Add.
8157
8158 * shr-color.el (shr-color-visible): Really return original background
8159 if fixed.
8160
8161 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8162
8163 * shr.el (shr-color-check): Protect against non-existent color names.
8164
8165 2010-11-24 Julien Danjou <julien@danjou.info>
8166
8167 * color-lab.el: Require 'cl when compiling.
8168
8169 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8170
8171 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8172 matched part.
8173
8174 * color-lab.el: Fix all expt calls to use float type.
8175
8176 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
8177
8178 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8179 expression to shr-color-check as is.
8180
8181 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8182
8183 * color-lab.el: Add coding cookie.
8184 (float-pi): Use eval-and-compile.
8185
8186 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8187
8188 * shr.el (shr-insert-color-overlay): Split stuff like
8189 "#444444 !important" to find the real color.
8190 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8191 parse <font color="red"> entries.
8192
8193 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
8194
8195 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
8196 point when parsing headers.
8197
8198 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
8199 is positioned properly when parsing headers.
8200
8201 2010-11-23 Julien Danjou <julien@danjou.info>
8202
8203 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8204
8205 * shr-color.el (shr-color->hexadecimal): Add support for color names.
8206
8207 * shr.el (shr-parse-style): Replace \n with space in style parsing.
8208
8209 * shr-color.el (shr-color-hsl-to-rgb-fractions):
8210 Use shr-color-hue-to-rgb.
8211 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8212
8213 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8214
8215 * shr.el (shr-color->hexadecimal): Autoload.
8216 (shr-descend): Add color to all tags.
8217
8218 2010-11-22 Julien Danjou <julien@danjou.info>
8219
8220 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8221 shr-color->hexadecimal.
8222
8223 * shr-color.el (shr-color->hexadecimal): Add converting functions for
8224 RGB() or HSL() color representation.
8225
8226 * shr.el (shr-tag-font): Add.
8227 (shr-tag-color-check): New function to get better colors.
8228 (shr-tag-insert-color-overlay): Factorize code between tag-font and
8229 tag-span.
8230
8231 * shr-color.el: New file.
8232
8233 * color-lab.el: New file.
8234
8235 * gnus-art.el (gnus-url-mailto): Do not downcase args.
8236
8237 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
8238
8239 * nnir.el: Fix typo in comments.
8240 (nnir-run-imap): Simplify code. No need to reverse artlist.
8241 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8242
8243 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8244
8245 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8246
8247 * nnimap.el (nnimap-get-capabilities): Refactor out.
8248 (nnimap-open-connection): Re-request capabilities after STARTTLS.
8249
8250 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
8251
8252 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8253 appearing when `mm-uu-hide-markers' is nil.
8254
8255 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8256
8257 * nnimap.el (nnimap-unselect-group): Make into its own function.
8258 (nnimap-request-rename-group): Unselect group before renaming.
8259 This had gotten lost somewhere.
8260 (nnimap-request-accept-article): Keep track of examined groups, and
8261 unselect the group before APPENDing to read-only groups.
8262 (nnimap-request-move-article): Clear flags before moving so that they
8263 can be re-set later.
8264
8265 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
8266
8267 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8268 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8269
8270 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
8271
8272 * gnus-art.el (gnus-mime-display-single):
8273 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8274 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8275 parameter.
8276
8277 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8278
8279 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8280 (shr-table-vertical-line): New variable.
8281 (shr-insert-table): Use it.
8282
8283 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
8284
8285 * gnus-html.el (gnus-html-wash-images): Don't display images if
8286 gnus-inhibit-images is non-nil; register displayer for cid images.
8287 (gnus-html-display-image): Work for cid image.
8288 (gnus-html-insert-image): Allow arguments.
8289 (gnus-html-put-image): Inhibit read-only.
8290 (gnus-html-prefetch-images): Don't prefetch images if
8291 gnus-inhibit-images is non-nil.
8292
8293 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8294
8295 * shr.el (shr-put-image): Break lines when inserting big pictures.
8296
8297 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
8298
8299 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8300 sender, thanks Katsumi Yamaoka.
8301
8302 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
8303
8304 * nnir.el (nnir-run-imap): Reverse the article list for each group
8305 rather than the whole list.
8306
8307 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
8308
8309 * shr.el (shr-image-displayer): Protect function against non-existent
8310 image source.
8311
8312 * gnus-art.el (gnus-inhibit-images): New user option.
8313 (gnus-mime-display-single): Don't display image if it is non-nil.
8314
8315 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8316 gnus-inhibit-images.
8317
8318 * shr.el (shr-image-displayer): New function.
8319 (shr-tag-img): Use it.
8320
8321 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
8322
8323 * mml2015.el (mml2015-epg-sign): Use From header.
8324
8325 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8326
8327 * gnus-html.el (gnus-html-wash-images): Register a displayer.
8328
8329 * gnus-util.el (gnus-find-text-property-region): Return markers.
8330
8331 * shr.el (shr-tag-img): Put a displayer in the text property.
8332
8333 * gnus-util.el (gnus-find-text-property-region): New utility function.
8334
8335 * gnus-html.el (gnus-html-display-image): Make the alt optional.
8336 (gnus-html-show-images): Remove.
8337
8338 * gnus-art.el (gnus-article-show-images): New, more general function.
8339
8340 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8341 image url text properties.
8342
8343 * shr.el: Ditto.
8344
8345 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8346 gnus-agent-auto-agentize-methods is set. Which it isn't.
8347
8348 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
8349
8350 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8351 work for two or more articles.
8352
8353 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
8354
8355 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8356 divide an image that's in an html article to two or more when washing
8357 non-ASCII characters in alt text of it.
8358
8359 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
8360
8361 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8362 smime-decrypt-region using function argument.
8363 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8364
8365 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8366
8367 * smime.el (smime-decrypt-region): Catch it.
8368
8369 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8370
8371 * smime.el (smime-mode-map): Move initialization into declaration.
8372 (gnus-run-mode-hooks): Don't autoload.
8373 (smime-mode): Use define-derived-mode.
8374
8375 2010-11-11 Glenn Morris <rgm@gnu.org>
8376
8377 * smime.el (from): Restrict declaration to XEmacs.
8378
8379 * nnir.el (gnus-group-topic-name): Autoload.
8380
8381 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
8382
8383 * shr.el (shr-insert): Don't break long line if it is because of
8384 kinsoku-bol characters in the line end.
8385
8386 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
8387
8388 * nnir.el (nnir-request-move-article): Fix to provide original group
8389 and subject.
8390 (nnir-warp-to-article): Don't fail on articles whose headers haven't
8391 been retrieved.
8392
8393 * gnus-sum.el (gnus-summary-move-article): Use original group and
8394 subject for virtual articles such as those in an nnir summary buffer.
8395
8396 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
8397
8398 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8399 least 21.5).
8400
8401 * smime.el (from): Declare it again for XEmacs.
8402
8403 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8404
8405 * message.el (message-resend): Don't disable encoding unless it's
8406 already encoded.
8407
8408 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8409 low-numbered articles.
8410
8411 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8412
8413 * rfc2047.el (rfc2047-syntax-table): Simplify.
8414
8415 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8416 set-char-table-range for XEmacs.
8417
8418 2010-11-10 Glenn Morris <rgm@gnu.org>
8419
8420 * smime.el (from): Remove unused declaration.
8421
8422 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8423 (gnus-float-time): On Emacs, always an alias.
8424
8425 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8426 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8427
8428 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8429
8430 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8431
8432 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8433
8434 * shr.el (browse-url-mailto): Autoload.
8435
8436 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8437
8438 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8439 regexp doesn't need quoting.
8440
8441 2010-11-09 Sven Joachim <svenjoac@gmx.de>
8442
8443 * message.el (message-subject-trailing-was-ask-regexp)
8444 (message-subject-trailing-was-regexp): Match was: in addition to was.
8445
8446 2010-11-09 Glenn Morris <rgm@gnu.org>
8447
8448 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8449 (nnbabyl-check-mbox): Use point-at-bol.
8450
8451 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8452
8453 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8454
8455 * message.el (message-mailto): New function.
8456 (message-mailto): Should accept other parameters.
8457 (message-mailto): Remove since it duplicates browse-url-mailto
8458 functionality.
8459
8460 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8461
8462 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8463 methods.
8464 (gnus-read-active-file): Ditto.
8465
8466 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8467 ": " from the prompt.
8468 (gnus-group-make-group): Ditto.
8469
8470 2010-11-07 Glenn Morris <rgm@gnu.org>
8471
8472 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8473 (gnus-bookmark-kill-line): Use point-at-eol.
8474
8475 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
8476
8477 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8478 asterisks in From header.
8479
8480 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8481
8482 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8483 string to avoid making the From headers syntactically invalid.
8484
8485 * message.el (message-send-mail): Don't insert courtesy messages if the
8486 message already has List-Post and List-ID messages.
8487
8488 2010-11-06 Glenn Morris <rgm@gnu.org>
8489
8490 * gnus-art.el (gnus-treat-article): Give dynamic local variables
8491 `condition', `type', `length' a prefix.
8492 (gnus-treat-predicate): Update for above name changes.
8493
8494 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
8495
8496 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8497 binding. Handled by `gnus-summary-refer-thread' instead.
8498 (nnir-warp-to-article): New backend function.
8499
8500 * nnimap.el (nnimap-request-thread): Force dependency updating.
8501
8502 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8503 (gnus-summary-refer-thread): Rework to improve thread-referral.
8504
8505 * gnus-int.el (gnus-warp-to-article): New function.
8506
8507 * gnus-sum.el (gnus-summary-article-map): Bind it.
8508
8509 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
8510
8511 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8512 gnus-summary-refer-thread.
8513
8514 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8515 headers.
8516 (gnus-summary-limit-include-thread): Prevent articles in thread from
8517 being cut in gnus-cut-threads.
8518 (gnus-summary-refer-thread): Limit retrieved headers to those in
8519 thread.
8520
8521 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8522
8523 * message.el (message-send-mail): Use the value of
8524 message-courtesy-message from the message buffer.
8525
8526 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8527
8528 * shr.el (shr-browse-url): Implement mailto: URLs.
8529
8530 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8531 "raw".
8532
8533 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8534 if it's already selected.
8535
8536 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8537
8538 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
8539
8540 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8541 to measure the length and truncate alt text.
8542
8543 2010-11-03 Glenn Morris <rgm@gnu.org>
8544
8545 * nndiary.el (nndiary-generate-nov-databases-1)
8546 (nndiary-generate-active-info): Rename dynamic variable `files' to
8547 something less generic.
8548
8549 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
8550
8551 * nnir.el (nnir-request-move-article): Call the underlying backend to
8552 move articles from nnir.
8553
8554 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8555
8556 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8557
8558 2010-11-02 Julien Danjou <julien@danjou.info>
8559
8560 * nnir.el: Remove wais support.
8561
8562 2010-11-02 Glenn Morris <rgm@gnu.org>
8563
8564 * gnus-html.el: Reorder requirements to quieten compiler.
8565
8566 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8567
8568 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8569 properly for XEmacs as well.
8570 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8571 (gnus-article-natural-long-line-p): Use window-width rather than
8572 frame-width.
8573
8574 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
8575
8576 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
8577 (nnir-read-parms): Don't modify query.
8578 (nnir-run-query): Add ability to search topic on current line.
8579 (nnir-get-active): Clean up.
8580
8581 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8582
8583 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8584 degenerate articles.
8585
8586 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8587 (gnus-print-buffer): Just print the buffer as is, without any copying
8588 to a buffer and then re-highlighting.
8589
8590 * nnimap.el (nnimap-request-group): Store the new updated info.
8591 (nnimap-request-group): Select the group when we don't know whether it
8592 exists or not.
8593
8594 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8595 groups.
8596
8597 * gnus-group.el (gnus-group-find-new-groups): Display all the new
8598 groups.
8599
8600 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8601 groups.
8602
8603 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8604 long-lines case by only filling the long lines.
8605
8606 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8607 (bug#7311).
8608
8609 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8610
8611 * shr.el: No need to declare `declare-function' since shr.el is for
8612 only Emacsen that provide `libxml-parse-html-region'.
8613
8614 2010-11-01 Glenn Morris <rgm@gnu.org>
8615
8616 * mm-util.el (gnus-completing-read): Autoload.
8617 (mm-read-coding-system): Simplify Emacs definition.
8618
8619 * nnmail.el (gnus-activate-group):
8620 * nnimap.el (gnutls-negotiate):
8621 * nntp.el (netrc-parse): Fix declarations.
8622
8623 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8624
8625 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8626 string-match-p in Emacs >=23.
8627
8628 * gnus-msg.el (gnus-configure-posting-styles):
8629 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8630
8631 2010-11-01 Glenn Morris <rgm@gnu.org>
8632
8633 * nnir.el (declare-function): Add compat stub.
8634 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8635 (nnir-run-gmane): Require 'mm-url.
8636
8637 * mm-util.el (mm-string-to-multibyte): Simplify.
8638
8639 * shr.el (declare-function): Add compat stub.
8640 (url-cache-create-filename): Declare.
8641 (mm-disable-multibyte, widget-convert-button): Autoload.
8642
8643 * smime.el (ldap-search): Declare.
8644 (smime-cert-by-ldap-1): Require ldap on Emacs.
8645
8646 * nnimap.el: Require nnmail, and gnus-sum when compiling.
8647 (nnimap-keepalive): Use gnus-float-time.
8648
8649 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8650 (mail-source-delete-crash-box): Use gnus-float-time.
8651
8652 * gnus-dired.el (gnus-completing-read): Autoload.
8653
8654 * mm-view.el (gnus-rescale-image): Autoload.
8655
8656 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8657
8658 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8659
8660 * sieve-manage.el: Require 'cl when compiling.
8661
8662 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8663 (gnus-iswitchb-completing-read): Require iswitchb.
8664 (gnus-select-frame-set-input-focus): Silence compiler.
8665
8666 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8667
8668 * message.el (message-subject-trailing-was-query): Change default to t,
8669 since I think that's what most people want.
8670
8671 * nnimap.el (nnimap-request-accept-article): Erase buffer before
8672 appending for easier debugging.
8673 (nnimap-wait-for-connection): Take a regexp.
8674 (nnimap-request-accept-article): Wait for the continuation line before
8675 sending anything unless we're streaming.
8676
8677 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8678 leave the header washing to take place.
8679
8680 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
8681
8682 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8683 regular expression match and replace in posting styles.
8684
8685 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
8686
8687 * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
8688 an entire server.
8689 (nnir-get-active): New function.
8690 (nnir-run-imap): Use it.
8691 (nnir-run-gmane): Who knew, gmane search returns an article score!
8692
8693 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8694 server on the current line with nnir.
8695
8696 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8697
8698 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8699 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8700 left edge.
8701 (gnus-article-foldable-buffer): Skip past the prefix when determining
8702 raggedness.
8703
8704 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8705 the raw article, and change `C-u g' to show the article without doing
8706 treatments.
8707
8708 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8709 on to `gnus-treat-article'.
8710 (gnus-inhibit-article-treatments): New variable.
8711
8712 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8713
8714 * gnus-art.el (gnus-treatment-function-alist): Have
8715 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8716 (gnus-treat-fill-long-lines): Change default to fill all text/plain
8717 sections.
8718
8719 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8720 parameter.
8721 (gnus-article-fill-cited-long-lines): New function.
8722 (gnus-article-fill-cited-article): Allow filling only long sections.
8723
8724 * shr.el (shr-find-fill-point): Don't break lines between punctuation
8725 and non-punctuation (like after the apostrophe in "'We").
8726
8727 * gnus-sum.el (gnus-summary-select-article): Make sure
8728 gnus-original-article-buffer is alive.
8729
8730 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8731 reflect the order they are in the digest.
8732
8733 * gnus.el (gnus-group-startup-message): Move point to the start of the
8734 buffer.
8735
8736 * nnimap.el (nnimap-capability): New function.
8737 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8738 is set.
8739
8740 2010-10-31 David Engster <dengste@eml.cc>
8741
8742 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8743 conform with changes to gnus-completing-read.
8744
8745 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8746
8747 * shr.el (shr-tag-img): Output "*" instead of "[img]".
8748
8749 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
8750
8751 * nnir.el: Move defvar, defcustom around to keep file organized
8752 and keep byte-compiler quiet.
8753 (nnir-read-parms): Accept search-engine as arg.
8754 (nnir-run-query): Pass search-engine as arg.
8755 (nnir-search-engine): Remove.
8756
8757 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8758
8759 * shr.el (shr-generic): The text nodes should be text, not :text.
8760
8761 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8762 later in the file.
8763
8764 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
8765
8766 * nnir.el: General clean up. Allow searching with multiple engines.
8767 Allow separate extra-parameters for each engine.
8768 Batch queries when possible.
8769 (nnir-imap-default-search-key, nnir-method-default-engines):
8770 Add customize interface.
8771 (nnir-run-gmane): New engine.
8772 (nnir-engines): Use it. Qualify all prompts with engine name.
8773 (nnir-search-engine): Remove global variable.
8774 (nnir-run-hyrex): Restore for now.
8775 (nnir-extra-parms, nnir-search-history): New variables.
8776 (gnus-group-make-nnir-group): Use them.
8777 (nnir-group-server): Remove in favor of gnus-group-server.
8778 (nnir-request-group): Avoid searching twice.
8779 (nnir-sort-groups-by-server): New function.
8780
8781 2010-10-30 Julien Danjou <julien@danjou.info>
8782
8783 * gnus-group.el: Remove gnus-group-fetch-control.
8784
8785 * gnus-start.el (gnus-find-new-newsgroups):
8786 Remove gnus-check-first-time-used.
8787
8788 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8789
8790 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
8791
8792 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8793 set on groups that don't have \* permanentflags.
8794
8795 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8796
8797 * shr.el (shr-tag-span): Drop colorization of regions since we don't
8798 control the background color.
8799 (shr-tag-img): Ignore very small web bug type images.
8800 (shr-put-image): Add help-echo alt texts to the images.
8801 (shr-tag-video): Show the video poster image.
8802
8803 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8804
8805 * shr.el (shr-table-depth): New variable.
8806 (shr-tag-table-1): Only insert the images after the top-level table.
8807
8808 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8809
8810 * gnus-util.el (gnus-list-memq-of-list): New function.
8811
8812 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8813 selected.
8814 (nnimap-unsplittable-articles): New slot.
8815 (nnimap-new-articles): Use it.
8816
8817 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
8818
8819 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8820 move to the previous line on `M-g'.
8821
8822 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8823
8824 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8825 *-request-group, which seems unnecessary.
8826
8827 * nnimap.el (nnimap-quote-specials): Function copied over from
8828 imap.el.
8829 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8830 they support that. Suggested by Tom Regner.
8831
8832 2010-10-29 Julien Danjou <julien@danjou.info>
8833
8834 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8835 defalias.
8836 (gnus-summary-delete-marked-with): Remove obsolete defalias.
8837
8838 * gnus.el: Remove `gnus-nntp-service' variable.
8839 (gnus-secondary-servers): Make obsolete.
8840 (gnus-nntp-server): Make obsolete.
8841
8842 * gnus-start.el (gnus-1): Remove x-splash calls.
8843
8844 * gnus-ems.el (gnus-x-splash): Remove.
8845
8846 * gnus.el (gnus-group-startup-message): Simplify/update code.
8847
8848 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8849 capability before doing anything.
8850 (gnus-group-insert-group-line): Remove useless
8851 gnus-group-remove-excess-properties.
8852
8853 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
8854
8855 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8856
8857 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8858
8859 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8860 config after reselecting.
8861
8862 2010-10-28 Julien Danjou <julien@danjou.info>
8863
8864 * shr.el (shr-put-image): Use point even if only inserting text.
8865 (shr-put-image): Save excursion when inserting alt text on non-graphic
8866 display, so the behavior is the same when we are on a graphic display.
8867
8868 * nnir.el (nnir-run-swish-e): Remove hyrex support.
8869
8870 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
8871
8872 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8873 (gnus-mime-copy-part): Check coding system, not charset.
8874 (gnus-mime-view-part-externally): Never remove part.
8875 (gnus-mime-view-part-internally): Don't remove part here.
8876 (gnus-article-part-wrapper): Make sure MIME tag is visible.
8877 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8878 multipart/alternative.
8879
8880 * mm-decode.el (mm-display-part): Take optional arg `force'.
8881
8882 2010-10-26 Julien Danjou <julien@danjou.info>
8883
8884 * gnus-group.el (gnus-group-default-list-level): Add this function to
8885 compute the default list level.
8886 (gnus-group-default-list-level): Add possibility to use a function.
8887
8888 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
8889
8890 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8891
8892 * gnus-group.el (gnus-group-completing-read)
8893 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8894 gnus-replace-in-string.
8895
8896 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
8897
8898 * shr.el (shr-tag-div): Add.
8899
8900 2010-10-25 Julien Danjou <julien@danjou.info>
8901
8902 * gnus-util.el: Remove `gnus-with-local-quit'.
8903
8904 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8905
8906 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8907
8908 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8909 the original article buffer.
8910
8911 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8912
8913 * nnimap.el (nnimap-request-head): New function.
8914 (nnimap-request-move-article): Try to be slightly faster by not
8915 requesting the entire message when moving.
8916 (nnimap-transform-headers): Don't bug out on bodiless articles.
8917 (nnimap-send-command): Have no outstanding messages if the IMAP server
8918 doesn't support streaming.
8919 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8920
8921 2010-10-24 Julien Danjou <julien@danjou.info>
8922
8923 * message.el (message-default-headers): Fix type.
8924
8925 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8926
8927 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8928 prefetching images.
8929
8930 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8931 backend for unknown groups. This is mainly useful for nnimap groups.
8932
8933 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8934 group isn't covered by the agent.
8935
8936 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
8937
8938 * nnir.el (nnir-method-default-engines): New variable.
8939 (nnir-run-query): Use it.
8940 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8941 (gnus-summary-nnir-goto-thread): Change group if needed.
8942
8943 * gnus-group.el (gnus-group-group-map): Add key binding for
8944 gnus-group-make-nnir-group.
8945
8946 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8947
8948 * shr.el (shr-tag-object): Add.
8949
8950 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8951 original article buffer live.
8952 (gnus-summary-select-article-buffer):
8953 Mention gnus-widen-article-buffer.
8954
8955 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8956
8957 * shr.el (shr-tag-strong): Add.
8958
8959 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8960
8961 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8962 group names. They mess up the group buffer badly.
8963
8964 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8965
8966 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8967 instead of the summary one.
8968
8969 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
8970
8971 * mml.el (mml-preview): Work properly when editing article.
8972
8973 * gnus-start.el (gnus-read-active-file-1): Don't add method to
8974 gnus-have-read-active-file if it's already been in.
8975
8976 2010-10-22 Tom Tromey <tromey@redhat.com>
8977
8978 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8979 gnus-group-completing-read.
8980
8981 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8982
8983 * message.el (message-mode-map): Don't bind M-; to comment region, to
8984 allow the global comment-dwim to work.
8985
8986 2010-10-21 Julien Danjou <julien@danjou.info>
8987
8988 * message.el (message-setup-1): Allow message-default-headers to be a
8989 function.
8990
8991 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8992
8993 * shr.el (shr-tag-table): Simplify.
8994
8995 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8996
8997 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8998 to avoid trying to snarf invalid stuff.
8999
9000 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9001
9002 * gnus.el (gnus-message-archive-group): Quote value.
9003 (gnus-message-archive-group): Mark as changed.
9004
9005 * shr.el (shr-add-font): Don't put the font properties on the newline
9006 or the indentation.
9007
9008 * message.el (message-fix-before-sending): Change options when sending
9009 non-printable characters.
9010
9011 * gnus.el (gnus-message-archive-method): Change the default to
9012 monthly outgoing groups.
9013
9014 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9015 that have gotten new numbers.
9016
9017 * nnimap.el (nnimap-request-replace-article): New function.
9018
9019 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
9020
9021 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9022 (nnrss-request-article): Don't use special html washing code.
9023
9024 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
9025
9026 * shr.el (shr-tag-table): Remove useless nconc.
9027
9028 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9029
9030 * gnus-art.el (article-wash-html): Simplify and remove the charset
9031 stuff. Use the normal html rendering code instead of the special html
9032 washing code.
9033
9034 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9035 `gnus-w3m' symbols.
9036 (mm-text-html-washer-alist): Remove.
9037
9038 * mm-decode.el (mm-inline-text-html-renderer): Remove.
9039 (mm-inline-media-tests): Remove use.
9040 (mm-text-html-renderer): Change default to the `shr' symbol.
9041
9042 * mm-view.el (mm-inline-text-html): Remove use.
9043
9044 * gnus-art.el (gnus-blocked-images): New function. Allow the
9045 `gnus-blocked-images' to be a function.
9046 (gnus-article-wash-function): Remove.
9047
9048 2010-10-20 Julien Danjou <julien@danjou.info>
9049
9050 * spam.el (spam-list-of-processors): Mark as obsolete.
9051
9052 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9053 (nnimap-insert-partial-structure): Fix boundary detection.
9054
9055 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
9056
9057 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9058 run file-truename on remote files. This can be expensive and even
9059 prevent one from editing drafts if some unrelated buffer has a stale
9060 connection.
9061
9062 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
9063
9064 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9065 kinsoku-eol regardless of shr-kinsoku-shorten.
9066 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9067 (shr-tag-table): Support caption, thead, and tfoot.
9068
9069 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9070
9071 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9072 lines.
9073 (shr-save-contents): New command and keystroke.
9074
9075 * nndoc.el (nndoc-type-alist): Add git support.
9076 (nndoc-git-type-p): New function.
9077 (nndoc-transform-git-article): Ditto.
9078 (nndoc-transform-git-headers): Ditto.
9079 (nndoc-transform-git-headers): Generate Subject headers.
9080
9081 * shr.el (shr-parse-style): New function.
9082 (shr-tag-span): Ditto.
9083
9084 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9085 to `G G' to avoid collisions.
9086
9087 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9088
9089 * shr.el: Load kinsoku if necessary.
9090 (shr-kinsoku-shorten): New internal variable.
9091 (shr-find-fill-point): Make kinsoku shorten text line if
9092 shr-kinsoku-shorten is bound to non-nil.
9093 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9094 shr-indentation too when testing if table is wider than frame width.
9095 (shr-insert-table): Use `string-width' instead of `length' to measure
9096 text width.
9097 (shr-insert-table-ruler): Make sure indentation is done at bol.
9098
9099 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9100
9101 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9102 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9103 undecoded network data.
9104
9105 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9106
9107 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9108 name in the mode line spec so that the mode line menu works
9109 (bug#2431).
9110
9111 * message.el (message-get-reply-headers): If we're fed `to-address',
9112 then always use that.
9113
9114 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9115 aren't so wide as to need to switch off the edit menu.
9116
9117 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9118 binding. Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9119
9120 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9121 `M-g'.
9122 (nnimap-update-info): Update flags/read marks even if \* isn't part of
9123 the permanent marks.
9124
9125 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
9126
9127 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9128 Splitting according to references/in-reply-to obeys the ignore-groups
9129 variable, while splitting by sender and subject do not.
9130
9131 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9132
9133 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9134 alist, so that we can look for non-Unicode chars.
9135 (article-translate-strings): Allow both character and string maps.
9136
9137 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
9138
9139 * shr.el (shr-insert): Don't insert space behind a wide character
9140 categorized as kinsoku-bol, or between characters both categorized as
9141 nospace.
9142
9143 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
9144
9145 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
9146 headers to gnus-newsgroup-headers.
9147
9148 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9149
9150 * shr.el (shr-tag-img): Don't align images -- since we're not
9151 rescaling, this often leads to ugly displays.
9152
9153 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
9154
9155 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9156 duplicates.
9157
9158 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
9159
9160 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9161 call.
9162
9163 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9164
9165 * gnus.el: Autoload gnus-html-show-images.
9166
9167 * nnimap.el: Use nnheader-message throughout.
9168
9169 * shr.el (shr-tag-img): Ignore images with no data.
9170
9171 2010-10-15 Julien Danjou <julien@danjou.info>
9172
9173 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9174 a possibility to disable format=flow encoding when using hard newlines.
9175
9176 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9177
9178 * shr.el (shr-insert): Remove space inserted before or after a
9179 breakable character or at the beginning or the end of a line.
9180 (shr-find-fill-point): Do kinsoku; find the second best point or give
9181 it up if there's no breakable point.
9182
9183 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9184
9185 * nnimap.el (nnimap-open-connection): Message when opening connection
9186 for debugging purposes.
9187
9188 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9189 on every setup buffer call to allow this to change from article to
9190 article.
9191
9192 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9193 buffers where we have a wide table.
9194
9195 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
9196
9197 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9198 uses *-request-thread.
9199
9200 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9201
9202 * nnimap.el (nnimap-open-connection): Remove %s from openssl
9203 incantation, which is no longer valid.
9204
9205 2010-10-14 Julien Danjou <julien@danjou.info>
9206
9207 * shr.el: Fix defcustom type (char -> character).
9208
9209 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9210
9211 * nnimap.el (nnimap-open-connection): tls-program should be a list of
9212 programs.
9213
9214 2010-10-14 Julien Danjou <julien@danjou.info>
9215
9216 * shr.el (shr-tag-a): Use url-link as widget type.
9217
9218 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9219 `gnus-group-get-icon'.
9220
9221 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9222
9223 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9224 This should make server editing work better.
9225
9226 * shr.el (shr-find-fill-point): Don't inloop on indented text.
9227
9228 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9229 (nnimap-parse-flags): Fix regexp.
9230
9231 * shr.el (shr-find-fill-point): Use a filling algorithm that should
9232 probably work for CJVK text, too.
9233
9234 * nnimap.el (nnimap-extend-tls-programs): Remove.
9235 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9236
9237 2010-10-13 Julien Danjou <julien@danjou.info>
9238
9239 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9240 responses.
9241
9242 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9243
9244 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9245
9246 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9247 anything in Emacs.
9248
9249 * shr.el (shr-current-column): Remove buggy and unnecessary function.
9250
9251 2010-10-13 Julien Danjou <julien@danjou.info>
9252
9253 * shr.el (shr-width): Make shr-width a defcustom with default to
9254 fill-column.
9255 (shr-tag-img): Use shr-width rather than fill-column.
9256
9257 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9258
9259 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9260
9261 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9262 position when (X-)Faces exist.
9263 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9264 avatars when called interactively.
9265
9266 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9267
9268 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9269 gnus-article-x-face-too-ugly is bound.
9270
9271 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9272
9273 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9274
9275 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9276 mailbox that doesn't exist.
9277
9278 2010-10-12 Julien Danjou <julien@danjou.info>
9279
9280 * shr.el (shr-tag-img): Encode URL properly when retrieving.
9281 (shr-get-image-data): Encode URL properly when fetching from cache.
9282 (shr-tag-img): Use aligned-to spaces to align correctly images.
9283
9284 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9285 before inserting the Gravatar.
9286
9287 * shr.el (shr-tag-img): Add align attribute support for <img>.
9288
9289 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9290
9291 * gnus-gravatar.el (gnus-art): Require.
9292
9293 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9294 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9295 Remove long obsoleted functions.
9296
9297 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9298
9299 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9300
9301 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9302 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9303 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
9304 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
9305 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
9306 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
9307 Fix comment for declare-function.
9308
9309 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9310
9311 * nnimap.el (nnimap-request-rename-group): Select group read-only
9312 before renaming it.
9313
9314 * shr.el (shr-insert): Fix up the white space only regexp.
9315
9316 * nnimap.el (nnimap-transform-split-mail): Not all articles have
9317 bodies. Protect against this. Reported by Michael Welsh Duggan.
9318
9319 * shr.el (shr-current-column): New function.
9320 (shr-find-fill-point): New function.
9321
9322 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
9323
9324 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9325 numbers.
9326
9327 2010-10-11 Julien Danjou <julien@danjou.info>
9328
9329 * shr.el (shr-hr-line): Add.
9330 (shr-tag-hr): Use shr-hr-line to specify which character to use to
9331 display hr lines.
9332 (shr-max-columns): Do not change state to nil if we just inserting
9333 spaces.
9334
9335 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9336
9337 * gnus-topic.el (gnus-topic-read-group): If after the last group,
9338 select the last group.
9339
9340 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
9341
9342 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9343
9344 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9345
9346 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9347 for Gnus.
9348 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9349 (nnimap-update-qresync-info): Mark \Seen articles as read.
9350
9351 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9352 non-variable, too.
9353
9354 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
9355 available.
9356 (nnimap-update-info): Rely more on the current active than the param
9357 active to avoid marking articles as read too much.
9358
9359 * auth-source.el (auth-source-create): Use (user-login-name) for the
9360 user name default.
9361
9362 * nnimap.el (nnimap-update-info): If the server doesn't return any
9363 useful info, just use the previous info.
9364 (nnimap-update-info): Prefer old info over start-article.
9365 (nnimap-update-qresync-info): Finish implementing QRESYNC.
9366
9367 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
9368
9369 * nnir.el (autoload): Clean up autoloads.
9370 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9371 Use key rather than value.
9372 (nnir-imap-search-other): New variable.
9373 (nnir-read-parm): Use it.
9374 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9375 (gnus-summary-nnir-goto-thread): Modify to work with imap.
9376
9377 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9378
9379 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9380 the process, too.
9381
9382 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9383
9384 * spam.el (gnus-summary-mode-map): Bind to "$".
9385 Suggested by Russ Allbery.
9386
9387 * shr.el: Rework the way things are indented by <li> slightly.
9388
9389 * gnus.el (gnus-group-set-parameter): Fix typo.
9390
9391 * nnimap.el: Start implementing QRESYNC support.
9392
9393 2010-10-09 Julien Danjou <julien@danjou.info>
9394
9395 * nnir.el (nnir-engines): Fix too many arguments.
9396
9397 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9398
9399 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9400 group is the "last", so that the backends like nnfolder actually save
9401 their folders.
9402
9403 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
9404 try to use that for the TLS stream.
9405 (nnimap-retrieve-group-data-early): Rework the marks code to heed
9406 UIDVALIDITY and find out which groups are read-only and not.
9407 (nnimap-get-flags): Use the same marks parsing code as the rest of
9408 nnimap.
9409
9410 2010-10-09 Julien Danjou <julien@danjou.info>
9411
9412 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9413
9414 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9415 retrieving gravatars.
9416
9417 * shr.el (shr-table-corner): Add.
9418 (shr-table-line): Add.
9419 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9420
9421 2010-10-08 Julien Danjou <julien@danjou.info>
9422
9423 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9424
9425 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
9426
9427 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9428
9429 * gnus-sum.el (gnus-mark-article-as-unread)
9430 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9431 (gnus-summary-set-bookmark): Use it.
9432
9433 * gnus-msg.el (gnus-setup-message): Use it.
9434
9435 * gnus-demon.el (gnus-demon-remove-handler): Use it.
9436
9437 * gnus.el (gnus-group-remove-parameter): Use it.
9438
9439 * gnus-group.el (gnus-group-make-web-group): Use it.
9440
9441 * gnus-demon.el (gnus-demon-remove-handler): Use it.
9442
9443 * nnregistry.el: Update docs to mention manual.
9444
9445 * gnus-registry.el: Update docs to mention nnregistry.el.
9446 (gnus-registry-initialize): Don't install nnregistry refer method
9447 automatically.
9448 (gnus-registry-install-nnregistry): Remove it.
9449
9450 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9451
9452 * shr.el (shr-insert): Don't insert double spaces.
9453
9454 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
9455
9456 * gnus-gravatar.el (gnus-treat-from-gravatar)
9457 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9458 called interactively.
9459
9460 * gnus-art.el (gnus-mime-view-part-externally)
9461 (gnus-mime-view-part-internally): Make predicate function passed to
9462 gnus-mime-view-part-as-type assume argument is a mime type, not a list
9463 of a mime type.
9464
9465 * shr.el (shr-table-widths): Don't use cl function `reduce'.
9466
9467 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9468
9469 * shr.el (require): Require cl when compiling.
9470 (shr-tag-hr): New function.
9471
9472 * nnimap.el (nnimap-update-info): Remove double setting of high.
9473 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9474 This makes nnimap work properly on Courier again.
9475
9476 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9477 the variable for backwards compatibility.
9478
9479 * mm-decode.el (mm-save-part): If given a non-directory result, expand
9480 the file name before using to avoid setting mm-default-directory to
9481 nil.
9482
9483 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9484 bidning gnus-agent variables.
9485
9486 * shr.el (shr-render-td): Use a cache for the table rendering function
9487 to avoid getting an exponential rendering behavior in nested tables.
9488 (shr-insert): Rework the line-breaking algorithm.
9489 (shr-insert): Don't leave trailing spaces.
9490 (shr-insert-table): Also insert empty TDs.
9491 (shr-tag-blockquote): Ensure paragraphs after </ul>.
9492
9493 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9494
9495 * gnus-sum.el (gnus-number): Rename from `number'.
9496 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9497 (gnus-summary-limit-children): Update uses correspondingly.
9498
9499 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9500
9501 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9502 (gnus-gravatar-transform-address): Don't show avatars of people of
9503 which mail addresses match gnus-gravatar-too-ugly.
9504
9505 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9506
9507 * shr.el (shr-table-widths): Expand TD elements to fill available
9508 space.
9509
9510 2010-10-07 Julien Danjou <julien@danjou.info>
9511
9512 * nnimap.el (nnimap-request-rename-group): Add this method.
9513
9514 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9515
9516 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9517 name from XEmacs' function-arglist.
9518
9519 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9520 gravatar under XEmacs.
9521
9522 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
9523
9524 * auth-source.el: Update docs with TODO items.
9525
9526 * gnus-sync.el: Update docs to explain state and plans.
9527
9528 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9529 Hooks for mark updates.
9530 (gnus-request-set-mark, gnus-request-update-mark): Use them.
9531
9532 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9533 hooks with arguments, which is needed for mark update hooks.
9534
9535 2010-10-06 Julien Danjou <julien@danjou.info>
9536
9537 * gnus.el (gnus-expand-group-parameter): Only return and act on what
9538 was matched.
9539
9540 * sieve-manage.el: Update example in `Commentary'.
9541
9542 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9543
9544 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9545 not 2000.
9546 (sieve-manage-authenticate): Re-add function.
9547
9548 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9549
9550 * shr.el (shr-insert): Get 'space transition right.
9551 (shr-render-td): Only delete space at the end of the TD.
9552
9553 * nnimap.el (nnimap-open-connection): Prepare to support
9554 open-gnutls-stream.
9555
9556 * shr.el: Rearrange function order to be more logical.
9557
9558 2010-10-06 Julien Danjou <julien@danjou.info>
9559
9560 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9561 (nnrss-discover-feed): Remove 404 URL in docstring.
9562
9563 * nnir.el: Fix Swish-E URL.
9564 Fix Namazu URL.
9565
9566 * message.el (message-change-subject): Remove 404 URL in a comment.
9567
9568 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9569
9570 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9571 called interactively.
9572
9573 * gnus-util.el (gnus-remove-if): Allow hash table.
9574 (gnus-remove-if-not): New function.
9575
9576 * gnus-art.el (gnus-mime-view-part-as-type):
9577 * gnus-score.el (gnus-summary-score-effect):
9578 * gnus-sum.el (gnus-read-move-group-name):
9579 Replace remove-if-not with gnus-remove-if-not.
9580
9581 * gnus-group.el (gnus-group-completing-read):
9582 Regard collection as a hash table if it is not a list.
9583
9584 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9585
9586 * shr.el (shr-render-td): Allow blank/missing <TD>s.
9587
9588 * shr.el: Document the table-rendering algorithm.
9589
9590 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9591 invalid URLs.
9592
9593 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9594 line-broken.
9595 (shr-tag-img): Ignore image fetching errors.
9596 (shr-overlays-in-region): Compute overlay positions correctly.
9597
9598 * mm-decode.el (mm-shr): Require shr.
9599
9600 * gnus-art.el (gnus-blocked-images): Move variable here.
9601
9602 * shr.el (shr-insert-table): Bind free variable.
9603
9604 * mm-decode.el (mm-shr): Bind shr-content-function.
9605
9606 * shr.el (shr-content-function): New variable.
9607
9608 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9609 added for symmetry.
9610
9611 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9612
9613 * gnus-group.el (gnus-group-make-group): Doc fix.
9614
9615 * nnimap.el (nnimap-request-newgroups): Return success.
9616
9617 * shr.el (shr-find-elements): New function.
9618 (shr-tag-table): Put all the images after the table.
9619 (shr-tag-table): Really inhibit images inside the table.
9620 (shr-collect-overlays): Copy over overlays from the TD elements to the
9621 main document.
9622
9623 * mm-decode.el (mm-shr): Bind shr-blocked-images to
9624 gnus-blocked-images.
9625
9626 2010-10-05 Julien Danjou <julien@danjou.info>
9627
9628 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9629
9630 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9631 (gnus-html-maximum-image-size): Add this function.
9632 (gnus-html-put-image): Use gnus-html-maximum-image-size.
9633
9634 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9635 server-value of the capability is nil.
9636
9637 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9638
9639 * shr.el (shr-tag-em): Add <EM> tag.
9640
9641 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
9642
9643 * sieve-manage.el (sieve-manage-default-stream): Make default stream
9644 customizable.
9645
9646 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9647 handing broken links to browse-url.
9648
9649 2010-10-05 Julien Danjou <julien@danjou.info>
9650
9651 * gnus-util.el (gnus-emacs-completing-read)
9652 (gnus-iswitchb-completing-read): Use autoload rather than require.
9653
9654 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
9655
9656 * gnus-util.el (gnus-completing-read-function): Exclude
9657 gnus-icompleting-read and gnus-ido-completing-read from candidates for
9658 XEmacs since iswitchb.el is very old and ido.el is unavailable in
9659 XEmacs.
9660
9661 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9662 not to use `delete-dups' that is unavailable in XEmacs 21.4.
9663
9664 * gnus-html.el: Don't require help-fns under XEmacs.
9665 (gnus-html-schedule-image-fetching): Work for XEmacs.
9666
9667 * mm-decode.el (mm-shr): Decode contents by charset.
9668
9669 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9670
9671 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9672 unknown.
9673
9674 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9675 (shr-get-image-data): Ensure against the cache file missing.
9676
9677 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9678 for data.
9679
9680 * spam-report.el (spam-report-url-ping-plain): Don't query about
9681 killing the process.
9682
9683 * shr.el (shr-render-td): Protect against too-wide text.
9684
9685 2010-10-04 Julien Danjou <julien@danjou.info>
9686
9687 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9688 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9689
9690 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9691 retrieved.
9692
9693 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9694
9695 * shr.el (browse-url): Require.
9696 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9697 lines.
9698 (shr-show-alt-text, shr-browse-image): New commands.
9699 (shr-browse-url, shr-copy-url): New commands.
9700
9701 * gnus-sum.el (gnus-widen-article-window): New variable.
9702 (gnus-summary-select-article-buffer): Use it.
9703
9704 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9705 without @ signs.
9706
9707 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
9708
9709 * nnir.el (nnir-run-imap): Remove spurious space in search string.
9710
9711 2010-10-04 Julien Danjou <julien@danjou.info>
9712
9713 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9714 for XEmacs.
9715
9716 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9717
9718 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9719
9720 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9721 (nnimap-close-server): Implement.
9722
9723 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9724 (shr-insert): Tweak line breaking.
9725 (shr-insert): Handle <pre> better.
9726 (shr-tag-li): Get <li> indentation right.
9727 (shr-tag-li): Get <li> indentation even righter.
9728 (shr-tag-blockquote): Ensure paragraph start.
9729 (shr-make-table): Tweak table generation.
9730 (shr-make-table): Fix typo.
9731
9732 * shr.el: Implement table rendering.
9733
9734 2010-10-04 Julien Danjou <julien@danjou.info>
9735
9736 * gnus-html.el (gnus-html-put-image): Fix resize image code.
9737
9738 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9739
9740 * shr.el (shr-insert): Use string anchors instead of line anchors.
9741
9742 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9743
9744 * shr.el: Add headings.
9745 (shr-ensure-paragraph): Actually work.
9746 (shr-tag-li): Make <ul> prettier.
9747 (shr-insert): Get white space at the beginning/end of elements right.
9748 (shr-tag-p): Collapse subsequent <p>s.
9749 (shr-ensure-paragraph): Don't insert double line feeds after blank
9750 lines.
9751 (shr-insert): \t is also space.
9752 (shr-tag-s): Fix "s" tag name function.
9753 (shr-tag-s): Fix face prop name.
9754
9755 2010-10-03 Julien Danjou <julien@danjou.info>
9756
9757 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9758
9759 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9760 gnus-window-inside-pixel-edges.
9761
9762 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9763 gnus-ems.
9764
9765 * mm-view.el (mm-inline-image-emacs): Support image resizing.
9766
9767 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9768 function.
9769
9770 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9771 resize choice.
9772
9773 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9774
9775 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9776 beginning of the buffer.
9777
9778 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9779 article buffer again.
9780
9781 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9782
9783 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9784 when it's at the start of the buffer.
9785
9786 * shr.el (shr-tag-blockquote): Convert name.
9787 (shr-rescale-image): Use the right image-size variant.
9788
9789 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9790 buffer isn't shown, then select the current article first instead of
9791 bugging out.
9792 (gnus-summary-select-article-buffer): Show both the article and summary
9793 buffers again.
9794
9795 * shr.el (shr-fontize-cont): Protect against regions with no text.
9796 Rename tag functions to shr-tag-* for enhanced security.
9797 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9798
9799 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
9800
9801 * shr.el (shr-insert):
9802 * pop3.el (pop3-movemail):
9803 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9804 loaded.
9805
9806 2010-10-03 Glenn Morris <rgm@gnu.org>
9807
9808 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9809
9810 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9811
9812 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9813
9814 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9815
9816 * gnus-util.el (gnus-make-local-hook): Simplify.
9817
9818 2010-10-02 Julien Danjou <julien@danjou.info>
9819
9820 * gnus-util.el (gnus-iswitchb-completing-read): New function.
9821 (gnus-ido-completing-read): New function.
9822 (gnus-emacs-completing-read): New function.
9823 (gnus-completing-read): Use gnus-completing-read-function.
9824 Add gnus-completing-read-function.
9825
9826 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9827
9828 * shr.el (shr-insert-document): Autoload.
9829 (shr-img): Be silent.
9830 (shr-insert): Add a newline after every picture before text.
9831 (shr-add-font): Use overlays for combining faces.
9832 (shr-insert): Pass upwards the text start point.
9833
9834 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9835 possible.
9836 (mm-shr): New function.
9837
9838 2010-10-02 Julien Danjou <julien@danjou.info>
9839
9840 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9841 should go backward.
9842
9843 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
9844
9845 * shr.el (shr): Fix typo in provide call.
9846
9847 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9848
9849 * shr.el: New file.
9850
9851 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9852
9853 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9854 completing read.
9855
9856 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9857
9858 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9859 we're being queried about. Suggested by Dan Jacobson.
9860
9861 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9862 Suggested by Jason Eisner.
9863
9864 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9865 table, too. Suggested by Stefan Wiens.
9866 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9867 the table unnecessary. Suggested by Stefan Wiens.
9868
9869 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9870 longer needed, and probably doesn't work either, as pointed out by
9871 Stefan Wiens.
9872 (gnus-summary-exit): Remove call to the clearing function.
9873 (gnus-summary-exit-no-update): Ditto.
9874
9875 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9876 instead of gnus-eval-in-buffer-window to avoid popping up frames.
9877 Reported by Stefan Monnier.
9878 (gnus-summary-save-in-rmail): Ditto.
9879
9880 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9881 article buffer, instead of both the article buffer and the summary
9882 buffer. Sort of suggested by Dan Jacobson.
9883
9884 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9885
9886 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9887 Suggested by Dan Jacobson.
9888
9889 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9890 documentation clearer.
9891
9892 * message.el (message-shorten-references): Comment on the number "21".
9893 Suggested by Stefan Monnier.
9894
9895 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9896 Suggested by Dan Jacobson.
9897
9898 * gnus.el (gnus-large-newsgroup):
9899 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
9900
9901 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9902 externalize attachments. Bug reported by Steve Wen.
9903
9904 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9905 really message anything to the user.
9906
9907 * nnmail.el (nnmail-article-group): Allow using the fancy split method
9908 directly.
9909
9910 * nnimap.el (nnimap-request-group): Low higher than high to signal no
9911 messages in empty groups.
9912
9913 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
9914
9915 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9916 non-UIDNEXT group.
9917
9918 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9919
9920 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9921 not the value from the collection.
9922
9923 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9924 values. This sometimes happens on some groups that have no info.
9925 (nnimap-request-newgroups): New function.
9926
9927 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
9928
9929 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9930 check into `gnus-registry-initialize'.
9931 (gnus-registry-initialize): Ditto.
9932 Fix and extend header docs.
9933
9934 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9935
9936 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9937 regexp backtrace overflows.
9938
9939 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9940 for starttls that tls.el implements; i.e. openssl.
9941
9942 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9943
9944 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9945 (gravatar-create-image): New function that's an alias to
9946 gnus-xmas-create-image, gnus-create-image, or create-image.
9947 (gravatar-data->image): Use it.
9948
9949 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
9950
9951 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9952 install the nnregistry refer method.
9953 (gnus-registry-install-hooks): Use it.
9954 (gnus-registry-unfollowed-groups): Add nnmairix to the default
9955 unfollowed groups.
9956
9957 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
9958
9959 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9960 expanding threads.
9961
9962 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9963
9964 * nnir.el: Use the server names without suffixes (bug#7009).
9965
9966 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9967 unencrypted to STARTTLS, if possible.
9968
9969 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9970
9971 * message.el (message-ignored-supersedes-headers): Strip Injection-*
9972 headers before superseding.
9973
9974 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9975
9976 * nnrss.el (nnrss-use-local): Add documentation.
9977
9978 * nnimap.el (nnimap-extend-tls-programs): New function.
9979 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9980 (nnimap-wait-for-connection): Accept the greeting from the stupid
9981 output from openssl s_client -starttls, too.
9982
9983 * nnimap.el (nnimap-find-article-by-message-id): Really return the
9984 article number.
9985 (nnimap-split-fancy): New variable.
9986 (nnimap-split-incoming-mail): Use it.
9987
9988 * nntp.el (nntp-server-list-active-group): Document.
9989
9990 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9991 SELECT to get the message-id.
9992
9993 * mail-source.el (mail-sources): Remove webmail support.
9994 (defvar): Ditto.
9995 (mail-source-fetcher-alist): Ditto.
9996 (mail-source-fetch-webmail): Remove.
9997
9998 * webmail.el: Remove -- doesn't seem relevant any more.
9999
10000 * gnus.el: Fix up make-obsolete-variable declarations throughout.
10001
10002 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10003 the \r.
10004
10005 2010-09-30 Julien Danjou <julien@danjou.info>
10006
10007 * gnus-agent.el (gnus-agent-add-group): Fix call to
10008 gnus-completing-read.
10009
10010 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10011
10012 * nndoc.el (nndoc-retrieve-groups): New function.
10013
10014 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10015 `default', use nnmail-split-methods.
10016 (nnimap-request-article): Downcase the NILs so that they are nil.
10017
10018 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10019 symbol.
10020
10021 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10022 code, since if the user has requested network, that's what they ought
10023 to get.
10024 (nnimap-request-set-mark): Erase the buffer before issuing commands.
10025 (nnimap-split-rule): Mark as obsolete.
10026
10027 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10028 New variable.
10029
10030 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10031 correct slot, too.
10032
10033 2010-09-29 Julien Danjou <julien@danjou.info>
10034
10035 * gnus.el (gnus-local-domain): Declare variable obsolete.
10036
10037 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10038 Fix history computing.
10039 (gnus-ido-completing-read): Require ido.
10040
10041 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10042
10043 * gnus-registry.el: Don't prompt on load, which makes it impossible to
10044 build Gnus.
10045
10046 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10047 when interpreting the structures.
10048 (nnimap-request-accept-article): Add \r\n to the lines to make this
10049 work with Cyrus.
10050
10051 * nndraft.el (nndraft-request-expire-articles): Use the group name
10052 instead if "nndraft". Fix found by Nils Ackermann.
10053
10054 2010-09-29 Ludovic Courtès <ludo@gnu.org>
10055
10056 * nnregistry.el: Add.
10057
10058 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
10059
10060 * nnmail.el (group, group-art-list, group-art):
10061 Remove unneeded directives.
10062
10063 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
10064
10065 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10066 (mm-mime-charset):
10067 * rfc2047.el (rfc2047-syntax-table):
10068 * utf7.el (utf7-utf-16-coding-system): Comment fix.
10069
10070 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10071 rather than `insert-file-contents' and `eval-region'.
10072
10073 2010-09-29 Julien Danjou <julien@danjou.info>
10074
10075 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10076 replacement of `gnus-gravatar-relief' to mimic
10077 `gnus-faces-properties-alist'.
10078 Add :version property.
10079
10080 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
10081
10082 * mail-source.el (mail-source-report-new-mail):
10083 * message.el (message-default-mail-headers):
10084 * mm-decode.el (mm-valid-image-format-p): Comment fix.
10085
10086 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10087
10088 2010-09-28 Julien Danjou <julien@danjou.info>
10089
10090 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10091 mail-address contains the same string as real-name.
10092
10093 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10094 non-blank in header, otherwise it'll get stripped.
10095
10096 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10097 real-name, and then for mail address rather than doing : or , search.
10098
10099 2010-09-27 Julien Danjou <julien@danjou.info>
10100
10101 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10102 right completing-read function.
10103 (gnus-use-ido): New variable
10104 (gnus-completing-read-with-default): Remove.
10105 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10106 (gnus-agent-add-group):
10107 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10108 * mm-view.el (mm-view-pkcs7-decrypt):
10109 * mm-util.el (mm-codepage-setup):
10110 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10111 * mml-smime.el (mml-smime-openssl-sign-query):
10112 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10113 (mml-insert-multipart):
10114 * gnus-msg.el (gnus-summary-yank-message):
10115 * gnus-int.el (gnus-start-news-server):
10116 * mm-decode.el (mm-interactively-view-part):
10117 * gnus-dired.el (gnus-dired-attach):
10118 * gnus.el (gnus-read-method):
10119 * gnus-bookmark.el (gnus-bookmark-jump):
10120 * gnus-art.el (gnus-mime-view-part-as-type)
10121 (gnus-mime-action-on-part, gnus-article-encrypt-body):
10122 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10123 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10124 * nnmairix.el (nnmairix-create-server-and-default-group)
10125 (nnmairix-update-groups, nnmairix-get-server)
10126 (nnmairix-backend-to-server, nnmairix-goto-original-article)
10127 (nnmairix-get-group-from-file-path):
10128 * nnrss.el (nnrss-find-rss-via-syndic8):
10129 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10130 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10131 (gnus-group-browse-foreign-server):
10132 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10133 (gnus-summary-execute-command, gnus-summary-respool-article)
10134 (gnus-read-move-group-name):
10135 * gnus-score.el (gnus-summary-increase-score)
10136 (gnus-summary-score-effect):
10137 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10138
10139 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
10140
10141 * nnimap.el (auth-source-forget-user-or-password)
10142 (auth-source-user-or-password): Autoload.
10143
10144 * message.el (message-from-style, message-interactive)
10145 (message-signature): Remove comment.
10146 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
10147 always.
10148 (message-sendmail-envelope-from): Comment fix.
10149 (message-yank-prefix): Default to mail-yank-prefix always.
10150 (message-indentation-spaces):
10151 Default to mail-indentation-spaces always.
10152 (message-signature-file): Default to mail-signature-file always.
10153
10154 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10155
10156 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10157 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10158 new articles.
10159
10160 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10161 parts.
10162 (nnimap-request-article): Work with the t setting, too.
10163
10164 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10165 that you don't get flashes of other buffers.
10166 (gnus-summary-show-complete-article): Intern before setting.
10167
10168 2010-09-27 David Engster <dengste@eml.cc>
10169
10170 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10171 well as HEADERS.
10172 (nnmairix-retrieve-headers): Provide new argument for the above.
10173
10174 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10175
10176 * gnus-sum.el (gnus-summary-move-article): Don't alter
10177 gnus-newsgroup-active. This makes `/ N' work after copying to the same
10178 group.
10179
10180 * nnimap.el (nnimap-update-info): Don't destructively alter active.
10181
10182 * message.el (message-cite-prefix-regexp): Revert my last edit.
10183
10184 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10185 variable instead of the Gnus variable.
10186
10187 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10188
10189 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10190
10191 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10192 since some servers don't like it.
10193 (nnimap-open-connection): Forget credentials if the server says the
10194 password was wrong.
10195 (nnimap-parse-line): Protect against invalid data.
10196
10197 * gnus-sum.el (gnus-summary-move-article): Add comment.
10198 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10199 nothing alters it while scanning for new messages.
10200
10201 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10202 which may or may not help.
10203 (nnimap-open-connection): If we're doing a stream connection, and then
10204 discover we're on a STARTTLS-capable server, then open a STARTTLS
10205 connection instead.
10206
10207 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10208
10209 * nnimap.el (utf7): Require.
10210
10211 * message.el (message-cite-prefix-regexp): Remove "}" from citation
10212 prefix.
10213
10214 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
10215
10216 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10217
10218 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10219
10220 * nnimap.el (nnimap-request-accept-article): Message the error on
10221 error.
10222
10223 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
10224
10225 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10226
10227 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10228
10229 * nndoc.el (nndoc-request-list): Return success always.
10230
10231 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10232 `fetch-old' -- we only want to fetch the articles we've requested.
10233 The rest are in the agent, probably.
10234 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10235 disappeared server" to something low. It's not important.
10236
10237 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10238 arrived before the FETCH data.
10239
10240 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10241 target here, because we don't know the Gnus name of the group.
10242
10243 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10244 for the correct group.
10245
10246 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10247
10248 * gnus.el (gnus): Give a final warning after startup.
10249
10250 * gnus-util.el (gnus-action-message-log): New variable.
10251 (gnus-message): Use it.
10252 (gnus-final-warning): New function.
10253
10254 * nnimap.el (nnimap-open-connection): Record the greeting.
10255 (nnimap): Add greeting.
10256
10257 2010-09-26 Julien Danjou <julien@danjou.info>
10258
10259 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10260 arguments.
10261 (gnus-html-wash-images): Fix spec computing to include start/end.
10262
10263 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10264
10265 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10266
10267 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10268 deletion.
10269 (nnimap-retrieve-headers): Don't select the group, because that's
10270 already done by nnimap-possibly-change-group.
10271
10272 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10273 (gnus-picon-transform-address): Use it.
10274
10275 * mail-source.el (mail-source-value): Revert previous patch.
10276
10277 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10278 on failure.
10279 (nnimap-open-connection): Look up both virtual and physical server name
10280 credentials.
10281
10282 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10283
10284 2009-02-08 Dave Love <fx@gnu.org>
10285
10286 * gnus-win.el (gnus-window-to-buffer-helper)
10287 (gnus-all-windows-visible-p): Function needn't be a symbol.
10288
10289 * mail-source.el (mail-source-value): Function needn't be a symbol.
10290
10291 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10292
10293 * message.el (message-cite-prefix-regexp): Remove } from the cite
10294 prefix.
10295
10296 * gnus-art.el (gnus-treatment-function-alist): Do picons before
10297 highlight again, so that the highlight is correct.
10298
10299 * gnus-picon.el (gnus-picon): Remove again.
10300 (gnus-picon-create-glyph): Set the background XPM color explicitly.
10301
10302 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10303 doing the header highlightling, so that the background color of the
10304 picon is correct.
10305
10306 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10307 (gnus-picon): Ditto.
10308 (gnus-picon): Reinstate. The background color for picons is white.
10309 (gnus-picon-insert-glyph): Make the background white.
10310
10311 * nnml.el (nnml-open-nov): Don't return dead buffers.
10312
10313 * auth-source.el (auth-source-create): Query the user for whether to
10314 store the credentials.
10315
10316 * auth-source.el (auth-source-user-or-password): Use the existing auth
10317 sources, if any, for creation.
10318
10319 * gnus.el (gnus-group-fast-parameter): Return the last matching
10320 parameter instead of the first matching parameter.
10321
10322 2010-09-26 Julien Danjou <julien@danjou.info>
10323
10324 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10325
10326 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10327
10328 * mml2015.el (mml2015-use): Remove gpg support.
10329
10330 * mml1991.el (mml1991-function-alist): Remove gpg function.
10331 (mml1991-gpg-sign): Remove.
10332
10333 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
10334
10335 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10336 (gnus-browse-unsubscribe-current-group): Document it.
10337 (gnus-browse-unsubscribe-group): Use it.
10338
10339 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10340
10341 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10342 address to the To list for easier response.
10343
10344 * gnus.el (gnus-play-startup-jingle): Remove.
10345 (gnus-splash): Don't play jingle.
10346 (gnus): Silence gnus-load message.
10347
10348 * gnus-art.el (gnus-treat-play-sounds): Remove.
10349
10350 * gnus.el (gnus-play-jingle): Remove audio support.
10351
10352 * gnus-cus.el (gnus-score-customize): Remove audio reference.
10353
10354 * earcon.el: Remove -- no users.
10355
10356 * gnus-audio.el: Remove -- no users of this package.
10357
10358 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10359
10360 * gnus-start.el (gnus-setup-news): Remove nocem support.
10361
10362 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10363
10364 * gnus.el (gnus-use-nocem): Remove.
10365
10366 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10367 Remove.
10368
10369 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
10370 uses NoCeM any more.
10371
10372 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10373 (gnus-button-ctan-handler): Ditto.
10374 (gnus-button-handle-ctan-bogus-regexp): Ditto.
10375 (gnus-button-ctan-directory-regexp): Ditto.
10376 (gnus-button-handle-ctan): Ditto.
10377 (gnus-button-tex-level): Ditto.
10378 (gnus-button-alist): Remove CTAN stuff.
10379
10380 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10381
10382 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10383 nnimap-streaming test.
10384
10385 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10386 servers twice.
10387
10388 * nnimap.el (nnimap-open-connection): Add more error reporting when
10389 nnimap fails early.
10390
10391 * nnheader.el (nnheader-get-report-string): New function.
10392 (nnheader-get-report): Use it.
10393
10394 * gnus-int.el (gnus-check-server): Say what the error was when opening
10395 failed.
10396
10397 * nnimap.el (nnimap-wait-for-response): Search further when we're not
10398 using streaming.
10399
10400 2010-09-25 Julien Danjou <julien@danjou.info>
10401
10402 * gnus-html.el (gnus-html-rescale-image): Use our defalias
10403 gnus-window-inside-pixel-edges.
10404
10405 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10406
10407 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10408
10409 * mm-decode.el (mm-save-part): Allow saving to other directories the
10410 normal Emacs way.
10411
10412 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10413 Suggested by Jay Berkenbilt.
10414
10415 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10416 there isn't a single byte.
10417
10418 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10419 just do it. It doesn't really seem to matter what the user responds
10420 here, I think, so it's just a confusing question.
10421
10422 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10423 non-streaming case.
10424
10425 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10426 (gnus-article-encrypt-body): Use it.
10427
10428 * gnus-sum.el (gnus-summary-show-complete-article): New command and
10429 keystroke.
10430
10431 * nnimap.el (nnimap-find-wanted-parts-1):
10432 Use gnus-fetch-partial-articles.
10433
10434 * gnus-art.el (gnus-fetch-partial-articles): New variable.
10435
10436 * nnimap.el (nnimap-insert-partial-structure): New function.
10437 (nnimap-get-partial-article): New function.
10438 (nnimap-request-article): Use it.
10439 (nnimap-wait-for-response): Return whether the wait was successful.
10440 (nnimap-finish-retrieve-group-infos): Don't do anything if the
10441 retrieval wasn't successful.
10442 (nnimap-retrieve-group-data-early): Allow throttling servers.
10443 (nnimap-streaming): New variable.
10444 (nnimap-fetch-partial-articles): Remove.
10445
10446 * mm-decode.el (mm-with-part): Protect against killed buffers.
10447
10448 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10449 for prettier summary display.
10450
10451 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
10452
10453 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10454
10455 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10456
10457 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10458 apparently third-party libraries depend on it.
10459
10460 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10461 before starting negotiation.
10462
10463 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10464 privacy reasons.
10465 (gnus-treat-mail-gravatar): Ditto.
10466
10467 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10468 buffer when inserting images. Inserting text into the headers, for
10469 instance, can make them invalid.
10470
10471 2010-09-25 Julien Danjou <julien@danjou.info>
10472
10473 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10474 variables.
10475
10476 * nnheader.el: Remove useless variables news-reply-yank-from and
10477 news-reply-yank-message-id.
10478
10479 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10480 variables.
10481
10482 * mml1991.el: Remove useless mml1991-verbose.
10483
10484 * gnus.el: Remove useless variable gnus-use-generic-from.
10485 Remove obsolete variable gnus-topic-indentation.
10486
10487 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10488
10489 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10490
10491 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10492
10493 * gnus-group.el: Remove useless gnus-group-icon-cache.
10494 Remove useless gnus-ephemeral-group-server.
10495
10496 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10497
10498 * mml2015.el: Remove useless mml2015-verbose.
10499
10500 * mml-smime.el: Remove useless mml-smime-verbose.
10501
10502 * gnus.el: Remove useless gnus-local-domain.
10503
10504 * gnus-gravatar.el (gnus-gravatar-transform-address):
10505 Use gnus-gravatar-size.
10506
10507 * gnus-art.el: Remove useless gnus-treat-translate.
10508
10509 2010-09-24 Julien Danjou <julien@danjou.info>
10510
10511 * gnus-sum.el: Add support for Gravatars.
10512
10513 * gnus-art.el: Add support for Gravatars.
10514
10515 * gnus-gravatar.el: Add this file.
10516
10517 * gravatar.el: Add this file.
10518
10519 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10520
10521 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10522
10523 * gnus-group.el (gnus-group-fetch-faq): Remove.
10524
10525 * gnus.el (gnus-group-faq-directory): Remove.
10526
10527 * gnus-group.el (gnus-group-fetch-charter): Remove.
10528
10529 * gnus.el (gnus-group-charter-alist): Remove.
10530
10531 * gnus-group.el (gnus-group-archive-directory): Remove.
10532 (gnus-group-recent-archive-directory): Ditto.
10533 (gnus-group-make-archive-group): Remove.
10534
10535 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10536
10537 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10538 use the same article number for all the cached articles.
10539
10540 * nnimap.el (nnimap-command): Register the last command time so
10541 that we can use it for idling NOOPs.
10542 (nnimap-open-connection): Start the keeplive timer.
10543 (nnimap-make-process-buffer): Store all the process buffers.
10544 (nnimap-keepalive): New function.
10545
10546 * starttls.el (starttls-open-stream): Add autoload cookie.
10547
10548 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
10549
10550 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10551 handling.
10552
10553 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10554
10555 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10556 its data structures.
10557
10558 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10559 instead of the cl.el copy-list.
10560 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10561 equalp.
10562
10563 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
10564
10565 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10566 and tool-bar-local-item-from-menu.
10567
10568 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10569 mode-line-highlight face for Emacs.
10570
10571 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10572 loading gnus-sum.elc; fix comment for canlock-verify.
10573 (gnus-article-jump-to-part): Use read-number.
10574 (gnus-insert-mime-button, gnus-insert-mime-security-button):
10575 Remove Emacs pre-21 compatible code for help-echo.
10576 (gnus-article-next-page-1): No need to adjust the number of lines.
10577 (gnus-article-describe-bindings): Always use help-buffer.
10578
10579 * gnus-audio.el (gnus-audio-inline-sound):
10580 * gnus-cus.el (gnus-custom-mode):
10581 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10582
10583 * gnus-sum.el (gnus-remove-overlays): Doc fix.
10584
10585 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10586 compatible code.
10587
10588 2010-09-24 Glenn Morris <rgm@gnu.org>
10589
10590 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10591 visiting the fcc file in rmail-mode.
10592
10593 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
10594
10595 * nnir.el: Silence the byte compiler.
10596
10597 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10598 alias to browse-url-url-encode-chars if any.
10599 (gnus-html-encode-url): Use it.
10600
10601 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10602
10603 * gnus-start.el (gnus-use-backend-marks): New variable.
10604 (gnus-get-unread-articles-in-group): Use it.
10605
10606 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10607 makeover.
10608
10609 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
10610
10611 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10612
10613 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10614
10615 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10616 Remove.
10617 (gnus-setup-news-hook):
10618 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10619
10620 * gnus-int.el (gnus-request-update-info): Protect against backends not
10621 having the function.
10622
10623 * nnimap.el (nnimap-stream): Mention STARTTLS.
10624 (nnimap-open-connection): Add STARTTLS support.
10625
10626 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
10627
10628 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10629
10630 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10631
10632 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10633 BODYSTRUCTUREs.
10634 (nnimap-transform-headers): Unfold quoted {42} headers.
10635
10636 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10637 the info.
10638 (gnus-get-unread-articles): Only call updatep on backends that support
10639 it.
10640
10641 * nnweb.el (nnweb-request-update-info): NOOP.
10642
10643 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10644
10645 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10646 since it only deals with marks.
10647
10648 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10649 gnus-request-marks, and make a new gnus-request-update-info.
10650
10651 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10652 the active instead of the high number, which is usually too low.
10653
10654 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
10655
10656 * encrypt.el: Remove.
10657
10658 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10659
10660 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10661 server in symbolic form.
10662
10663 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10664
10665 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10666
10667 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10668 (nnimap-update-info): Fix up code slightly.
10669
10670 * gnus-int.el (gnus-open-server): Add tracing for performance
10671 debugging.
10672
10673 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10674 (gnus-group-insert-group-line): Pass the real group name so that it
10675 gets the right data.
10676
10677 * gnus-start.el (gnus-get-unread-articles): Don't have
10678 `gnus-get-unread-articles-in-group' update info, since that can be
10679 really slow and doesn't seem to be needed?
10680
10681 2010-09-22 Julien Danjou <julien@danjou.info>
10682
10683 * gnus-group.el (gnus-group-insert-group-line):
10684 Call gnus-group-highlight-line.
10685 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10686 default hook list.
10687 (gnus-group-update-eval-form): Add new function.
10688 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10689 (gnus-group-get-icon): Use gnus-group-update-eval-form.
10690
10691 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10692
10693 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10694 immediate, then expire all articles.
10695 (nnimap-update-info): Fix off-by-one errors.
10696 (nnimap-flags-to-marks): Would return no marks lists for group with no
10697 flags. Instead return the other data.
10698
10699 2010-09-22 Julien Danjou <julien@danjou.info>
10700
10701 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10702 Only return an icon.
10703 (gnus-group-insert-group-line): Compute icon to return.
10704
10705 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10706 (gnus-html-image-fetched): Only cache if
10707 gnus-html-image-automatic-caching is set.
10708 (gnus-html-image-fetched): Check for errors.
10709
10710 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10711
10712 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10713 once per method on `g'. This ensures that backends like nnfolder don't
10714 open all their folders.
10715
10716 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10717 (nnimap-request-list): Nix out group in the correct buffer.
10718 (nnimap-parse-flags): Implement by using `read' instead of
10719 hand-parsing.
10720 (nnimap-flags-to-marks): Pass on permanent-flags.
10721 (nnimap-make-process-buffer): Record the server name.
10722 (nnimap-parse-flags): Fix typo.
10723 (nnimap-request-scan): Run split on the server in general, not just a
10724 single group.
10725
10726 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10727 parameter, and propagate this downwards.
10728
10729 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10730 since EXAMINE changes it on the server.
10731
10732 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10733 this command might take a while.
10734
10735 2010-09-22 Julien Danjou <julien@danjou.info>
10736
10737 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
10738 harmful if you have 2 images side-by-side, they can't be properly
10739 update on text deletion. Using text-property is safer here.
10740 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10741 data.
10742
10743 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10744
10745 * nnimap.el (nnimap-expunge-inbox): Remove.
10746 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10747 (nnimap-expunge): Flip default to t.
10748
10749 * gnus.el (gnus-method-to-server): Don't push things to the cache
10750 unless it's unique.
10751 (gnus-server-to-method): Ditto.
10752
10753 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
10754
10755 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10756
10757 2010-09-22 Julien Danjou <julien@danjou.info>
10758
10759 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10760 get the start of data.
10761 (gnus-html-encode-url): Add this function to encode special chars in
10762 URL.
10763 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10764 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10765
10766 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10767 default.
10768 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10769
10770 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10771 images alt-text.
10772 (gnus-html-put-image): Put alt-text as help-echo.
10773
10774 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
10775
10776 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10777 * mm-util.el (mm-decompress-buffer):
10778 * nnir.el (nnir-run-find-grep):
10779 * pop3.el (pop3-list): Use 3rd arg of split-string.
10780
10781 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10782
10783 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10784 outside the active range. Suggested by Dan Christensen.
10785
10786 * gnus-start.el (gnus-get-unread-articles): Get the extended method
10787 slightly later to avoid double-getting it.
10788
10789 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10790 previous patch.
10791
10792 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10793
10794 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
10795
10796 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10797
10798 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10799
10800 * gnus-int.el (gnus-open-server): Give a better error message in the
10801 "go offline" case.
10802
10803 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10804 marks for nnimap, which is seldom the right thing to do.
10805
10806 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10807 (gnus-same-method-different-name): New function.
10808
10809 * nnimap.el (parse-time): Require.
10810
10811 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10812 method in the presence of many similar methods.
10813
10814 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10815
10816 * nnimap.el (nnimap-find-expired-articles): Don't refer to
10817 nnml-inhibit-expiry.
10818
10819 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10820 find out whether methods are equal.
10821
10822 * nnimap.el (nnimap-find-expired-articles): New function.
10823 (nnimap-process-expiry-targets): New function.
10824 (nnimap-request-move-article): Request the article before looking at
10825 what the Message-ID is. Fix found by Andrew Cohen.
10826 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10827
10828 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10829 for oldness in addition to being a predicate.
10830
10831 * nnimap.el (nnimap-request-group): When we have zero articles, return
10832 the right data to Gnus.
10833 (nnimap-request-expire-articles): Only delete articles immediately if
10834 the target is 'delete.
10835
10836 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10837 method, this would bug out.
10838
10839 * gnus-group.el (gnus-group-expunge-group): Rename from
10840 gnus-group-nnimap-expunge, and implemented as a normal interface
10841 function.
10842
10843 * gnus-int.el (gnus-request-expunge-group): New function.
10844
10845 * nnimap.el (nnimap-request-create-group): Implement.
10846 (nnimap-request-expunge-group): New function.
10847
10848 2010-09-21 Julien Danjou <julien@danjou.info>
10849
10850 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10851 (gnus-html-cache-expired): Add new function.
10852 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10853 wethever we should display image for fetch it.
10854 Compute alt-text earlier to pass it to the fetching function too.
10855 (gnus-html-schedule-image-fetching): Change function argument to only
10856 get one image at a time, not a list.
10857 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10858 cache.
10859 (gnus-html-get-image-data): New function to retrieve image data from
10860 cache.
10861 (gnus-html-put-image): Change buffer argument to use image data rather
10862 than file, and place image above region rather than inserting a new
10863 one. Do not take alt-text as argument, since it's useless now: we place
10864 the image above alt-text.
10865 (gnus-html-prune-cache): Remove.
10866 (gnus-html-show-images): Start to fetch image when we find one, do not
10867 push into a temporary list.
10868 (gnus-html-prefetch-images): Only fetch image if they have expired.
10869 (gnus-html-browse-image): Fix, use 'gnus-image-url.
10870 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10871
10872 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
10873
10874 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10875
10876 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10877
10878 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10879 spec inser "*" if the group isn't active instead of 0.
10880
10881 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10882 opening the server.
10883 (nnimap-request-delete-group): Implement group deletion.
10884 (nnimap-transform-headers): Return the size of the entire message in
10885 the Bytes header, not just the size of the first part.
10886 (nnimap-request-move-article): When moving an article from nnimap,
10887 request the article first so the accepting form has an article to
10888 accept. Reported by Dan Christensen.
10889 (nnimap-command): Make sure that the error message doesn't error out.
10890
10891 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
10892
10893 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10894 we haven't requested anything.
10895
10896 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10897
10898 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10899 "". Fix found by Andrew Cohen.
10900
10901 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10902 instead of -encode-string.
10903
10904 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
10905
10906 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10907
10908 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10909 by mm-subst-char-in-string.
10910
10911 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10912
10913 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10914 waiting for the connection string.
10915
10916 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10917 arriving.
10918
10919 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10920 bogus characters. This allows selecting certain Gmail groups.
10921
10922 * nnimap.el (nnimap-find-wanted-parts-1): New function.
10923 (nnimap-fetch-partial-articles): New variable.
10924 (nnimap-open-connection): When looking for credentials, also use the
10925 nnimap-server-port.
10926 (nnimap-request-article): Return the group/article number, so that Gnus
10927 `^' works as expected.
10928 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10929
10930 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10931 comments.
10932 (gnus-methods-sloppily-equal): New function.
10933 (gnus): When using the development version of Gnus, load the gnus-load
10934 file.
10935
10936 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10937 `gnus-open-server' on each method before trying to scan them etc.
10938 This ensures that all the backend parameters are set correctly.
10939
10940 * nnimap.el (nnimap-authenticator): New variable.
10941 (nnimap-open-connection): Allow anonymous login.
10942 (nnimap-transform-headers): The chars header is called Chars not Bytes.
10943 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10944
10945 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10946 patch, found by Knut Anders Hatlen.
10947
10948 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
10949
10950 * gnus-agent.el (gnus-agent-batch-confirmation)
10951 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10952 to gnus-message.
10953 * gnus-art.el (gnus-article-describe-briefly): Likewise.
10954 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10955 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10956 * gnus-int.el (gnus-open-server): Likewise.
10957 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10958 (gnus-score-check-syntax): Likewise.
10959 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10960 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10961 Likewise.
10962 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10963
10964 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10965
10966 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10967 calling conventions so that prefetch doesn't bug out.
10968
10969 2010-09-19 Julien Danjou <julien@danjou.info>
10970
10971 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10972 rather than `subst-char-in-region' in order to be able to replace ASCII
10973 char by UTF-8 ones.
10974
10975 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10976 than curl.
10977 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10978 the right URL and ALT text on images.
10979 (gnus-html-wash-tags): Fix tag case.
10980 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
10981 (gnus-article-html): Add -o display_ins_del=2 option.
10982 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10983
10984 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10985
10986 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10987 the extra mail headers, which sometimes seem to happen for unknown
10988 reasons.
10989
10990 * mail-parse.el (mail-header-encode-parameter): Define as
10991 rfc2045-encode-string instead of as rfc2231-encode-string, since some
10992 (or most, perhaps?) mail readers don't understand the latter, but do
10993 understand the former.
10994
10995 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10996 to nil, so that no methods are automatically agentized. I think this
10997 is probably what most users want.
10998
10999 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11000 from url-retrieve, for instance about invalid URLs.
11001
11002 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11003 groups that have no articles.
11004 (nnimap-request-article): Check that we really got an article when we
11005 requested one.
11006
11007 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11008 doesn't exist.
11009
11010 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11011 nntp buffer so the agent can save it.
11012 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11013 that CRLF doesn't get translated to \n.
11014 (nnimap-open-connection): Don't make 'shell commands only send \n.
11015
11016 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11017
11018 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11019 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11020 Update var name.
11021 (nnml-generate-nov-file): Use dolist.
11022 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11023 Use with-current-buffer.
11024
11025 2010-09-18 Julien Danjou <julien@danjou.info>
11026
11027 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11028 parallel.
11029
11030 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11031
11032 * nnimap.el (nnimap-update-info): When doing partial marks update, get
11033 the range update right.
11034 (nnimap-request-group): Don't make `M-g' bug out on group with no
11035 marks.
11036 (nnoo): Require, so that other packages can require nnimap.
11037 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11038 command we're looking for. This helps when the server sends more
11039 responses after we've gotten everything we expected.
11040 (nnimap): Add a `newlinep' field to keep track of end-of-line
11041 conventions.
11042 Don't send CRLF to things that don't want it.
11043 (nnimap-request-accept-article): Ditto.
11044
11045 2010-09-18 Julien Danjou <julien@danjou.info>
11046
11047 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11048 than curl to retrieve images.
11049
11050 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11051
11052 * nnimap.el (nnimap-update-info): Extend the info so that we can set
11053 the marks.
11054 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11055 (nnimap-wait-for-connection): New function.
11056 (nnimap-open-connection): If we have PREAUTH, don't query for login
11057 credentials.
11058 (nnimap-update-info): Fix off-by-one error when concatenating ranges
11059 when doing a partial update.
11060
11061 2010-09-18 Julien Danjou <julien@danjou.info>
11062
11063 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11064 tags.
11065
11066 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11067
11068 * nnimap.el (nnimap-credentials): New function.
11069 (nnimap-open-connection): Use the new function to look for credentials
11070 also on the numeric equivalents of "imap" and "imaps".
11071
11072 * gnus-start.el (gnus-activate-group): Send the info to
11073 gnus-request-group.
11074
11075 * nnimap.el (nnimap-request-group): Have the "check" version of the
11076 function parse flags and update the info, so that a `M-g' get a total
11077 resync of all flags from the group.
11078
11079 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11080 to allow backends to alter the info on group selection. Also alter all
11081 the backend -request-group functions to take the parameter.
11082
11083 * nnimap.el (nnimap-store-info): New function.
11084 (nnimap-update-info): Store the info for later usage.
11085 (nnimap-request-group): Use the stored info for the dont-check case, so
11086 that we don't retrieve all marks when we enter a group.
11087
11088 * nnimap.el: Use deffoo instead of defun for interface functions.
11089
11090 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11091 update the group info. This makes the nndraft groups, for instance, go
11092 back to their old behavior.
11093
11094 * gnus-sum.el (gnus-select-newsgroup): Indent.
11095
11096 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11097 in.
11098 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11099 nothing.
11100
11101 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11102 from methods that are denied.
11103
11104 * gnus-int.el (gnus-method-denied-p): New function.
11105
11106 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11107 store the password instead of netrc.
11108 (nnimap-open-connection): Don't error out when we can't make a
11109 connections.
11110
11111 * auth-source.el (auth-source-create): In the password prompt, say what
11112 we're querying for. Also prompt for user name if that hasn't been
11113 given.
11114
11115 * nnimap.el (nnimap-with-process-buffer): Remove.
11116
11117 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11118
11119 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11120 method when we're reading from the agent.
11121
11122 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11123
11124 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11125 that's probably most useful for users.
11126
11127 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11128 "failed" all the time.
11129
11130 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11131 ...)) with (with-current-buffer ...).
11132
11133 * nntp.el (nntp-open-server): Return whether the open was successful or
11134 not.
11135
11136 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11137 select an unread unseen article first.
11138
11139 * nnimap.el (nnimap-open-connection): If the user doesn't have a
11140 /etc/services, supply some sensible port defaults.
11141
11142 2010-09-17 Julien Danjou <julien@danjou.info>
11143
11144 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11145
11146 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
11147
11148 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11149 doesn't have any parameters.
11150
11151 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11152
11153 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11154 only upcased checks.
11155
11156 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11157
11158 * nnimap.el (nnimap-open-shell-stream): New function.
11159 (nnimap-open-connection): Use it.
11160 (nnimap-transform-headers): Get the number of lines in each message.
11161 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11162 number of lines.
11163 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
11164 problem.
11165
11166 * utf7.el (utf7-encode): Autoload.
11167
11168 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11169 to allow the mail splitting to not return a default group. This is
11170 useful for nnimap, which will leave unmatched mail in the inbox.
11171
11172 * nnimap.el: Rewritten.
11173
11174 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11175 nnimap usage.
11176
11177 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11178 if the move is internal, so that nnimap can do fast internal moves.
11179
11180 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11181 data.
11182 (gnus-read-active-for-groups): Support finishing the early retrieval of
11183 data.
11184
11185 * gnus-range.el (gnus-range-nconcat): New function.
11186
11187 * gnus-int.el (gnus-finish-retrieve-group-infos)
11188 (gnus-retrieve-group-data-early): New functions.
11189
11190 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
11191
11192 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11193 (nnrss-retrieve-groups):
11194 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11195 (pop3-quit): Use with-current-buffer.
11196
11197 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
11198
11199 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11200 instead of nnheader-accept-process-output.
11201
11202 * gnus-html.el (gnus-html-schedule-image-fetching)
11203 (gnus-html-prefetch-images): Replace process-kill-without-query by
11204 gnus-set-process-query-on-exit-flag.
11205
11206 2010-09-16 Romain Francoise <romain@orebokech.com>
11207
11208 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11209
11210 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11211
11212 * gnus-registry.el (gnus-registry-install-shortcuts): The second
11213 parameter to unintern is mandatory-ish in Emacs 24.
11214
11215 * gnus-html.el (gnus-html-schedule-image-fetching)
11216 (gnus-html-prefetch-images): Check for curl before using it.
11217
11218 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11219 depend on curl, which isn't essential.
11220
11221 * imap.el: Revert back to version
11222 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11223 seem problematic.
11224
11225 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
11226
11227 * gnus-registry.el (gnus-registry-install-shortcuts):
11228 Explicitly pass `obarray' to `unintern' to avoid a warning.
11229
11230 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11231
11232 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11233 change.
11234
11235 * nnrss.el (nnrss-request-list): Remove this function and related
11236 functions, including the moreover stuff.
11237
11238 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11239
11240 * nnrss.el (nnrss-retrieve-groups): New function.
11241
11242 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
11243
11244 * .dir-locals.el: Add no-byte-compile cookie.
11245
11246 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
11247
11248 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11249 for back end that doesn't support request-scan.
11250
11251 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11252
11253 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11254 then do request scans from the backends.
11255
11256 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11257 avoid running a hook per line, since this takes a lot of time,
11258 profiling shows.
11259 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11260 directly if gnus-visual-p is true.
11261
11262 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
11263
11264 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11265 groups; replace mapcar with dolist which is a bit faster; pass groups
11266 info to gnus-read-active-file-1.
11267 (gnus-read-active-file-1): Scan only specified groups if the new
11268 optional arg `infos' is given.
11269
11270 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
11271
11272 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11273
11274 * pop3.el (pop3-movemail): Remove.
11275 (pop3-streaming-movemail): Rename to pop3-movemail.
11276
11277 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11278 don't restrict end-tag searches to the end of the line.
11279
11280 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11281
11282 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11283 articles of every unchecked group to t, which means unknown since the
11284 server has never been opened.
11285
11286 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11287
11288 * gnus-html.el (gnus-html-show-alt-text): New command.
11289 (gnus-html-browse-image): Ditto.
11290 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11291 to browse the image directly.
11292 (gnus-html-wash-tags): Search for images first, so that <a><img> works
11293 better.
11294
11295 * gnus-async.el (gnus-async-article-callback):
11296 Call `gnus-html-prefetch-images' unconditionally.
11297
11298 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11299 before feeding URLs to curl.
11300
11301 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
11302
11303 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11304 internal images as deletable by `W D D'.
11305
11306 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11307 (gnus-async-article-callback): Fix typo.
11308
11309 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11310
11311 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11312 current line to work around bugs in the output from w3m.
11313
11314 * gnus-async.el (gnus-async-article-callback): Always prefetch images
11315 for groups that want that.
11316
11317 * nntp.el (nntp-wait-for-string): Supply a timeout for
11318 accept-process-output to ensure progress.
11319
11320 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11321 level to get unread articles from, then use that for foreign groups,
11322 too.
11323
11324 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11325 confuses the rest of the function.
11326
11327 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11328 for the methods that support -retrieve-groups, too.
11329
11330 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11331
11332 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
11333
11334 * pop3.el: Require cl when compiling.
11335 (pop3-number-of-responses): Search for "+OK", not "+OK ".
11336
11337 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
11338
11339 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11340 that aren't going to be activated.
11341 (gnus-get-unread-articles): Fix up the last commit.
11342
11343 * gnus-html.el (gnus-article-html): Allow calling without specifying
11344 the handle. In that case, dissect the buffer first.
11345
11346 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11347
11348 * nnimap.el (nnimap-open-connection): Revert the change that would look
11349 into authinfo for imaps instead of imap.
11350
11351 * gnus-start.el (gnus-activate-group): Take an optional parameter to
11352 say that you don't want to call gnus-request-group with don-check, but
11353 do check the response. This is for virtual groups only.
11354 (gnus-get-unread-articles): Count the archive groups as secondary, so
11355 that they're activated the same way as before.
11356
11357 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11358 case-insensitively.
11359 (nnimap-debug): Remove.
11360
11361 * mail-source.el (mail-source-fetch): Don't message if we're fetching
11362 mail from a file, and the file doesn't exist.
11363
11364 * pop3.el (pop3-streaming-movemail): Return t for success.
11365
11366 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11367 .authinfo if we're using ssl connection.
11368
11369 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11370 already have if we're in a main Gnus `g' run.
11371
11372 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11373
11374 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
11375
11376 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11377
11378 * nnmh.el (nnmh-request-list-1): Bind `file'.
11379
11380 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11381 alias to set-process-query-on-exit-flag or process-kill-without-query.
11382 (pop3-open-server): Use it.
11383
11384 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11385
11386 * mail-source.el (mail-source-delete-crash-box): Always move the crash
11387 box to the Incoming file. Fixes mistake in previous checkin.
11388
11389 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11390 request loop (for debugging purposes) removed.
11391
11392 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11393 culprit is more visible.
11394 (nnml-save-incremental-nov, nnml-open-incremental-nov)
11395 (nnml-add-incremental-nov): New functions to do "incremental" nov
11396 updates, where we just append to the end of the existing nov files
11397 without reading/writing them in full.
11398
11399 * mail-source.el (mail-source-delete-crash-box): Really only check the
11400 incoming files once in a while.
11401
11402 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11403
11404 * mail-source.el (mail-source-delete-crash-box): Only check the
11405 incoming files for deletion once per day to save a lot of file
11406 accesses.
11407
11408 * pop3.el (pop3-logon): Fix up unbound variable typo.
11409
11410 * mail-source.el (pop3-streaming-movemail): Autoload.
11411
11412 * pop3.el (pop3-streaming-movemail):
11413 Respect pop3-leave-mail-on-server.
11414
11415 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11416 retrieval.
11417
11418 * pop3.el (pop3-process-filter): Remove unused function.
11419 (pop3-streaming-movemail, pop3-send-streaming-command)
11420 (pop3-wait-for-messages, pop3-write-to-file)
11421 (pop3-number-of-responses): New functions for streaming pop3
11422 retrieval.
11423
11424 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11425 come from no known methods.
11426 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11427 list.
11428
11429 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11430 message sizes.
11431 (pop3-movemail): Use erase-buffer instead of looping and deleting
11432 regions, which seems rather odd.
11433
11434 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11435 file once per `g' run.
11436
11437 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11438 directories. This makes the draft queue directory work.
11439
11440 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11441 data from the backends, so that we only request the list of groups from
11442 each method once. This should speed things up considerably.
11443
11444 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11445 detect that it's not implemented.
11446
11447 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11448 we actually do recurse down into the tree, but don't stat all leaf
11449 nodes.
11450
11451 * gnus-html.el (gnus-html-show-images): If there are no images to show,
11452 then say so instead of bugging out.
11453
11454 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11455 files exist before trying to read them.
11456
11457 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11458 around <pre_int>.
11459
11460 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11461
11462 * nnmh.el (nnmh-request-list-1): Optimize for speed.
11463
11464 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11465
11466 * mm-util.el (mm-image-load-path): Just return the image directories,
11467 not all directories in the path in addition to the image directories.
11468 (mm-image-load-path): Maintain a cache of the image directories so that
11469 the `g' command in Gnus doesn't have to stat dozens of directories each
11470 time.
11471
11472 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11473 (gnus-html-wash-tags): Add a new `i' command to insert images.
11474 (gnus-html-insert-image): New command and keystroke.
11475 (gnus-html-redisplay-with-images): New command and keystroke.
11476 (gnus-html-show-images): Rename command.
11477 (gnus-html-wash-tags): Remove more white space before <pre_int> image
11478 spacers.
11479 (gnus-html-wash-tags): Decode entities at the end, so that entities
11480 inside the tags don't mess up the rest of the "parsing".
11481
11482 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11483 so that nnimap methods aren't agentized by default. There's apparently
11484 many problems related to agent/imap behavior.
11485
11486 * gnus-art.el (gnus-article-copy-string): New command and key binding.
11487
11488 * gnus-html.el: Doc fix.
11489
11490 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
11491
11492 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11493 glyph-width and glyph-height instead of display-graphic-p and
11494 image-size; make avoidance of displaying small images work for XEmacs.
11495
11496 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11497 for XEmacs.
11498
11499 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11500 of symbol that holds plist data.
11501 (gnus-process-plist): Remove plist of process after getting it.
11502
11503 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11504
11505 * message.el (message-generate-hashcash): Change default to
11506 'opportunistic if hashcash is installed.
11507
11508 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11509 (gnus-html-put-image): Only call image-size once, since it's somewhat
11510 time-consuming on remote X servers.
11511
11512 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
11513
11514 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11515 decoded contents.
11516 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11517
11518 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11519
11520 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11521 group line format, since it isn't very interesting.
11522
11523 * gnus-agent.el (gnus-agent-short-article),
11524 (gnus-agent-long-article): Increase values for these two variables,
11525 since most people are likely to have more network connection and
11526 storage than before.
11527
11528 * gnus.el (gnus-refer-article-method): Change default to 'current.
11529 When referring an article, the common behavior is to refer it from the
11530 current select method, not the native select method. The chances of
11531 the native select method having the message in question is rather slim
11532 these days.
11533
11534 * gnus-sum.el (gnus-auto-select-subject): Change default to
11535 `unseen-or-unread'. I think it's likely that most people want to
11536 select an unseen article over a previously seen, but unread one.
11537
11538 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
11539 means that in the article buffer none of the minor mode elements will
11540 be shown, usually, and this is not desirable in most cases.
11541
11542 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11543 that commands like `d' (and the like) go to the next line in the
11544 buffer, instead of the next unread article. I think this is the
11545 behavior that is most natural for most users.
11546 (gnus-single-article-buffer): Change default to nil, so that people can
11547 have as many article buffers open as they have summary buffer. I think
11548 this is the most natural way for the groups to behave.
11549
11550 * message.el (message-generate-new-buffers): Change default to
11551 `unsent', so that all new message buffers start their names with the
11552 string "*unsent", and it's easier to find the buffers if you move from
11553 them.
11554
11555 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11556
11557 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11558 small. They're probably tracking images.
11559 (gnus-html-wash-tags): Remove all <pre_int> place holders.
11560 (gnus-html-rescale-image): Yet another try at getting the image sizing
11561 right.
11562
11563 * nntp.el (nntp-request-set-mark): Refuse to do marks if
11564 nntp-marks-file-name is nil.
11565
11566 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
11567
11568 * gnus-html.el (gnus-html-wash-tags)
11569 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11570 Better logging.
11571
11572 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11573
11574 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11575
11576 * gnus-html.el (gnus-html-wash-tags): Check the value of
11577 gnus-blocked-images in the summary buffer.
11578
11579 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
11580
11581 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11582
11583 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11584
11585 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11586 like "a", it seems like.
11587 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11588 since it needs to be picked from the correct buffer.
11589
11590 * nnwfm.el: Remove.
11591
11592 * nnlistserv.el: Remove.
11593
11594 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
11595
11596 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11597 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11598
11599 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11600
11601 * nnkiboze.el: Remove.
11602
11603 * nndb.el: Remove.
11604
11605 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11606 alt text.
11607 (gnus-html-rescale-image): Try to get the rescaling logic right for
11608 images that are just wide and not tall.
11609
11610 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11611 overshadow variable bindings.
11612
11613 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
11614
11615 * gnus-html.el (gnus-html-wash-tags)
11616 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11617 Add extra logging.
11618
11619 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11620
11621 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11622 (gnus-max-image-proportion): New variable.
11623 (gnus-html-rescale-image): New function.
11624 (gnus-html-put-image): Rescale images.
11625
11626 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11627
11628 Fix up some byte-compiler warnings.
11629 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11630 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11631 (gnus-article-fill-cited-article, gnus-article-hide-citation)
11632 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11633 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11634 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11635 (gnus-group-update-group): Use save-excursion and with-current-buffer.
11636
11637 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11638
11639 * gnus-html.el (gnus-article-html): Decode contents by charset.
11640
11641 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11642
11643 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11644 (gnus-html-frame-width, gnus-blocked-images):
11645 * message.el (message-prune-recipient-rules): Add custom version.
11646 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11647
11648 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11649 functions.
11650
11651 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11652 gnus-process-get.
11653
11654 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
11655
11656 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11657 instead of lsub directly.
11658
11659 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11660
11661 * nnwarchive.el: Remove.
11662
11663 * gnus-soup.el: Remove.
11664
11665 * nnsoup.el: Remove.
11666
11667 * nnultimate.el: Remove.
11668
11669 * gnus-html.el (gnus-blocked-images): New variable.
11670
11671 * message.el (message-prune-recipients): New function.
11672 (message-prune-recipient-rules): New variable.
11673
11674 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11675 guess whether a long line is natural text or not.
11676
11677 * gnus-html.el (gnus-html-schedule-image-fetching):
11678 Use gnus-process-plist and friends for compatibility.
11679
11680 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
11681
11682 * gnus-html.el: Require packages that define macros used in this file.
11683 (gnus-article-mouse-face): Declare to silence byte-compiler.
11684 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11685 process-get.
11686 (gnus-html-put-image): Use plist-get to avoid getf.
11687 (gnus-html-prefetch-images): Use with-current-buffer.
11688
11689 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
11690
11691 * gnus-ems.el: Provide compatibility functions for
11692 gnus-set-process-plist.
11693
11694 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11695 * gnus.el (gnus-valid-select-methods):
11696 * message.el (message-send-mail-partially-limit):
11697 * mm-decode.el (mm-text-html-renderer):
11698 * mml.el (mml-insert-mime-headers-always):
11699 * smiley.el (smiley-regexp-alist): Bump custom version.
11700
11701 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11702
11703 * gnus-html.el: Require mm-url.
11704 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11705 with the url to `url'.
11706 (gnus-html-wash-tags): Support cid: URLs/images.
11707
11708 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11709
11710 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11711 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11712 bindings, as they aren't useful at all. `w' is moved to `W w'.
11713
11714 * gnus-move.el: Remove file, since it doesn't really work.
11715
11716 * gnus-html.el (gnus-article-html): Tell w3m that the input is
11717 UTF-8. This seems to fix problems with some German web feeds.
11718
11719 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11720 at the top so that the proper colors are applied.
11721
11722 * gnus-art.el (gnus-article-view-part): Doc fix.
11723
11724 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11725 XEmacs-compatible.
11726 (gnus-html-put-image): Don't do images on non-graphic displays.
11727
11728 * nnslashdot.el: Remove this unused backend.
11729
11730 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11731 actions.
11732 (gnus-undo-register-1): Revert last change.
11733
11734 * gnus-group.el (gnus-group-completing-read): Protect against not
11735 having completion-styles bound.
11736
11737 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11738 make broken recipients happier.
11739
11740 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11741
11742 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11743 point parameter.
11744
11745 * gnus-group.el (gnus-group-completing-read): Add 'substring to
11746 completion-styles for group selection.
11747
11748 2009-02-04 Andreas Schwab <schwab@suse.de>
11749
11750 * gnus-score.el (gnus-score-string): Fix regex for matching extra
11751 headers and regexp-quote the match if necessary.
11752
11753 2009-03-24 Miles Bader <miles@gnu.org>
11754
11755 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11756 the blinking smiley.
11757
11758 2009-03-24 Simon Josefsson <simon@josefsson.org>
11759
11760 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11761 blink smiley.
11762
11763 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11764
11765 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11766 where the dribbel file lives exists.
11767
11768 * message.el (message-send-mail-partially-limit): Change the default to
11769 nil, since most people don't want this.
11770
11771 * mm-url.el (mm-url-decode-entities): Also decode entities like
11772 &#x3212.
11773
11774 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
11775
11776 * gnus-sum.el (gnus-summary-idna-message):
11777 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11778 Hyperlink urls in docstrings with URL `...'.
11779
11780 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
11781
11782 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11783 functions.
11784
11785 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11786
11787 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11788 say what the mouseover text should be.
11789
11790 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11791 version of the mm-w3m-safe-url-regexp variable to only download images
11792 in the groups where we want that to happen.
11793
11794 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11795
11796 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11797 easier debugging.
11798 (gnus-article-beginning-of-window): Add kludge to allow spacing past
11799 big pictures in the article buffer.
11800
11801 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11802 gnus-article-html.
11803 (mm-text-html-renderer): gnus-article-html needs curl in addition to
11804 w3m.
11805
11806 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11807
11808 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
11809
11810 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11811 which doesn't exist.
11812
11813 * message.el (message-inhibit-ecomplete): New variable to allow some
11814 function to inhibit ecomplete address storage.
11815 (message-resend): Disable ecomplete message storage when resending
11816 messages.
11817
11818 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11819
11820 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
11821
11822 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11823 Save excursion while copying, moving, and deleting articles in order to
11824 prevent the cursor from jumping to unforeseen place.
11825
11826 2010-08-17 Glenn Morris <rgm@gnu.org>
11827
11828 * gnus-sync.el: Require gnus components whose functions are used.
11829
11830 * gnus-art.el (bookmark-make-record-function):
11831 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11832 Declare for compiler.
11833
11834 * mm-url.el (mml-compute-boundary): Autoload.
11835
11836 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
11837
11838 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11839
11840 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
11841
11842 Typo fix "hoo4a" -> "hook".
11843
11844 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11845
11846 2010-08-14 Glenn Morris <rgm@gnu.org>
11847
11848 * gnus-sync.el (gnus-sync): Fix defgroup version.
11849
11850 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
11851
11852 Doc fixes and keep unknown groups (ammended for nunion bug fix).
11853
11854 * gnus-sync.el: Fix docs.
11855 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11856 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11857
11858 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11859
11860 Optimizations for gnus-sync.el.
11861
11862 * gnus-sync.el: Add docs about gnus-sync-backend
11863 possibilities.
11864 (gnus-sync-save): Remove unnecessary message.
11865 (gnus-sync-read): Optimize and show what groups were skipped.
11866
11867 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11868
11869 Minor bug fixes for gnus-sync.el.
11870
11871 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11872 Don't read the sync on get-new-news.
11873
11874 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11875 quiet.
11876
11877 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11878 (fix typo).
11879
11880 2010-07-30 Lawrence Mitchell <wence@gmx.li>
11881
11882 Make saving and restoring of hidden threads work with overlays.
11883 Patch applied by Ted Zlatanov.
11884
11885 * gnus-sum.el (gnus-hidden-threads-configuration)
11886 (gnus-restore-hidden-threads-configuration): Update to deal with text
11887 properties, rather than searching for a magic character.
11888
11889 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11890
11891 New gnus-sync.el library for synchronization of marks.
11892
11893 * gnus-sync.el: New library for synchronization of marks.
11894
11895 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11896 renamed from `gnus-registry-grep-in-list'.
11897
11898 * gnus-registry.el (gnus-registry-follow-group-p):
11899 Use `gnus-grep-in-list'.
11900
11901 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11902
11903 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
11904
11905 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11906 determining charset of text fails.
11907
11908 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
11909
11910 * nnmail.el (nnmail-get-new-mail-1): Revert.
11911
11912 * nnml.el (nnml-active-number): Make sure names of newly created groups
11913 in nnml-group-alist are encoded.
11914
11915 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
11916
11917 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11918 containing non-ASCII characters in active file for nnml back end.
11919
11920 2010-07-24 David Engster <dengste@eml.cc>
11921
11922 * mml-smime.el (mml-smime-epg-verify): Also accept the older
11923 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11924
11925 2010-07-21 Daiki Ueno <ueno@unixuser.org>
11926
11927 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11928 tag (Bug#6654).
11929
11930 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
11931
11932 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11933 the article buffer, not the summary buffer.
11934
11935 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
11936
11937 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11938 Emacs 23 as well.
11939
11940 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11941
11942 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11943 Patch applied by Karl Fogel.
11944
11945 * gnus-sum.el (gnus-summary-bookmark-make-record):
11946 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11947
11948 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11949
11950 Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
11951 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
11952 C-w still not working correctly from Article buffers; Thierry's
11953 patch to fix that will be applied after this.
11954
11955 * gnus-art.el (bookmark-make-record-function): New local variable.
11956
11957 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11958 article buffer.
11959 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11960
11961 2010-07-13 Karl Fogel <kfogel@red-bean.com>
11962
11963 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11964 on changes in bookmark.el.
11965
11966 2010-06-22 Mark A. Hershberger <mah@everybody.org>
11967
11968 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11969 the *other* type of HTML form submission.
11970
11971 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
11972
11973 * auth-source.el (auth-source-pick): If choice does not contain a
11974 questioned keyword, set the check to t.
11975
11976 2010-06-12 Romain Francoise <romain@orebokech.com>
11977
11978 * gnus-util.el (gnus-date-get-time): Move up before first use.
11979
11980 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
11981
11982 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11983 (gnus-article-edit-part): Bind it to make last part that is substituted
11984 or deleted visible.
11985 (gnus-mime-display-single): Buttonize part of which id equals to
11986 gnus-mime-buttonized-part-id.
11987
11988 2010-06-10 Dan Christensen <jdc@uwo.ca>
11989
11990 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11991 (gnus-dd-mmm): Use gnus-date-get-time.
11992 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11993 simplify logic.
11994 (gnus-summary-limit-to-age): Use gnus-date-get-time.
11995 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11996
11997 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
11998
11999 * auth-source.el (top): Autoload `secrets-list-collections',
12000 `secrets-create-item', `secrets-delete-item'.
12001 (auth-sources): Fix tag string.
12002 (auth-get-source, auth-source-retrieve, auth-source-create)
12003 (auth-source-delete): New defuns.
12004 (auth-source-pick): Rewrite in order to avoid 2 passes.
12005 (auth-source-forget-user-or-password): New parameter USERNAME.
12006 (auth-source-user-or-password): New parameters CREATE-MISSING and
12007 DELETE-EXISTING. Retrieve password interactively, if needed.
12008
12009 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
12010
12011 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12012 deleting unused directories when gnus-expert-user is t.
12013
12014 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
12015
12016 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12017 for each temp file when gnus-article-browse-delete-temp is ask.
12018
12019 2010-05-20 Kevin Ryde <user42@zip.com.au>
12020
12021 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
12022
12023 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
12024
12025 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12026 article unless decoding article to be saved.
12027
12028 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
12029
12030 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12031 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12032 generated within the mm-with-unibyte-current-buffer macro.
12033
12034 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
12035
12036 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12037 to nil when we're in a mml-preview buffer and no group is selected.
12038
12039 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
12040
12041 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12042 when catching the `C-g'. Reported by "Leo".
12043
12044 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
12045
12046 * message.el (message-forward-make-body-plain)
12047 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12048 multibyte-string-p.
12049
12050 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
12051
12052 * message.el (message-forward-make-body-mml): Assume original message
12053 is multibyte string; error on unibyte.
12054 (message-forward-make-body-plain): Ditto; don't add excessive newline
12055 in body end.
12056
12057 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
12058
12059 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12060 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
12061
12062 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
12063
12064 * mm-extern.el (mm-extern-url): Don't use
12065 mm-with-unibyte-current-buffer.
12066 (mm-extern-cache-contents): Use with-current-buffer instead of
12067 save-excursion + set-buffer.
12068
12069 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
12070
12071 * mm-util.el (mm-emacs-mule): Remove.
12072
12073 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
12074
12075 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12076 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12077 change.
12078
12079 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
12080
12081 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12082 bind the default value of enable-multibyte-characters to nil.
12083
12084 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
12085
12086 * message.el (message-forward-make-body-plain)
12087 (message-forward-make-body-mml):
12088 Don't use mm-with-unibyte-current-buffer.
12089
12090 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
12091
12092 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12093 (Bug#5592).
12094
12095 2010-05-07 Julien Danjou <julien@danjou.info>
12096
12097 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12098 it to mm-pipe-part.
12099
12100 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12101 it is given.
12102
12103 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
12104
12105 * nnweb.el (nnweb-gmane-search):
12106 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12107 XEmacs.
12108
12109 * gnus-art.el (gnus-article-browse-html-parts):
12110 * gnus-group.el (gnus-read-ephemeral-gmane-group)
12111 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12112 make-temp-file.
12113
12114 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12115 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12116 compiling.
12117
12118 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12119 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12120 XEmacs when compiling.
12121
12122 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12123 gnus-pick-mode-off-hook for XEmacs when compiling.
12124 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12125 gnus-binary-mode-off-hook for XEmacs when compiling.
12126
12127 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12128 Return nil if char-charset is not available.
12129
12130 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
12131 macro.
12132
12133 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12134 instead of encode-coding-string.
12135
12136 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12137 'xemacs) instead of mm-emacs-mule to switch function definitions.
12138 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12139
12140 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
12141
12142 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12143
12144 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
12145
12146 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12147 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12148
12149 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
12150
12151 * mm-util.el (mm-decompress-buffer): Use `delete-file';
12152 alias `jka-compr-delete-temp-file' no longer exists.
12153
12154 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12155
12156 Use define-minor-mode in Gnus where applicable.
12157 * mml.el (mml-mode): Use define-minor-mode.
12158 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12159 (gnus-undo-mode): Use define-minor-mode.
12160 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12161 (gnus-dead-summary-mode): Use define-minor-mode.
12162 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12163 Initialize in declaration.
12164 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12165 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12166 (gnus-mailing-list-mode): Use define-minor-mode.
12167 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12168 (gnus-draft-mode): Use define-minor-mode.
12169 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12170 (gnus-dired-mode): Use define-minor-mode.
12171
12172 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
12173
12174 * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12175 handles on recursive mml-to-mime translation and check them for
12176 boundary delimiter collisions. Reported by Greg Troxel.
12177
12178 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
12179
12180 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12181
12182 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12183
12184 * mm-util.el (mm-find-buffer-file-coding-system):
12185 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12186
12187 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
12188
12189 * message.el (message-generate-headers): Record insertion of optional
12190 headers as well. Otherwise the check to prevent repeated insertion of
12191 optional headers is a no-op.
12192
12193 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
12194
12195 * smime.el: Don't mention CVS.
12196
12197 * nnrss.el (nnrss-fetch): Don't mention CVS.
12198
12199 * nnir.el: Don't mention CVS.
12200
12201 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12202
12203 * gnus-sum.el (gnus-summary-bookmark-make-record):
12204 Add `location' field.
12205
12206 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12207
12208 * gnus-sum.el: Add bookmark declarations to silence the compiler.
12209 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12210 Use with-current-buffer to silence the byte-compiler.
12211 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12212 bother to require `gnus'.
12213 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
12214
12215 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12216
12217 * gnus-sum.el (gnus-summary-bookmark-make-record)
12218 (gnus-summary-bookmark-jump): New functions.
12219 (gnus-summary-mode): Setup bookmark support.
12220
12221 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
12222
12223 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12224 if set.
12225
12226 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
12227
12228 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12229 gnus-article-browse-html-save-cid-image; make it work recursively for
12230 forwarded messages as well.
12231 (gnus-article-browse-html-parts): Work when prefix arg is given.
12232 (gnus-article-browse-html-article): Doc fix.
12233
12234 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
12235
12236 * message.el (message-default-mail-headers)
12237 (message-default-headers): Carry the value mail-default-headers over
12238 into message-default-mail-headers, rather than message-default-headers.
12239
12240 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
12241
12242 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12243 charset.
12244
12245 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12246 charset into the <meta> tag when the article is encoded to utf-8.
12247
12248 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
12249
12250 * gnus-art.el (gnus-article-browse-delete-temp-files):
12251 Delete directories as well.
12252 (gnus-article-browse-html-parts): Work for images that do not specify
12253 file names; delete temp directory when quitting; insert header at the
12254 right place; use file: scheme for image files.
12255
12256 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
12257
12258 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12259 (gnus-article-browse-html-parts): Use it to make temporary cid image
12260 files in addition to html file so that browser may display them.
12261
12262 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
12263
12264 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12265
12266 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
12267
12268 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12269
12270 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
12271
12272 * auth-source.el (auth-sources): Change default to be simpler.
12273 Explain about Secret Service API sources. Improve Customize options.
12274 (auth-source-pick): Change to accept any number of search parameters.
12275 Implement fallbacks iteratively, not recursively. Add scoring on the
12276 second pass and sort by score. Call Secret Service API when needed.
12277 (auth-source-user-or-password): Use it. Call Secret Service API
12278 directly when needed to get the user name and the password.
12279
12280 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12281
12282 * message.el (message-interactive): Doc fix.
12283 (message-qmail-inject-args): Reflow.
12284 (message-kill-to-signature): Fix typo in docstring.
12285
12286 * smiley.el (smiley-buffer): Fix typo in docstring.
12287
12288 2010-03-24 Glenn Morris <rgm@gnu.org>
12289
12290 * mail-source.el (gnus-message): Declare.
12291 (mail-source-delete-old-incoming): Require gnus-util.
12292
12293 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
12294
12295 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12296
12297 * message.el (ecomplete-setup): Autoload it for Emacs <23.
12298
12299 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12300 password-cache's default if it is not bound.
12301 (mml-secure-passphrase-cache-expiry): Default to 16 that is
12302 password-cache-expiry's default if it is not bound.
12303
12304 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12305 available in Emacs 21.
12306
12307 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
12308
12309 * auth-source.el (auth-sources): Fix up definition so extra parameters
12310 are always inline.
12311
12312 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
12313
12314 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12315 wasn't updated after mismatch. Clear cached mailbox info correctly
12316 when uidvalidity changes.
12317 (nnimap-group-prefixed-name): New function to avoid some code
12318 duplication.
12319 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12320 (nnimap-request-group): Use it.
12321 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12322 (nnimap-update-unseen): Significantly improved speed of Gnus startup
12323 with many imap folders. This is done by caching the group status from
12324 the imap server persistently in a group parameter `imap-status'. (This
12325 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12326 but not persistently, so every Gnus startup was still very slow.)
12327
12328 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12329
12330 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
12331 secrets.el dependency.
12332 (auth-sources): Add optional user name. Add secrets.el configuration
12333 choice (unused right now).
12334
12335 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12336
12337 * gnus-sum.el (gnus-summary-make-menu-bar):
12338 Let `gnus-registry-install-shortcuts' fill in the functions.
12339
12340 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12341 warnings.
12342 (gnus-registry-misc-menus): Variable to hold registry mark menus.
12343 (gnus-registry-install-shortcuts): Populate and use it in a
12344 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12345
12346 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
12347
12348 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12349 In-place substitutions for the group name encoding/decoding.
12350 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12351 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12352 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12353 (nnimap-update-unseen, nnimap-request-list)
12354 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12355 (nnimap-request-set-mark, nnimap-split-to-groups)
12356 (nnimap-split-articles, nnimap-request-newgroups)
12357 (nnimap-request-create-group, nnimap-request-accept-article)
12358 (nnimap-request-delete-group, nnimap-request-rename-group)
12359 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
12360 `encoded-mbx' for consistency.
12361 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12362 variable `imap-current-mailbox'.
12363
12364 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12365 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12366
12367 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
12368
12369 * pop3.el (pop3-display-message-size-flag): Display message size byte
12370 counts during POP3 download.
12371 (pop3-movemail): Use it.
12372 (pop3-list): Implement listing of available messages.
12373
12374 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
12375
12376 * nnir.el (nnir-get-article-nov-override-function): New function to
12377 override the normal NOV retrieval.
12378 (nnir-retrieve-headers): Use it.
12379
12380 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
12381
12382 * auth-source.el (netrc-machine-user-or-password): Autoload.
12383
12384 2010-03-19 Glenn Morris <rgm@gnu.org>
12385
12386 Stop message.el from loading about 40 libraries it doesn't always need.
12387 The general approach is to autoload rather than require, and to
12388 require in the specific functions rather than the file. (Bug#5642)
12389
12390 * gmm-utils.el: Don't require wid-edit.
12391 (widget-create-child-value, widget-convert, widget-default-get):
12392 Autoload.
12393
12394 * gnus-util.el: Don't require time-date, netrc.
12395 (message-fetch-field, gnus-group-name-decode): Declare rather than
12396 autoloading.
12397 (gnus-fetch-field): Require message.
12398 (gnus-decode-newsgroups): Require gnus-group.
12399
12400 * ietf-drums.el: Don't require time-date.
12401
12402 * message.el: Don't require hashcash, canlock, ecomplete.
12403 Do require mail-utils. Require nnheader only when compiling.
12404 (smtpmail-default-smtp-server): Remove declaration.
12405 (message-send-mail-function): Check smtpmail-default-smtp-server
12406 is bound rather than requiring smtpmail.
12407 (message-auto-save-directory, message-insert-signature):
12408 Use expand-file-name rather than nnheader-concat.
12409 (nnheader-insert-file-contents): Autoload.
12410 (hashcash-wait-async): Declare.
12411 (message-send-mail): Only call gnus-setup-posting-charset if
12412 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
12413 (message-send-mail-with-sendmail): Require sendmail.
12414 (canlock-password, canlock-password-for-verify): Declare.
12415 (message-canlock-password): Require canlock.
12416 (nnheader-get-report): Autoload.
12417 (gnus-setup-posting-charset): Declare.
12418 (message-send-news): Require gnus-msg.
12419 (message-make-references, message-make-in-reply-to): Use mail-header-id
12420 rather than the alias mail-header-message-id.
12421 (ecomplete-add-item, ecomplete-save): Declare.
12422 (message-put-addresses-in-ecomplete): Require ecomplete.
12423 (ecomplete-display-matches): Autoload.
12424
12425 * mm-decode.el: Don't require mailcap, gnus-util.
12426 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12427 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12428 Autoload.
12429 (mailcap-mime-extensions): Declare.
12430
12431 * mm-encode.el: Don't require mailcap.
12432 (mailcap-extension-to-mime): Autoload.
12433
12434 * mml-sec.el: Don't require password-cache.
12435
12436 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12437 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12438 (mml-minibuffer-read-type): Require mailcap.
12439 (mml-preview): Require gnus-msg.
12440
12441 * mml1991.el: Require password-cache.
12442 (password-cache-expiry): Remove declaration.
12443
12444 * mml2015.el: Require password-cache.
12445 (password-cache-expiry): Remove declaration.
12446
12447 * nneething.el (mailcap): Require mailcap.
12448
12449 * nnheader.el (declare-function): Add compatibility stub.
12450 (message-remove-header): Declare rather than autoload.
12451 (nnheader-replace-header): Require message.
12452
12453 * nnimap.el (declare-function): Add compatibility stub.
12454 (netrc-parse, netrc-machine-user-or-password): Declare.
12455 (nnimap-open-connection): Require netrc.
12456
12457 * nntp.el (declare-function): Add compatibility stub.
12458 (netrc-parse, netrc-machine, netrc-get): Declare.
12459 (nntp-send-authinfo): Require netrc.
12460
12461 * rfc2047.el: Don't require qp.
12462 (quoted-printable-encode-region, quoted-printable-decode-string):
12463 Autoload.
12464
12465 * sieve-mode.el: Don't require easymenu.
12466 (easy-menu-add-item): Autoload it.
12467
12468 * spam-stat.el (time-to-number-of-days): Autoload it.
12469
12470 2010-03-17 Kevin Ryde <user42@zip.com.au>
12471
12472 * mml.el (mml-read-tag): Unquote values with `read' to reverse
12473 prin1 in mml-insert-tag (just stripping the quotes gave wrong
12474 value if any backslash escapes).
12475
12476 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
12477
12478 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12479 if it is available. (bug#5647)
12480
12481 2010-02-26 Glenn Morris <rgm@gnu.org>
12482
12483 * message.el (message-send-mail-function): Change the default, so that
12484 it inherits from a customized send-mail-function. (Bug#5643)
12485
12486 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12487
12488 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12489 shell-command-to-string signals an error (bug#5299).
12490
12491 2010-02-24 Glenn Morris <rgm@gnu.org>
12492
12493 * message.el (message-smtpmail-send-it)
12494 (message-send-mail-with-mailclient): Doc fixes.
12495
12496 2010-02-16 Glenn Morris <rgm@gnu.org>
12497
12498 * message.el (message-default-mail-headers): Change the default value
12499 to ease the transition from mail-mode to message-mode. (Bug#5555)
12500
12501 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
12502
12503 * message.el (message-mail): Just pass yank-action on to message-setup.
12504 (message-setup): Handle (FUN . ARGS) form of yank-action.
12505 (message-with-reply-buffer, message-widen-reply)
12506 (message-yank-original): Handle non-buffer values of
12507 message-reply-buffer (Bug#4080).
12508 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12509
12510 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
12511
12512 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12513 Fix typo in docstring.
12514
12515 2010-01-08 Jason Rumney <jasonr@gnu.org>
12516
12517 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12518 response.
12519
12520 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12521
12522 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12523
12524 * message.el (message-check-news-header-syntax): Protect against a
12525 string that `rfc822-addresses' returns when parsing fails.
12526
12527 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12528
12529 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12530 (gnus-previous-char-property-change): New functions.
12531
12532 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12533
12534 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
12535
12536 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12537 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
12538
12539 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
12540
12541 * message.el (message-exchange-point-and-mark): Rework last change to
12542 avoid using optional arg of exchange-point-and-mark, for backward
12543 compatibility.
12544
12545 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
12546
12547 * message.el (message-exchange-point-and-mark):
12548 Call exchange-point-and-mark with an argument rather than setting
12549 mark-active by hand (Bug#5175).
12550
12551 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
12552
12553 * nntp.el (nntp-service-to-port): Work for service expressed with
12554 numeric string; replace [:digit:] with [0-9] for XEmacs.
12555
12556 2009-12-17 Glenn Morris <rgm@gnu.org>
12557
12558 * gnus-group.el (gnus-bug-group-download-format-alist):
12559 Change emacs entry to debbugs.gnu.org. Bump :version.
12560
12561 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
12562
12563 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12564
12565 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
12566
12567 * message.el (message-info): Explain why we use `Info-goto-node'.
12568
12569 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12570
12571 * message.el (message-completion-in-region): New compatibility function.
12572 (message-expand-group): Use it.
12573
12574 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
12575
12576 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12577 with no unread article should be listed if the 2nd arg `predicate' is
12578 given.
12579
12580 2009-11-29 Juri Linkov <juri@jurta.org>
12581
12582 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12583 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
12584 on `gnus-recenter'. (Bug#4698, Bug#4981)
12585
12586 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
12587
12588 * message.el (message-from-style, message-interactive)
12589 (message-signature): Always set default values from the corresponding
12590 mail-* variables.
12591 (message-cite-prefix-regexp, message-sendmail-envelope-from)
12592 (message-yank-prefix, message-indentation-spaces)
12593 (message-signature-file, message-default-headers): Use boundp rather
12594 than (featurep 'xemacs) to check if the corresponding mail-* variables
12595 exist.
12596
12597 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
12598
12599 * message.el (message-send-mail-with-sendmail): Revert last change.
12600
12601 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
12602
12603 * message.el (message-from-style, message-interactive)
12604 (message-cite-prefix-regexp, message-sendmail-envelope-from)
12605 (message-yank-prefix, message-indentation-spaces, message-signature)
12606 (message-signature-file, message-default-headers): For GNU Emacs, set
12607 default values from the corresponding mail-* variables.
12608 (message-send-mail-with-sendmail): Use envelope-from only if
12609 mail-specify-envelope-from is non-nil.
12610
12611 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
12612
12613 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12614 containing tspecial characters if they have been already quoted.
12615
12616 2009-10-24 Glenn Morris <rgm@gnu.org>
12617
12618 * gnus-art.el (help-xref-stack-item): Define for compiler.
12619
12620 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
12621
12622 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12623
12624 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
12625
12626 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12627 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12628
12629 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
12630
12631 * gnus.el (gnus-overlay-get): New alias to overlay-get.
12632 (gnus-overlays-in): New alias to overlays-in.
12633
12634 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12635 gnus-overlay-get, and gnus-delete-overlay.
12636 (gnus-summary-show-thread): Make it work as well for systems in which
12637 next-single-char-property-change is not available.
12638 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12639
12640 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
12641
12642 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12643
12644 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
12645
12646 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12647 and XEmacs that don't have `remove-overlays'.
12648
12649 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12650
12651 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12652 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12653 selective display. Use overlays instead.
12654
12655 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
12656
12657 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12658
12659 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12660
12661 * spam-stat.el (spam-stat-load): Fix typo in message.
12662
12663 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
12664
12665 * gnus-art.el (gnus-article-encrypt-body):
12666 * message.el (message-check-recipients):
12667 * mm-util.el (mm-codepage-setup):
12668 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12669 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12670
12671 2009-09-22 Daiki Ueno <ueno@unixuser.org>
12672
12673 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12674 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12675 keys from the menu if mm-{sign,encrypt}-option is 'guided.
12676 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12677 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12678
12679 2009-09-18 Glenn Morris <rgm@gnu.org>
12680
12681 * gnus-diary.el (gnus-diary-check-message):
12682 * message.el (message-insert-formatted-citation-line):
12683 * nnbabyl.el (top-level):
12684 * nndiary.el (nndiary-schedule):
12685 Fix typos in condition-case handlers.
12686
12687 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
12688
12689 * gnus-art.el (gnus-article-edit-part): Work for the buffer
12690 configuration that provides the sole article window in a frame;
12691 position point correctly after deleting a part.
12692
12693 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
12694
12695 * spam.el (spam-unregister-on-reregister): Add boolean variable.
12696 (spam-resolve-registrations-routine): Use it to unregister articles
12697 that change status.
12698
12699 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
12700
12701 * nnrss.el (nnrss-request-article): Remove binding of
12702 default-enable-multibyte-characters that has gotten needless by
12703 the 2007-07-13 change in rfc2047-encode-message-header.
12704
12705 * mml.el (mml-insert-multipart): Error on the message header.
12706 (mml-insert-part): Error on the message header; position point at
12707 the end of a MIME tag.
12708
12709 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12710
12711 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12712 (gnus-float-time): Alias to float-time if it exists.
12713
12714 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12715 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12716 float-time is available; suppress compile warning for time-to-seconds.
12717
12718 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
12719
12720 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12721 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12722 Add the optional argument `encoding' that overrides the default.
12723
12724 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12725 mm-encode-buffer.
12726
12727 2009-09-04 Glenn Morris <rgm@gnu.org>
12728
12729 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12730 mm-disable-multibyte, rather than default-enable-multibyte-characters.
12731 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12732 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12733 * mm-util.el (mm-with-unibyte-current-buffer)
12734 (mm-find-buffer-file-coding-system):
12735 * yenc.el (yenc-decode-region): Use default-value rather than
12736 default-enable-multibyte-characters.
12737
12738 2009-09-03 Glenn Morris <rgm@gnu.org>
12739
12740 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12741 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12742 than default-enable-multibyte-characters.
12743
12744 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
12745
12746 * gnus-art.el (gnus-article-read-summary-keys):
12747 Fix gnus-buffer-configuration's value temporarily used.
12748
12749 2009-09-02 Glenn Morris <rgm@gnu.org>
12750
12751 * gnus-util.el (gnus-float-time): New function.
12752 * gnus-delay.el (gnus-delay-article):
12753 * gnus-sum.el (gnus-thread-latest-date):
12754 * gnus-util.el (gnus-user-date): Use gnus-float-time.
12755 * nnspool.el (nnspool-request-newgroups):
12756 Use gnus-float-time rather than time-to-seconds.
12757 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12758
12759 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12760 (gnus-header-subject-face, gnus-header-newsgroups-face)
12761 (gnus-header-name-face, gnus-header-content-face):
12762 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12763 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12764 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12765 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12766 (gnus-cite-face-11):
12767 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12768 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12769 (gnus-server-closed-face, gnus-server-denied-face)
12770 (gnus-server-offline-face):
12771 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12772 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12773 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12774 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12775 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12776 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12777 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12778 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12779 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12780 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12781 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12782 (gnus-summary-selected-face, gnus-summary-cancelled-face)
12783 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12784 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12785 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12786 (gnus-summary-high-undownloaded-face)
12787 (gnus-summary-low-undownloaded-face)
12788 (gnus-summary-normal-undownloaded-face)
12789 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12790 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12791 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12792 (gnus-splash-face):
12793 * message.el (message-header-to-face, message-header-cc-face)
12794 (message-header-subject-face, message-header-newsgroups-face)
12795 (message-header-other-face, message-header-name-face)
12796 (message-header-xheader-face, message-separator-face)
12797 (message-cited-text-face, message-mml-face):
12798 * sieve-mode.el (sieve-control-commands-face)
12799 (sieve-action-commands-face, sieve-test-commands-face)
12800 (sieve-tagged-arguments-face):
12801 * spam.el (spam-face):
12802 Mark face aliases with "-face" in the name as obsolete.
12803
12804 2009-09-01 Glenn Morris <rgm@gnu.org>
12805
12806 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12807 than goto-line.
12808
12809 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
12810
12811 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12812 Don't move point if the command is invoked inside the message header.
12813
12814 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
12815
12816 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12817 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12818 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12819 * nnir.el (nnir-swish-e-index-file):
12820 * gnus-sum.el (gnus-summary-delete-marked-as-read)
12821 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12822 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12823 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12824 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12825 (gnus-treat-display-xface): Add Emacs version of obsolescence.
12826
12827 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
12828
12829 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12830 Don't save excursion.
12831
12832 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12833
12834 * nnheader.el (nnheader-find-file-noselect):
12835 * mm-util.el (mm-insert-file-contents):
12836 Use (default-value 'major-mode) instead of default-major-mode.
12837
12838 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
12839
12840 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12841
12842 2009-08-25 Glenn Morris <rgm@gnu.org>
12843
12844 * nnir.el (top-level): Don't require cl at run-time.
12845 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12846 Replace cl-function substitute with gnus-replace-in-string.
12847 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12848 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12849 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12850 simplified expansions.
12851
12852 2009-08-22 Glenn Morris <rgm@gnu.org>
12853
12854 * gnus-art.el (gnus-button-patch): Use forward-line rather than
12855 goto-line.
12856
12857 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
12858
12859 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12860
12861 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12862 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12863 (gnus-mm-display-part, gnus-mime-display-single)
12864 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12865 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12866
12867 * gnus-sum.el
12868 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12869 (gnus-summary-move-article): Add expirable mark to articles copied or
12870 moved to group that has auto-expire turned on if the option is non-nil.
12871
12872 2009-07-24 Glenn Morris <rgm@gnu.org>
12873
12874 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12875 Fix typo. (Bug#3903)
12876
12877 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
12878
12879 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12880 gnus-article-read-summary-keys rather than gnus-summary-edit-article
12881 that should not be used for draft articles.
12882 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12883 that has no concern in minor mode keys.
12884 (gnus-article-summary-command, gnus-article-summary-command-nosave):
12885 Abolish.
12886
12887 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
12888
12889 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12890 article without making inquiry to a user for unknown encoding.
12891
12892 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12893 (nnmaildir--scan): Assume i-node and device number that file-attributes
12894 returns might be cons-cell.
12895
12896 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
12897
12898 * auth-source.el: Remove docs now in auth.texi. Don't use
12899 `gnus-message' for logging. Add new variables `auth-source-debug' and
12900 `auth-source-hide-passwords' and use them.
12901
12902 2009-07-15 Glenn Morris <rgm@gnu.org>
12903
12904 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12905
12906 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
12907
12908 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12909 excessive whitespace from the default values of title and description.
12910
12911 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
12912
12913 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12914 mail-fetch-field to fetch Content-Description header in order to
12915 exclude newlines.
12916
12917 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
12918
12919 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12920 to deleted part.
12921
12922 2009-05-30 David Engster <dengste@eml.cc>
12923
12924 * nnmairix.el: Remove old documentation in the commentary block.
12925 (nnmairix-request-group): Do not update active file for nnml back ends.
12926 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12927 end so that overview files are ignored.
12928 (nnmairix-update-groups): Make updating the groups more robust by using
12929 marks.
12930 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12931 with dollar characters in message-id.
12932
12933 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
12934
12935 * spam.el: Use dns-query instead of query-dns. Was renamed on
12936 2008-12-25 in dns.el.
12937
12938 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12939
12940 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12941 could happen if the text is only composed of spaces and/or tabs.
12942
12943 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
12944
12945 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12946 when sending a queued message to avoid extra mml tags.
12947
12948 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
12949
12950 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12951
12952 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
12953
12954 * gnus-dired.el: Remove autoload for gnus-setup-message.
12955 (gnus-dired-attach): Fake this-command value to prevent Gnus from
12956 displaying Gnus logo; always use compose-mail.
12957
12958 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
12959
12960 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12961
12962 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
12963
12964 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12965 (gnus-nocem-issuers): List currently active issuers; fix custom type.
12966 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12967 available.
12968 (gnus-nocem-epg-verify): New function.
12969
12970 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
12971
12972 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12973
12974 2009-02-15 Glenn Morris <rgm@gnu.org>
12975
12976 * gnus-util.el (rmail-insert-rmail-file-header)
12977 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12978 autoloads.
12979 (rmail-default-rmail-file): Remove unnecessary declaration.
12980 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12981
12982 2009-02-14 Glenn Morris <rgm@gnu.org>
12983
12984 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12985 variable (only used in gnus-util, which declares it anyway).
12986 (rmail-output-to-rmail-file): Remove autoload of deleted function,
12987 which was only needed by gnus-art (changed to not use it any more).
12988 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12989 only used in gnus-util, which autoloads it itself.
12990 (rmail-update-summary): Fix autoload.
12991
12992 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12993 rather than rmail-output-to-rmail-file.
12994
12995 2009-02-07 Glenn Morris <rgm@gnu.org>
12996
12997 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12998 autoload of function that no longer exists.
12999 (rmail-toggle-header): Declare.
13000 (message-forward-rmail-make-body): Handle mbox Rmail.
13001
13002 2009-01-31 Glenn Morris <rgm@gnu.org>
13003
13004 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13005 2009-01-09 change.
13006
13007 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
13008
13009 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13010 (auth-source-forget-all-cached): New convenience function.
13011 (auth-source-user-or-password): Accept list of modes or a single mode.
13012
13013 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13014 auth-source modes.
13015
13016 * nnimap.el (nnimap-open-connection): Use list of
13017 auth-source modes.
13018
13019 * nntp.el (nntp-send-authinfo): Use list of
13020 auth-source modes.
13021
13022 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
13023
13024 * auth-source.el: Update docs to reflect epa-file-enable is to be used
13025 now.
13026
13027 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
13028
13029 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13030 coding system in XEmacs; add a workaround for XEmacs.
13031
13032 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
13033
13034 * mm-util.el (mm-coding-system-priorities): Protect against nil value
13035 of current-language-environment.
13036
13037 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
13038
13039 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13040 available at runtime.
13041
13042 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
13043
13044 * gnus-art.el (article-date-ut): Fix end point of narrowing.
13045
13046 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
13047
13048 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13049 the greatest positive fixnum value doesn't work under an XEmacs with
13050 bignum support; use the most-positive-fixnum constant instead,
13051 available since Emacs 21.1 with cl and XEmacs 21.1.
13052
13053 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
13054
13055 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13056 XEmacs gets not to work.
13057
13058 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
13059
13060 * mm-util.el (mm-coding-system-priorities): Allow the value like
13061 "Japanese (UTF-8)" of current-language-environment.
13062
13063 2009-01-09 Glenn Morris <rgm@gnu.org>
13064
13065 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
13066 with last-command-event.
13067
13068 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
13069
13070 * message.el (message-fix-before-sending): Amend comment.
13071
13072 2009-01-07 David Engster <dengste@eml.cc>
13073
13074 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13075 simplified server definitions by converting it via
13076 gnus-server-to-method.
13077
13078 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
13079
13080 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13081 parameter's operands.
13082
13083 2009-01-06 David Engster <dengste@eml.cc>
13084
13085 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13086 primary select method (for gnus-group-mark-article-as-read).
13087
13088 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
13089
13090 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13091 `(gnus)Face', not `(gnus)X-Face'.
13092
13093 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
13094
13095 * mm-util.el (mm-ucs-to-char): New function.
13096
13097 * mm-url.el (mm-url-decode-entities): Use it.
13098
13099 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
13100
13101 * message.el (message-fix-before-sending): Add `eight-bit' to
13102 illegible-text check.
13103
13104 2009-01-03 Michael Olson <mwolson@gnu.org>
13105
13106 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13107 `headers' is nil. This can occur if the IMAP server does not have
13108 permissions to read messages from a folder, but can write new messages
13109 to the folder.
13110 (nnimap-request-article-part): Do not insert `data' if it is nil.
13111
13112 2009-01-01 Dave Love <fx@gnu.org>
13113
13114 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13115
13116 * nnimap.el: Fix author email.
13117 (nnimap-split-rule): Add FIXME comment.
13118 (nnimap-debug): Fix doc string.
13119
13120 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
13121
13122 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13123 overlay-arrow-position and overlay-arrow-string buffer-local; no need
13124 to check if those variables exist (first appeared in Emacs 18.50).
13125
13126 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
13127
13128 * mm-util.el (mm-line-number-at-pos): New function.
13129
13130 * spam-report.el (spam-report-process-queue): Use it.
13131
13132 2008-12-24 David Engster <dengste@eml.cc>
13133
13134 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
13135 parameters that haven't existed as variables as buffer-local variables.
13136
13137 2008-12-23 Dave Love <fx@gnu.org>
13138
13139 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
13140 cadar.
13141
13142 * sieve-manage.el (sieve-manage-starttls-p): Rename from
13143 imap-starttls-p.
13144 (sieve-manage-starttls-open): Rename from imap-starttls-open.
13145
13146 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
13147
13148 * spam-report.el (spam-report-gmane-max-requests): New constant.
13149 (spam-report-gmane-wait): New variable.
13150 (spam-report-gmane-ham, spam-report-gmane-spam)
13151 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
13152 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
13153 the server.
13154
13155 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
13156 Add explanations.
13157
13158 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
13159 nnheader-accept-process-output and nnheader-read-timeout if available.
13160 (pop3-movemail): Use it.
13161
13162 * message.el (message-check-news-body-syntax): Fix signature check if
13163 there's an attachment.
13164
13165 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
13166
13167 * mm-util.el: Add comments to the mm- emulating functions.
13168
13169 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
13170
13171 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
13172 Reported by Stephen Berman <stephen.berman@gmx.net>.
13173
13174 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
13175
13176 * mm-util.el (mm-substring-no-properties): New function.
13177 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
13178 (mm-special-display-p): Enable those lambda forms to be byte compiled.
13179 (mm-string-to-multibyte): Doc fix.
13180
13181 * mml.el (mml-attach-file): Use mm-substring-no-properties.
13182
13183 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
13184
13185 * mml.el (mml-attach-file): Strip text properties from file name.
13186 (Bug#1574)
13187
13188 2008-12-16 Glenn Morris <rgm@gnu.org>
13189
13190 * mm-util.el (mm-charset-override-alist): Declare for compiler.
13191
13192 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
13193
13194 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
13195 knows since the charset specified might be a bogus alias that
13196 mm-charset-synonym-alist provides.
13197
13198 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
13199
13200 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
13201 "ISO_8859-1".
13202
13203 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
13204
13205 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
13206
13207 * mm-util.el (mm-charset-eval-alist):
13208 Define it before mm-charset-to-coding-system.
13209 (mm-charset-to-coding-system): Add optional argument `silent';
13210 define it before mm-charset-override-alist.
13211 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
13212 default value if it can be used in Emacs currently running;
13213 silence mm-charset-to-coding-system.
13214
13215 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
13216
13217 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
13218 `allow-override' which says whether to use `mm-charset-override-alist'.
13219 (rfc2047-decode-encoded-words): Use it.
13220
13221 * mm-util.el (mm-charset-override-alist): Fix custom type;
13222 add `(gb2312 . gbk)' to choices.
13223
13224 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
13225
13226 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
13227 fast.
13228
13229 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13230
13231 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
13232
13233 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
13234 on links.
13235
13236 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13237
13238 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
13239
13240 * message.el (message-idna-to-ascii-rhs-1): Protect against local
13241 users' addresses that don't have domain parts.
13242 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
13243 rather than message-narrow-to-head since there will be the message
13244 header separator.
13245
13246 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
13247
13248 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
13249 since the result is inserted in a unibyte buffer anyway.
13250 (nnimap-demule-use-string-to-multibyte): Remove.
13251 (nnimap-demule): Alias it to mm-string-to-multibyte.
13252
13253 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
13254
13255 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
13256 variable for debugging bug#464 and bug#1174.
13257 (nnimap-demule): Use it.
13258
13259 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
13260
13261 * gnus-score.el (gnus-score-find-trace): Handle default score in total
13262 score calculation correctly.
13263
13264 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13265
13266 * message.el (message-send-mail): Just set the buffer to unibyte
13267 rather than use mm-with-unibyte-current-buffer which does a lot more.
13268 (message-send-mail-partially): Don't bother with
13269 mm-with-unibyte-current-buffer since it's already been made unibyte by
13270 message-send-mail.
13271
13272 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
13273
13274 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
13275
13276 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
13277
13278 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
13279
13280 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
13281
13282 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
13283 require itself and to remove `with-no-warnings'.
13284
13285 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
13286
13287 * starttls.el (starttls-any-program-available): Get the name of the
13288 available TLS layer program.
13289 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
13290 well as the host name in the "opening" message.
13291
13292 * auth-source.el (auth-source-cache, auth-source-do-cache)
13293 (auth-source-user-or-password): Cache passwords and logins by default,
13294 allow override with `auth-source-do-cache'.
13295 (auth-source-forget-user-or-password): Allow users to remove cache
13296 entries if needed.
13297
13298 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
13299
13300 * ietf-drums.el (ietf-drums-remove-comments): Localize second
13301 condition-case to only the forward-sexp call.
13302
13303 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
13304
13305 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
13306 quotes contained. Make it more robust regardless by an extra
13307 condition-case wrapper.
13308
13309 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
13310
13311 * nnml.el (nnml-request-expire-articles): Check if the function set to
13312 `nnmail-expiry-target' returns the symbol `delete'.
13313
13314 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13315
13316 * nnmail.el (nnmail-expiry-target): Fix custom type.
13317
13318 2008-10-02 Glenn Morris <rgm@gnu.org>
13319
13320 * mm-util.el (mm-codepage-setup): Tweak codepage error.
13321 Silence compiler warning.
13322
13323 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
13324
13325 * mml.el (mml-menu): Don't assume mml2015 is bound.
13326
13327 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
13328
13329 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13330 exists.
13331
13332 2008-09-27 Glenn Morris <rgm@gnu.org>
13333
13334 * gnus-util.el (mail-header-remove-comments): Autoload it.
13335
13336 2008-09-27 Andreas Schwab <schwab@suse.de>
13337
13338 * gnus-util.el (gnus-split-references): Strip comments.
13339 (gnus-parent-id): Likewise.
13340
13341 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
13342
13343 * message.el (message-confirm-send): Fix version.
13344
13345 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
13346
13347 * message.el (message-idna-to-ascii-rhs-1): Use
13348 mail-extract-address-components rather than mail-header-parse-addresses
13349 that is an alias by default to ietf-drums-parse-addresses that does not
13350 support non-ASCII names in headers' contents.
13351
13352 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
13353
13354 * message.el (message-confirm-send): Fix variable documentation to
13355 avoid the "y/n" wording.
13356
13357 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
13358
13359 * message.el (message-set-auto-save-file-name): Save to a different
13360 filename so multiple messages (especially drafts) can be recovered.
13361
13362 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
13363
13364 * message.el (message-confirm-send): Add appropriate version.
13365
13366 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
13367
13368 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
13369 defvar.
13370
13371 2008-09-22 Daiki Ueno <ueno@unixuser.org>
13372
13373 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
13374 (mm-pkcs7-enveloped-magic): Ditto.
13375
13376 2008-09-17 Simon Josefsson <simon@josefsson.org>
13377
13378 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
13379 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
13380
13381 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
13382
13383 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
13384 default, it's better.
13385
13386 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
13387
13388 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
13389 summary line gnus-number property and ignore them (with a warning
13390 message).
13391
13392 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
13393
13394 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
13395 macro caddr in the interactive form since it won't be expanded.
13396
13397 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
13398
13399 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13400 `charset'; fix name of function called recursively.
13401 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13402
13403 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
13404
13405 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13406 (gnus-mime-set-charset-parameters): New function.
13407 (gnus-mime-view-part-as-charset): Use it to correctly display part
13408 specifying wrong charset.
13409
13410 2008-09-08 David Engster <dengste@eml.cc>
13411
13412 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13413 in completing-read for back end server.
13414
13415 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
13416
13417 * message.el (message-confirm-send): New variable to confirm sending a
13418 message.
13419 (message-send): Use it.
13420
13421 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
13422
13423 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13424
13425 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
13426
13427 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13428
13429 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
13430
13431 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13432 prevent tracking too many groups.
13433 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13434 Use it.
13435
13436 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
13437
13438 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13439 moving point to the bottom of the window in order to avoid recentering.
13440
13441 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
13442
13443 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13444 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13445 (gnus-article-beginning-of-window): Fix calculation.
13446
13447 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
13448
13449 * gnus-msg.el (gnus-summary-supersede-article)
13450 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13451 value of gnus-newsgroup-charset to decode non-MIME encoded text in
13452 message header.
13453
13454 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
13455
13456 * message.el:
13457 * gnus-start.el:
13458 * gnus-registry.el: Remove VMS support.
13459
13460 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
13461
13462 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13463 macro.
13464 (rfc2104-hash): Use it.
13465
13466 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
13467
13468 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13469 (gnus-summary-sort-by-most-recent-date): New commands.
13470 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13471 and menu entries.
13472
13473 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
13474
13475 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13476 don't redisplay article for raw contents; remove plural articles stuff.
13477
13478 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13479 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13480 on gnus-summary-save-article; display results properly.
13481
13482 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
13483
13484 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13485
13486 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
13487
13488 * gnus-art.el (gnus-summary-save-in-pipe):
13489 Consider gnus-save-all-headers.
13490
13491 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
13492
13493 * gnus-util.el (ns-focus-frame): Remove declaration.
13494 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
13495 like x.
13496
13497 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
13498
13499 * rfc2104.el (rfc2104-zero): Delete defconst.
13500 (rfc2104-hex-alist): Likewise.
13501 (rfc2104-hex-to-int): Delete func.
13502 (rfc2104-hexstring-to-bitstring): Likewise.
13503 (rfc2104-nybbles): New defconst.
13504 (rfc2104-hash): Rewrite for speed.
13505
13506 2008-07-16 Glenn Morris <rgm@gnu.org>
13507
13508 * gnus-util.el (ns-focus-frame): Declare for compiler.
13509
13510 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
13511
13512 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13513 set as a group parameter.
13514 (gnus-summary-save-in-pipe): Work when it is called independently.
13515 (gnus-summary-pipe-to-muttprint): Don't modify
13516 gnus-summary-pipe-output-default-command.
13517
13518 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
13519
13520 * message.el (message-send-mail-with-sendmail):
13521 Display the error message.
13522
13523 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
13524
13525 * gnus-art.el (gnus-default-article-saver):
13526 Add gnus-summary-save-in-pipe to choices.
13527 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13528 gnus-summary-pipe-output-default-command as the default command.
13529 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13530 instead of gnus-last-shell-command.
13531
13532 * gnus-sum.el (gnus-summary-pipe-output-default-command):
13533 New user option.
13534 (gnus-summary-muttprint-program): Mention the value will be changed.
13535 (gnus-summary-save-article): Force showing of all headers.
13536 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13537
13538 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
13539
13540 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13541
13542 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
13543
13544 * nnimap.el (nnimap-id):
13545 * sieve-manage.el (sieve-manage-open): Doc fixes.
13546
13547 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
13548
13549 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13550 if available.
13551
13552 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
13553
13554 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13555
13556 * nnkiboze.el (nnkiboze-generate-group):
13557 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13558
13559 * nnmairix.el: Require CL.
13560
13561 2008-06-15 David Engster <dengste@eml.cc>
13562
13563 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13564
13565 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
13566
13567 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13568 New macros that expand to an `aset'/`aref' call under Emacs, and to a
13569 runtime choice under XEmacs.
13570
13571 * gnus-sum.el (gnus-summary-set-display-table):
13572 Use `gnus-put-display-table', `gnus-get-display-table',
13573 `gnus-set-display-table' for the display table, instead of `aset'.
13574
13575 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
13576
13577 * nnmairix.el: Add autoloads.
13578
13579 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
13580
13581 * nnmairix.el (nnmairix-delete-recreate-group)
13582 (nnmairix-update-and-clear-marks): Fix error messages.
13583
13584 2008-06-14 David Engster <dengste@eml.cc>
13585
13586 * nnmairix.el: Upgrade to version 0.6.
13587 (nnmairix-group-toggle-propmarks-this-group)
13588 (nnmairix-group-toggle-readmarks-this-group)
13589 (nnmairix-group-delete-recreate-this-group)
13590 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13591 (nnmairix-remove-tick-mark-original-article): New commands.
13592 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13593 (nnmairix-propagate-marks-to-nnmairix-groups)
13594 (nnmairix-only-use-registry, nnmairix-allowfast-default)
13595 (nnmairix-marks-cache, nnmairix-version-output): New variables.
13596 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13597 functions needed for marks propagation and manipulation of read marks.
13598 (nnmairix-update-groups): New function.
13599 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13600 (nnmairix-determine-original-group-from-registry)
13601 (nnmairix-determine-original-group-from-path)
13602 (nnmairix-get-group-from-file-path, nnmairix-map-range)
13603 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13604 New helper functions.
13605 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13606 keystrokes for new commands.
13607 (nnmairix-delete-and-create-on-change): Doc string cleanup.
13608 (nnmairix-request-group): Check allow-fast group parameter.
13609 (nnmairix-request-create-group): Set allow-fast group parameter if
13610 nnmairix-allowfast-default is set.
13611 (nnmairix-close-group): Propagate marks upon closing if needed.
13612 (nnmairix-group-toggle-threads-this-group): Use new.
13613 nnmairix-group-toggle-parameter helper function.
13614 (nnmairix-search): Better check for empty search result.
13615 (nnmairix-goto-original-article): Use new helper functions for
13616 determining original article.
13617 (nnmairix-show-original-article): Make sure message-id is in brackets.
13618 (nnmairix-call-mairix-binary): Change variable name.
13619 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13620 helper function.
13621 (nnmairix-widget-toggle-activate): Fix doc string.
13622
13623 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
13624
13625 * nnir.el: Require edmacro when compiling with XEmacs.
13626 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13627 available in Emacs 21.
13628
13629 2008-06-11 Glenn Morris <rgm@gnu.org>
13630
13631 * gnus-util.el (x-focus-frame):
13632 * gnus.el (image-size):
13633 * mm-decode.el (image-size): Declare.
13634
13635 * gnus-picon.el (declare-function): Add compat definition.
13636 (image-size): Declare.
13637
13638 * gnus-group.el (tool-bar-map):
13639 * gnus-sum.el (tool-bar-map): Define for compiler.
13640
13641 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13642
13643 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13644
13645 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13646 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13647 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13648 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13649 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13650 * sieve-manage.el, spam-report.el, spam.el:
13651 Remove unnecessary eval-and-compile of autoloads.
13652
13653 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
13654
13655 * auth-source.el: Precise Tramp doc.
13656
13657 2008-06-07 Glenn Morris <rgm@gnu.org>
13658
13659 * nnmairix.el: Remove unnecessary eval-when-compile.
13660
13661 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
13662
13663 * nnir.el: New file.
13664
13665 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13666
13667 * gnus-util.el (gnus-read-shell-command): New function.
13668 * mm-decode.el (mm-pipe-part):
13669 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13670
13671 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
13672
13673 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13674
13675 2008-06-03 Glenn Morris <rgm@gnu.org>
13676
13677 * pop3.el (nnheader-accept-process-output): Autoload it.
13678
13679 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
13680
13681 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13682 are not 2-digit hexadecimal characters that follow `%'s.
13683
13684 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
13685
13686 * message.el (message-bogus-recipient-p): Fix type in doc string.
13687 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13688 (message-bogus-addresses): Rename from message-bogus-address-regexp.
13689 Improve custom options.
13690 (message-bogus-recipient-p): Adjust accordingly.
13691
13692 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
13693
13694 * nnmairix.el: Require edmacro when compiling with XEmacs.
13695
13696 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
13697
13698 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13699 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13700
13701 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
13702
13703 * auth-source.el: Add more docs.
13704
13705 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13706
13707 * nnheader.el (nnheader-read-timeout): Change the default timeout from
13708 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
13709 retrieval faster in some cases, but might make CPU usage larger.
13710 If this has any bad side effects, we might revert this change.
13711
13712 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13713 seems to make mail retrieval much, much faster.
13714 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13715 unconditionally.
13716
13717 * gnus-draft.el (gnus-group-send-queue):
13718 Bind message-send-mail-partially-limit to nil to avoid being prompted.
13719
13720 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
13721
13722 * mml.el (mml-attach-buffer): Prompt for `disposition'.
13723
13724 * message.el (message-bogus-address-regexp): Fix and improve custom
13725 type.
13726 (message-setup-hook): Add message-check-recipients as custom option.
13727
13728 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
13729
13730 * message.el (message-cite-function): Remove bogus autoload which crept
13731 in during merge from v5-10.
13732
13733 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
13734
13735 * nnimap.el (nnimap-open-connection): Fix login/password bug.
13736
13737 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13738
13739 * auth-source.el: Preliminary Tramp docs.
13740 (auth-sources): Change the default auth-sources to use
13741 EPA .gpg files.
13742
13743 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
13744
13745 * nntp.el: Autoload `auth-source-user-or-password'.
13746 (nntp-send-authinfo): Use it.
13747
13748 * nnimap.el: Autoload `auth-source-user-or-password'.
13749 (nnimap-open-connection): Use it.
13750
13751 * auth-source.el: Add docs on using with url-auth. Import gnus-util
13752 for the gnus-message function.
13753 (auth-source-user-or-password): Use it.
13754
13755 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13756
13757 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13758 rfc2104-hexstring-to-byte-list. Return a unibyte string.
13759 (rfc2104-hash): Use it.
13760
13761 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
13762
13763 * gnus-art.el (gnus-article-toggle-truncate-lines):
13764 Don't use `iff' in docstring.
13765
13766 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
13767
13768 * gnus-registry.el: Adjusted copyright dates and added a keyword.
13769
13770 * gnus-util.el (gnus-extract-address-component-name)
13771 (gnus-extract-address-component-email): Convenience functions around
13772 `gnus-extract-address-components'.
13773
13774 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13775 Use `gnus-extract-address-component-email' to fix bug of comparing full
13776 sender name to `user-mail-address'.
13777
13778 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
13779
13780 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13781 catch/throw to optimize.
13782 (gnus-registry-find-keywords): Just use member to find a keyword.
13783
13784 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13785
13786 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13787 is current before calling gnus-server-prepare.
13788 (gnus-server-setup-buffer, gnus-server-update-server)
13789 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13790
13791 2008-05-04 Juri Linkov <juri@jurta.org>
13792
13793 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13794 (mailcap-file-default-commands): Use mailcap-replace-in-string
13795 instead of replace-regexp-in-string, and mailcap-delete-duplicates
13796 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
13797
13798 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
13799
13800 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13801
13802 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13803
13804 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13805 hooks.
13806 (gnus-update-read-articles): Speed up non-marks-using users.
13807 (gnus-use-marks): Define gnus-use-marks.
13808 (gnus-propagate-marks): Rename variable to something more sensible.
13809
13810 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
13811
13812 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13813 (gmm-image-load-path-for-library): Fix typos in docstrings.
13814 (gmm-message): Reflow docstring.
13815
13816 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
13817
13818 * mail-source.el (mail-source-set-1, mail-source-bind):
13819 Move auth-source code out of the macro to clean it up and fix bugs.
13820
13821 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
13822
13823 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13824 by sender if it's equal to user-mail-address, it's likely to be
13825 useless.
13826
13827 * mail-source.el (mail-source-bind): Don't use user or password if they
13828 are not bound. Unintern them if they are nil. Don't use server unless
13829 it's bound, and default it to empty string otherwise.
13830
13831 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
13832
13833 * mail-source.el: Load auth-source.el.
13834 (mail-source-bind): Add comments. Call auth-source-user-or-password to
13835 get user name or password, if auth-sources is set up.
13836
13837 * gnus-registry.el (gnus-registry-split-strategy): New variable for
13838 strategy of splitting with parent.
13839 (gnus-registry-split-fancy-with-parent)
13840 (gnus-registry-post-process-groups): Use it and fix prior
13841 bug (returning a list as the split result).
13842
13843 * auth-source.el (auth-sources): Remove server parameter.
13844 (auth-source-pick, auth-source-user-or-password)
13845 (auth-source-user-or-password-imap)
13846 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13847 (auth-source-user-or-password-sftp)
13848 (auth-source-user-or-password-smtp): Remove server parameter.
13849
13850 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
13851
13852 * smime.el (smime-sign-region, smime-encrypt-region)
13853 (smime-decrypt-region):
13854 Remove redundant calls to `generate-new-buffer-name'.
13855
13856 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
13857
13858 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13859 Don't use QP for message/rfc822.
13860 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13861
13862 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13863
13864 * sieve-manage.el (sieve-string-bytes): Remove.
13865 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13866 correct byte-length only if the process's coding-system is the same as
13867 the one used internally by Emacs to represent strings.
13868
13869 2008-04-22 Juri Linkov <juri@jurta.org>
13870
13871 * mailcap.el (mailcap-file-default-commands): New function.
13872
13873 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
13874
13875 * message.el (message-signature-separator, message-cite-function):
13876 Change custom version.
13877
13878 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
13879
13880 * mm-decode.el (mm-display-external): Make temp file read-only.
13881
13882 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
13883
13884 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13885 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
13886 `C-c C-f d'.
13887
13888 2008-04-12 Adrian Aichner <adrian@xemacs.org>
13889
13890 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13891
13892 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
13893
13894 * auth-source.el: Add docs.
13895 (auth-sources): Modify format to support server.
13896 (auth-source-pick, auth-source-user-or-password)
13897 (auth-source-user-or-password-imap)
13898 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13899 (auth-source-user-or-password-sftp)
13900 (auth-source-user-or-password-smtp): Add server parameter.
13901
13902 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
13903
13904 * gnus-registry.el: Initialize the registry when gnus-registry-install
13905 is t.
13906
13907 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
13908
13909 * compface.el (uncompface): Make buffer unibyte.
13910
13911 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13912
13913 * mail-source.el (mail-source-value):
13914 Prefer fboundp to functionp so it works with macros as well.
13915
13916 2008-04-05 Glenn Morris <rgm@gnu.org>
13917
13918 * gnus-ems.el (mm-disable-multibyte): Autoload it.
13919
13920 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13921
13922 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13923 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13924
13925 * nnheader.el (nnheader-init-server-buffer): Change buffer's
13926 multibyteness after rather than before erasing it.
13927
13928 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13929 mm-with-multibyte.
13930 (gnus-request-article-this-buffer): Make sure the proper decoding is
13931 used if gnus-original-article-buffer happens to be unibyte.
13932
13933 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13934 default-enable-multibyte-characters.
13935
13936 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13937 default-enable-multibyte-characters.
13938
13939 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13940
13941 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13942
13943 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13944
13945 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13946 Fix last change in case the element is not even a symbol.
13947
13948 2008-04-02 Simon Josefsson <simon@josefsson.org>
13949
13950 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13951 imap-enable-exchange-bug-workaround.
13952 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13953
13954 2008-04-01 Simon Josefsson <simon@josefsson.org>
13955
13956 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13957 a 100 byte status-checks into a 2-3MB transfer for each group.
13958 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13959 to enable bug workaround or not.
13960 (nnimap-find-minmax-uid): Only enable workaround conditionally.
13961
13962 2008-03-31 Glenn Morris <rgm@gnu.org>
13963
13964 * message.el (mml2015-use): Declare for compiler.
13965 (message-info): Require mml2015 when appropriate.
13966
13967 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13968
13969 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13970 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13971 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13972 (nntp-service-to-port): New function.
13973 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13974 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13975 (nntp-open-netcat-stream): New function.
13976 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13977
13978 2008-03-29 Sven Joachim <svenjoac@gmx.de>
13979
13980 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13981
13982 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13983
13984 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13985
13986 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
13987
13988 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13989
13990 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
13991
13992 * message.el (message-signature-separator): Change default.
13993 Improve custom type.
13994 (message-cite-function): Change default to
13995 message-cite-original-without-signature.
13996
13997 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13998 toggle.
13999
14000 * message.el (message-check-news-body-syntax): Fix signature check.
14001 (message-setup-1): Mark buffer as unmodified _after_ running
14002 message-setup-hook and handling message-alternative-emails.
14003 (message-shorten-references): Be more strict when building list of
14004 valid references to comply with GNKSA.
14005
14006 * gnus-group.el (gnus-read-ephemeral-bug-group)
14007 (gnus-read-ephemeral-debian-bug-group)
14008 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
14009
14010 * message.el (message-info): Don't use booleanp which isn't supported
14011 in Emacs 21 and XEmacs.
14012
14013 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
14014
14015 * gnus-group.el (gnus-gmane-group-download-format): Rename from
14016 gnus-group-gmane-group-download-format.
14017 (gnus-group-read-ephemeral-gmane-group): Rename from
14018 gnus-group-read-ephemeral-gmane-group.
14019 (gnus-read-ephemeral-gmane-group-url): Rename from
14020 gnus-group-read-ephemeral-gmane-group-url.
14021 (gnus-bug-group-download-format-alist): New variable.
14022 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
14023 (gnus-read-ephemeral-emacs-bug-group): New commands.
14024
14025 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
14026
14027 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
14028 (gnus-visible-headers): Improve custom type.
14029
14030 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
14031
14032 * mml.el (mml-menu): Add workarounds for XEmacs.
14033
14034 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
14035 X-Boundary header.
14036
14037 * message.el (message-simplify-recipients): Fix previous commit.
14038
14039 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14040
14041 * mm-util.el (mm-set-buffer-multibyte): New function.
14042 * mm-decode.el (mm-copy-to-buffer): Use it.
14043
14044 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14045 Prefer fboundp to functionp so it works with macros as well.
14046
14047 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
14048
14049 * message.el (message-alter-recipients-discard-bogus-full-name):
14050 New function.
14051 (message-alter-recipients-function): New variable.
14052 (message-get-reply-headers): Use it.
14053 (message-replace-header): New helper function.
14054 (message-recipients-without-full-name): New variable.
14055 (message-simplify-recipients): New command.
14056
14057 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
14058
14059 * message.el (message-info): Handle EasyPG manual.
14060
14061 * mml.el (mml-menu): Add entry for EasyPG.
14062
14063 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
14064
14065 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
14066 parameter.
14067
14068 * message.el (message-disassociate-draft): Specify drafts group name
14069 fully.
14070
14071 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
14072
14073 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14074 Eliminate unnecessary duplicates from the match list.
14075
14076 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
14077
14078 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
14079 args of `how-many' of which the XEmacs version doesn't take; declare
14080 Info-index-next as function.
14081
14082 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
14083
14084 * gnus-score.el (gnus-score-headers): Fix handling of
14085 gnus-inhibit-slow-scoring.
14086
14087 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
14088 string.
14089 (gnus-button-url-regexp): Improve handling of parenthesis.
14090 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
14091 (gnus-button-handle-info-keystrokes): Handle index entries.
14092
14093 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
14094
14095 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
14096 Incoming* files.
14097
14098 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
14099
14100 * auth-source.el (auth-sources): Rename from auth-source-choices.
14101 (auth-source-pick): Use it.
14102
14103 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
14104
14105 * auth-source.el (auth-source-protocols)
14106 (auth-source-protocols-customize, auth-source-choices): Add and
14107 modified variable customizations and defaults.
14108 (auth-source-pick, auth-source-user-or-password)
14109 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
14110 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14111 (auth-source-user-or-password-sftp)
14112 (auth-source-user-or-password-smtp): Use new variables and provide an
14113 interface to netrc.el.
14114
14115 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
14116
14117 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
14118 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
14119 Make sure the nntp port to specify is a string.
14120
14121 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14122
14123 * nntp.el: Use with-current-buffer.
14124 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
14125 dubious mm-with-unibyte-current-buffer.
14126 (nntp-with-open-group-function): New function extracted from
14127 nntp-with-open-group macro.
14128 (nntp-with-open-group): Use the function, so it's easier to debug.
14129 Add indentation and debugging info.
14130 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
14131 Recommend the use of the netcat alternatives.
14132
14133 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
14134 Avoid mm-string-as-multibyte as well.
14135
14136 * nnweb.el (nnweb-insert-html):
14137 Remove use of nnheader-string-as-multibyte.
14138
14139 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
14140 (nnheader-string-as-multibyte): Remove.
14141
14142 * mm-view.el: Use inhibit-read-only.
14143 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
14144 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
14145 or unibyte-string.
14146
14147 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
14148 (mm-uu-yenc-extract): Use with-current-buffer.
14149
14150 * gnus-soup.el (gnus-soup-send-packet): Don't use
14151 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
14152
14153 * nnmh.el: Use with-current-buffer.
14154 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
14155 mm-string-as-multibyte on the output of mm-encode-coding-string.
14156
14157 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
14158 (nnimap-request-move-article): Use with-current-buffer.
14159
14160 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
14161 inserting the handle-buffer's text, so the implicit multibyte->unibyte
14162 conversion uses string-make-unibyte rather than string-as-unibyte.
14163
14164 * gnus-msg.el: Use with-current-buffer.
14165
14166 * message.el (message-ignored-resent-headers): Add "Delivered-To".
14167
14168 2008-03-10 Daiki Ueno <ueno@unixuser.org>
14169
14170 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
14171 string for caching if it is 'PIN.
14172
14173 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
14174
14175 * mail-source.el (mail-source-delete-old-incoming-confirm):
14176 Change default to nil.
14177 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
14178
14179 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
14180
14181 * gnus-art.el (gnus-narrow-to-page): Position point properly.
14182 (gnus-article-goto-prev-page): Work for articles having ^L's.
14183
14184 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
14185
14186 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
14187
14188 2008-03-07 Karl Fogel <kfogel@red-bean.com>
14189
14190 * gnus-bookmark.el: Adjust for renames in bookmark.el.
14191 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
14192 (gnus-bookmark-jump): Adjust some variable names.
14193
14194 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
14195
14196 * auth-source.el: New package.
14197 (auth-source-choices): Add customization entry point variable.
14198
14199 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
14200 bug.
14201
14202 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
14203
14204 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
14205 (gnus-registry-initialize, gnus-registry-install-p): Use it.
14206 (gnus-registry-install-shortcuts): Rename from
14207 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
14208 the `gnus-registry-mark-map' keymap dynamically from
14209 `gnus-registry-marks'. The generated functions update the summary line
14210 when a registry mark is added or deleted, and will call
14211 `gnus-registry-install-p' (see the comments in the code).
14212 (gnus-registry-user-format-function-M): Use concat intelligently.
14213
14214 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
14215 the registry mark functions.
14216
14217 2008-03-05 Glenn Morris <rgm@gnu.org>
14218
14219 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
14220 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
14221 gnus-art.
14222 (top-level): No need to load own source when compiling.
14223
14224 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
14225
14226 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
14227 Suggested by <chris.anderton@zetnet.co.uk>.
14228
14229 2008-03-04 Glenn Morris <rgm@gnu.org>
14230
14231 * gnus-sum.el (top-level): No need to require gnus when compiling,
14232 since unconditionally required near start of file.
14233 (gnus-summary-display-while-building): Move definition before use.
14234
14235 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
14236
14237 * gnus-registry.el (gnus-registry-user-format-function-M):
14238 Add formatting function.
14239
14240 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
14241
14242 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
14243 with plists.
14244 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
14245 Use new format.
14246
14247 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
14248
14249 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
14250 `where-is-internal' that returns a range of key sequences.
14251
14252 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
14253
14254 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
14255
14256 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
14257 (gnus-summary-jump-to-group): Consider windows on other displayed
14258 frames as well. Similar changes might be needed elsewhere, but that's
14259 the one I've bumped into during my use.
14260
14261 * nndoc.el (nndoc-oe-dbx-type-p):
14262 * gnus-msg.el (gnus-debug):
14263 * gnus-group.el (gnus-update-group-mark-positions):
14264 Use mm-string-to-multibyte.
14265
14266 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
14267
14268 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
14269 doesn't handle NotDashEscaped.
14270
14271 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
14272 (mml-dnd-attach-options): Fix typo in custom choice.
14273
14274 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
14275 Change nndoc-article-type to mbox.
14276 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
14277
14278 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
14279 to nil, instead of html2text.
14280
14281 * imap.el (imap-debug): Add `imap-ping-server'.
14282
14283 * gnus-bookmark.el: Add FIXMEs.
14284
14285 * message.el (message-form-letter-separator)
14286 (message-send-form-letter-delay): New variables.
14287 (message-send-form-letter): Use them. New command to send form
14288 letters. Requested by Uwe Siart.
14289 (message-send-mail-function): Doc fix. Add "Other" custom option.
14290
14291 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
14292
14293 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
14294 empty author.
14295
14296 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
14297
14298 * gnus-registry.el (gnus-registry-marks): Add variable for
14299 customization of marks and their appearance.
14300 (gnus-registry-read-mark): Use it.
14301 (gnus-registry-do-marks): Add utility function to loop through
14302 `gnus-registry-marks'.
14303 (gnus-registry-install-shortcuts-and-menus): Add function to install
14304 shortcuts and menus.
14305 (gnus-registry-initialize): Use it.
14306 (gnus-registry-default-mark): Clarify documentation.
14307
14308 2008-02-29 Glenn Morris <rgm@gnu.org>
14309
14310 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
14311 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
14312 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
14313 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14314 Change defcustom :version from 23.0 to 23.1.
14315
14316 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
14317
14318 * gnus-registry.el (gnus-registry-follow-group-p)
14319 (gnus-registry-post-process-groups): Add functions to aid registry
14320 splitting and improve logging. Clarify behavior in function
14321 documentation.
14322 (gnus-registry-split-fancy-with-parent): Use them.
14323
14324 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
14325
14326 * gnus-art.el: Use with-current-buffer.
14327
14328 2008-02-27 David Engster <dengste@eml.cc>
14329
14330 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14331 Express real group name in the response.
14332
14333 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
14334
14335 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14336 (nnmairix-last-server, nnmairix-current-server): Defvar them.
14337 (nnmairix-goto-original-article): Defvar gnus-registry-install and
14338 autoload gnus-registry-fetch-group when compiling.
14339 (nnmairix-request-group-with-article-number-correction):
14340 Remove unreferenced argument passed to nnmairix-call-backend.
14341
14342 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
14343
14344 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14345 (mm-uu-extract): Improve face for low color ttys.
14346 Reported by Sascha Wilde.
14347
14348 2008-02-27 Glenn Morris <rgm@gnu.org>
14349
14350 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14351 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14352 variables to defconsts. Convert comments to doc-strings.
14353 (nnmairix-last-server, nnmairix-current-server): Convert from free
14354 variables to defvars. Convert comments to doc-strings.
14355 (gnus-registry-fetch-group): Autoload.
14356 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14357 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14358 (nnmairix-widget-build-editable-fields): Use car cddr rather than
14359 caddr.
14360 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14361 nnmairix-request-group-with-article-number-correction call.
14362 (nnmairix-fast, nnmairix-group): New, less general names, for free
14363 variables passed from nnmairix-request-group to
14364 nnmairix-request-group-with-article-number-correction. Declare.
14365 (nnmairix-request-group-with-article-number-correction):
14366 Use nnmairix-fast, nnmairix-group rather than fast, group.
14367
14368 2008-02-26 David Engster <dengste@eml.cc>
14369
14370 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
14371 version 0.5.
14372
14373 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
14374
14375 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14376 instead of making an extra function call. Don't add the current group
14377 to articles only when they have the group. Use
14378 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14379 Reported by David <de_bb@arcor.de>.
14380
14381 2008-02-24 Miles Bader <miles@gnu.org>
14382
14383 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14384 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14385 (mm-find-mime-charset-region):
14386 * mm-bodies.el (mm-encode-body):
14387 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14388
14389 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
14390
14391 * mail-source.el (mail-source-delete-incoming): Change default.
14392 Supplement doc string.
14393
14394 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14395
14396 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
14397
14398 * nnmail.el (nnmail-message-id-cache-file): Derive from
14399 `gnus-home-directory'.
14400
14401 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
14402
14403 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14404 Document negative prefix.
14405
14406 * gnus-group.el (gnus-group-read-group): Document negative prefix.
14407
14408 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14409
14410 * message.el (message-unsent-separator): Add the Exim bounce
14411 separator.
14412
14413 2008-02-10 Daiki Ueno <ueno@unixuser.org>
14414
14415 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14416 list.
14417 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14418 recipient/signer list.
14419
14420 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
14421
14422 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14423 fbound (Emacs 23 unicode), signal an error.
14424
14425 2008-02-08 Glenn Morris <rgm@gnu.org>
14426
14427 * gnus-art.el (pgg-display-output-buffer): Declare as function.
14428
14429 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
14430
14431 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14432 ports to the calls to `netrc-machine-user-or-password' in addition to
14433 "imap" and "imaps".
14434
14435 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
14436
14437 * gnus.el (gnus-group-startup-message): Add `find-image' call before
14438 image-load-path is let-bound. Reported by Harald Hanche-Olsen
14439 <hanche@math.ntnu.no>.
14440
14441 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
14442
14443 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14444
14445 2008-02-01 Zhang Wei <id.brep@gmail.com>
14446
14447 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14448
14449 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14450
14451 2008-02-01 Miles Bader <miles@gnu.org>
14452
14453 * mml.el (mml-parse-1): Remove apparently vestigial use of
14454 `mm-hack-charsets'.
14455 * mm-bodies.el (mm-encode-body): Likewise.
14456
14457 2008-02-01 Kenichi Handa <handa@m17n.org>
14458
14459 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14460 rfc2104-hexstring-to-bitstring and changed to return a byte list.
14461 (rfc2104-hash): Convert the result of concat to unibyte string.
14462
14463 2008-02-01 Dave Love <fx@gnu.org>
14464
14465 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14466 coding-system-for-read.
14467 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14468
14469 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14470 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
14471 (mm-find-mime-charset-region): Remove hack-charsets stuff.
14472
14473 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
14474
14475 * mail-source.el (mail-sources): Add `group' choice.
14476
14477 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14478 parameter `in-group' to control into which group the articles go.
14479 Add treatment of `group' mail-source.
14480
14481 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
14482
14483 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14484 * message.el (message-beginning-of-line): Use featurep instead of bound
14485 tests in order to resolve conditionals at compile time.
14486
14487 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
14488
14489 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14490
14491 * mm-decode.el (mm-dissect-buffer): Decode description.
14492
14493 * mml.el (mml-to-mime): Encode message header first.
14494
14495 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
14496
14497 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14498 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14499
14500 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
14501
14502 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14503
14504 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
14505
14506 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14507 prefix keys.
14508 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14509 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14510 gnus-xmas.el.
14511
14512 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
14513
14514 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14515 Add new variables for article mark management.
14516 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14517 list of extra data entries which, when present, will indicate that the
14518 article ID should not be trimmed from the registry.
14519 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14520 functions.
14521 (gnus-registry-read-mark): New function to read a mark name from the
14522 user.
14523 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14524 (gnus-registry-set-article-mark-internal): New functions to add and
14525 remove marks.
14526 (gnus-registry-get-article-marks): New function to show the marks for
14527 an article, or retrieve them for further use.
14528
14529 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
14530
14531 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14532 keys when no argument is given.
14533
14534 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
14535
14536 * gnus-sum.el (gnus-article-sort-by-random)
14537 (gnus-thread-sort-by-random): Fix doc strings.
14538 Reported by jidanni@jidanni.org.
14539
14540 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
14541
14542 * gnus-art.el (gnus-article-describe-bindings): New function.
14543 (gnus-article-read-summary-keys): Use it.
14544 (gnus-article-mode-map): Bind `C-h b' to it.
14545
14546 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
14547
14548 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14549 XEmacs.
14550 (gnus-article-describe-key, gnus-article-describe-key-briefly):
14551 Protect against non-character events.
14552
14553 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
14554
14555 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14556 New command.
14557 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14558 instead of END. Change name of the temp file.
14559 (gnus-group-gmane-group-download-format): Add doc string. Make it
14560 customizable.
14561
14562 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
14563
14564 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14565 bind `S W' to gnus-article-wide-reply-with-original; set default
14566 binding to gnus-article-read-summary-send-keys.
14567 (gnus-article-read-summary-keys): Fix the order of keys; display
14568 continuation keys correctly in the echo area; describe bindings
14569 correctly when keys end with `C-h'.
14570 (gnus-article-read-summary-send-keys): New function.
14571 (gnus-article-describe-key, gnus-article-describe-key-briefly):
14572 Work for gnus-article-read-summary-send-keys; display continuation keys
14573 correctly in the echo area.
14574 (gnus-article-reply-with-original): Ignore prefix argument.
14575 (gnus-article-wide-reply-with-original): New function.
14576
14577 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
14578
14579 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14580 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14581
14582 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
14583
14584 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14585 (gnus-group-read-ephemeral-gmane-group): New command.
14586
14587 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
14588
14589 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14590
14591 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
14592
14593 * message.el (message-send-mail-function): Increase custom version.
14594
14595 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14596 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
14597
14598 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
14599
14600 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14601 html parts correctly; support forwarded messages.
14602 (gnus-article-browse-html-article): Remove work buffers.
14603
14604 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14605 compiling.
14606 (netrc-bound-and-true-p): New macro.
14607 (netrc-parse): Use it instead of bound-and-true-p that is not available
14608 in XEmacs 21.4.
14609
14610 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
14611
14612 * gnus-registry.el (gnus-registry-mark-article)
14613 (gnus-registry-article-marks): Add functionality to mark articles
14614 through the Gnus registry.
14615
14616 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14617 (netrc-parse): Use encrypt-file-alist to determine if
14618 encrypt-find-model or encrypt-insert-file-contents should be used.
14619
14620 2007-12-19 Glenn Morris <rgm@gnu.org>
14621
14622 * mml.el (message-options-set, message-narrow-to-head)
14623 (message-in-body-p, message-mail-p, message-encode-message-body):
14624 Autoload.
14625 (message-remove-header, message-narrow-to-headers-or-head)
14626 (message-subscribed-p, message-make-mail-followup-to)
14627 (message-position-on-field, message-news-p)
14628 (message-options-set-recipient, message-generate-headers)
14629 (message-sort-headers): Declare as functions.
14630
14631 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
14632
14633 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14634 convention in doc string.
14635
14636 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
14637
14638 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14639 title to html parts.
14640 (gnus-article-browse-html-article): Pass message header to it.
14641
14642 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14643
14644 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
14645
14646 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14647 or password compatible with XEmacs.
14648
14649 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
14650
14651 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14652 format document.
14653 (gnus-mime-delete-part): Don't write description line if empty.
14654 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14655
14656 2007-12-14 Johan Bockgård <bojohan@gnu.org>
14657
14658 * gnus-sum.el (gnus-summary-mark-unread-as-read)
14659 (gnus-summary-mark-read-and-unread-as-read)
14660 (gnus-summary-mark-current-read-and-unread-as-read)
14661 (gnus-summary-mark-unread-as-ticked): Doc fix.
14662 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14663
14664 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
14665
14666 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14667 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14668
14669 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
14670
14671 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14672 yes-or-no-p.
14673
14674 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
14675
14676 * mm-decode.el (mm-add-meta-html-tag): New function.
14677 (mm-save-part-to-file, mm-pipe-part): Use it.
14678
14679 * gnus-art.el (gnus-article-browse-delete-temp-files):
14680 Use gnus-y-or-n-p instead of y-or-n-p.
14681 (gnus-article-browse-html-parts): Work with message/external-body; use
14682 mm-add-meta-html-tag.
14683
14684 2007-12-11 Glenn Morris <rgm@gnu.org>
14685
14686 * gnus-cache.el: Require gnus-sum not just when compiling.
14687
14688 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14689
14690 * gnus-int.el (gnus-server-opened, gnus-status-message):
14691 Move definitions before use.
14692
14693 * mm-decode.el: Require gnus-util.
14694 (mm-remove-part): Only call delete-annotation on XEmacs.
14695
14696 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14697
14698 * nnmail.el: Require gnus-int.
14699
14700 * spam.el: Move `require's before `eval-when-compile's.
14701
14702 * gnus-ems.el (gnus-alive-p):
14703 * gnus-fun.el (message-goto-eoh):
14704 * gnus-util.el (gnus-group-name-decode):
14705 * mail-source.el (gnus-compress-sequence):
14706 * message.el (Info-goto-node, format-spec):
14707 * mm-bodies.el (message-options-get):
14708 * mm-decode.el (mm-view-pkcs7):
14709 * mm-util.el (gmm-write-region):
14710 * mml-smime.el (mml-compute-boundary)
14711 (gnus-completing-read-with-default):
14712 * mml.el (widget-button-press, gnus-make-hashtable):
14713 * mml1991.el (mm-decode-content-transfer-encoding)
14714 (mm-encode-content-transfer-encoding)
14715 (message-options-get, message-options-set):
14716 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14717 * nnfolder.el (gnus-request-group):
14718 * nnheader.el (ietf-drums-unfold-fws):
14719 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14720 * smime.el (gnus-run-mode-hooks):
14721 * spam-stat.el (gnus-message): Autoload.
14722
14723 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14724 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14725 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14726 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14727 Add declare-function compatibility definition.
14728
14729 * gnus-cache.el (nnvirtual-find-group-art):
14730 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14731 (gnus-add-image, gnus-add-wash-type):
14732 * gnus-group.el (nnkiboze-score-file):
14733 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14734 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14735 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14736 (message-tokenize-header, gnus-get-buffer-create)
14737 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14738 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14739 * gnus.el (gnus-group-decoded-name):
14740 * mail-source.el (imap-capability):
14741 * mm-bodies.el (message-options-set):
14742 * mm-decode.el (gnus-configure-windows):
14743 * mm-extern.el (message-goto-body):
14744 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14745 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14746 (epg-sub-key-validity, message-options-set):
14747 * mml.el (widget-event-point, gnus-configure-windows):
14748 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14749 * mml2015.el (epg-check-configuration, epg-configuration)
14750 (message-options-set):
14751 * nndb.el (nndb-request-article):
14752 * nnfolder.el (gnus-request-create-group):
14753 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14754 * nnmaildir.el (gnus-group-mark-article-read):
14755 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14756 * rfc1843.el (message-fetch-field):
14757 * spam.el (gnus-extract-address-components):
14758 Declare as functions.
14759
14760 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
14761
14762 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14763
14764 2007-12-09 Glenn Morris <rgm@gnu.org>
14765
14766 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14767
14768 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14769 * message.el, mm-view.el, sieve-manage.el, smime.el:
14770 Add declare-function compatibility definition.
14771
14772 * gnus-art.el (w3-region, w3m-region, Info-menu):
14773 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14774 * gnus-sum.el (gnus-get-predicate):
14775 * gnus-util.el (mm-append-to-file, w32-focus-frame):
14776 * message.el (mail-abbrev-in-expansion-header-p):
14777 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14778 (w3m-detect-meta-charset, w3m-region):
14779 * sieve-manage.el (password-read, password-cache-add)
14780 (password-cache-remove):
14781 * smime.el (password-read-and-add): Declare as functions.
14782
14783 2007-12-08 David Kastrup <dak@gnu.org>
14784
14785 * gnus-sum.el (gnus-summary-simplify-subject-query):
14786 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14787 `message'.
14788
14789 2007-12-07 Glenn Morris <rgm@gnu.org>
14790
14791 * gnus-art.el (article-make-date-line): Revert previous change.
14792
14793 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14794
14795 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14796
14797 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
14798
14799 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14800 Call gnus-add-to-range ranges only once with a prepared article-list.
14801
14802 2007-12-06 Paul Jarc <prj@po.cwru.edu>
14803
14804 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14805 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14806 group names with backslashes.
14807 Reported by Tassilo Horn <tassilo@member.fsf.org>.
14808
14809 2007-12-06 Deepak Goel <deego3@gmail.com>
14810
14811 * gnus-art.el (article-make-date-line):
14812 * gnus-start.el (gnus-load):
14813 * pop3.el (pop3-read-response): Fix buggy call to `error'.
14814
14815 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14816
14817 * gnus-art.el (gnus-use-idna):
14818 * gnus-start.el (gnus-site-init-file):
14819 * message.el (message-use-idna):
14820 * mm-uu.el (mm-uu-hide-markers):
14821 * smiley.el (smiley-style): Revert changes that suppress warnings.
14822
14823 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14824
14825 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14826 specify charset to html source.
14827 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14828
14829 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14830
14831 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14832 idna-program in order to suppress byte compile warning issued by XEmacs
14833 that came to byte compile the default value section of defcustom forms
14834 recently.
14835
14836 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14837 value of installation-directory.
14838
14839 * message.el (message-use-idna): Don't directly refer to the value of
14840 idna-program.
14841
14842 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14843
14844 * smiley.el (smiley-style): Don't directly call face-attribute.
14845
14846 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
14847
14848 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14849
14850 * gnus-dired.el: Reduce Gnus dependencies.
14851 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14852 Don't require. Use autoloads instead.
14853 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14854 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14855 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14856 (gnus-dired-mode): Adjust doc string.
14857 (gnus-dired-mail-mode): New variable.
14858 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14859 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14860 (gnus-dired-mail-buffers): New function. Return mail or message
14861 composition buffers.
14862 (gnus-dired-attach): Use it.
14863 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14864 NO-DECODE.
14865 (gnus-dired-print): Use `gnus-print-buffer' depending on
14866 `gnus-dired-mail-mode'.
14867
14868 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
14869
14870 * rfc2047.el (rfc2047-encoded-word-regexp)
14871 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14872 explaining what regexp patterns are for.
14873
14874 2007-12-04 Glenn Morris <rgm@gnu.org>
14875
14876 * password.el: Move to ../password-cache.el.
14877
14878 * mml1991.el (password-read, password-cache-add, password-cache-remove):
14879 * mml2015.el (password-read, password-cache-add, password-cache-remove):
14880 * mml-smime.el (password-read, password-cache-add)
14881 (password-cache-remove):
14882 No need to autoload, since mml-sec requires password.
14883
14884 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14885 * message.el (gnus-extract-address-components):
14886 * mml-smime.el (gnus-extract-address-components): Define for compiler.
14887
14888 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14889 password.
14890
14891 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
14892
14893 * mailcap.el: Reduce dependencies.
14894 (mail-header-parse-content-type): Autoload.
14895 (mailcap-delete-duplicates): New alias.
14896 (mailcap-mime-info): Add optional argument NO-DECODE.
14897 (mailcap-mime-types): Use mailcap-delete-duplicates.
14898
14899 * message.el (message-ignored-supersedes-headers): Add "X-ID".
14900
14901 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14902
14903 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14904 function.
14905
14906 * gnus-uu.el (gnus-uu-decode-yenc): New command.
14907 (gnus-uu-yenc-article): New function.
14908
14909 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14910
14911 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14912
14913 2007-12-02 Glenn Morris <rgm@gnu.org>
14914
14915 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
14916 Move to ../net.
14917
14918 * binhex.el, uudecode.el: Move to ../mail.
14919
14920 * encrypt.el: Remove file.
14921
14922 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
14923
14924 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14925 matches on patches.
14926
14927 * gnus-art.el (gnus-article-browse-html-article):
14928 Mention `mm-text-html-renderer' in the doc string.
14929
14930 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14931 string. Add comments.
14932
14933 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14934 if rhs is ASCII.
14935
14936 2007-12-01 Glenn Morris <rgm@gnu.org>
14937
14938 * dig.el, dns.el: Move to ../net.
14939 * format-spec.el, hex-util.el, sha1.el: Move to ../.
14940
14941 * mail-source.el (top-level): Require format-spec before
14942 eval-when-compile.
14943
14944 2007-11-30 Glenn Morris <rgm@gnu.org>
14945
14946 * encrypt.el: Require password, rather than autoloading password-read.
14947
14948 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
14949
14950 * gnus.el (gnus-method-to-server): Add an optional parameter so the
14951 caller can indicate whether the cache should be disregarded for this
14952 call. This way the result of the call is reproducible at all times and
14953 can be considered a canonical server name for the supplied method.
14954 (gnus-agent-method-p): Canonicalize server names by pushing their
14955 method through `gnus-method-to-server' using the no-cache argument.
14956
14957 * gnus-srvr.el (gnus-server-insert-server-line):
14958 Call `gnus-method-to-server' with `no-cache' argument.
14959
14960 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14961 gnus-agent-possibly-synchronize-flags as this should be called when the
14962 server is actually being opened.
14963 (gnus-agent-possibly-synchronize-flags)
14964 (gnus-agent-possibly-synchronize-flags-server): Move check for the
14965 flags file of an agentized server to the latter function.
14966
14967 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14968 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14969 after a connection has been established successfully.
14970
14971 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
14972
14973 * gnus-art.el (article-display-face): Force to display face if called
14974 interactively; check if gnus-article-x-face-too-ugly matches author.
14975 (article-display-x-face): Display face even if From header is missing
14976 as article-display-face does.
14977
14978 2007-11-28 Richard Stallman <rms@gnu.org>
14979
14980 * md4.el: Move to ../.
14981 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
14982
14983 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
14984
14985 * mail-source.el (mail-sources): Default to fetch from file for
14986 compatibility with default of nnmail-spool-file.
14987
14988 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
14989
14990 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14991 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14992 to look for encoded word that should be encoded again.
14993 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14994 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14995 encoding pattern.
14996 (rfc2047-decode-region): Switch strict regexp and loose one according
14997 to rfc2047-allow-irregular-q-encoded-words.
14998
14999 2007-11-26 Simon Josefsson <simon@josefsson.org>
15000
15001 * imap.el: Move to ../net directory.
15002
15003 2007-11-25 Romain Francoise <romain@orebokech.com>
15004
15005 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
15006
15007 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
15008
15009 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
15010 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
15011
15012 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
15013 `nnmail-spool-file'.
15014
15015 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
15016 `nnmail-spool-file'.
15017
15018 * gnus-move.el (gnus-change-server): Ditto.
15019
15020 * gnus-kill.el (gnus-batch-score): Ditto.
15021
15022 * gnus-cache.el (gnus-jog-cache): Ditto.
15023
15024 * gnus-msg.el (gnus-summary-reply):
15025 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
15026
15027 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
15028
15029 * gnus-cache.el (gnus-cache-generate-nov-databases):
15030 Use nnml-generate-nov-databases-directory instead of
15031 nnml-generate-nov-databases-1.
15032
15033 2007-11-24 Glenn Morris <rgm@gnu.org>
15034
15035 * message.el (message-tool-bar-retro): Update for rename
15036 mail_send.xpm->mail-send.xpm.
15037
15038 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
15039
15040 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
15041 `smime-ldap-search' for Emacs 22 and up.
15042
15043 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
15044
15045 * hashcash.el: Move to ../mail directory.
15046
15047 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
15048
15049 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
15050 `smime-ldap-search' for Emacs 22 and up.
15051
15052 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
15053
15054 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
15055
15056 * message.el (message-send-mail-function): Fix error convention.
15057 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
15058 (message-widen-reply, message-send-mail, message-talkative-question)
15059 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
15060 (message-clone-locals, message-send-news): Use with-current-buffer.
15061 (message-insert-or-toggle-importance): Remove unused var `valid'.
15062 (message-make-references): Remove unused var `new-references'.
15063 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
15064
15065 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
15066
15067 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
15068 (spam-split-symbolic-return-positive): Reflow docstring.
15069 (spam-backends, spam-summary-exit-behavior)
15070 (spam-mark-ham-unread-before-move-from-spam-group)
15071 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
15072 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15073 (spam-clear-cache, spam-backend-check, spam-install-backend)
15074 (spam-install-statistical-backend, spam-list-of-processors)
15075 (spam-group-processor-p, spam-split, spam-bogofilter-score)
15076 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
15077 (spam-check-crm114, spam-initialize, spam-unload-hook):
15078 Fix typos in docstrings.
15079
15080 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
15081
15082 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
15083 been checked if they have never been read and those group levels are
15084 higher than the one that a user specified.
15085
15086 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
15087
15088 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
15089 foreign groups unless a group level is specified by a user.
15090 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
15091
15092 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
15093
15094 * message.el (message-send-mail-function): Require sendmail.
15095
15096 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
15097
15098 * message.el (message-send-mail-function): Check for smtpmail too.
15099
15100 * utf7.el (utf7-encode, utf7-decode): Use coding system
15101 `utf-7'/`utf-7-imap' from utf-7.el' if available.
15102
15103 * message.el (message-send-mail-function): New function.
15104 (message-send-mail-function): Set default using
15105 message-send-mail-function. Adjust doc string.
15106 (message-send-mail-with-mailclient): New function.
15107
15108 2007-11-17 Richard Stallman <rms@gnu.org>
15109
15110 * assistant.el: Remove file.
15111
15112 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
15113
15114 * smime.el (from):
15115 * rfc2047.el (message-posting-charset):
15116 * qp.el (mm-use-ultra-safe-encoding):
15117 * pop3.el (parse-time-months):
15118 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
15119 * nnml.el (files):
15120 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
15121 (jka-compr-compression-info-list, ange-ftp-path-format)
15122 (efs-path-regexp):
15123 * nndiary.el (files):
15124 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
15125 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
15126 (epg-digest-algorithm-alist, inhibit-redisplay)
15127 (password-cache-expiry):
15128 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
15129 (pgg-output-buffer, password-cache-expiry):
15130 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
15131 (efs-path-regexp):
15132 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
15133 (inhibit-redisplay):
15134 * mm-uu.el (file-name, start-point, end-point, entry)
15135 (gnus-newsgroup-name, gnus-newsgroup-charset):
15136 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
15137 (latin-unity-ucs-list):
15138 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
15139 (mm-uu-binhex-decode-function):
15140 * message.el (gnus-message-group-art, gnus-list-identifiers)
15141 (rmail-enable-mime-composing, gnus-local-organization)
15142 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
15143 (gnus-read-active-file, facemenu-add-face-function)
15144 (facemenu-remove-face-function, gnus-article-decoded-p)
15145 (tool-bar-mode):
15146 * mail-source.el (display-time-mail-function):
15147 * gnus-util.el (nnmail-pathname-coding-system)
15148 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
15149 (gnus-original-article-buffer, gnus-user-agent)
15150 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
15151 (xemacs-codename, sxemacs-codename, emacs-program-version):
15152 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
15153 * gnus-start.el (gnus-agent-covered-methods)
15154 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
15155 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
15156 (gnus-newsgroup-headers, gnus-group-list-mode)
15157 (gnus-group-mark-positions, gnus-newsgroup-data)
15158 (gnus-newsgroup-unreads, nnoo-state-alist)
15159 (gnus-current-select-method, mail-sources)
15160 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
15161 (nnmail-spool-file, gnus-cache-active-hashtb):
15162 * gnus-mh.el (mh-lib-progs):
15163 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
15164 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
15165 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
15166 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
15167 (gnus-group-buffer):
15168 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
15169 (font-lock-set-defaults):
15170 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
15171 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
15172 (gnus-summary-post-menu, total-parts, type, condition, length):
15173 * gnus-agent.el (gnus-agent-read-agentview):
15174 * flow-fill.el (show-trailing-whitespace):
15175 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
15176 eval-and-compile wrappers for byte compiler pacifiers.
15177
15178 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
15179 (mm-display-inline-fontify): Check for featurep 'xemacs not
15180 extent-list.
15181
15182 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
15183 itimer-list.
15184 (mm-create-image-xemacs): Only do something for XEmacs.
15185 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
15186
15187 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
15188
15189 * gnus-registry.el (gnus-adaptive-word-syntax-table):
15190 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
15191
15192 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
15193
15194 * nnimap.el (nnimap-split-download-body):
15195 * gnus-demon.el (gnus-demon):
15196 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
15197
15198 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
15199
15200 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
15201 New macros.
15202 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
15203 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
15204 copy data from unibyte buffer to multibyte current buffer.
15205 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
15206 to copy data from unibyte current buffer to multibyte buffer.
15207 (nntp-make-process-buffer): Make process buffer unibyte.
15208
15209 * pop3.el (pop3-open-server): Fix typo in Lisp code.
15210
15211 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
15212
15213 * pop3.el (pop3-open-server): Accept and process data more robustly at
15214 connection start to avoid spurious "POP SSL connection failed" errors.
15215
15216 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
15217
15218 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15219 read group names.
15220
15221 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
15222
15223 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15224
15225 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
15226
15227 * nnmail.el (nnmail-parse-active): Make group names unibyte.
15228 (nnmail-save-active): Use a unibyte buffer when saving active file,
15229 which may contain non-ASCII group names.
15230
15231 * nnml.el (nnml-request-group): Decode group names in messages.
15232
15233 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
15234
15235 * message.el (message-citation-line-function)
15236 (message-insert-formatted-citation-line): Fix spelling of
15237 `message-insert-formated-citation-line'.
15238
15239 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
15240
15241 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15242
15243 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
15244
15245 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15246 nnmail-pathname-coding-system.
15247
15248 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15249 that a user enters; decode group names in messages.
15250
15251 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15252
15253 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
15254
15255 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15256
15257 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15258
15259 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15260 risky local variable.
15261
15262 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15263
15264 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
15265
15266 * encrypt.el: Improve documentation to fix function name typo.
15267 Reported by Daiki Ueno <ueno@unixuser.org>.
15268
15269 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
15270
15271 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15272 even if the point is not in the last page of an article.
15273 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15274 back to the previous page.
15275
15276 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
15277
15278 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15279
15280 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
15281
15282 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15283
15284 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
15285
15286 * message.el (message-check-news-body-syntax):
15287 Avoid mm-string-as-multibyte.
15288 (message-hide-headers): Don't assume (point-min)==1.
15289
15290 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
15291
15292 * message.el (message-remove-blank-cited-lines): Fix if remove is
15293 given.
15294 (message-bogus-address-regexp): New variable.
15295 (message-bogus-recipient-p): New function.
15296 (message-check-recipients): New command.
15297 (message-syntax-checks): Add `bogus-recipient'.
15298 (message-fix-before-sending): Add `bogus-recipient'.
15299
15300 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15301 (gnus-treat-body-boundary): Don't test window-system.
15302
15303 2007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
15304
15305 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15306
15307 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
15308
15309 * gnus.el: Bump version to Gnus v5.13.
15310
15311 2007-10-28 Miles Bader <miles@gnu.org>
15312
15313 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15314 at compile-time too.
15315
15316 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
15317
15318 * gnus-msg.el (gnus-message-setup-hook):
15319 Add `message-remove-blank-cited-lines' to options.
15320
15321 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
15322
15323 * message.el (message-remove-blank-cited-lines): New function.
15324 Suggested by Karl Plästerer.
15325
15326 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
15327
15328 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15329 mapc.
15330
15331 * imap.el (imap-open): Replace mapcar called for effect with mapc.
15332 (top-level): Use mapc to set functions to be traced for debugging.
15333
15334 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15335 called for effect with while loop.
15336
15337 * message.el (message-talkative-question): Replace mapcar called for
15338 effect with mapc.
15339
15340 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15341 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15342 called for effect with dolist.
15343
15344 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15345
15346 * nndiary.el: Use dolist instead of mapcar to add diary headers to
15347 gnus-extra-headers and nnmail-extra-headers.
15348
15349 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15350 called for effect with dolist.
15351 (top-level): Use mapc to set functions to be traced for debugging.
15352
15353 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15354 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15355 dolist.
15356
15357 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15358 Replace mapcar called for effect with mapc.
15359 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15360 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15361 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15362 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15363
15364 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15365 remove-if that's a cl function.
15366
15367 * webmail.el (webmail-debug): Replace mapcar called for effect with
15368 dolist.
15369
15370 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
15371
15372 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15373 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15374 with while loop.
15375
15376 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15377 functions from article-* functions.
15378 (gnus-multi-decode-header): Replace mapcar called for effect with
15379 dolist.
15380
15381 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15382 (gnus-bookmark-show-details): Replace mapcar called for effect with
15383 while loop.
15384
15385 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15386 called for effect with while loop.
15387
15388 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15389 with dolist.
15390
15391 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15392 Replace mapcar called for effect with dolist.
15393
15394 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15395
15396 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15397 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15398 Replace mapcar called for effect with dolist.
15399 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15400 mapc.
15401
15402 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15403 Replace mapcar called for effect with dolist.
15404 (gnus-topic-list): Replace mapcar called for effect with mapc.
15405
15406 * gnus.el: Use mapc instead of mapcar to add autoloads.
15407
15408 2007-10-23 Richard Stallman <rms@gnu.org>
15409
15410 * gnus-group.el (gnus-group-highlight): Mark as risky.
15411
15412 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
15413
15414 * gnus.el (gnus-server-to-method): Return method found first in
15415 gnus-newsrc-alist.
15416
15417 * gnus-art.el (gnus-article-highlight-signature)
15418 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15419 button overlay without the front stickiness.
15420
15421 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
15422
15423 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15424 overview buffer needed a catch to receive its throw.
15425 (gnus-agent-flush-cache): Declare as interactive to make this function
15426 easier to use.
15427
15428 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
15429
15430 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15431 `next-line'.
15432
15433 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
15434
15435 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15436 exclude address matching message-dont-reply-to-names.
15437
15438 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
15439
15440 * gnus-util.el (gnus-string<): New function.
15441
15442 * gnus-sum.el (gnus-article-sort-by-author)
15443 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15444
15445 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
15446
15447 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15448 the frame-focus tag is set in gnus-buffer-configuration.
15449
15450 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
15451
15452 * gnus-art.el (gnus-article-add-button): Make a button overlay without
15453 the front stickiness.
15454
15455 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
15456
15457 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15458 url pattern; remove duplicate one.
15459 (gnus-article-extend-url-button): New function.
15460 (gnus-article-add-buttons): Use it.
15461 (gnus-button-push): Use concatenated url that it makes.
15462
15463 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
15464
15465 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15466 (sieve-manage-open): Use `mapc' instead of `mapcar'.
15467
15468 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
15469
15470 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15471 Don't hardcode point-min==1.
15472
15473 2007-09-30 David Kastrup <dak@gnu.org>
15474
15475 * gnus-art.el (gnus-article-reply-with-original)
15476 (gnus-article-followup-with-original): When `transient-mark-mode' is
15477 off, refrain from active-region behavior for followups.
15478
15479 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
15480
15481 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15482 Fix comment about "iso8859-1".
15483
15484 2007-10-08 Daiki Ueno <ueno@unixuser.org>
15485
15486 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15487 ones returned from the verify-function.
15488
15489 * mm-uu.el (mm-uu-pgp-signed-extract-1):
15490 Call mml2015-extract-cleartext-signature if extraction failed.
15491
15492 2007-10-07 Daiki Ueno <ueno@unixuser.org>
15493
15494 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15495 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15496 failed.
15497
15498 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
15499
15500 * Relicense "GPLv2 or later" files to "GPLv3 or later".
15501
15502 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
15503
15504 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15505 to mark a thread as expirable. Add variable `hide' to handle hiding of
15506 thread for both the null and zero (kill/expire thread) universal prefix
15507 cases.
15508 (gnus-summary-expire-thread): Add new function to expire a thread,
15509 using gnus-summary-kill-thread.
15510 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15511 shortcuts for gnus-summary-expire-thread.
15512 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15513 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
15514
15515 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
15516
15517 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15518 extras value, so an extras entry can be deleted.
15519 (gnus-registry-delete-extra-entry): Use it.
15520 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15521 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15522 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15523 storage through the gnus-registry, and provide an appropriate API for
15524 it.
15525
15526 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
15527
15528 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15529 Suggested by Leo <sdl.web@gmail.com>.
15530
15531 * gnus.el: Do.
15532
15533 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
15534
15535 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15536 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
15537
15538 * gnus-agent.el (gnus-agent-fetch-headers): Do.
15539
15540 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15541 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15542
15543 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
15544
15545 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15546 newline.
15547 (nnmbox-request-accept-article): Don't change article in source buffer;
15548 narrow to header to use message-fetch-field rather than
15549 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15550 (nnmbox-request-replace-article): Quote lines that'll be misidentified
15551 as delimiters; make sure article ends with newline.
15552 (nnmbox-delete-mail): Correct last position of article to be deleted;
15553 ignore X-Gnus-Newsgroup header in article body.
15554 (nnmbox-save-mail): Quote lines looking like delimiters at the right
15555 positions; make sure article ends with newline.
15556
15557 * message.el (message-display-abbrev): Don't infloop when a user
15558 inserts SPC in the beginning of header.
15559
15560 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
15561
15562 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15563 list of groups not followed by default. Fix type to be regexp.
15564 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15565
15566 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
15567
15568 * hmac-def.el (define-hmac-function): Switch from old-style to
15569 new-style backquotes.
15570
15571 * md4.el (md4-make-step): Likewise.
15572
15573 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
15574
15575 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15576 raw-text coding system when saving .newsrc file, which may contain
15577 non-ASCII group names.
15578
15579 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
15580
15581 * gnus-cus.el (gnus-score-extra): New widget.
15582 (gnus-score-extra-convert): New function.
15583 (gnus-score-customize): Use it for Extra.
15584
15585 2007-08-31 Daiki Ueno <ueno@unixuser.org>
15586
15587 * mml2015.el (mml2015-extract-cleartext-signature): New function.
15588 (mml2015-mailcrypt-clear-verify): Use it.
15589 (mml2015-gpg-clear-verify): Use it.
15590 (mml2015-pgg-clear-verify): Use it.
15591 (mml2015-epg-clear-verify): Replace the current part with the output
15592 from GnuPG; don't extract the plaintext by itself.
15593
15594 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15595 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15596 mml2015-clear-verify-function; don't touch the armor headers or
15597 dash-escaped text here.
15598
15599 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
15600
15601 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15602 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15603 parts, or application/octet-stream as a last resort.
15604 (gnus-mime-view-part-as-type): Don't toggle display.
15605 (gnus-mime-view-part-as-charset): Don't turn off display before
15606 querying charset.
15607
15608 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15609 stuff to undisplayer function in Emacs.
15610 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15611
15612 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15613 text/calendar parts.
15614
15615 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
15616
15617 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15618 decoding text/calendar parts.
15619
15620 * message.el (message-forward-make-body-mime): Always mark body as
15621 having no illegible text; remove signed-or-encrypted argument.
15622 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15623
15624 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15625 (mml-generate-mime-1): Don't encode body if it is specified to be in
15626 raw form; don't make buffer be unibyte when inserting multibyte string.
15627
15628 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15629
15630 * sha1.el: Fix up comment style.
15631 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15632 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15633
15634 * hex-util.el: Fix up comment style.
15635 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15636
15637 * gnus-salt.el: Use with-current-buffer.
15638 (gnus-pick-setup-message): Fix long-standing typo.
15639
15640 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
15641
15642 * imap.el (imap-logout-timeout): New variable.
15643 (imap-logout, imap-logout-wait): New functions.
15644 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15645
15646 * nnimap.el (nnimap-logout-timeout): New server variable.
15647 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15648 nnimap-logout-timeout.
15649
15650 * gnus-art.el (gnus-article-summary-command-nosave)
15651 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15652
15653 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
15654
15655 * gnus.el (gnus-maximum-newsgroup): New variable.
15656
15657 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15658 according to gnus-maximum-newsgroup.
15659
15660 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15661 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15662 Limit the range of articles according to gnus-maximum-newsgroup.
15663
15664 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
15665
15666 * gnus-art.el (gnus-sticky-article): Fix problems described in
15667 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
15668 Don't perform gnus-configure-windows here; reuse existing sticky
15669 article buffer.
15670
15671 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15672 it doesn't exist in gnus-article-mode.
15673
15674 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
15675
15676 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15677 (gnus-agent-decoded-group-name): New function.
15678 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15679 (gnus-agent-expire-group-1): Use it; decode group name in messages.
15680
15681 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
15682
15683 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15684 Add binding for gnus-sticky-article.
15685 (gnus-summary-exit): Don't kill sticky article buffers.
15686
15687 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15688 article buffer.
15689 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15690 (gnus-kill-sticky-article-buffers): New commands.
15691
15692 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
15693
15694 * nntp.el (nntp-xref-number-is-evil): New server variable.
15695 (nntp-find-group-and-number): If it is non-nil, don't trust article
15696 numbers in the Xref header.
15697
15698 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
15699
15700 * gnus-agent.el (gnus-agent-read-group): New function.
15701 (gnus-agent-flush-group, gnus-agent-expire-group)
15702 (gnus-agent-regenerate-group): Use it.
15703 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15704 nnmail-pathname-coding-system.
15705
15706 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
15707
15708 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15709
15710 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15711 that are unread as unread, and also as selected so that information of
15712 marks having been changed by a user may be updated when exiting group.
15713
15714 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
15715
15716 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15717
15718 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
15719
15720 * gnus-art.el (gnus-mime-display-single): Pass part number that is
15721 calculated ignoring signature parts to gnus-treat-article.
15722
15723 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
15724
15725 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15726 a point here in order to keep the window start.
15727 (gnus-insert-mime-security-button): Make a button overlay without the
15728 front stickiness.
15729 (gnus-mime-display-security): Goto the end of a button.
15730
15731 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15732
15733 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
15734
15735 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15736 group-name-at-point.
15737 (gnus-group-completing-read): New function that offers decoded
15738 non-ASCII group names for completion.
15739 (gnus-fetch-group, gnus-group-read-ephemeral-group)
15740 (gnus-group-jump-to-group, gnus-group-make-group-simple)
15741 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15742 (gnus-group-fetch-control): Use it.
15743 (gnus-fetch-group): Use group-name-at-point for the initial value
15744 rather than the default value; use gnus-alive-p.
15745
15746 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15747 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15748 (gnus-summary-post-news): Use gnus-group-completing-read.
15749
15750 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15751 (gnus-read-move-group-name): Decode group name for completion.
15752
15753 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
15754
15755 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15756 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15757 Yamaoka slightly modified the code).
15758
15759 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
15760
15761 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15762 (nnmail-split-incoming): Bind it.
15763
15764 * nnml.el (nnml-group-name-charset): New function.
15765 (nnml-decoded-group-name): Use it; don't decode group name if
15766 nnmail-group-names-not-encoded-p is non-nil.
15767 (nnml-encoded-group-name): New function.
15768 (nnml-group-pathname): Inline nnml-decoded-group-name.
15769 (nnml-request-expire-articles): Decode group name in message.
15770 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15771 nnmail-pathname-coding-system.
15772 (nnml-save-mail, nnml-active-number): Work with decoded group names and
15773 not decoded ones according to nnmail-group-names-not-encoded-p.
15774 (nnml-generate-active-info): Use nnml-encoded-group-name.
15775
15776 2007-08-08 Glenn Morris <rgm@gnu.org>
15777
15778 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15779 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15780 doc-strings and comments.
15781
15782 2007-07-25 Glenn Morris <rgm@gnu.org>
15783
15784 * Relicense all FSF files to GPLv3 or later.
15785
15786 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
15787
15788 * gnus-sum.el (gnus-summary-move-article):
15789 Make gnus-summary-respool-article work.
15790
15791 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
15792
15793 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15794 string.
15795
15796 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
15797
15798 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
15799 that should be ignored when comparing distant RSS articles with local
15800 ones.
15801 (nnrss-make-hash-index): New function. Create a hash index according
15802 to the ignored fields.
15803 (nnrss-check-group): Use it.
15804
15805 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
15806
15807 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15808
15809 * gnus-art.el (article-decode-group-name): Decode Xref header too.
15810
15811 * gnus-group.el (gnus-group-make-group): Encode group name here unless
15812 the new optional argument ENCODED is non-nil.
15813 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15814 coding system for encoding group name.
15815 (gnus-group-make-rss-group): Pass un-encoded group name to
15816 gnus-group-make-group.
15817 (gnus-group-set-info): Tell gnus-group-make-group that group name is
15818 encoded.
15819
15820 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15821 Encode group name to which articles are moved or copied.
15822 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15823 coding system for encoding Newsgroup, Followup-To and Xref headers.
15824
15825 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15826 marks; use nnheader-file-coding-system to write a file.
15827 (nnagent-retrieve-headers): Bind file-name-coding-system to
15828 nnmail-pathname-coding-system.
15829
15830 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15831
15832 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15833 (nnml-request-article, nnml-request-create-group)
15834 (nnml-request-rename-group, nnml-find-id)
15835 (nnml-possibly-change-directory, nnml-possibly-create-directory)
15836 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15837 (nnml-save-marks): Use nnml-group-pathname instead of
15838 nnmail-group-pathname.
15839
15840 (nnml-request-create-group, nnml-request-expire-articles)
15841 (nnml-request-move-article, nnml-request-delete-group)
15842 (nnml-deletable-article-p, nnml-possibly-create-directory)
15843 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15844 (nnml-open-marks): Bind file-name-coding-system to
15845 nnmail-pathname-coding-system.
15846
15847 (nnml-request-article): Pass server argument to nnml-find-group-number.
15848 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15849 Pass server argument to nnml-possibly-create-directory.
15850 (nnml-request-accept-article): Pass server argument to
15851 nnml-active-number and nnml-save-mail.
15852 (nnml-find-group-number): Pass server argument to nnml-find-id.
15853 (nnml-request-update-info): Pass server argument to
15854 nnml-marks-changed-p.
15855
15856 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15857 (nnml-save-mail, nnml-active-number): Add server argument.
15858
15859 (nnml-request-delete-group): Warn if group is missing.
15860 (nnml-get-nov-buffer): Decode group name.
15861 (nnml-generate-active-info): Encode group name.
15862 (nnml-open-marks): Decode group name in messages.
15863
15864 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
15865
15866 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15867 if it is not specified.
15868 (gnus-article-pipe-part, gnus-article-save-part)
15869 (gnus-article-interactively-view-part, gnus-article-copy-part)
15870 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15871 (gnus-article-inline-part, gnus-article-save-part-and-strip)
15872 (gnus-article-replace-part, gnus-article-delete-part)
15873 (gnus-article-view-part-as-type): Pass raw prefix argument to
15874 gnus-article-part-wrapper.
15875
15876 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
15877
15878 * gnus-agent.el (gnus-agent-save-active):
15879 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15880
15881 * gnus-cache.el (gnus-cache-save-buffers)
15882 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15883 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15884 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15885 (gnus-cache-braid-nov, gnus-cache-braid-heads)
15886 (gnus-cache-generate-active, gnus-cache-rename-group)
15887 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15888 (gnus-cache-update-overview-total-fetched-for):
15889 Bind file-name-coding-system to nnmail-pathname-coding-system.
15890 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15891 New variables.
15892 (gnus-cache-decoded-group-name): New function.
15893 (gnus-cache-file-name): Use it.
15894 (gnus-cache-generate-active): Use non-decoded group name for active.
15895
15896 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15897 right place.
15898 (gnus-write-active-file): Don't break non-ASCII group names.
15899
15900 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15901 nnmail-pathname-coding-system.
15902
15903 * gnus-uu.el (gnus-uu-decode-save): Typo.
15904
15905 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
15906
15907 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15908
15909 2007-07-14 David Kastrup <dak@gnu.org>
15910
15911 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15912 finishing actions if we did not edit the article.
15913
15914 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15915
15916 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15917 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15918 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15919 (gnus-agent-flush-group, gnus-agent-flush-cache)
15920 (gnus-agent-fetch-headers, gnus-agent-load-alist)
15921 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15922 (gnus-agent-retrieve-headers, gnus-agent-request-article)
15923 (gnus-agent-regenerate-group)
15924 (gnus-agent-update-files-total-fetched-for)
15925 (gnus-agent-update-view-total-fetched-for):
15926 Bind file-name-coding-system to nnmail-pathname-coding-system.
15927 (gnus-agent-group-pathname): Don't encode file names by
15928 nnmail-pathname-coding-system.
15929 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15930 coding-system-for-write instead of buffer-file-coding-system to
15931 gnus-agent-file-coding-system.
15932
15933 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15934 Decode group name.
15935
15936 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15937
15938 * gnus-start.el (gnus-update-active-hashtb-from-killed)
15939 (gnus-read-newsrc-el-file): Make group names unibyte.
15940
15941 * nnmail.el (nnmail-group-pathname): Don't encode file names by
15942 nnmail-pathname-coding-system.
15943
15944 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15945 (nnrss-request-delete-group): Bind file-name-coding-system to
15946 nnmail-pathname-coding-system.
15947 (nnrss-read-server-data, nnrss-read-group-data):
15948 Bind file-name-coding-system correctly.
15949 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15950
15951 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15952 (nntp-server-to-method-cache): New variable.
15953 (nntp-group-pathname): New function that decodes non-ASCII group names.
15954 (nntp-possibly-create-directory, nntp-marks-changed-p)
15955 (nntp-save-marks, nntp-open-marks): Use it.
15956 (nntp-possibly-create-directory, nntp-open-marks):
15957 Bind file-name-coding-system to nnmail-pathname-coding-system.
15958 (nntp-open-marks): Decode group names when bootstrapping marks.
15959
15960 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15961 Newsgroups and Followup-To headers.
15962
15963 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15964
15965 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15966 (gnus-server-closed-face, gnus-server-denied-face)
15967 (gnus-server-offline-face): Remove variable.
15968 (gnus-server-font-lock-keywords): Use faces that are not aliases.
15969
15970 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15971 of modifying message-stack directly for XEmacs.
15972
15973 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15974 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15975 if the coding-system argument is nil for XEmacs.
15976
15977 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15978 mm-charset-override-alist.
15979
15980 * rfc2047.el: Don't require base64; require rfc2045 for the function
15981 rfc2045-encode-string.
15982 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15983 to quote the parameter value.
15984
15985 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
15986
15987 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15988 form in gnus-group-name-charset-method-alist.
15989
15990 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15991 overrides the default layout edit-form.
15992
15993 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15994
15995 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15996
15997 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
15998
15999 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
16000 as unfetched articles.
16001
16002 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
16003
16004 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
16005
16006 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
16007
16008 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
16009 original back end that keeps marks in the local system.
16010
16011 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
16012
16013 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
16014 arg of pop-to-buffer for XEmacs.
16015 (gnus-article-read-summary-keys): Ditto; don't restore window
16016 configuration if summary command ends up with neither article buffer
16017 nor summary buffer; describe bindings if summary keys end with C-h.
16018
16019 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
16020
16021 * message.el (message-fix-before-sending): Skip raw message part to be
16022 forwarded while checking illegible text.
16023 (message-forward-make-body-mime, message-forward-make-body):
16024 Mark signed or encrypted raw message as having no illegible text.
16025
16026 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
16027
16028 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
16029 (gnus-message-with-timestamp-1): New macro.
16030 (gnus-message-with-timestamp): New function.
16031 (gnus-message): Use them.
16032
16033 * nnheader.el (nnheader-message): Use them.
16034
16035 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
16036
16037 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
16038 .newsrc.eld file.
16039
16040 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
16041
16042 * gnus-agent.el (gnus-agent-fetch-headers)
16043 (gnus-agent-retrieve-headers):
16044 Bind gnus-decode-encoded-address-function to identity.
16045
16046 * nntp.el (nntp-send-xover-command): Recognize an xover command is
16047 available also when the server returns simply a dot.
16048
16049 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
16050
16051 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
16052
16053 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
16054
16055 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
16056
16057 * gnus-ems.el (gnus-x-splash): Make it work.
16058
16059 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
16060 from being used.
16061
16062 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
16063
16064 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
16065 the front stickiness.
16066 (gnus-article-summary-command-nosave): Correct the order of the
16067 arguments passed to pop-to-buffer.
16068 (gnus-article-read-summary-keys): Ditto; make it work properly when the
16069 summary command ends up with the article buffer.
16070
16071 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
16072 the same faces.
16073
16074 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
16075
16076 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
16077
16078 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
16079
16080 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
16081 * gnus-sum.el (gnus-summary-highlight):
16082 * mail-source.el (mail-source-delete-old-incoming-confirm):
16083 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
16084
16085 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
16086
16087 * gnus-art.el (gnus-mime-view-part-externally)
16088 (gnus-mime-view-part-internally): Fix predicate function passed to
16089 completing-read.
16090
16091 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
16092
16093 * gnus.el (gnus-update-message-archive-method): Add :version.
16094
16095 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
16096
16097 * gnus.el (gnus-update-message-archive-method): New variable.
16098
16099 * gnus-start.el (gnus-setup-news): Update saved "archive" method
16100 according to gnus-message-archive-method if
16101 gnus-update-message-archive-method is non-nil.
16102
16103 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
16104
16105 * gnus-sum.el (gnus-summary-limit-to-address): New function.
16106 Suggested by Loic Dachary <loic@dachary.org>.
16107 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16108
16109 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
16110
16111 * message.el (message-pop-to-buffer): Add switch-function argument.
16112 (message-mail): Pass switch-function argument to it.
16113
16114 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
16115
16116 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
16117 Improve doc string.
16118
16119 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
16120
16121 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
16122 (gnus-header-content):
16123 * gnus-cite.el (gnus-cite-10):
16124 * gnus-srvr.el (gnus-server-closed):
16125 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
16126 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
16127 (gnus-group-mail-3-empty, gnus-group-mail-low)
16128 (gnus-group-mail-low-empty, gnus-splash):
16129 * message.el (message-header-to, message-header-cc)
16130 (message-header-subject, message-header-other, message-header-name)
16131 (message-header-xheader, message-separator, message-cited-text)
16132 (message-mml): Lighten colors of faces used for dark background.
16133
16134 2007-05-24 Simon Josefsson <simon@josefsson.org>
16135
16136 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
16137 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
16138
16139 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
16140
16141 * message.el (message-narrow-to-headers-or-head):
16142 Ignore mail-header-separator in the body.
16143
16144 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
16145
16146 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
16147 same as window size.
16148
16149 2007-05-22 Kevin Ryde <user42@zip.com.au>
16150
16151 * message.el (message-font-lock-keywords): Use message-header-xheader
16152 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
16153 ahead of the anything pattern, to get it recognized.
16154
16155 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
16156
16157 * gnus-sum.el (gnus-articles-to-read)
16158 (gnus-summary-insert-old-articles): Don't truncate group name for
16159 `read-string'.
16160
16161 * gnus-util.el (gnus-limit-string): Delete this function.
16162
16163 * gnus-sum.el (gnus-simplify-subject-fully):
16164 Use `truncate-string-to-width' instead.
16165
16166 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
16167
16168 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
16169 Tell if, on summary exit, the next group has to be selected.
16170 (gnus-summary-exit): Use it.
16171
16172 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
16173
16174 * gnus-art.el (gnus-article-mode): Fix comment about displaying
16175 non-break space.
16176
16177 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
16178
16179 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
16180 Check if group is not a directory.
16181 (nnfolder-request-expire-articles): Don't delete articles if the target
16182 group is not available.
16183
16184 * nnml.el (nnml-request-create-group): Properly check if group is not a
16185 file.
16186 (nnml-request-expire-articles): Don't delete articles if the target
16187 group is not available.
16188
16189 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16190 Don't quote characters that are within parentheses.
16191
16192 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
16193
16194 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
16195 (gnus-handle-ephemeral-exit): Select article according to it.
16196
16197 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
16198
16199 * message.el (message-insert-formated-citation-line): Remove newline.
16200 (message-citation-line-format): Add final \n here so that the user can
16201 avoid a blank line.
16202
16203 2007-05-03 Dan Christensen <jdc@uwo.ca>
16204
16205 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
16206 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
16207 Update lanl/arXiv support.
16208
16209 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
16210
16211 * gnus.el: Bump version number.
16212
16213 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16214
16215 * gnus.el (gnus-version-number): Bump version.
16216
16217 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
16218
16219 * gnus.el: No Gnus v0.6 is released.
16220
16221 2007-04-27 Didier Verna <didier@xemacs.org>
16222
16223 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16224 * gmm-utils.el (gmm-regexp-concat): ... here.
16225 * message.el: Don't require 'gnus-util.
16226 (message-dont-reply-to-names): Handle name change above.
16227 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16228
16229 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
16230
16231 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16232 since the initial value varies according to the system.
16233
16234 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
16235
16236 * mm-util.el (mm-charset-synonym-alist): Defcustom.
16237
16238 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
16239
16240 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
16241
16242 2007-04-24 Didier Verna <didier@xemacs.org>
16243
16244 Improve the type of gnus-ignored-from-addresses.
16245 * gnus-util.el (gnus-orify-regexp): New function.
16246 * message.el (gnus-util): Require it.
16247 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16248 * gnus-sum.el (gnus-ignored-from-addresses): New function.
16249 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16250
16251 2007-04-24 Didier Verna <didier@xemacs.org>
16252
16253 * gnus-sum.el:
16254 * gnus-utils.el: Fix some trailing whitespaces.
16255
16256 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
16257
16258 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16259 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16260 article's Message-ID; refer parent article in summary buffer.
16261
16262 * message.el (message-bounce): Call mime-to-mml.
16263
16264 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
16265
16266 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16267
16268 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
16269
16270 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16271 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16272 displayed of multipart/alternative part if it is invoked from summary
16273 buffer.
16274
16275 * mm-view.el (mm-inline-text-html-render-with-w3m)
16276 (mm-inline-text-html-render-with-w3m-standalone)
16277 (mm-inline-render-with-function): Use mail-parse-charset by default.
16278
16279 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
16280
16281 * parse-time.el (parse-time-string-chars): Check if CHAR
16282 is less than the length of parse-time-syntax.
16283
16284 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
16285
16286 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16287 from gnus-newsgroup-processable.
16288
16289 2007-04-16 Didier Verna <didier@xemacs.org>
16290
16291 * gnus-msg.el (gnus-configure-posting-styles):
16292 Handle message-signature-directory properly with :file syntax.
16293 Reported by "Leo".
16294
16295 2007-04-11 Didier Verna <didier@xemacs.org>
16296
16297 New user option: message-signature-directory.
16298 * gnus-msg.el (gnus-configure-posting-styles): Support it.
16299 * message.el (message-insert-signature): Ditto.
16300 * message.el (message-signature-file): Doc update.
16301 * message.el (message-signature-directory): New.
16302
16303 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
16304
16305 * gnus-msg.el (gnus-inews-yank-articles):
16306 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16307
16308 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
16309
16310 * message.el (message-yank-original): Make sure cited text ends with
16311 newline; don't exchange point and mark.
16312
16313 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
16314
16315 * tls.el (open-tls-stream): Properly handle case where there
16316 is no associated buffer.
16317
16318 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
16319
16320 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16321 message-yank-original, make sure (< mark TEXT point).
16322
16323 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
16324
16325 * message.el (message-fill-column): New variable.
16326 (message-mode): Use it. Add comment on a possible new hook.
16327
16328 * nnmail.el (nnmail-spool-file): Mark as obsolete.
16329 (nnmail-get-new-mail): Reformat.
16330
16331 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16332
16333 * gmm-utils.el: Fix Commentary.
16334 (gmm-tool-bar-from-list): Fix typo in doc string.
16335
16336 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
16337
16338 * message.el (message-yank-original): Don't switch point and mark
16339 unnecessarily to put point and mark as documented.
16340
16341 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16342
16343 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16344 from the message heads.
16345
16346 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
16347
16348 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16349 article buffer does not have a window. This may not be the best
16350 solution but is certainly better than setting the start of the null,
16351 that is the current, window.
16352
16353 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
16354
16355 * gnus-draft.el (gnus-draft-setup-hook): New hook.
16356 (gnus-draft-setup): Run it.
16357
16358 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16359 gnus-score-fast-scoring. Allow regexp.
16360 (gnus-score-headers): Use it.
16361
16362 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16363 XEmacs.
16364
16365 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16366 string.
16367 (gnus-button-alist): Also catch `<f1> k ...'.
16368 (gnus-treat-display-x-face): Fix doc string.
16369
16370 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16371
16372 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16373 evaluation of gnus-extended-version to ensure correct generation of the
16374 User-Agent header when message-generate-headers-first is used.
16375
16376 2007-03-24 Simon Josefsson <simon@josefsson.org>
16377
16378 * hashcash.el (hashcash-generate-payment-async): Don't crash if
16379 hashcash-path is nil. Don't call callback with incorrect number of
16380 parameters if val is 0.
16381
16382 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16383
16384 * message.el (message-required-news-headers):
16385 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16386
16387 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
16388
16389 * message.el (message-generate-new-buffers): Change the meaning of the
16390 nil value; add `standard' to the choices; treat t as `unique'; improve
16391 doc string.
16392 (gnus-select-frame-set-input-focus): Autoload.
16393 (message-buffer-name): Search for the existing message buffer if
16394 message-generate-new-buffers is nil or `standard'; treat the value t of
16395 message-generate-new-buffers as `unique'.
16396 (message-pop-to-buffer): Raise the frame already displaying the message
16397 buffer; clear the echo area after querying.
16398 (message-setup): Pass the `continue' argument to compose-mail.
16399 (message-mail): Prefer `switch-function' if it is given; search for the
16400 existing message buffer if the `continue' argument is non-nil; pass
16401 continue and switch-function arguments to compose-mail by way of
16402 message-setup.
16403 (message-mail-other-window): Adjust argument of message-setup.
16404 (message-mail-other-frame): Ditto.
16405
16406 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
16407
16408 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16409 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16410 to turn font-lock on when turning gnus-message-citation-mode on.
16411
16412 2007-03-06 Daiki Ueno <ueno@unixuser.org>
16413
16414 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16415 (mml-smime-function-alist): New variable; add epg as the backend.
16416 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16417 mml-smime- functions instead.
16418 * mm-view.el: Require smime.
16419
16420 2007-03-05 Didier Verna <didier@xemacs.org>
16421
16422 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16423 instead of just inheritance for posting styles.
16424 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16425
16426 2007-02-24 John Paul Wallington <jpw@pobox.com>
16427
16428 * tls.el (tls-certtool-program): Fix custom type.
16429
16430 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
16431
16432 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16433 and point-at-eol instead of line-(beginning|end)-position.
16434
16435 * assistant.el (assistant-parse-buffer): Ditto.
16436
16437 2007-02-28 Daiki Ueno <ueno@unixuser.org>
16438
16439 * mml2015.el (mml2015-epg-find-usable-key): New function.
16440 (mml2015-epg-sign): Use it.
16441 (mml2015-epg-encrypt): Use it.
16442
16443 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
16444
16445 * message.el (message-make-in-reply-to): Quote name containing
16446 non-ASCII characters. It will make the RFC2047 encoder cause an error
16447 if there are special characters. Reported by NAKAJI Hiroyuki
16448 <nakaji@jp.freebsd.org>.
16449
16450 2007-02-27 Didier Verna <didier@xemacs.org>
16451
16452 Include the group parameters as well as the topic ones in the
16453 inheritance filter process.
16454 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16455 argument GROUP-PARAMS-LIST.
16456 * gnus-topic.el (gnus-group-topic-parameters): Use it.
16457
16458 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
16459
16460 * nntp.el (nntp-never-echoes-commands)
16461 (nntp-open-connection-functions-never-echo-commands): New variables.
16462 (nntp-send-command): Use them.
16463
16464 2007-02-20 Daiki Ueno <ueno@unixuser.org>
16465
16466 * mml2015.el (mml2015-epg-verify): Simplify.
16467
16468 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
16469
16470 * mml.el (mml-content-disposition-alist): New user option.
16471 (mml-content-disposition): New function.
16472 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16473 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16474
16475 2007-02-19 Daiki Ueno <ueno@unixuser.org>
16476
16477 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16478 verification.
16479
16480 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16481
16482 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16483 articles posted in the last 24 hours.
16484
16485 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
16486
16487 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16488
16489 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
16490
16491 * nntp.el (nntp-send-command): Don't wait for echoes when
16492 nntp-open-ssl-stream is used.
16493
16494 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
16495
16496 * gnus-cite.el (gnus-test-font-lock-add-keywords)
16497 (gnus-message-add-citation-keywords)
16498 (gnus-message-remove-citation-keywords): Remove.
16499 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16500 directly, make the variables in font-lock-defaults buffer-local, add
16501 gnus-message-citation-keywords to them and then update the value of
16502 font-lock-keywords.
16503
16504 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
16505
16506 * message.el (message-cite-original-1): Don't call
16507 gnus-article-highlight-citation.
16508
16509 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16510 citations; fix line count.
16511
16512 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
16513
16514 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16515 (gnus-message-add-citation-keywords)
16516 (gnus-message-remove-citation-keywords): Use it; fix the emulating
16517 versions of font-lock-add-keywords and font-lock-remove-keywords to
16518 work with XEmacs correctly.
16519
16520 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
16521
16522 * gnus-cite.el (gnus-cite-face-list): Set the values of
16523 gnus-message-max-citation-depth and gnus-message-citation-keywords.
16524 (gnus-message-max-citation-depth): Use defvar rather than defconst.
16525 (gnus-message-cite-prefix-regexp): New variable.
16526 (gnus-message-search-citation-line): Use it; protect against long
16527 citation prefix; fill match data with nil rather than 0 for XEmacs; set
16528 the 0th match data for Emacs.
16529 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16530 (gnus-message-add-citation-keywords): Append keywords rather than
16531 prepending; emulate font-lock-add-keywords if it is not available.
16532 (gnus-message-remove-citation-keywords):
16533 Emulate font-lock-remove-keywords if it is not available.
16534
16535 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16536
16537 * message.el (message-cite-prefix-regexp): Set the value of
16538 gnus-message-cite-prefix-regexp.
16539
16540 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16541
16542 * nnweb.el (nnweb-google-parse-1): Update parser.
16543
16544 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
16545
16546 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16547
16548 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16549
16550 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16551 regexp.
16552
16553 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16554
16555 * uudecode.el (uudecode-string-to-multibyte): New function emulating
16556 string-to-multibyte.
16557 (uudecode-decode-region-internal): Use it.
16558
16559 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
16560
16561 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16562 Fix custom choice.
16563
16564 * gnus-art.el (gnus-signature-limit): Fix custom choice.
16565
16566 2007-01-22 Daiki Ueno <ueno@unixuser.org>
16567
16568 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16569
16570 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16571 `write-region' to respect `mm-inhibit-file-name-handlers'.
16572
16573 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
16574
16575 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16576 Use gnus-home-directory instead of "~/" or "$HOME".
16577
16578 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
16579
16580 * encrypt.el (encrypt-insert-file-contents): Add better prompt
16581 to mention filename.
16582 Add comments at beginning regarding usage.
16583 (encrypt-write-file-contents): Change interactive so a string is
16584 acceptable. If the file has no associated model, show an error instead
16585 of a nonsense prompt.
16586
16587 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16588
16589 * spam.el (spam-bsfilter-ham-switch): Fix typo.
16590 Thanks to Yoshihiko Yamada for kind notification of this typo.
16591
16592 2007-01-12 Kenichi Handa <handa@m17n.org>
16593
16594 * uudecode.el (uudecode-decode-region-internal): Make it work in a
16595 multibyte buffer.
16596
16597 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
16598
16599 * gnus-score.el (gnus-score-fast-scoring): New variable.
16600 (gnus-score-headers): Use it.
16601
16602 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16603
16604 * message.el (message-cite-original-1):
16605 Call gnus-article-highlight-citation if requested.
16606 (message-make-from): Allow name and address as optional arguments.
16607
16608 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16609
16610 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16611 bugs to doc string.
16612 (gnus-button-alist): Add mid\\|message-id.
16613 (gnus-button-fetch-group): Extend for use in
16614 `browse-url-browser-function'.
16615 (gnus-button-url-regexp): Try to catch paired parentheses like in
16616 Wikipedia URLs.
16617
16618 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16619 Suggested by Simon Krahnke <overlord@gmx.li>.
16620
16621 2007-01-13 Romain Francoise <romain@orebokech.com>
16622
16623 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16624 Update copyright.
16625
16626 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
16627
16628 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16629
16630 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
16631
16632 * gnus-registry.el (gnus-registry-unfollowed-groups)
16633 (gnus-registry-split-fancy-with-parent): Fix documentation.
16634
16635 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
16636
16637 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16638 from nnweb groups.
16639
16640 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
16641
16642 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16643 Xref urls. Erase buffer before requesting head.
16644
16645 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16646
16647 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
16648
16649 * gnus-soup.el (gnus-soup): New custom group. Make user variables
16650 customizable.
16651
16652 2007-01-05 Daiki Ueno <ueno@unixuser.org>
16653
16654 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16655 no signing key is found.
16656 (mml2015-epg-encrypt): Ask user whether to skip or abort if
16657 no encrypting and/or signing key is found.
16658
16659 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
16660
16661 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16662
16663 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16664
16665 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16666 headers read from disk with the ones newly found in the current search.
16667 This should no longer cause problems, because the article numbers in
16668 Gmane's `nov.php' output are ignored since the previous change.
16669
16670 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16671
16672 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16673
16674 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
16675
16676 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16677
16678 2007-01-01 Romain Francoise <romain@orebokech.com>
16679
16680 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16681
16682 2006-12-31 Steve Youngs <steve@sxemacs.org>
16683
16684 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16685 `define-minor-mode' macro definition expanded properly.
16686 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16687 exclude it there.
16688
16689 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16690 of 2006-12-30. The default is nil on (S)XEmacs already because of the
16691 `fboundp' test.
16692 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16693 This is OK to autoload in (S)XEmacs now.
16694
16695 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16696
16697 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16698 keystroke.
16699 (gnus-summary-limit-to-singletons): Fix typo.
16700
16701 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16702 else fails.
16703
16704 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16705
16706 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16707 docstring.
16708
16709 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16710 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16711 (gnus-summary-insert-dormant-articles): Fix typo in message.
16712
16713 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
16714
16715 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16716 nil for XEmacs.
16717 (gnus-message-citation-mode): Don't autoload in XEmacs.
16718
16719 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16720
16721 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
16722
16723 * nnimap.el (nnimap-expunge-search-string):
16724 Mention nnimap-search-uids-not-since-is-evil in docstring.
16725
16726 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
16727
16728 * spam.el: Revert to make-obsolete-variable because
16729 define-obsolete-variable-alias is not supported in Emacs 21.
16730
16731 * spam.el (spam-ifile-path, spam-ifile-database-path)
16732 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16733 make-obsolete-variable.
16734 (spam-bsfilter-path, spam-bsfilter-program)
16735 (spam-spamassassin-path, spam-spamassassin-program)
16736 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16737 Don't use "path" inappropriately.
16738 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16739 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16740 variable names.
16741
16742 2006-12-28 Daiki Ueno <ueno@unixuser.org>
16743
16744 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16745 summary buffer.
16746
16747 * password.el (password-cache-remove): Use clear-string to burn
16748 password, if available.
16749
16750 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
16751
16752 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16753
16754 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16755
16756 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16757 (gnus-message-highlight-citation): Move defcustom here from
16758 gnus-cite.el.
16759 (gnus-message-citation-mode): Autoload.
16760
16761 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
16762 checks to make it compile with XEmacs.
16763 (gnus-message-citation-mode): New minor mode.
16764 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16765 (gnus-message-highlight-citation): New variables.
16766 (gnus-message-search-citation-line)
16767 (gnus-message-add-citation-keywords)
16768 (gnus-message-remove-citation-keywords)
16769 (turn-on-gnus-message-citation-mode)
16770 (turn-off-gnus-message-citation-mode): New functions.
16771
16772 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
16773
16774 * gnus-cite.el: Enable highlighting of different citation levels in
16775 message-mode.
16776
16777 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
16778
16779 * message.el (message-make-fqdn): Fix comment.
16780 (message-bogus-system-names): Add ".local".
16781
16782 * spam.el (spam-ifile-path, spam-ifile-program)
16783 (spam-ifile-database-path, spam-ifile-database)
16784 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16785 Don't use "path" inappropriately.
16786 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16787 strings.
16788 (spam-check-ifile, spam-ifile-register-with-ifile)
16789 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16790 Use new variable names.
16791
16792 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16793 (gnus-treat-display-smileys): Simplify using
16794 gnus-image-type-available-p.
16795
16796 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16797 available.
16798
16799 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16800
16801 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16802 one after turning on the buffer's multibyteness instead of decoding
16803 them directly in the unibyte buffer that causes unexpected conversion
16804 in Emacs 23 (unicode).
16805
16806 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16807
16808 * message.el (message-generate-hashcash): Fix custom type.
16809
16810 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
16811
16812 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16813
16814 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
16815
16816 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16817 disconnect icons. Add help text.
16818
16819 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
16820
16821 * spam.el (spam-extra-header-to-number): CRM114 spam score is
16822 negated to be consistent with the others we handle.
16823
16824 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16825
16826 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16827 version of gnus-summary-buffer to something, so that we can use two
16828 article buffers at the same time.
16829
16830 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
16831
16832 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16833 trigger all the extra headers.
16834 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16835 sorting.
16836
16837 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16838
16839 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16840 solid groups.
16841
16842 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
16843
16844 * legacy-gnus-agent.el: Add Copyright notice.
16845
16846 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
16847
16848 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16849
16850 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16851
16852 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16853
16854 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16855 to make it work reliably in CVS Emacs.
16856 (gnus-summary-limit-strange-charsets-predicate)
16857 (gnus-summary-limit-to-predicate): New functions.
16858
16859 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
16860
16861 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16862 specifying array size.
16863 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16864 array if it is too small.
16865 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16866 (gnus-sort-threads-loop): New function.
16867
16868 2006-12-06 Chris Moore <dooglus@gmail.com>
16869
16870 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16871 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16872
16873 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
16874
16875 * mm-url.el (mm-url-predefined-programs): Call curl with correct
16876 options.
16877
16878 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16879
16880 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16881 DOS-ing the recipient.
16882
16883 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16884 the headers when creating the mapping to avoid mismappings.
16885 (nnweb-gmane-create-mapping): Always nix out old mapping.
16886
16887 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
16888
16889 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16890 and mm-verify-option to never.
16891
16892 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
16893
16894 * message.el (message-signed-or-encrypted-p): New function.
16895 (message-forward-make-body): Use it.
16896
16897 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16898 Replace encode-coding-string with mm-encode-coding-string.
16899
16900 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
16901
16902 * nneething.el (nneething-decode-file-name):
16903 Replace decode-coding-string with mm-decode-coding-string.
16904
16905 * gnus-int.el (gnus-open-server): Say failed server's name.
16906
16907 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
16908
16909 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16910 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16911
16912 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16913 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16914 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16915 (gnus-group-make-directory-group, gnus-group-transpose-groups):
16916 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16917 (gnus-subscribe-newsgroup, gnus-1):
16918 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16919 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16920 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16921 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16922
16923 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16924
16925 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16926 keystroke.
16927 (gnus-summary-limit-to-bodies): Implement headersp.
16928
16929 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16930
16931 * dns.el (query-dns): Protect against "Process dns deleted" strings.
16932
16933 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
16934
16935 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16936
16937 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16938
16939 * message.el (message-generate-hashcash): Expand range of values to
16940 include `opportunistic'.
16941 (message-send-mail): Use it.
16942
16943 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16944
16945 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16946 and comment it.
16947
16948 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16949
16950 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
16951
16952 * gnus-util.el (gnus-extract-address-components): Improve comment.
16953
16954 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
16955
16956 * gnus-util.el (gnus-extract-address-components): Work with address in
16957 which the name portion contains @.
16958
16959 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16960
16961 * gnus.el (gnus-start): Move custom group up.
16962 (gnus-select-method): Don't autoload, but make it available for
16963 `customize-variable'.
16964 (gnus-getenv-nntpserver): Don't autoload.
16965
16966 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
16967
16968 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16969
16970 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16971
16972 * message.el (message-sendmail-extra-arguments): New variable.
16973 (message-send-mail-with-sendmail): Use it.
16974
16975 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
16976
16977 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16978 mm-with-unibyte-current-buffer to make string unibyte.
16979
16980 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16981 mm-string-as-multibyte.
16982
16983 2006-11-14 Daiki Ueno <ueno@unixuser.org>
16984
16985 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16986 Reported by Werner Koch <wk@gnupg.org>.
16987
16988 2006-11-14 Daiki Ueno <ueno@p360>
16989
16990 * mml2015.el: Autoload epa-select-keys when compiling.
16991
16992 2006-11-13 Daiki Ueno <ueno@unixuser.org>
16993
16994 * mml2015.el (mml2015-epg-sign): Save the signing keys in
16995 message-options.
16996 (mml2015-epg-encrypt): Save the recipient keys in message-options.
16997
16998 2006-11-13 Daiki Ueno <ueno@unixuser.org>
16999
17000 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
17001 EasyPG (< 0.0.6).
17002 (mml2015-always-trust): New user option.
17003 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
17004 prompt.
17005
17006 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
17007
17008 * nntp.el (nntp-authinfo-force): New variable.
17009 (nntp-send-authinfo): Use it.
17010
17011 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
17012
17013 * message.el (message-strip-subject-encoded-words): Allow _not_ to
17014 decode encoded words. Improve prompt. Add comment about forwarding.
17015 (message-replacement-char): Move up.
17016
17017 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
17018
17019 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
17020 instead of gnus-intersection because arguments of gnus-sorted-nunion
17021 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
17022
17023 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
17024
17025 * message.el (message-strip-subject-encoded-words): Reformat prompt.
17026 (message-simplify-subject-functions):
17027 Enable message-strip-subject-encoded-words by default.
17028
17029 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
17030
17031 * message.el (message-strip-subject-encoded-words): New function.
17032 (message-simplify-subject-functions): New variable.
17033 (message-simplify-subject): Use it. Fix typo in doc string.
17034 Support message-strip-subject-encoded-words.
17035
17036 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
17037
17038 * gnus-diary.el (gnus-diary-delay-format-function):
17039 * nndiary.el (nndiary-reminders):
17040 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
17041
17042 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
17043
17044 * gnus-art.el (article-hide-boring-headers): Fetch date from
17045 gnus-original-article-buffer to avoid problems with localized date
17046 strings.
17047
17048 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
17049
17050 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
17051
17052 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
17053
17054 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17055 New variables.
17056 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17057 (mm-charset-synonym-alist): Move some entries to
17058 mm-codepage-iso-8859-list.
17059 (mm-charset-synonym-alist, mm-charset-override-alist):
17060 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17061
17062 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
17063
17064 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
17065
17066 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
17067
17068 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
17069 with Emacs 21 and XEmacs.
17070
17071 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
17072
17073 * spam.el (spam-parse-address): New function for better parsing,
17074 catching errors, etc.
17075 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
17076
17077 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
17078
17079 * mm-view.el: Add interactive arg to html2text autoload.
17080
17081 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
17082
17083 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
17084
17085 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
17086
17087 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17088 New variables.
17089 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17090 (mm-charset-synonym-alist): Move some entries to
17091 mm-codepage-iso-8859-list.
17092
17093 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
17094
17095 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
17096
17097 * message.el (message-citation-line-format)
17098 (message-insert-formated-citation-line): Fix implementation of %E, %N
17099 and %n according to the doc string.
17100
17101 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
17102
17103 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17104 Use car-safe to avoid bad parses.
17105
17106 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
17107
17108 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
17109 names.
17110
17111 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
17112
17113 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
17114
17115 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
17116 header.
17117
17118 * message.el (message-draft-headers): Add Date.
17119 (message-headers-to-generate): Fix typo in docstring.
17120
17121 * nndraft.el (nndraft-required-headers): New variable.
17122 (nndraft-generate-headers): Use it.
17123
17124 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
17125
17126 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
17127
17128 * gnus-registry.el (gnus-registry-wash-for-keywords)
17129 (gnus-registry-find-keywords): New functions to allow easy searching of
17130 articles that are in the registry.
17131
17132 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
17133
17134 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17135 Use ietf-drums-parse-address instead of gnus-extract-address-components.
17136 Reported by Damien Elmes <damien@repose.cx>.
17137
17138 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
17139
17140 * gnus.el (gnus-mime): Remove unused custom group.
17141
17142 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17143
17144 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
17145 "blank line" when searching for end of armor headers.
17146
17147 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
17148
17149 * gmm-utils.el (gmm-write-region): Fix variable name.
17150
17151 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
17152
17153 * gmm-utils.el (gmm-write-region): New function based on compatibility
17154 code from `mm-make-temp-file'.
17155
17156 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
17157
17158 * nnmaildir.el (nnmaildir--update-nov)
17159 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
17160 Use `gmm-write-region'.
17161
17162 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
17163
17164 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
17165 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17166
17167 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
17168
17169 * message.el (message-replacement-char): New variable.
17170 (message-fix-before-sending): Use it.
17171 (message-simplify-subject): New function to remove duplicate code.
17172 (message-reply, message-followup): Use it.
17173
17174 * gnus-sum.el (gnus-summary-make-menu-bar):
17175 Clarify gnus-summary-limit-to-articles.
17176
17177 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
17178
17179 * gnus-util.el (gnus-with-local-quit): New macro.
17180
17181 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
17182
17183 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
17184
17185 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
17186 ignore non-string data.
17187
17188 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
17189
17190 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
17191 non-string data (needs to be done in the registry too).
17192
17193 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17194
17195 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
17196 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
17197 (gnus-registry-split-fancy-with-parent)
17198 (gnus-registry-fetch-simplified-message-subject-fast)
17199 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17200 Remove text properties on ingress into the registry and when it's saved.
17201 (gnus-registry-clean-empty-function): Fix bug with cleaning the
17202 registry from entries with no groups.
17203
17204 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17205
17206 * gnus-util.el (gnus-string-remove-all-properties): Add utility
17207 function to remove string properties.
17208
17209 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
17210
17211 * gmm-utils.el (gmm): Adjust custom version.
17212
17213 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17214 Adjust custom version.
17215
17216 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17217
17218 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
17219
17220 * gnus-art.el (gnus-insert-prev-page-button)
17221 (gnus-insert-next-page-button): Simplify. Reformat.
17222
17223 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
17224
17225 * gnus-art.el (gnus-insert-prev-page-button)
17226 (gnus-insert-next-page-button): Apply gnus-article-button-face.
17227
17228 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
17229
17230 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17231
17232 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
17233
17234 * gnus-art.el (gnus-insert-mime-button)
17235 (gnus-insert-mime-security-button):
17236 Apply gnus-article-button-face to MIME and security buttons.
17237
17238 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
17239
17240 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17241 readable.
17242
17243 2006-09-20 Steve Youngs <steve@sxemacs.org>
17244
17245 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17246 `browse-url-of-file' instead of `browse-url'.
17247
17248 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17249
17250 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17251 regexp. Articles containing quotation were cut prematurely.
17252
17253 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
17254
17255 * message.el (message-cite-original-1): Use nobody by default for the
17256 value of From header.
17257 (message-reply): Ditto.
17258
17259 2006-09-11 Daiki Ueno <ueno@unixuser.org>
17260
17261 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17262 to the gnus-info. This fixes a bug of inline-PGP message verification.
17263 Reported by Michael Piotrowski <mxp@dynalabs.de>.
17264
17265 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
17266
17267 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17268 mails in the doc string. Add some URLs in comment.
17269 (pop3-movemail): Warn about pop3-leave-mail-on-server.
17270
17271 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
17272
17273 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17274 backslashes handling and the way to find boundaries of quoted strings.
17275
17276 2006-09-07 Daiki Ueno <ueno@unixuser.org>
17277
17278 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17279 mml1991-encrypt-to-self is set and mml1991-signers is not set.
17280 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17281 mml2015-encrypt-to-self is set and mml2015-signers is not set.
17282
17283 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
17284
17285 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
17286 doc string.
17287 (gnus-button-regexp, gnus-button-last): Remove unused variables.
17288
17289 2006-09-06 Simon Josefsson <jas@extundo.com>
17290
17291 * mml2015.el (mml2015-use): Doc fix, mention epg.
17292
17293 2006-09-06 Daiki Ueno <ueno@unixuser.org>
17294
17295 * mml2015.el (mml2015-use): Default to epg, if available.
17296
17297 2006-09-06 Daiki Ueno <ueno@unixuser.org>
17298
17299 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17300 message-sender.
17301 (mml1991-epg-encrypt): Ditto.
17302 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17303 message-sender.
17304 (mml2015-epg-encrypt): Ditto.
17305
17306 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
17307
17308 * message.el (message-send-mail-with-sendmail): Look for sendmail in
17309 several common directories.
17310
17311 2006-09-05 Daiki Ueno <ueno@unixuser.org>
17312
17313 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17314 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17315
17316 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
17317
17318 * gnus-art.el (article-decode-encoded-words): Make it fast.
17319
17320 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
17321
17322 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17323
17324 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17325 in quoted string into `\'.
17326
17327 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
17328
17329 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17330 Use standard-syntax-table.
17331
17332 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
17333
17334 * gnus-art.el (gnus-decode-address-function): New variable.
17335 (article-decode-encoded-words): Use it to decode headers which are
17336 assumed to contain addresses.
17337 (gnus-mime-delete-part): Remove useless `or'.
17338
17339 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17340 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17341 (gnus-nov-parse-line): Use it to decode From header.
17342 (gnus-get-newsgroup-headers): Ditto.
17343 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17344
17345 * mail-parse.el (mail-decode-encoded-address-region): New alias.
17346 (mail-decode-encoded-address-string): New alias.
17347
17348 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17349 New function.
17350 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17351 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17352 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17353 (rfc2047-decode-string): Ditto.
17354 (rfc2047-decode-address-region): New function.
17355 (rfc2047-decode-address-string): New function.
17356
17357 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
17358
17359 * message.el (message-caesar-buffer-body): Allow rotating headers.
17360
17361 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17362
17363 * message.el (message-insert-formated-citation-line): Fix %f.
17364 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17365
17366 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
17367
17368 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17369 (gnus-bookmark-mouse-available-p): New macro.
17370 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17371 (gnus-bookmark-bmenu-show-infos): Use it.
17372 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17373 (gnus-bookmark-bmenu-hide-infos): Ditto.
17374 (gnus-bookmark-remove-properties): New function.
17375 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17376 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17377 (gnus-bookmark-write-file): Bind coding-system-for-write.
17378 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17379 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17380 group before selecting it.
17381 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17382 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17383 quit-window if it is not available; use gnus-mouse-2 and bind it to
17384 gnus-bookmark-bmenu-select-by-mouse.
17385 (gnus-bookmark-show-details): Remove unused variable `details-list'.
17386 (gnus-bookmark-bmenu-select-by-mouse): New function.
17387
17388 2006-08-13 Romain Francoise <romain@orebokech.com>
17389
17390 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17391 space.
17392
17393 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
17394
17395 * compface.el (uncompface): Use binary rather than raw-text-unix.
17396
17397 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
17398
17399 * compface.el (uncompface): Make sure the eol conversion doesn't take
17400 place when communicating with the external programs.
17401 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17402
17403 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
17404
17405 * nnheader.el (nnheader-insert-head): Fix typo in comment.
17406
17407 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17408
17409 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17410 Make it more robust by parsing author and date independently.
17411
17412 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
17413
17414 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17415
17416 2006-07-28 Daiki Ueno <ueno@unixuser.org>
17417
17418 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17419 first matching secret key.
17420 (mml2015-epg-encrypt): Ditto.
17421
17422 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17423 first matching secret key.
17424 (mml1991-epg-encrypt): Ditto.
17425
17426 * mml2015.el (mml2015-encrypt-to-self): New user option.
17427 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17428 mml2015-epg-encrypt-to-self is set.
17429
17430 * mml1991.el (mml1991-encrypt-to-self): New variable.
17431 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17432 mml1991-epg-encrypt-to-self is set.
17433
17434 * mml2015.el (mml2015-signers): New user option.
17435 (mml2015-epg-sign): Reflect the value of mml2015-signers.
17436 (mml2015-epg-encrypt): Allow to select signing keys.
17437
17438 * mml1991.el (mml1991-signers): New variable.
17439 (mml1991-epg-sign): Reflect the value of mml1991-signers.
17440 (mml1991-epg-encrypt): Allow to select signing keys.
17441
17442 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
17443
17444 * nnheader.el (nnheader-insert-head): Make it work even if the file
17445 uses CRLF for the line-break code.
17446
17447 2006-07-25 Daiki Ueno <ueno@unixuser.org>
17448
17449 * mml2015.el: Require mml-sec instead of password.
17450 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17451 (mml2015-cache-passphrase): Inherit the default value from
17452 mml-secure-cache-passphrase.
17453 (mml2015-passphrase-cache-expiry): Inherit the default value from
17454 mml-secure-passphrase-cache-expiry.
17455
17456 * mml1991.el: Require mml-sec instead of password.
17457 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17458 (mml1991-cache-passphrase): Inherit the default value from
17459 mml-secure-cache-passphrase.
17460 (mml1991-passphrase-cache-expiry): Inherit the default value from
17461 mml-secure-passphrase-cache-expiry.
17462
17463 * mml-sec.el: Require password.
17464 (mml-secure-verbose): New user option.
17465 (mml-secure-cache-passphrase): New user option.
17466 (mml-secure-passphrase-cache-expiry): New user option.
17467
17468 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
17469 Andreas Vögele <andreas@altroot.de> (tiny change)
17470
17471 * pgg-def.el (pgg-truncate-key-identifier):
17472 Truncate the key ID to 8 letters from the end.
17473
17474 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17475
17476 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17477 workaround for the url package included with Emacs.
17478
17479 * nnweb.el (nnweb-google-create-mapping): Update regexp.
17480
17481 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
17482
17483 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17484 correctly. This fixes a bug caused by the 2006-05-12 change.
17485
17486 2006-07-18 Karl Fogel <kfogel@red-bean.com>
17487
17488 * nnmail.el (nnmail-article-group): If splitting raises an error, give
17489 some information about the error when saying that the `bogus' mail
17490 group will be used.
17491
17492 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
17493
17494 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17495 string.
17496
17497 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
17498
17499 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17500
17501 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17502
17503 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17504
17505 2006-07-10 Daiki Ueno <ueno@unixuser.org>
17506
17507 * mml1991.el (mml1991-function-alist): Add epg.
17508 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17509 (mml1991-epg-encrypt): New functions.
17510
17511 2006-07-10 Daiki Ueno <ueno@unixuser.org>
17512
17513 * mml2015.el (mml2015-verbose): New variable.
17514 (mml2015-cache-passphrase): Ditto.
17515 (mml2015-passphrase-cache-expiry): Ditto.
17516 (mml2015-function-alist): Add epg.
17517 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17518 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17519 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17520 New functions.
17521
17522 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17523
17524 * message.el (message-cite-original-1): Preserve region when removing
17525 quoted text due to X-No-Archive in order to avoid bogus attribution
17526 when citing multiple messages.
17527
17528 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17529
17530 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17531 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17532
17533 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
17534
17535 * gnus-diary.el (gnus-user-format-function-d)
17536 (gnus-user-format-function-D): Autoload.
17537
17538 * imap.el (Commentary): Fix typo.
17539
17540 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17541 2006-04-22 contribution.
17542
17543 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17544
17545 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17546 It didn't really fix the bogosity I'm seeing with solid web groups.
17547
17548 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17549
17550 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17551 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17552 created using server names. If we use the feature without declaring
17553 it, Gnus does not properly manage server and group state.
17554
17555 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17556 bound.
17557
17558 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17559
17560 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17561 looking up the method using GROUP's prefix before inventing a new one.
17562 It is used on killed/unknown groups in various places where returning
17563 an all-new method isn't expected by the caller.
17564
17565 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17566 and match semantics of gnus-group-real-prefix.
17567
17568 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
17569
17570 * nnmail.el (nnmail-broken-references-mailers): New variable.
17571 (nnmail-ignore-broken-references): New function generalizing
17572 nnmail-fix-eudora-headers.
17573 (nnmail-fix-eudora-headers): Now obsolete.
17574
17575 * gnus-art.el (gnus-button-handle-custom):
17576 Support `customize-apropos*'.
17577
17578 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17579
17580 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17581
17582 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17583 articles.
17584
17585 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
17586
17587 * message.el (message-cite-reply-above): New variable.
17588 (message-yank-original): Use it.
17589
17590 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
17591
17592 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17593
17594 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
17595
17596 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17597 as read.
17598
17599 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17600
17601 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
17602
17603 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17604 (gnus-bookmark-default-file): Use gnus-directory.
17605 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17606 Remove "*" in doc string.
17607 (gnus-bookmark-write-file): Simplify.
17608 (gnus-bookmark-maybe-sort-alist): Use `when'.
17609 (gnus-bookmark-get-bookmark): Fix typo in doc string.
17610 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17611 Add FIXME about Emacs 21 and XEmacs compatibility.
17612 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17613 compatibility.
17614 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17615 compatibility.
17616 (gnus-bookmark-menu-heading): Fix version.
17617
17618 2006-06-19 Bastien Guerry <bzg@altern.org>
17619
17620 * gnus-bookmark.el: New file.
17621
17622 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
17623
17624 * message.el (message-syntax-checks): Doc fix.
17625
17626 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17627
17628 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17629 unsubscribed groups as if they were killed ones. It causes duplicate
17630 entries in gnus-newsrc-alist.
17631
17632 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
17633
17634 * message.el (message-syntax-checks): Doc fix.
17635 (message-send-mail): Add check for continuation headers.
17636 (message-check-news-header-syntax): Fix regexp used to check for
17637 continuation headers.
17638
17639 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
17640
17641 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17642
17643 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
17644
17645 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17646
17647 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
17648
17649 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17650 default-truncate-lines.
17651
17652 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
17653
17654 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17655 to fill the utf-8 entry.
17656
17657 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17658
17659 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17660
17661 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
17662
17663 * gnus-agent.el (directory-files-and-attributes): Move all the way
17664 forward (the third and final move).
17665 (gnus-agent-read-agentview): Trap reconstruction errors due to
17666 nonexistent directory. Handle by returning nil.
17667
17668 2006-05-30 Didier Verna <didier@xemacs.org>
17669
17670 * message.el (message-dont-reply-to-names): Update the custom type.
17671 * message.el (message-dont-reply-to-names): New defsubst: potentially
17672 convert a list of regexps into a single one.
17673 * message.el (message-get-reply-headers): Use it.
17674 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17675
17676 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
17677
17678 * gnus-agent.el (directory-files-and-attributes): Move forward.
17679
17680 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
17681
17682 * gnus-ml.el (gnus-mailing-list-subscribe)
17683 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17684 (gnus-mailing-list-message): Fix doc strings.
17685
17686 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17687
17688 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17689 of doing it manually.
17690
17691 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
17692
17693 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17694 comment.
17695
17696 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
17697
17698 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17699 (gnus-agent-read-agentview): Fix handling of end-of-file error.
17700 (gnus-agent-read-local): All symbols allocated in my-obarray.
17701 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17702 (gnus-agent-regenerate-group): Check numeric names to see if they are
17703 messages or groups.
17704 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17705 better way of do this...)
17706
17707 * gnus-cache.el (gnus-agent-total-fetched-for):
17708 Ignore 'dummy.group' (there should be a better way of do this...)
17709
17710 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
17711
17712 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17713 (gnus-saved-headers): Ditto.
17714 (gnus-default-article-saver): Mention functions may have properties.
17715 (gnus-article-save): Override gnus-save-all-headers and
17716 gnus-saved-headers by :headers property which saver function may have.
17717 (gnus-summary-save-in-file): Add :headers property.
17718 (gnus-summary-write-to-file): Ditto.
17719
17720 * gnus-sum.el (gnus-summary-save-article): Bind
17721 gnus-prompt-before-saving to t when saving many articles in a file;
17722 always show all headers.
17723
17724 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
17725
17726 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17727 marks.
17728
17729 * message.el (message-indent-citation): Add optional arguments to allow
17730 using it outside of message buffers.
17731
17732 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17733 (gnus-article-treat-unfold-headers): Use it.
17734 (gnus-article-truncate-lines): New variable.
17735 (gnus-article-mode): Use it.
17736 (gnus-article-toggle-truncate-lines): New function.
17737
17738 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17739 Add gnus-article-toggle-truncate-lines.
17740
17741 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17742 coding system in XEmacs, use binary.
17743
17744 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
17745
17746 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17747 after-load-alist.
17748
17749 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17750 this function should save decoded articles.
17751 (gnus-summary-write-to-file): Use property to specify this function
17752 should save decoded articles and specify gnus-summary-save-in-file
17753 should be used to save articles other than the first one when saving
17754 many articles.
17755 (gnus-summary-save-body-in-file): Use property to specify this
17756 function should save decoded articles.
17757 (gnus-summary-write-body-to-file): Use property to specify this
17758 function should save decoded articles and specify
17759 gnus-summary-save-body-in-file should be used to save articles other
17760 than the first one when saving many articles.
17761
17762 * gnus-sum.el (gnus-summary-save-article): Simplify.
17763
17764 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
17765
17766 * gnus-art.el (gnus-default-article-saver):
17767 Add gnus-summary-write-body-to-file.
17768 (gnus-article-save-coding-system): Don't use coding system object
17769 in XEmacs.
17770 (gnus-read-save-file-name): Add optional `dir-var' argument which
17771 specifies directory in which files are saved; work even if optional
17772 `variable' argument is not specified.
17773 (gnus-summary-write-to-file): Read file name.
17774 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17775 (gnus-summary-write-body-to-file): New function.
17776
17777 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17778 (gnus-summary-local-variables): Add it.
17779 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17780 (gnus-summary-save-article): Remove optional `decode' argument;
17781 determine whether to decode articles by the value of
17782 gnus-default-article-saver; when saving many files using
17783 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17784 it first and use gnus-summary-save-in-file or
17785 gnus-summary-save-body-in-file thereafter unless
17786 gnus-prompt-before-saving is always; move point to article which
17787 will be saved.
17788 (gnus-summary-save-article-file): Revert.
17789 (gnus-summary-write-article-file): Revert.
17790 (gnus-summary-save-article-body-file): Revert.
17791 (gnus-summary-write-article-body-file): New function.
17792
17793 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
17794
17795 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17796
17797 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
17798
17799 * gnus-art.el (gnus-default-article-saver): Doc fix.
17800 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17801 from gnus-summary-save-article-coding-system, and default to a
17802 certain coding system.
17803 (gnus-output-to-file): Add coding cookie and encode text according
17804 to gnus-article-save-coding-system; don't use mm-append-to-file.
17805
17806 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17807 gnus-art.el and rename to gnus-article-save-coding-system.
17808 (gnus-summary-save-article): Require gnus-art; don't show all
17809 headers if it decodes articles; don't add coding cookie here;
17810 don't bind mm-text-coding-system-for-write.
17811 (gnus-summary-save-article-file): Save decoded articles.
17812 (gnus-summary-write-article-file): When saving many files, use
17813 gnus-summary-write-to-file first and gnus-summary-save-in-file
17814 thereafter unless gnus-prompt-before-saving is always.
17815 (gnus-summary-save-article-body-file): Save decoded articles.
17816
17817 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17818
17819 * nnrss.el (nnrss-check-group): Bind hash-index.
17820
17821 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
17822
17823 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17824 its hash index. Store this hash in `nnrss-group-data'.
17825 (nnrss-read-group-data): Update accordingly.
17826
17827 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17828
17829 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17830 entry.
17831
17832 * gnus-sum.el (gnus-summary-make-menu-bar):
17833 Add gnus-article-browse-html-article.
17834
17835 2006-05-23 Hynek Schlawack <hynek@ularx.de>
17836
17837 * gnus-sum.el (gnus-summary-mime-map):
17838 Add gnus-article-browse-html-article.
17839
17840 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17841
17842 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17843 suitable coding systems in customize.
17844
17845 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
17846
17847 * mail-source.el (mail-sources): Fix custom type.
17848
17849 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
17850
17851 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17852 (gnus-summary-expire-articles-now): Shorten prompt.
17853
17854 * gmm-utils.el (wid-edit): Require.
17855 (defun-gmm): Rename from `gmm-defun-compat'.
17856 (gmm-image-search-load-path): Use it.
17857 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
17858
17859 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
17860
17861 * gnus-sum.el (gnus-summary-save-article-coding-system):
17862 New variable.
17863 (gnus-summary-save-article): Add optional `decode' argument.
17864 If it is set and gnus-summary-save-article-coding-system is non-nil,
17865 save decoded article.
17866 (gnus-summary-write-article-file): Save decoded article if
17867 gnus-summary-save-article-coding-system is non-nil.
17868
17869 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17870 type.
17871
17872 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
17873
17874 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17875
17876 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
17877
17878 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17879 first to test gnus-single-article-buffer which may be buffer-local.
17880
17881 * gnus-sum.el (gnus-summary-setup-buffer):
17882 Make gnus-single-article-buffer buffer-local and nil in ephemeral
17883 group; make gnus-article-buffer, gnus-article-current, and
17884 gnus-original-article-buffer always buffer-local.
17885 (gnus-summary-exit): Kill article buffer belonging to ephemeral
17886 group.
17887 (gnus-handle-ephemeral-exit): Don't move to next summary line.
17888
17889 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
17890
17891 * nnml.el (nnml-request-compact-group): Compressed files might not
17892 have .gz extension.
17893
17894 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
17895
17896 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17897 (mm-copy-to-buffer): Use with-current-buffer.
17898 (mm-display-part): Simplify.
17899 (mm-inlinable-p): Add optional arg `type'.
17900
17901 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17902
17903 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17904 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17905 Try harder to show the attachment internally or externally using
17906 gnus-mime-view-part-as-type.
17907
17908 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
17909
17910 * message.el (message-from-style, message-signature-separator)
17911 (message-user-organization-file, message-send-mail-function)
17912 (message-citation-line-function, message-yank-prefix)
17913 (message-indent-citation-function, message-signature)
17914 (message-signature-file, message-signature-insert-empty-line):
17915 Remove autoloads.
17916
17917 * gnus-art.el (gnus-buttonized-mime-types):
17918 Remove "multipart/signed". Revert 2006-04-26 change.
17919
17920 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17921
17922 * gnus.el (gnus-version-number): Bump version.
17923
17924 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17925
17926 * gnus.el: No Gnus v0.5 is released.
17927
17928 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17929
17930 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17931 fetching articles by message-id.
17932
17933 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17934
17935 * message.el (hashcash): Require hashcash as normal.
17936
17937 * ecomplete.el (ecomplete-highlight-match-line):
17938 Use point-at-eol.
17939 (ecomplete-highlight-match-line): Use `highlight', because that
17940 face exists in both Emacs and XEmacs.
17941
17942 * message.el (message-display-abbrev): Use point-at-bol.
17943
17944 * mail-source.el: Don't require timer/timer-funcs.
17945
17946 * gnus-async.el: Ditto.
17947
17948 * password.el: Ditto.
17949
17950 * mm-url.el: Ditto.
17951
17952 * mm-util.el: Require timer/timer-funcs.
17953
17954 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17955
17956 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17957 Close.
17958
17959 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
17960
17961 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17962 unibyte after clear-decrypt function runs.
17963
17964 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17965 returns as a unibyte string.
17966
17967 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
17968
17969 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17970 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17971 (mml1991-pgg-encrypt): Ditto.
17972
17973 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
17974
17975 * message.el (message-user-organization-file): Check several
17976 locations of the organization file.
17977
17978 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17979 Add gnus-article-view-part-as-type.
17980
17981 * gnus-art.el (gnus-article-view-part-as-type): New function.
17982
17983 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17984 .mobi and .travel. Remove .nato, .bitnet and .uucp.
17985
17986 * mml.el: Simplify autoload.
17987 (mml-mode): defvar dnd-protocol-alist instead of using
17988 symbol-value.
17989 (mml-default-directory): New variable.
17990 (mml-minibuffer-read-file): Use it.
17991 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17992
17993 * message.el (message-citation-line-format): New variable.
17994 (message-insert-formated-citation-line): New function.
17995 (message-citation-line-function):
17996 Add `message-insert-formated-citation-line' to custom type.
17997
17998 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17999 to doc string.
18000
18001 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
18002 depending on mm-verify-option.
18003
18004 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
18005
18006 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
18007 binding pgg-* variables; reimplement the section which prevents
18008 MIME header from being signed.
18009 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
18010 pgg-text-mode; remove a blank line at the top of body.
18011
18012 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
18013 lines at the top of body; use gnus-newsgroup-charset if there's no
18014 Charset header.
18015
18016 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
18017
18018 * message.el (message-self-insert-commands): Doc fix.
18019
18020 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
18021 (mm-uu-pgp-encrypted-test): Ditto.
18022 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
18023 between header and body; return application/pgp-encrypted handle
18024 if decryption failed; decode decrypted body by charset.
18025
18026 * mm-decode.el (mm-automatic-display): Don't make application/pgp
18027 element match to application/pgp-*.
18028
18029 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18030
18031 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
18032 HTML.
18033
18034 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18035
18036 * mail-source.el (mail-source-call-script): Message the error
18037 string.
18038
18039 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
18040
18041 * gnus-util.el (gnus-byte-compile): Use it.
18042
18043 2006-04-22 xyblor <fake@invalid.email> (tiny change)
18044
18045 * gnus-util.el (kill-empty-logs): New function.
18046
18047 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
18048
18049 * message.el (message-mail-alias-type): Doc fix.
18050 (message-mail-alias-type-p): New function.
18051 (message-send): Use it.
18052 (message-mode): Ditto.
18053 (message-strip-forbidden-properties): Ditto.
18054
18055 * ecomplete.el (ecomplete-database-file-coding-system):
18056 New variable.
18057 (ecomplete-save): Use it.
18058 (ecomplete-setup): Use it.
18059
18060 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
18061
18062 * message.el (message-self-insert-commands): New variable.
18063 (message-strip-forbidden-properties): Use it.
18064
18065 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
18066
18067 * message.el (message-put-addresses-in-ecomplete): Use a regexp
18068 that doesn't make XEmacs choke.
18069
18070 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
18071
18072 * gnus-util.el (gnus-replace-in-string):
18073 Prefer replace-regexp-in-string over of replace-in-string.
18074
18075 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
18076
18077 * gnus-util.el (gnus-select-frame-set-input-focus):
18078 Use select-frame-set-input-focus if it is available in XEmacs; use
18079 definition defined in Emacs 22 for old Emacsen.
18080
18081 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
18082
18083 * mm-view.el (mm-inline-text): Use equal instead of equalp.
18084
18085 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
18086
18087 * gnus-registry.el (gnus-registry-cache-save): Remove text
18088 properties when saving via the temp buffer.
18089
18090 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
18091
18092 * message.el (message-generate-hashcash): Honor custom type.
18093
18094 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18095
18096 * message.el (message-generate-hashcash): Default to non-nil when
18097 hashcash is found.
18098
18099 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
18100 (gnus-refer-thread-limit): Increase default to 500.
18101
18102 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
18103
18104 * flow-fill.el (fill-flowed): Allow delete-space.
18105
18106 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
18107
18108 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18109 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
18110 Remove autoloads.
18111
18112 2006-04-18 Simon Josefsson <jas@extundo.com>
18113
18114 * message.el (message-generate-hashcash): Default to.
18115
18116 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
18117
18118 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18119 concatenating segments rather than before concatenating them.
18120
18121 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
18122
18123 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
18124
18125 * imap.el (imap-quote-specials): New function.
18126 (imap-login-auth): Quote specials.
18127
18128 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18129
18130 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
18131
18132 * message.el (message-forward-make-body-plain):
18133 Allow message-forward-ignored-headers to be a list.
18134 (message-remove-ignored-headers): Factor out into function.
18135 (message-forward-make-body-mml): Use it.
18136 * rfc2231.el (rfc2231-parse-string): Remove dead code.
18137 (rfc2231-parse-string): Allow concatanation of parameters that
18138 aren't contiguous. The test case is
18139 (mail-header-parse-content-type "message/external-body;
18140 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
18141 access-type=LOCAL-FILE;
18142 name*1*=plugh%2fhello-sailor%2fbing.pdf")
18143
18144 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
18145
18146 * nntp.el (nntp-accept-process-output): Return the value of
18147 `nnheader-accept-process-output'.
18148
18149 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18150
18151 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
18152 (gnus-button-alist): Recognize more diff formats.
18153 (gnus-button-patch): Strip directory.
18154
18155 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
18156
18157 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
18158 Emacs 22 when setting focus.
18159
18160 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18161
18162 * gnus-art.el (gnus-article-treat-types): Do treatment of
18163 text/x-verbatim parts.
18164 (gnus-button-patch): New command.
18165
18166 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18167 addresses that contain invalid characters.
18168
18169 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18170
18171 * message.el (message-put-addresses-in-ecomplete):
18172 Use gnus-replace-in-string.
18173 (message-is-yours-p): Use the more correct
18174 mail-header-parse-address instead of
18175 mail-extract-address-components.
18176 (message-put-addresses-in-ecomplete): Fix typo.
18177
18178 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18179 keystroke.
18180
18181 * gnus-art.el (gnus-treatment-function-alist): Change order of
18182 newsgroups/generic header folding to avoid double-folding.
18183
18184 * message.el (message-hidden-headers): Add X-Draft-From.
18185
18186 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18187 New command.
18188 (gnus-summary-repeat-search-article-backward): New command.
18189
18190 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18191 groups in the parent topic.
18192
18193 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
18194
18195 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18196 (spam-extra-header-to-number): Return the CRM114 number as a
18197 number instead of a string.
18198
18199 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18200
18201 * gnus-art.el (gnus-face-properties-alist): Move here from
18202 gnus-fun.
18203
18204 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18205
18206 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18207
18208 * message.el (message-strip-forbidden-properties): Only display on
18209 self-insert-command.
18210
18211 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18212 reindent.
18213 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18214
18215 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
18216
18217 * smiley.el (smiley-style): Fix typo.
18218
18219 2006-03-23 Kenichi Handa <handa@m17n.org>
18220
18221 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18222 instead of set-buffer-multibyte.
18223
18224 2006-03-23 Kenichi Handa <handa@m17n.org>
18225
18226 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18227 buffer and then decode the buffer text if necessary.
18228 (rfc2231-encode-string): Be sure to work on multibyte buffer at
18229 first, and after mm-encode-body, change the buffer to unibyte.
18230
18231 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18232
18233 * hashcash.el (hashcash-insert-payment-async-2):
18234 Use message-goto-eoh instead of doing it manually.
18235 (mail-add-payment): Use message-narrow-to-header instead of trying
18236 to do the same itself.
18237
18238 * message.el (message-hidden-headers): Add Face.
18239
18240 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18241 reparenting code.
18242 (gnus-summary-reparent-children): Refactored out code.
18243 (gnus-summary-thread-map): New keystroke.
18244 (gnus-summary-reparent-children): Make into command.
18245
18246 * smiley.el (smiley-style): Default to `medium' if using a large
18247 font.
18248
18249 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18250 does it itself.
18251
18252 * message.el (message-point-in-header-p): Simplify definition.
18253
18254 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18255
18256 * nnagent.el (nnagent-request-set-mark): Silence log file
18257 writing.
18258 (nnagent-request-set-mark): Use write-region instead of
18259 append-to-file.
18260
18261 * gnus-sum.el (gnus-read-header): Fudge article number if using a
18262 strange select method.
18263
18264 * ecomplete.el (ecomplete-display-matches): Get highlightling
18265 right.
18266 (ecomplete-display-matches): Use literals.
18267 (ecomplete-display-matches): Disable message logging.
18268
18269 * message.el (message-display-abbrev): Small optimization.
18270
18271 * ecomplete.el (ecomplete-display-matches): Allow automatic
18272 display.
18273
18274 * message.el (message-strip-forbidden-properties):
18275 Display abbrevs.
18276 (message-display-abbrev): Get automatic display right.
18277
18278 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18279 keystrokes.
18280
18281 2006-04-13 Romain Francoise <romain@orebokech.com>
18282
18283 TODO: Backport to v5-10!
18284
18285 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18286 Move here (and rename) from gnus-registry.el.
18287
18288 * gnus-registry.el: Require gnus-util.
18289 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18290
18291 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18292
18293 * gnus-group.el (gnus-group-catchup-current):
18294 Change if-then-else-if-then-else into cond.
18295 (gnus-group-catchup): Indent.
18296 (group-name-at-point): New function.
18297 (gnus-fetch-group): Provide default from thing at point.
18298
18299 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18300
18301 * message.el (message-display-abbrev): Fix regexp.
18302
18303 * ecomplete.el (ecomplete-highlight-match-line):
18304 Reimplement choosing.
18305 (ecomplete-highlight-match-line): Fix up code rewrite, remove
18306 dead variables.
18307
18308 * message.el (message-newline-and-indent): Remove debugging.
18309 (message-display-abbrev): Use new implementation.
18310
18311 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
18312
18313 * gnus-art.el (gnus-article-mode):
18314 Set cursor-in-non-selected-windows to nil.
18315
18316 * smiley.el: Revert previous change.
18317 (smiley-data-directory): defvar it before using it in the
18318 defcustom of `smiley-style'.
18319
18320 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18321
18322 * message.el (message-newline-and-indent): New function.
18323
18324 * ecomplete.el: Implement more bits.
18325
18326 * message.el (message-put-addresses-in-ecomplete): Clean up the
18327 string.
18328
18329 * ecomplete.el (ecomplete-add-item): Chop off decimals.
18330
18331 * gnus-sum.el (gnus-summary-save-parts):
18332 Bind gnus-summary-save-parts-counter and use it to make unique file
18333 names.
18334
18335 * gnus-art.el (gnus-ignored-headers): Add some more headers.
18336
18337 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18338 parameter to say whether to actually parse the individual
18339 addresses.
18340
18341 * message.el (message-put-addresses-in-ecomplete): New function.
18342 (ecomplete): Require.
18343 (message-mail-alias-type): Add ecomplete as an option.
18344
18345 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
18346
18347 * flow-fill.el (fill-flowed): Remove trailing space from blank
18348 quoted lines.
18349
18350 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18351
18352 * smiley.el (smiley-style): Move definition later to avoid a
18353 compilation warning.
18354
18355 2006-04-12 Kenichi Handa <handa@m17n.org>
18356
18357 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18358 buffer and then decode the buffer text if necessary.
18359 (rfc2231-encode-string): Be sure to work on multibyte buffer at
18360 first, and after mm-encode-body, change the buffer to unibyte.
18361 Use mm-disable-multibyte instead of set-buffer-multibyte.
18362
18363 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
18364
18365 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18366 Content-Type header instead of Content-Disposition header.
18367 (gnus-mime-inline-part): Ditto.
18368 (gnus-mime-view-part-as-charset): Ignore charset that the part
18369 specifies.
18370
18371 * mm-decode.el (mm-display-part): Work with external parts and
18372 usual parts similarly.
18373
18374 * mm-extern.el (mm-inline-external-body): Use mm-display-part
18375 instead of gnus-display-mime.
18376
18377 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18378 instead of with-temp-buffer.
18379
18380 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18381 tag to summarized topics part in order to encode non-ASCII text.
18382
18383 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
18384
18385 * smiley.el (smiley-style): New variable.
18386 (smiley-directory): New function.
18387 (smiley-data-directory): Derive from `smiley-style' using
18388 `smiley-directory'.
18389 (smiley-regexp-alist): Add new entries.
18390
18391 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18392 (gnus-article-browse-delete-temp): Add :version.
18393
18394 2006-04-11 Arne Jørgensen <arne@arnested.dk>
18395
18396 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18397 the sieve region.
18398
18399 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18400
18401 * gnus.el (gnus-version-number): Bump version.
18402
18403 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
18404
18405 * gnus.el: No Gnus v0.4 is released.
18406
18407 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18408
18409 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18410 layout.
18411
18412 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18413 unknown charset.
18414
18415 * message.el (message-header-synonyms): Add Original-To to the
18416 default.
18417
18418 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18419 optional parameter.
18420
18421 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
18422
18423 * gnus-fun.el (gnus): Require it for gnus-directory.
18424
18425 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
18426
18427 * gnus-fun.el (gnus-face-properties-alist): Add :version.
18428
18429 2006-04-05 Daiki Ueno <ueno@unixuser.org>
18430
18431 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18432
18433 2006-04-05 Simon Josefsson <jas@extundo.com>
18434
18435 * password.el (password-reset): New function.
18436
18437 2006-04-05 Daiki Ueno <ueno@unixuser.org>
18438
18439 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18440 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18441
18442 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18443
18444 * nnweb.el (nnweb-google-create-mapping): Update regexp.
18445 Some whitespace was matched into the url, which broke browsing hits
18446 > 100 when mm-url-use-external was nil.
18447
18448 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
18449
18450 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18451 Check gnus-extra-headers for 'Newsgroups.
18452
18453 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18454 bound.
18455
18456 2006-04-04 Daiki Ueno <ueno@unixuser.org>
18457
18458 * pgg-gpg.el: Clean up process buffers every time gpg processes
18459 complete.
18460
18461 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
18462
18463 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18464 doc string.
18465
18466 2006-04-03 Daiki Ueno <ueno@unixuser.org>
18467
18468 * pgg-gpg.el (pgg-gpg-process-filter)
18469 (pgg-gpg-wait-for-completion): Check if buffer is alive.
18470
18471 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18472 lines, temporary fix.
18473
18474 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
18475
18476 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18477
18478 2006-03-29 Daiki Ueno <ueno@unixuser.org>
18479
18480 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18481 default-enable-multibyte-characters. This reverts the change from
18482 revision 6.17 which is no longer necessary because the passphrase
18483 is sent separately now. GnuPG messages are unreadable under
18484 multibyte locales with default-enable-multibyte-characters set to
18485 nil.
18486
18487 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
18488
18489 * message.el (message-tool-bar-gnome): Move "spell".
18490
18491 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
18492
18493 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18494 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
18495 instead.
18496
18497 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
18498
18499 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18500 Improve newsgroups handling for NNTP overviews which don't include
18501 Newsgroups.
18502
18503 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18504
18505 * message.el (message-resend): Bind message-generate-hashcash to nil.
18506
18507 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18508
18509 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18510 when searching for already-paid recipients.
18511
18512 2006-03-27 Daiki Ueno <ueno@unixuser.org>
18513
18514 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18515 passphrases when it is not needed.
18516 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18517 passphrase stuff from gpg, should only be necessary when you use
18518 gpg with a smartcard.
18519
18520 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
18521
18522 * mml.el (mml-insert-mime): Ignore cached contents of
18523 message/external-body part.
18524
18525 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18526 (mm-insert-part): Ditto.
18527
18528 2006-03-23 Simon Josefsson <jas@extundo.com>
18529
18530 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18531 Reiner.
18532 (pgg-gpg-use-agent-p): Use it again.
18533
18534 2006-03-23 Simon Josefsson <jas@extundo.com>
18535
18536 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18537 older emacsen.
18538 (pgg-gpg-use-agent-p): Don't use it.
18539
18540 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
18541
18542 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18543 if we can.
18544
18545 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
18546
18547 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18548 (pgg-gpg-update-agent): New function.
18549 (pgg-gpg-use-agent-p): New function.
18550 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18551 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18552 (pgg-gpg-sign-region): Use it.
18553
18554 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
18555
18556 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18557 Reported by Ralf Wachinger <rwachinger@gmx.de>.
18558
18559 2006-03-21 Simon Josefsson <jas@extundo.com>
18560
18561 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18562 <wilde@sha-bang.de>.
18563 (pgg-gpg-use-agent): New variable.
18564 (pgg-gpg-process-region): Use it.
18565 (pgg-gpg-encrypt-region): Likewise.
18566 (pgg-gpg-encrypt-symmetric-region): Likewise.
18567 (pgg-gpg-decrypt-region): Likewise.
18568 (pgg-gpg-sign-region): Likewise.
18569 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18570
18571 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
18572
18573 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18574
18575 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18576 Add comment on version.
18577
18578 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
18579
18580 * smiley.el: Add missing test smiley.
18581
18582 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
18583
18584 * mm-decode.el (mm-with-part): New macro.
18585 (mm-get-part): Use it; work with message/external-body as well.
18586 (mm-save-part): Treat name and filename equally.
18587
18588 * mm-extern.el (mm-extern-cache-contents): New function.
18589 (mm-inline-external-body): Use it; force the part to be displayed;
18590 move undisplayer added to the cached handle to the parent.
18591
18592 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18593 (gnus-mime-view-part-as-type): Work with message/external-body.
18594
18595 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18596
18597 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
18598
18599 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18600 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
18601 Emacs.]
18602
18603 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
18604
18605 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18606 path rather than symbol. Always return list of directories.
18607 Guarantee that image directory comes first. [Sync with image.el,
18608 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
18609
18610 * message.el (message-make-tool-bar): Adjust to new API of
18611 `gmm-image-load-path-for-library'.
18612
18613 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18614
18615 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18616
18617 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18618
18619 * gnus-art.el (gnus-article-only-boring-p):
18620 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18621 intangible text.
18622 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18623
18624 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
18625
18626 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18627 Use `defun' instead of `gmm-defun-compat'.
18628
18629 2006-03-14 Simon Josefsson <jas@extundo.com>
18630
18631 * message.el (message-unique-id): Don't use message-number-base36
18632 if (user-uid) is a float.
18633 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18634
18635 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
18636
18637 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18638
18639 * gnus-art.el (gnus-mime-display-single): Make sure there is an
18640 empty line between a part and a message part.
18641
18642 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
18643
18644 * smiley.el: Add more test smileys.
18645 (smiley-data-directory, smiley-regexp-alist)
18646 (gnus-smiley-file-types): Fix doc strings.
18647 (smiley-update-cache): Clear smiley-cached-regexp-alist before
18648 adding new elements.
18649 (smiley-mouse-map): Unused code. Make it a comment.
18650
18651 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
18652
18653 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18654 scan latest NoCeM messages instead of old ones.
18655 (gnus-nocem-check-article): Fix regexps so as to match to PGP
18656 delimiters that are recently used.
18657 (gnus-nocem-load-cache): Add autoload cookie.
18658
18659 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18660
18661 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18662 level which is larger than gnus-use-nocem is specified.
18663
18664 * gnus-group.el (gnus-group-get-new-news): Ditto.
18665
18666 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
18667
18668 * gnus-util.el (gnus-tool-bar-update): New function.
18669
18670 * gnus-group.el (gnus-group-update-tool-bar): New variable.
18671 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18672
18673 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18674
18675 * gnus-group.el (gnus-group-redraw-when-idle)
18676 (gnus-group-redraw-check): Remove.
18677 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18678
18679 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
18680
18681 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18682 if optional last element is specified in splits (FIELD VALUE...).
18683
18684 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
18685
18686 * message.el (message-make-tool-bar): Rename gmm-image-load-path
18687 to gmm-image-load-path-for-library. Call with no-error argument.
18688 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18689
18690 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18691
18692 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18693
18694 * gmm-utils.el (gmm-image-load-path): Remove alias.
18695
18696 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
18697
18698 * gmm-utils.el (gmm-image-load-path): Add alias.
18699
18700 * nnml.el (nnml-generate-nov-databases-directory): Rename from
18701 nnml-generate-nov-databases-1.
18702 (nnml-generate-nov-databases): Use it.
18703 (nnml-generate-nov-databases-directory): Document no-active
18704 argument.
18705
18706 * gmm-utils.el (gmm-image-load-path-for-library): Return single
18707 directory if path is t. Add no-error.
18708
18709 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18710 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18711
18712 * gnus-art.el (gnus-article-browse-delete-temp-files):
18713 Simplify resetting gnus-article-browse-html-temp-list.
18714
18715 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18716 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
18717 Add example to docstring. Rename local variables. Move error
18718 checks to default case in cond and simplify.
18719
18720 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
18721
18722 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18723 handle is multipart when calling it recursively.
18724 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18725
18726 2006-03-03 Daniel Pittman <daniel@rimspace.net>
18727
18728 * nnimap.el (nnimap-request-update-info-internal): Optimize.
18729 Don't `gnus-uncompress-range' to avoid excessive memory usage.
18730
18731 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
18732
18733 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18734 is loaded.
18735
18736 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18737 loaded.
18738
18739 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
18740
18741 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18742 to "Emacs 23 (unicode)" in doc string.
18743
18744 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18745 "Emacs 23 (unicode)" in comment.
18746
18747 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
18748
18749 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18750
18751 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18752 characters 160 through 255 in Emacs 23.
18753
18754 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
18755
18756 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18757 gnus-article-browse-html-temp.
18758 (gnus-article-browse-delete-temp): Make it customizable.
18759 Add `file'. Adjust doc string.
18760 (gnus-article-browse-delete-temp-files): Add argument.
18761 Allow query for each file. Adjust doc string.
18762 (gnus-article-browse-html-parts):
18763 Add `gnus-article-browse-delete-temp-files' to
18764 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18765
18766 2006-03-02 Hynek Schlawack <hynek@ularx.de>
18767
18768 * gnus-art.el (gnus-article-browse-html-temp)
18769 (gnus-article-browse-delete-temp): New variables.
18770 (gnus-article-browse-delete-temp-files): New function.
18771 (gnus-article-browse-html-parts): Use it.
18772
18773 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
18774
18775 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18776
18777 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18778 string.
18779
18780 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18781 gnus-summary-insert-new-articles when unplugged.
18782 Remove gnus-summary-search-article-forward.
18783
18784 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18785 display-visual-class instead of display-color-cells.
18786
18787 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
18788
18789 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18790 message/* containing non-ASCII text properly.
18791
18792 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
18793
18794 * message.el: Require gmm-utils, remove autoloads.
18795 (message-tool-bar): Set default based on
18796 gmm-tool-bar-style.
18797 (message-tool-bar-gnome): Add gmm-customize-mode.
18798
18799 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18800 gmm-tool-bar-style.
18801 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18802
18803 * gnus-group.el (gnus-group-tool-bar): Set default based on
18804 gmm-tool-bar-style.
18805 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18806
18807 * gmm-utils.el (gmm-image-directory): Rename variable from
18808 gmm-image-load-path.
18809 (gmm-image-load-path): Use gmm-image-directory.
18810 (gmm-customize-mode): New function.
18811 (gmm-tool-bar-style): New variable.
18812
18813 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18814 gnus-group-redraw-line-number.
18815 (gnus-group-redraw-check): Simplify.
18816 (gnus-group-tool-bar-update): Remove redraw check.
18817 (gnus-group-make-tool-bar): Add redraw check.
18818
18819 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
18820
18821 * gnus-art.el (gnus-button): Add missing parentheses.
18822
18823 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
18824
18825 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18826
18827 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
18828
18829 * gnus-art.el (gnus-button): New face.
18830 (gnus-article-button-face): Use it.
18831
18832 * gnus-sum.el (gnus-summary-tool-bar-gnome):
18833 Add gnus-summary-next-page. Re-order.
18834
18835 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18836 next-node are now included.
18837 (gnus-group-redraw-line-number): New internal variable.
18838 (gnus-group-redraw-check): Helper function for updating the tool
18839 bar.
18840 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18841
18842 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18843
18844 * spam.el (spam-spamassassin-score-regexp): New internal variable.
18845 (spam-extra-header-to-number, spam-check-spamassassin-headers):
18846 Use it to match format of Spamassassin 3.0 and later.
18847 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18848 (spam-check-bogofilter)
18849 (spam-bogofilter-register-with-bogofilter): Fix args of
18850 `gnus-error' calls.
18851
18852 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
18853
18854 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18855 unnecessary interaction when sending queued mails.
18856 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18857
18858 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
18859
18860 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18861 first or last are nil.
18862
18863 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18864
18865 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18866
18867 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
18868
18869 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18870
18871 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
18872
18873 * dns.el (query-dns): Protect more against buggy tcp output.
18874
18875 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
18876
18877 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18878 nov.php.
18879
18880 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18881
18882 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18883 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18884 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
18885 output on the server side.
18886 (nnweb-google-create-mapping): Update regexps and add some
18887 progress indication.
18888
18889 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
18890
18891 * gnus-group.el (gnus-group-tool-bar-gnome):
18892 Fix gnus-agent-toggle-plugged. Re-order icons.
18893 (gnus-group-tool-bar-gnome):
18894 Add gnus-group-{prev,next}-unread-group.
18895 (gnus-group-tool-bar-gnome): Re-order icons.
18896
18897 * gnus-sum.el (gnus-summary-tool-bar-gnome):
18898 Move gnus-summary-insert-new-articles.
18899
18900 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18901 Fix comments.
18902
18903 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
18904 also available in Emacs 21.3.
18905
18906 * message.el (message-fix-before-sending): Change "Emacs 22" to
18907 "Emacs 23 (unicode)" in comment.
18908
18909 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18910 "Emacs 23 (unicode)" in comment.
18911
18912 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18913 comment.
18914 (mm-coding-system-p): Add comment about no-MULE XEmacs.
18915
18916 * mm-view.el (mm-fill-flowed): Add :version.
18917
18918 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
18919
18920 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18921 and load-path.
18922
18923 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
18924
18925 * message.el: Autoload gmm-image-load-path.
18926 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18927 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
18928 consitency.
18929
18930 * gmm-utils.el (gmm-image-load-path): Also search in
18931 "../etc/images". Don't set gmm-image-load-path if we don't find
18932 the image.
18933
18934 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
18935
18936 * gmm-utils.el (gmm-image-load-path): Don't make
18937 `gmm-image-load-path' include subdirectories which the second arg
18938 `image' might specify.
18939
18940 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18941 subdirectory to icon file names.
18942
18943 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18944
18945 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
18946
18947 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18948 gmm-image-load-path calls.
18949
18950 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18951
18952 * message.el (message-make-tool-bar): Ditto.
18953
18954 * mml.el (mml-preview): Add comment concerning tool bar icons.
18955
18956 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18957 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18958
18959 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18960 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18961
18962 * message.el (message-tool-bar-gnome): Use new icon names.
18963 (message-make-tool-bar): Use `gmm-image-load-path'.
18964
18965 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18966 New functions from MH-E.
18967 (gmm-image-load-path): New variable from MH-E.
18968 (gmm-image-load-path): New function from MH-E. Add arguments
18969 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
18970 *-image-load-path-called-flag.
18971
18972 2006-02-21 Milan Zamazal <pdm@brailcom.org>
18973
18974 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18975
18976 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
18977
18978 * nnimap.el (nnimap-request-move-article): Change folder back to
18979 source group before deleting.
18980
18981 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
18982
18983 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18984
18985 * gnus-art.el (mm-url-insert-file-contents-external):
18986 Autoload mm-url.
18987
18988 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18989
18990 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
18991
18992 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18993 coding system which mm-charset-to-coding-system returns for a
18994 given charset is valid.
18995
18996 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
18997
18998 * html2text.el (html2text-remove-tag-list):
18999 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
19000
19001 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
19002
19003 * gnus-cus.el: Revert 2005-10-17 change.
19004
19005 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
19006
19007 * gnus-art.el (article-strip-banner):
19008 Call article-really-strip-banner only when the regexp match is made.
19009
19010 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
19011
19012 * gnus-art.el (article-strip-banner):
19013 Use gnus-extract-address-components instead of
19014 mail-header-parse-addresses to make it work with non-ASCII text;
19015 remove mail-encode-encoded-word-string.
19016
19017 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
19018 values which are surrounded with \"...\"; make it never cause a
19019 Lisp error; give up parsing of parameters if it failed in
19020 extracting type.
19021
19022 2006-02-14 Arne Jørgensen <arne@arnested.dk>
19023
19024 * smime.el (smime-cert-by-ldap-1): Fix bug where
19025 `smime-ldap-search' returns results without userCertificates.
19026
19027 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
19028
19029 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
19030
19031 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
19032
19033 * spam.el (spam-check-spamassassin-headers): Adapt format for
19034 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
19035 <ari@mbf.ocn.ne.jp>.
19036 (spam-list-of-processors): Add spam-use-gmane.
19037
19038 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
19039
19040 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
19041 make-temp-file; make it work with XEmacs as well.
19042
19043 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
19044 mm-make-temp-file.
19045
19046 * mm-decode.el (mm-display-external): Use the 3rd arg of
19047 mm-make-temp-file.
19048 (mm-create-image-xemacs): Ditto.
19049
19050 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
19051
19052 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
19053 with message-narrow-to-headers.
19054 (gnus-draft-setup): Narrow to header to run message-fetch-field.
19055 (gnus-draft-check-draft-articles): New function.
19056 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
19057
19058 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
19059
19060 * gnus-art.el (gnus-article-browse-html-parts):
19061 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
19062 Don't use suffix argument for mm-make-temp-file for Emacs 21
19063 compatibility. Remove useless `format'.
19064
19065 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
19066
19067 * nnweb.el (nnweb-google-wash-article): Update regexps.
19068 (nnweb-group-alist): Use defvoo instead of defvar.
19069
19070 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
19071
19072 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
19073 re-loading nn* modules.
19074
19075 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
19076
19077 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
19078 for `tool-bar-mode' and don't check it's default-value.
19079
19080 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19081
19082 * message.el (message-make-tool-bar): Ditto.
19083
19084 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
19085 `substring'. Shorten tmp-file name.
19086
19087 * gnus.el: Remove bogus comment.
19088
19089 2006-02-10 Hynek Schlawack <hynek@ularx.de>
19090
19091 * gnus-art.el (gnus-article-browse-html-parts): New function.
19092 (gnus-article-browse-html-article): New function for viewing html
19093 articles with a browser.
19094
19095 2006-02-09 Daiki Ueno <ueno@unixuser.org>
19096
19097 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
19098 (mml2015-pgg-encrypt): Ditto.
19099
19100 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
19101 (mml1991-pgg-encrypt): Ditto.
19102
19103 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
19104
19105 * nnfolder.el (nnfolder-insert-newsgroup-line):
19106 Use message-make-date instead of current-time-string.
19107
19108 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
19109 to gnus-decoded which mm-uu might set.
19110
19111 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
19112
19113 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
19114 don't decode quoted parameters; remove misimported Emacs code.
19115 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19116 (rfc2231-decode-encoded-string): Don't use split-string which
19117 behaves differently according to Emacs version; use
19118 mm-decode-coding-region to convert charset to coding-system.
19119 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19120 (rfc2231-encode-string): Remove misimported Emacs code.
19121
19122 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
19123
19124 * gnus-art.el (article-decode-charset): Don't use ignore-errors
19125 when calling mail-header-parse-content-type.
19126 (article-de-quoted-unreadable): Ditto.
19127 (article-de-base64-unreadable): Ditto.
19128 (article-wash-html): Ditto.
19129
19130 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
19131 calling mail-header-parse-content-type and
19132 mail-header-parse-content-disposition.
19133 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
19134 mail-header-parse-content-type.
19135
19136 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
19137 insert charset and format parameters; encode description after
19138 inserting it to buffer.
19139 (mml-insert-parameter): Fold lines properly even if a parameter is
19140 segmented into two or more lines; change the max column to 76.
19141
19142 * rfc1843.el (rfc1843-decode-article-body): Don't use
19143 ignore-errors when calling mail-header-parse-content-type.
19144
19145 * rfc2231.el (rfc2231-parse-string): Return at least type if
19146 possible; don't cause an error even if it fails in parsing of
19147 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19148 (rfc2231-encode-string): Don't break lines at the beginning, leave
19149 it to mml-insert-parameter.
19150
19151 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19152 calling mail-header-parse-content-type.
19153
19154 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
19155
19156 * spam-report.el (spam-report-gmane-use-article-number):
19157 Improve doc string.
19158 (spam-report-gmane-internal): Check if a suitable header was found
19159 in the article.
19160
19161 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
19162
19163 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19164 (rfc2231-encode-string): Make param*=value always begin with LWSP.
19165
19166 2006-02-05 Romain Francoise <romain@orebokech.com>
19167
19168 Update copyright notices of all files in the gnus directory.
19169
19170 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
19171
19172 * nnweb.el (nnweb-request-group): Avoid growing overview files.
19173
19174 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
19175
19176 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19177 segmented lines of parameter value to cope with Thunderbird 1.5
19178 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19179 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19180 (rfc2231-encode-string): Don't make lines exceeding 76 column.
19181
19182 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
19183
19184 * mml.el (mml-generate-mime-1): Correct the order of inline signed
19185 parts.
19186
19187 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
19188
19189 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19190 there's only one active file for all servers.
19191 (nnweb-request-scan): Make sure nnweb-articles is initialized on
19192 solid groups. Gnus might have used a FAST request to select the group.
19193 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19194 and nnweb-search redundantly in the active file.
19195 (nnweb-request-list): Don't list bogus groups. There can only be one.
19196 (nnweb-request-create-group): Don't use ARGS.
19197 (nnweb-possibly-change-server, nnweb-request-group): Remove some
19198 initializations. Let nnoo do the work.
19199
19200 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
19201
19202 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19203 Say the part has been decoded.
19204
19205 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19206
19207 2006-01-31 Kevin Ryde <user42@zip.com.au>
19208
19209 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19210 mailcap-viewer-test-cache when there's no 'test clause, since that
19211 will invert the meaning of a "nil" test previously determined by
19212 mailcap-mailcap-entry-passes-test.
19213
19214 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
19215
19216 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19217 compiling.
19218
19219 * gnus-sum.el: Ditto.
19220
19221 * message.el: Don't bind tool-bar-map when compiling.
19222
19223 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
19224
19225 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19226
19227 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
19228
19229 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19230 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19231 current Google Groups.
19232
19233 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
19234
19235 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19236 and tool-bar-mode.
19237
19238 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19239 and tool-bar-mode.
19240
19241 * message.el (message-tool-bar-update): Simplify.
19242 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19243
19244 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19245 gnus-summary-buffer.
19246 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19247 gnus-summary-reply.
19248
19249 * gmm-utils.el (gmm): Add :version.
19250
19251 2006-01-26 Steve Youngs <steve@sxemacs.org>
19252
19253 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19254 Don't autoload.
19255
19256 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
19257
19258 * gmm-utils.el (gmm-verbose): Add :group.
19259
19260 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
19261
19262 * message.el: Change some comments WRT tool-bars.
19263
19264 * gnus-sum.el (gnus-summary-tool-bar)
19265 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19266 (gnus-summary-tool-bar-zap-list): New variables.
19267 (gnus-summary-make-tool-bar): Complete rewrite using
19268 `gmm-tool-bar-from-list'.
19269
19270 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19271 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19272 New variables.
19273 (gnus-group-make-tool-bar): Complete rewrite using
19274 `gmm-tool-bar-from-list'.
19275 (gnus-group-tool-bar-update): New function.
19276
19277 * message.el (message-mode-field-menu): Add "Show hidden Headers".
19278
19279 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
19280
19281 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19282 is dissected into a single part of which the type is the same as
19283 the given one; decode charset.
19284
19285 2006-01-21 Kevin Ryde <user42@zip.com.au>
19286
19287 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19288 into alists as symbol not string, since that's what
19289 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19290 look for.
19291
19292 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
19293
19294 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19295 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19296
19297 * message.el (message-tool-bar-gnome): Use gmm-ignore.
19298
19299 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
19300
19301 * gnus-art.el (gnus-mime-security-button-commands): New variable.
19302 (gnus-mime-security-button-menu): New definition.
19303 (gnus-mime-security-button-map): Use them.
19304 (gnus-mime-security-button-menu): New function.
19305 (gnus-insert-mime-security-button): Addition to help echo.
19306 (gnus-mime-security-run-function, gnus-mime-security-save-part)
19307 (gnus-mime-security-pipe-part): New functions.
19308
19309 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19310 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19311
19312 * mm-decode.el (mm-handle-set-disposition): Remove.
19313 (mm-handle-set-description): Remove.
19314
19315 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
19316
19317 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19318 (mm-w3m-standalone-supports-m17n-p): New function.
19319 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19320 w3m usage.
19321
19322 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19323 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19324
19325 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
19326
19327 * message.el (message-tool-bar-zap-list):
19328 Use gmm-tool-bar-zap-list as custom type.
19329 (message-tool-bar-update): New function.
19330 (message-tool-bar, message-tool-bar-gnome)
19331 (message-tool-bar-retro): Add message-tool-bar-update.
19332 (message-tool-bar-gnome): Add flyspell-buffer.
19333
19334 * gnus-util.el (gnus-error): Describe `args'.
19335
19336 * gmm-utils.el (gmm-error): Describe `args'.
19337 (gmm-tool-bar-zap-list): New widget.
19338 (gmm-tool-bar-from-list): Improve description of `zap-list'.
19339
19340 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
19341
19342 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19343 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19344 the number of recursive calls.
19345
19346 * mm-decode.el (mm-handle-set-disposition): New macro.
19347 (mm-handle-set-description): New macro.
19348
19349 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
19350
19351 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19352 encoding.
19353
19354 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
19355
19356 * message.el (message-tool-bar-zap-list, message-tool-bar)
19357 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19358 (message-tool-bar-local-item-from-menu): Remove.
19359 (message-tool-bar-map): Replace by `message-make-tool-bar'.
19360 (message-make-tool-bar): New function.
19361 (message-mode): Use `message-make-tool-bar'.
19362
19363 * gmm-utils.el: New file.
19364 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19365 (gmm-lazy): New widget copied from `nnmail.el'.
19366 (gmm-tool-bar-from-list): New function for creating customizable
19367 tool bars.
19368 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
19369 output.
19370 (gmm): Add :prefix to defgroup.
19371
19372 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
19373
19374 * gmm-utils.el (gmm-widget-p): New function.
19375
19376 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
19377
19378 * mml.el (mml-attach-file): Describe `description' in doc string.
19379 (mml-menu): Add Emacs MIME manual and PGG manual.
19380
19381 2006-01-20 Richard M. Stallman <rms@gnu.org>
19382
19383 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19384
19385 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
19386
19387 * nntp.el (nntp-end-of-line): Doc fix.
19388
19389 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
19390
19391 * imap.el (imap-open): Handle case where buffer is a buffer
19392 object.
19393
19394 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
19395
19396 * gnus-delay.el (gnus-delay): Don't autoload.
19397 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19398 to be re-loaded when customizing the `gnus-delay' group.
19399
19400 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
19401
19402 * message.el (message-insert-citation-line): Use newlines.
19403
19404 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
19405
19406 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19407
19408 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19409
19410 2006-01-19 Mark D. Baushke <mdb@gnu.org>
19411
19412 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19413
19414 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
19415
19416 * mm-decode.el (mm-inlined-types): Add application/pgp.
19417 (mm-automatic-display): Ditto.
19418
19419 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19420 part as text.
19421
19422 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
19423
19424 * nnrss.el: Update copyright.
19425 (nnrss-opml-import): Query whether to subscribe to each entry.
19426
19427 * gnus-art.el:
19428 * gnus-sum.el:
19429 * mm-uu.el:
19430 * mm-view.el: Update copyright.
19431
19432 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
19433
19434 * message.el (message-info): New function.
19435 (message-mode-menu): Add it.
19436 Update copyright.
19437
19438 * ChangeLog: Fix and update copyright.
19439
19440 2006-01-13 Romain Francoise <romain@orebokech.com>
19441
19442 * message.el (message-forward-subject-name-subject): Prefer the
19443 address to 'nowhere' if the sender has no name.
19444 Fix typo. Update copyright year.
19445
19446 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
19447
19448 * gnus-art.el (article-wash-html):
19449 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19450 (gnus-article-wash-html-with-w3m-standalone): New function.
19451
19452 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19453 mm-inline-text-html-render-with-w3m-standalone.
19454 (mm-text-html-washer-alist): Map w3m-standalone to
19455 gnus-article-wash-html-with-w3m-standalone.
19456 (mm-inline-text-html-render-with-w3m-standalone): New function.
19457
19458 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
19459
19460 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19461 Improve LaTeX.
19462
19463 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
19464
19465 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19466 (nnrss-request-article): Render text/plain parts as HTML.
19467
19468 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19469 the buffer.
19470
19471 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
19472
19473 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19474 custom definition of `gnus-posting-styles'.
19475
19476 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19477 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19478
19479 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
19480
19481 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19482 Use nntp for bug archive.
19483
19484 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
19485
19486 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19487 parts.
19488 (nnrss-normalize-date): New function converts ISO 8601 date into
19489 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
19490 (nnrss-check-group): Use it.
19491
19492 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
19493
19494 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19495
19496 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19497 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
19498 (nnrss-insert-w3): Ditto.
19499
19500 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
19501
19502 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19503 the articles to be forwarded including the case where neither a
19504 number of articles nor a region is specified.
19505
19506 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
19507
19508 * nnrss.el (nnrss-request-article): Fix last change; fill
19509 text/plain parts.
19510
19511 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
19512
19513 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19514 in text/plain part.
19515 (nnrss-check-group): Don't add excessive newline to dc:subject.
19516
19517 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
19518
19519 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19520 article.
19521
19522 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
19523
19524 * nnml.el: Don't require gnus-bcklg. Autoload it.
19525 (nnml-use-compressed-files, nnml-save-mail): Support other
19526 comression programs such as bzip2.
19527
19528 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19529
19530 * dns.el (query-dns): Make sure we check the buffer size before
19531 removing tcp headers.
19532
19533 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
19534
19535 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19536 remove MIME buttons associated with multipart/alternative parts.
19537 (gnus-mime-display-alternative): Tag buttons using `article-type'
19538 text property.
19539
19540 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19541 associated with multipart/alternative parts.
19542
19543 * gnus-art.el (gnus-signature-separator): Fix custom type.
19544
19545 * mm-decode.el (mm-inlined-types): Fix custom type.
19546 (mm-keep-viewer-alive-types): Ditto.
19547 (mm-automatic-display): Ditto.
19548 (mm-attachment-override-types): Ditto.
19549 (mm-inline-override-types): Ditto.
19550 (mm-automatic-external-display): Ditto.
19551
19552 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
19553
19554 * spam-report.el (spam-report-user-mail-address)
19555 (spam-report-user-agent): New variables.
19556 (spam-report-url-ping-plain): Use spam-report-user-agent.
19557
19558 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
19559
19560 * gnus-art.el (gnus-button-handle-custom): Do not just use
19561 `customize-apropos' for any "M-x customize-*" button but the
19562 function called for. Accept both the function name and its
19563 argument in order to achieve this.
19564 (gnus-button-alist): Remove support for "custom:" URL's.
19565 Pass function name to `gnus-button-handle-custom' in case of "M-x
19566 customize-*" buttons.
19567
19568 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
19569
19570 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19571 multipart/alternative and add xref to mm-discouraged-alternatives
19572 in doc string.
19573
19574 * mm-decode.el (mm-discouraged-alternatives): Add xref to
19575 gnus-buttonized-mime-types in doc string.
19576
19577 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
19578
19579 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19580 Suggest image/.* in the doc string.
19581
19582 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
19583
19584 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19585 message-marks (Debian bug#342521).
19586
19587 2005-12-12 Simon Josefsson <jas@extundo.com>
19588
19589 * password.el (password-read-from-cache): Add.
19590 (password-read): Use it.
19591
19592 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
19593
19594 * rfc2047.el (rfc2047-charset-to-coding-system):
19595 Recognize us-ascii as a MIME charset.
19596
19597 * mm-bodies.el (mm-decode-content-transfer-encoding):
19598 Protect against the case where the 2nd arg TYPE is nil.
19599
19600 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
19601
19602 * pop3.el (pop3-stream-type): Fix custom version.
19603
19604 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19605
19606 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19607
19608 * mm-decode.el (mm-display-external): Add missing cdr.
19609
19610 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
19611
19612 * mm-decode.el (mm-display-external): Use nametemplate (defined in
19613 RFC1524) if it is in mailcap or add a suffix according to
19614 mailcap-mime-extensions when generating a temp filename; postpone
19615 deleting a temp file for 2 seconds for some wrappers, shell
19616 scripts, and so on, which might exit right after having started a
19617 viewer command as a background job.
19618
19619 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
19620
19621 * nntp.el (nntp-marks-directory): Fix custom group.
19622
19623 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19624 steps when < 10.
19625
19626 * gnus-start.el (gnus-no-server-1):
19627 Mention `gnus-level-default-subscribed' in doc string.
19628
19629 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19630
19631 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19632 parens.
19633
19634 2005-11-26 Dave Love <fx@gnu.org>
19635
19636 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19637 (tls-program, tls-success): Provide openssl alternative.
19638
19639 * starttls.el: Doc fixes.
19640 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19641 SERVICE to PORT.
19642
19643 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
19644 port null or service name.
19645 (starttls-negotiate): Autoload.
19646
19647 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
19648
19649 * message.el (message-kill-to-signature): Fix interactive spec.
19650
19651 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
19652
19653 * pop3.el (pop3-open-server): Recognize a string as a service name.
19654
19655 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
19656
19657 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19658
19659 2005-11-23 Dave Love <fx@gnu.org>
19660
19661 Add pop3s, pop3/starttls.
19662
19663 * pop3.el (pop3-authentication-scheme): Clarify doc.
19664 (open-tls-stream, starttls-open-stream): Autoload.
19665 (pop3-stream-type): New.
19666 (pop3-open-server): Use it.
19667
19668 * mail-source.el (mail-sources): Fix some :types. Add stream type
19669 for POP.
19670 (mail-source-keyword-map): Add :stream for POP.
19671 (mail-source-fetch-pop): Use pop3-stream-type.
19672
19673 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
19674
19675 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19676 of current-time-string.
19677
19678 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
19679
19680 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19681 date header.
19682
19683 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
19684
19685 * gnus-sum.el (gnus-fetch-old-headers): Update docs to warn that
19686 it can seriously impact performance as it bypasses the agent's
19687 local caches.
19688
19689 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
19690
19691 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19692 must be explicitly online rather than "not explicitly offline" for
19693 its flags to be synchronized.
19694
19695 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19696 that gnus-uu-unmark-thread will function correctly.
19697
19698 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19699 1024K is instead displayed as 1M.
19700
19701 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19702
19703 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19704
19705 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
19706
19707 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19708
19709 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
19710
19711 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19712 error message to display actual error condition.
19713 (gnus-agent-save-local): Avoid saving symbols that are bound to
19714 nil as they simply result in a warning message in
19715 gnus-agent-read-local.
19716
19717 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
19718
19719 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19720 rather than make-variable-buffer-local for file-precious-flag.
19721
19722 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
19723
19724 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19725 for duplicates which are removed. The invalid sort check then
19726 triggers a rescan after the sort as sorting may have moved
19727 duplicate entries such that they can be cheaply detected.
19728
19729 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
19730
19731 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19732
19733 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
19734
19735 * gnus-agent.el (gnus-agent-article-alist-save-format):
19736 Change internal variable to a custom variable. Change default value
19737 from compressed(2) to uncompressed(1).
19738 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19739 support for uncompressed agentview files. Taken together, reading
19740 the agentview file should now be 6-7 times faster.
19741
19742 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
19743
19744 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19745 as a buffer-local variable. This avoids creating truncated
19746 dribble files as a result of a hang up, eg.
19747
19748 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
19749
19750 * gnus-start.el (gnus-start-draft-setup):
19751 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19752
19753 * gnus.el (gnus-splash): Change custom group.
19754 (gnus-group-get-parameter, gnus-group-parameter-value):
19755 Describe allow-list argument.
19756
19757 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19758 string.
19759
19760 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
19761
19762 * gnus-art.el (gnus-default-article-saver): Add user-defined
19763 `function' to custom type.
19764
19765 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19766
19767 * imap.el (imap-open): Handle case where buffer is a buffer
19768 object.
19769
19770 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
19771
19772 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19773 long lines.
19774 (gnus-cache-delete-group): Wrap doc strings.
19775
19776 * gnus-agent.el (gnus-agent-rename-group)
19777 (gnus-agent-delete-group): Wrap doc strings.
19778
19779 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
19780
19781 * gnus-start.el (gnus-1): Add "native" to
19782 gnus-predefined-server-alist.
19783
19784 * gnus.el (gnus-method-to-server): Don't add "native" to the
19785 lists here, because that leads to problems when
19786 gnus-select-method is bound.
19787
19788 2005-11-09 Simon Josefsson <jas@extundo.com>
19789
19790 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19791 use (not sort-by-date) instead.
19792
19793 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
19794
19795 * gnus-delay.el (gnus-delay-group): Don't autoload.
19796 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19797 to be re-loaded when customizing the `gnus-delay' group.
19798
19799 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
19800
19801 * message.el: Revert last changes.
19802 (message-insert-citation-line): Use newlines.
19803
19804 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
19805
19806 * message.el (message-courtesy-message)
19807 (message-mark-insert-begin, message-mark-insert-end)
19808 (message-elide-ellipsis, message-cancel-message)
19809 (message-add-header, message-change-subject)
19810 (message-cross-post-followup-to-header)
19811 (message-cross-post-insert-note, message-reduce-to-to-cc)
19812 (message-widen-reply, message-delete-not-region)
19813 (message-kill-to-signature, message-insert-signature)
19814 (message-insert-importance-high, message-insert-importance-low)
19815 (message-insert-or-toggle-importance)
19816 (message-insert-disposition-notification-to)
19817 (message-indent-citation, message-yank-original)
19818 (message-cite-original-without-signature, message-cite-original)
19819 (message-insert-citation-line, message-position-on-field)
19820 (message-fix-before-sending, message-send-mail-partially)
19821 (message-send-mail, message-send-mail-with-sendmail)
19822 (message-send-mail-with-qmail, message-send-news)
19823 (message-check-news-header-syntax, message-generate-headers)
19824 (message-insert-courtesy-copy, message-fill-address)
19825 (message-fill-header, message-shorten-references)
19826 (message-setup-1, message-cancel-news)
19827 (message-forward-make-body-plain, message-forward-make-body-mime)
19828 (message-forward-make-body-mml, message-encode-message-body)
19829 (message-forward-make-body-digest-plain)
19830 (message-forward-make-body-digest-mime)
19831 (message-use-alternative-email-as-from): Insert `hard-newline'
19832 instead of ordinary newlines.
19833
19834 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
19835
19836 * message.el (message-generate-headers): Downcase the argument
19837 given to message-check-element.
19838
19839 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
19840
19841 * nntp.el (nntp-authinfo-rejected): New error condition.
19842 (nntp-wait-for): Use new error condition to signal authentication
19843 error.
19844 (nntp-retrieve-data): Rethrow new error condition to break out of
19845 recursive call to nntp-send-authinfo.
19846
19847 2005-11-08 Romain Francoise <romain@orebokech.com>
19848
19849 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19850 (gnus-summary-exit-map): Bind to `Z p'.
19851 (gnus-summary-make-menu-bar): Add menu item.
19852
19853 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
19854
19855 * gnus-art.el (gnus-article-treat-custom): Add `first'.
19856 (gnus-treat-*): Add `first' in all doc strings.
19857
19858 * gnus-group.el (gnus-group-compact-group): Fix typo.
19859
19860 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
19861
19862 * gnus.el (gnus-parameters-case-fold-search): New variable.
19863 (gnus-parameters-get-parameter): Use it.
19864
19865 * gnus-score.el (gnus-home-score-file): Doc fix.
19866
19867 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
19868
19869 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19870
19871 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
19872
19873 * mm-util.el (mm-special-display-p): New function.
19874
19875 * mml.el (mml-preview): Use it; doc fix.
19876
19877 2005-10-29 Romain Francoise <romain@orebokech.com>
19878
19879 * message.el (message-fix-before-sending): Fix comment.
19880
19881 2005-10-29 Jari Aalto <jari.aalto@cante.net>
19882
19883 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19884
19885 2005-10-29 Jari Aalto <jari.aalto@cante.net>
19886
19887 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19888 Used in gnus-score.el.
19889
19890 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
19891
19892 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19893
19894 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
19895
19896 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19897 whitespace removed in revision 7.8. Use concatenated string to
19898 protect trailing whitespace.
19899
19900 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
19901
19902 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19903 (nnimap-request-expire-articles): Use it to avoid sending 'UID
19904 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19905 Courier IMAP ("some version from 2004"). Mostly based on similar
19906 code in the same function.
19907
19908 2005-10-26 Didier Verna <didier@xemacs.org>
19909
19910 * gnus-group.el (gnus-group-compact-group): Invalidate original
19911 article buffer.
19912 * gnus-srvr.el (gnus-server-compact-server): Ditto.
19913 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19914 NOV database and in article itself.
19915 Invalidate article backlog.
19916
19917 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
19918
19919 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19920
19921 2005-10-26 Simon Josefsson <jas@extundo.com>
19922
19923 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19924 part of 2004-07-25 change.
19925
19926 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
19927
19928 * message.el (message-display-completion-list): New function.
19929 (message-expand-group): Use it; make sure the Completions buffer
19930 is modifiable.
19931
19932 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19933
19934 * imap.el (imap-open): Handle case where buffer is a buffer object.
19935
19936 2005-10-24 Eli Zaretskii <eliz@gnu.org>
19937
19938 * pgg-def.el:
19939 * pgg-gpg.el:
19940 * pgg-parse.el:
19941 * pgg-pgp.el:
19942 * pgg-pgp5.el:
19943 * pgg.el: Move to the parent lisp directory.
19944
19945 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19946
19947 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19948 user-mail-name is an empty string.
19949
19950 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19951
19952 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19953 depending on gnus-score-decay-constant.
19954
19955 * encrypt.el (encrypt-insert-file-contents)
19956 (encrypt-write-file-contents): Don't use `gnus-message'.
19957
19958 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19959 arguments.
19960 (mm-uu-type-alist): Add message-marks and insert-marks.
19961 Pass arguments to mm-uu-verbatim-marks-extract.
19962 (mm-uu-hide-markers): New variable.
19963 (mm-uu-extract): Use face similar to `gnus-cite-3'.
19964
19965 * gnus-fun.el (gnus-convert-image-to-x-face-command)
19966 (gnus-convert-image-to-face-command): Use "convert" by default to
19967 allow other input image formats.
19968 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19969 accordingly.
19970
19971 2005-10-23 Simon Josefsson <jas@extundo.com>
19972
19973 * imap.el (imap-gssapi-program): Align command line parameters
19974 with latest GNU SASL.
19975 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19976
19977 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19978
19979 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19980 HTML.
19981 (nnslashdot-request-article): Ditto.
19982
19983 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
19984
19985 * mail-source.el (mail-source-fetch-pop): Require pop3.
19986 (mail-source-check-pop): Ditto.
19987
19988 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
19989
19990 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19991 errors.
19992
19993 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
19994
19995 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19996 (gnus-treat-strip-leading-blank-lines): Improve doc string.
19997
19998 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19999
20000 * mm-bodies.el (mm-decode-string):
20001 Call `mm-charset-to-coding-system' with allow-override argument.
20002
20003 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
20004
20005 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
20006 (rfc2047-charset-to-coding-system): New function.
20007 (rfc2047-decode-encoded-words): New function.
20008 (rfc2047-decode-region): Use them.
20009 (rfc2047-decode-cte): Remove.
20010 (rfc2047-parse-and-decode): Remove.
20011 (rfc2047-decode): Remove.
20012
20013 2005-10-15 Kenichi Handa <handa@m17n.org>
20014
20015 * rfc2047.el (rfc2047-decode-cte): New function.
20016 (rfc2047-decode-region): Change the way to decode successive
20017 encoded-words: decode B- or Q-encoding in each encoded-word,
20018 concatenate them, and decode it as charset.
20019
20020 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
20021
20022 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
20023 widget-move-and-invoke.
20024 (gnus-custom-mode): Use gnus-custom-map.
20025
20026 2005-10-15 Bill Wohler <wohler@newt.com>
20027
20028 * message.el (message-tool-bar-map): Rename image file from
20029 mail_send to mail/send.
20030
20031 2005-10-16 Masatake YAMATO <jet@gyve.org>
20032
20033 * message.el (message-expand-group): Pass the common
20034 prefix substring of completion to `display-completion-list'.
20035
20036 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
20037
20038 * mml-sec.el (mml-secure-method): New internal variable.
20039 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20040 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20041 New functions using mml-secure-method.
20042
20043 * mml.el (mml-mode-map): Add key bindings for those functions.
20044 (mml-menu): Simplify security menu entries. Suggested by Jesper
20045 Harder <harder@myrealbox.com>.
20046 (mml-attach-file, mml-attach-buffer, mml-attach-external):
20047 Goto end of message if point is the headers of the message.
20048
20049 * message.el (message-in-body-p): New function.
20050
20051 * assistant.el: Autoload gnus-util and netrc.
20052
20053 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20054 Use `mm-charset-override-alist' only when decoding.
20055
20056 * mm-bodies.el (mm-decode-body):
20057 Call `mm-charset-to-coding-system' with allow-override argument.
20058
20059 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20060 `filename' from Content-Disposition if Content-Type doesn't
20061 provide `name'.
20062 (gnus-mime-view-part-as-type): Set default instead of
20063 initial-input.
20064
20065 2005-10-09 Daniel Brockman <daniel@brockman.se>
20066
20067 * format-spec.el (format-spec): Propagate text properties of % spec.
20068
20069 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
20070
20071 * gnus-art.el (gnus-treat-predicate): Add `first'.
20072
20073 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
20074
20075 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20076 (mm-charset-override-alist): New variable.
20077 (mm-charset-to-coding-system): Use it.
20078 (mm-codepage-setup): New helper function.
20079 (mm-charset-eval-alist): New variable.
20080 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20081 Warn about unknown charsets.
20082
20083 2005-10-04 David Hansen <david.hansen@gmx.net>
20084
20085 * nnrss.el (nnrss-request-article): Add support for the comments tag.
20086 (nnrss-check-group): Ditto.
20087
20088 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
20089
20090 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20091 Rename x-gnus-verbatim to x-verbatim.
20092 (mm-uu-type-alist): Fix regexp for verbatim-marks.
20093
20094 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20095 x-verbatim.
20096
20097 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20098
20099 * gnus-util.el (gnus-remove-duplicates): Remove.
20100
20101 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20102 instead of gnus-remove-duplicates.
20103
20104 * message.el (message-remove-duplicates): Remove.
20105 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20106 message-remove-duplicates.
20107
20108 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20109 available, else use implementation from `delete-dups'.
20110
20111 * message.el (message-insert-expires): New function.
20112 (message-mode-map): Add key binding.
20113 (message-mode-field-menu): Add menu entry.
20114 (message-mode): Document it.
20115 (message-make-expires-date): Use `message-make-date'.
20116
20117 2005-10-04 Josh Huber <huber@alum.wpi.edu>
20118
20119 * message.el (message-make-expires-date): New function.
20120
20121 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
20122
20123 * time-date.el: Autoload parse-time-string, XEmacs needs it.
20124
20125 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
20126
20127 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20128 function rather than the diff-mode.el package.
20129 (mm-display-external): Use with-current-buffer.
20130 (mm-viewer-completion-map, mm-viewer-completion-map):
20131 Move initialization inside declaration.
20132
20133 2005-09-29 Simon Josefsson <jas@extundo.com>
20134
20135 * spam.el: Load hashcash when compiling, to avoid warnings.
20136 Don't autoload mail-check-payment.
20137 (spam-check-hashcash): Define unconditionally, since hashcash.el
20138 is part of Gnus now. Ignore errors from payment checking.
20139
20140 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
20141
20142 * message.el (message-bold-region, message-unbold-region):
20143 Rename from `bold-region' and `unbold-region'.
20144
20145 * message.el: Remove useless autoloads.
20146
20147 2005-09-28 Simon Josefsson <jas@extundo.com>
20148
20149 * message.el (message-use-idna): Default to t.
20150 (message-use-idna): Test whether encoding works too. Doc fix.
20151
20152 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
20153
20154 * nntp.el (nntp-warn-about-losing-connection): Remove.
20155
20156 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
20157
20158 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20159 customizable. Change default value.
20160 (mm-uu-diff-groups-regexp): Change default value.
20161 (mm-uu-type-alist): Add doc string.
20162 (mm-uu-configure): Add doc string. Make it interactive.
20163 (mm-uu-tex-groups-regexp): New variable.
20164 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20165 (mm-uu-type-alist): Add LaTeX documents.
20166 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20167 of "text/verbatim".
20168 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20169
20170 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20171 instead of "text/verbatim".
20172
20173 * message.el (message-mark-inserted-region)
20174 (message-mark-insert-file): Use slrn style marks when called with
20175 prefix argument.
20176
20177 2005-09-27 Simon Josefsson <jas@extundo.com>
20178
20179 * message.el (message-idna-to-ascii-rhs-1): Reformat.
20180
20181 2005-09-27 Arne Jørgensen <arne@arnested.dk>
20182
20183 * message.el (message-remove-duplicates): New function.
20184 Implementation borrowed from `gnus-remove-duplicates'.
20185 (message-idna-to-ascii-rhs): Also encode idna addresses in
20186 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20187 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20188 only ask about the same idna domain once per header and also tell
20189 in what header to replace the idna domain.
20190
20191 * gnus-art.el (article-decode-idna-rhs): Also decode idna
20192 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20193 (article-decode-idna-rhs): Fix regexp so that all idna-address in
20194 a header is decoded and not just the last one.
20195
20196 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
20197
20198 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20199 has been decoded.
20200
20201 * mm-decode.el (mm-automatic-display): Add text/verbatim.
20202 (mm-insert-part): Don't modify text if it has been decoded.
20203
20204 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20205 decoded.
20206
20207 * mm-view.el (mm-inline-text): Don't strip text props unless
20208 decoding enriched or richtext parts.
20209
20210 2005-09-25 Romain Francoise <romain@orebokech.com>
20211
20212 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20213 * gnus-start.el (gnus-subscribe-interactively):
20214 * gnus-uu.el (gnus-uu-grab-articles):
20215 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20216 space.
20217
20218 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
20219
20220 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20221 * mm-view.el (mm-view-pkcs7-decrypt):
20222 * gnus-sum.el (gnus-summary-limit-to-extra)
20223 (gnus-summary-respool-article, gnus-read-move-group-name):
20224 * gnus-score.el (gnus-summary-increase-score):
20225 * gnus-util.el (gnus-completing-read-with-default):
20226 * gnus-art.el (gnus-read-save-file-name)
20227 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20228 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20229 * message.el (message-check-news-header-syntax):
20230 Follow convention for reading with the minibuffer.
20231
20232 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
20233
20234 * spam-report.el (spam-report-url-ping-plain):
20235 Use gnus-extended-version as User-Agent.
20236
20237 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20238 default value is nil.
20239
20240 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20241 (mm-uu-verbatim-marks-extract): New function.
20242 (mm-uu-extract): New face.
20243 (mm-uu-copy-to-buffer): Use it.
20244
20245 * spam-report.el (spam-report-gmane-ham): Rename from
20246 `spam-report-gmane-unspam'.
20247 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20248 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
20249
20250 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20251 Autoload.
20252 (spam-report-gmane-unregister-routine):
20253 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20254
20255 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
20256
20257 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20258 (spam-report-gmane-unregister-routine): Add support for gmane
20259 unregistration.
20260
20261 * spam-report.el (spam-report-gmane-unspam)
20262 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20263 (spam-report-gmane): Change to take a single article and do unspam
20264 registration.
20265
20266 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
20267
20268 * mm-url.el (mm-url-decode-entities): Fix regexp.
20269
20270 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
20271
20272 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20273 default to nil, to be able to use Gnus at all. If the default
20274 switches to something else, then the function should be fixed not
20275 be exceedingly slow.
20276
20277 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
20278
20279 * gnus-start.el (gnus-activate-group): If the server is nil, don't
20280 fail hard.
20281
20282 * spam-report.el: Add better Keywords line.
20283
20284 * spam.el: Add Maintainer and better Keywords line.
20285
20286 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
20287
20288 * gnus-art.el (gnus-article-replace-part)
20289 (gnus-mime-replace-part): New functions.
20290 (gnus-mime-action-alist, gnus-mime-button-commands)
20291 (gnus-mime-save-part-and-strip): Add file argument.
20292 (gnus-article-part-wrapper): Add interactive argument.
20293
20294 * gnus-sum.el (gnus-summary-mime-map):
20295 Add `gnus-article-replace-part'.
20296
20297 2005-09-19 Didier Verna <didier@xemacs.org>
20298
20299 The nnml compaction feature:
20300 * nnml.el (nnml-request-compact-group): New function.
20301 * nnml.el (nnml-request-compact): New function.
20302 * gnus-int.el (gnus-request-compact-group): New function.
20303 * gnus-int.el (gnus-request-compact): New function.
20304 * gnus-group.el (gnus-group-compact-group): New function.
20305 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20306 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20307 * gnus-srvr.el (gnus-server-compact-server): New function.
20308 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20309 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20310
20311 2005-09-18 Deepak Goel <deego@gnufans.org>
20312
20313 * sieve.el (sieve-help): Fix `message' call: first arg should be a
20314 format spec.
20315
20316 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
20317
20318 * gnus.el (gnus-group-startup-message): Bind image-load-path.
20319
20320 2005-09-15 Romain Francoise <romain@orebokech.com>
20321
20322 * message.el (message-fill-paragraph): Clarify docstring.
20323
20324 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
20325
20326 * gnus-art.el (gnus-mime-display-part): Protect against broken
20327 MIME messages.
20328
20329 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
20330
20331 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20332 before parsing header.
20333
20334 2005-09-11 Jari Aalto <jari.aalto@cante.net>
20335
20336 * html2text.el (html2text-replace-list): Add new entities.
20337
20338 2005-09-11 Romain Francoise <romain@orebokech.com>
20339
20340 * message.el (message-alternative-emails): Improve docstring.
20341 (message-setup-1): Call `message-use-alternative-email-as-from'
20342 after `message-setup-hook' to give it precedence over posting
20343 styles, etc.
20344 (message-use-alternative-email-as-from): Add docstring.
20345 Remove the original From header if present.
20346
20347 * nnml.el (nnml-compressed-files-size-threshold): New variable.
20348 (nnml-save-mail): Use it.
20349
20350 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20351 articles. Add new argument `silent'.
20352 (gnus-uu-mark-all): Report the total number of marked articles.
20353
20354 2005-09-10 Romain Francoise <romain@orebokech.com>
20355
20356 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20357 (gnus-uu-mark-series): Likewise.
20358
20359 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
20360
20361 * spam-report.el (spam-report-gmane): Fix generation of spam
20362 report URL.
20363
20364 2005-09-10 Simon Josefsson <jas@extundo.com>
20365
20366 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20367 t, based on discussion on the ding list with Robert Epprecht
20368 <epprecht@solnet.ch>.
20369
20370 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
20371
20372 * spam-report.el (spam-report-gmane): Make it work without
20373 X-Report-Spam header. Gmane now only provides Archived-At.
20374 This is only used if `spam-report-gmane-use-article-number' is nil.
20375 (spam-report-gmane-spam-header): Remove. Not used anymore.
20376
20377 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20378 make `gnus-summary-sort-by-recipient' work with threading.
20379
20380 * nnweb.el (nnweb-google-wash-article): Print a message if article
20381 is not available.
20382
20383 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20384
20385 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20386 change. Decode text/* parts content before displaying.
20387
20388 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
20389
20390 * mml-smime.el: Remove defvar of gnus-extract-address-components.
20391
20392 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
20393
20394 * mm-view.el (mm-display-inline-fontify): Disable support modes.
20395
20396 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
20397
20398 * message.el (message-tab-body-function): Fix mismatched custom type.
20399
20400 * gnus.el (gnus-group-change-level-function): Ditto.
20401
20402 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20403
20404 * gnus-art.el (gnus-signature-limit)
20405 (gnus-article-mime-part-function): Ditto.
20406
20407 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
20408
20409 * mml.el (mml-mode): Silence the byte compiler.
20410
20411 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20412 using `(sit-for 0)' before moving the point to the specified part;
20413 skip unbuttonized parts.
20414 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20415 return to the summary window if gnus-auto-select-part is non-nil.
20416
20417 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
20418
20419 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20420 New variables.
20421 (mml-dnd-attach-file, mml-mode): Use them.
20422
20423 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20424 Make fetching article by MID work again for Google Groups.
20425 Add FIXME concerning gnus-group-make-web-group.
20426
20427 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20428 Don't depend on Gnus by using mail-extract-address-components if
20429 gnus-extract-address-components is not bound.
20430
20431 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20432
20433 * gnus-art.el (gnus-mime-display-security): Don't display the
20434 signature, but only the signed part.
20435
20436 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
20437
20438 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20439
20440 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20441 list, not listp.
20442
20443 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
20444
20445 * mm-encode.el (mm-encode-content-transfer-encoding):
20446 Likewise when encoding.
20447
20448 * mm-bodies.el (mm-decode-content-transfer-encoding):
20449 De-canonicalize CRLF for all text content types, not just
20450 text/plain.
20451
20452 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
20453
20454 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20455 valid article; point arrow and cursor at the MIME button.
20456
20457 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
20458
20459 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20460 Suggested by Dan Christensen <jdc@uwo.ca>.
20461
20462 * mm-decode.el (mm-save-part): Enable change of prompt.
20463
20464 2005-08-29 Jari Aalto <jari.aalto@cante.net>
20465
20466 * gnus-msg.el (gnus-inews-add-send-actions):
20467 Make `message-post-method' lambda parameter ARG `&optional'.
20468
20469 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
20470
20471 * gnus-sum.el (gnus-summary-mime-map):
20472 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20473 gnus-article-jump-to-part.
20474
20475 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20476 (gnus-article-edit-part): Use it.
20477 (gnus-article-part-wrapper): Add no-handle argument.
20478 (gnus-article-save-part-and-strip, gnus-article-delete-part):
20479 New functions.
20480
20481 2005-08-29 Romain Francoise <romain@orebokech.com>
20482
20483 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20484 docstring.
20485 (gnus-face-from-file): Likewise.
20486
20487 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
20488
20489 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20490 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20491 non-nil.
20492 (gnus-auto-select-part): New variable.
20493 (gnus-article-jump-to-part): New function.
20494 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20495 (gnus-mime-delete-part): Allow selecting specified part after
20496 deleting or stripping parts.
20497 (gnus-article-jump-to-part): Don't use `read-number'. Use last
20498 part if argument is bogus.
20499
20500 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
20501
20502 * gnus-art.el (w3m-minor-mode-map):
20503 * gnus-spec.el (gnus-newsrc-file-version):
20504 * gnus-util.el (nnmail-active-file-coding-system)
20505 (gnus-original-article-buffer, gnus-user-agent):
20506 * gnus.el (gnus-ham-process-destinations)
20507 (gnus-parameter-ham-marks-alist)
20508 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20509 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20510 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20511 * mm-decode.el (gnus-current-window-configuration):
20512 * mm-extern.el (gnus-article-mime-handles):
20513 * mm-url.el (url-current-object, url-package-name)
20514 (url-package-version):
20515 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20516 (smime-keys, w3m-cid-retrieve-function-alist)
20517 (w3m-current-buffer, w3m-display-inline-images)
20518 (w3m-minor-mode-map):
20519 * mml-smime.el (gnus-extract-address-components):
20520 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20521 (gnus-newsrc-hashtb, message-default-charset)
20522 (message-deletable-headers, message-options)
20523 (message-posting-charset, message-required-mail-headers)
20524 (message-required-news-headers):
20525 * mml1991.el (mc-pgp-always-sign):
20526 * mml2015.el (mc-pgp-always-sign):
20527 * nnheader.el (nnmail-extra-headers):
20528 * rfc1843.el (gnus-decode-encoded-word-function)
20529 (gnus-decode-header-function, gnus-newsgroup-name):
20530 * spam-stat.el (gnus-original-article-buffer): Add defvars.
20531
20532 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
20533
20534 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20535 the end of the date treatments.
20536
20537 2005-08-15 Simon Josefsson <jas@extundo.com>
20538
20539 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20540 it in url-handlers.el and XEmacs in url.el. Reported by Luca
20541 Capello and Romain Francoise.
20542 (pgg-fetch-key-function): Remove, not used?
20543 (pgg-insert-url-with-w3): Require url, to get
20544 url-insert-file-contents regardless of where it is defined.
20545
20546 2005-08-13 Romain Francoise <romain@orebokech.com>
20547
20548 * message.el (message-cite-original-1): New function.
20549 (message-cite-original): Use it.
20550 (message-cite-original-without-signature): Ditto.
20551
20552 2005-08-08 Romain Francoise <romain@orebokech.com>
20553
20554 * message.el (message-yank-empty-prefix): New variable.
20555 (message-indent-citation): Use it.
20556 (message-cite-original-without-signature): Respect X-No-Archive.
20557
20558 2005-08-08 Simon Josefsson <jas@extundo.com>
20559
20560 * pgg.el: Autoload url-insert-file-contents instead of loading
20561 w3/url.
20562 (pgg-insert-url-with-w3): Don't load url here.
20563
20564 2005-08-07 Jesper Harder <harder@phys.au.dk>
20565
20566 * message.el (message-kill-to-signature): Don't insert newline at
20567 bol.
20568 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20569
20570 2005-08-06 Romain Francoise <romain@orebokech.com>
20571
20572 * message.el (message-user-fqdn): Fix typo in docstring.
20573
20574 2005-08-05 Daiki Ueno <ueno@unixuser.org>
20575
20576 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20577
20578 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20579
20580 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
20581
20582 * mm-bodies.el (mm-encode-body): Use coding system rather than
20583 charset to encode text.
20584
20585 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20586 number of charsets if utf-8 is available (XEmacs).
20587
20588 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
20589
20590 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20591 taken from `gnus-button-mid-or-mail-regexp'.
20592 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20593 (gnus-button-alist): Improve regexp for domain part of the MIDs
20594 for news:localpart@domain buttons.
20595 (gnus-button-ctan-directory-regexp): Update.
20596
20597 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
20598
20599 * sieve-manage.el (sieve-manage-interactive-login):
20600 Use make-local-variable rather than make-variable-buffer-local.
20601 (sieve-manage-open): Ditto.
20602 (sieve-manage-authenticate): Ditto.
20603
20604 * mml.el (mml-generate-mime-1): Make the content type default to
20605 text/plain if the filename is not specified.
20606
20607 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
20608
20609 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20610 instead of insert-buffer.
20611
20612 * message.el (message-yank-original): Ditto; set the mark at the
20613 end of the yanked message.
20614
20615 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
20616
20617 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20618 lines to scroll rather than to stop it.
20619
20620 * mml.el (mml-generate-default-type): Add doc string.
20621 (mml-generate-mime-1): Use mm-default-file-encoding or make it
20622 default to application/octet-stream when determining the content
20623 type if it is not specified for the part or the mml contents; add
20624 a comment about mml-generate-default-type.
20625
20626 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
20627
20628 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20629 make it default to application/octet-stream when determining the
20630 content type if it is not specified for the external contents.
20631
20632 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
20633
20634 * rfc2231.el (rfc2231-parse-string): Take care that not only a
20635 segmented parameter but also other parameters might be there.
20636
20637 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
20638
20639 * mm-decode.el (mm-display-external): Delete temp file, directory
20640 and buffer immediately if the external process is exited.
20641
20642 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
20643
20644 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20645 fewer lines than that of scroll-margin.
20646 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20647
20648 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
20649
20650 * gnus-art.el (gnus-article-next-page): Revert.
20651 (gnus-article-beginning-of-window): New macro.
20652 (gnus-article-next-page-1): Use it.
20653 (gnus-article-prev-page): Ditto.
20654 (gnus-article-edit-part): Use insert-buffer-substring instead of
20655 insert-buffer.
20656 (gnus-article-edit-exit): Ditto.
20657
20658 * gnus-util.el (gnus-beginning-of-window): Remove.
20659 (gnus-end-of-window): Remove.
20660
20661 2005-07-25 Simon Josefsson <jas@extundo.com>
20662
20663 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20664 to have the url package without w3. Reported by Daiki Ueno
20665 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20666
20667 2005-07-20 Didier Verna <didier@xemacs.org>
20668
20669 * gnus-diary.el: Remove the description comment (nndiary is now
20670 properly documented in the Gnus manual).
20671 Fix the spelling of "Back End".
20672 * nndiary.el: Ditto.
20673 Fix the copyright notice.
20674
20675 2005-07-18 Romain Francoise <romain@orebokech.com>
20676
20677 * gnus-sum.el (gnus-summary-to-prefix)
20678 (gnus-summary-newsgroup-prefix): New variables.
20679 (gnus-summary-from-or-to-or-newsgroups): Use them.
20680
20681 2005-07-17 Romain Francoise <romain@orebokech.com>
20682
20683 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20684 space as it's generally not especially interesting to the user.
20685
20686 2005-07-16 Romain Francoise <romain@orebokech.com>
20687
20688 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20689 nil to avoid prompting and file modification if one of the
20690 messages at the top of the nnfolder file contains a copyright
20691 notice.
20692 Update copyright notice.
20693
20694 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20695 instead of `current-time-string' as the latter creates a time
20696 string that is not RFC 2822 compliant (it lacks the zone).
20697 Update copyright notice.
20698
20699 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
20700
20701 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20702 for text/rtf. Display default in prompt. Pass default for M-n.
20703
20704 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20705
20706 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20707
20708 * gnus-msg.el (gnus-button-mailto):
20709 Remove save-selected-window-window hackery because it relies on
20710 save-selected-window internals.
20711
20712 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
20713
20714 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20715 (gnus-article-next-page-1): Use gnus-beginning-of-window.
20716 (gnus-article-prev-page): Ditto.
20717
20718 * gnus-util.el (gnus-beginning-of-window): New function.
20719 (gnus-end-of-window): New function.
20720
20721 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
20722
20723 * gnus-score.el (gnus-score-edit-all-score):
20724 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20725 gnus-message.
20726
20727 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20728
20729 * gnus-msg.el (gnus-button-mailto):
20730 Remove save-selected-window-window hackery because it relies on
20731 save-selected-window internals.
20732
20733 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
20734
20735 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20736 add-minor-mode.
20737 (gnus-binary-mode): Ditto.
20738
20739 * gnus-topic.el (gnus-topic-mode): Ditto.
20740
20741 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
20742
20743 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20744 (gnus-article-prev-page): Take scroll-margin into consideration.
20745
20746 2005-07-04 Lute Kamstra <lute@gnu.org>
20747
20748 Update FSF's address in GPL notices.
20749
20750 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
20751
20752 * gnus.el (gnus-exit):
20753 * gnus-group.el (gnus-group-icons):
20754 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20755
20756 * gnus-nocem.el (gnus-nocem):
20757 * message.el (message-various, message-buffers, message-sending)
20758 (message-interface, message-forwarding, message-insertion)
20759 (message-headers, message-news, message-mail):
20760 * pgg-gpg.el (pgg-gpg):
20761 * pgg-parse.el (pgg-parse):
20762 * pgg-pgp.el (pgg-pgp):
20763 * pgg-pgp5.el (pgg-pgp5):
20764 * pop3.el (pop3): Finish `defgroup' description with period.
20765
20766 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
20767
20768 * gnus-art.el (article-display-face): Improve the efficiency.
20769 (article-display-x-face): Ditto; remove gray x-face stuff.
20770
20771 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
20772
20773 * gnus-art.el (article-display-face): Correct the position in
20774 which Faces are inserted.
20775
20776 2005-06-29 Didier Verna <didier@xemacs.org>
20777
20778 * gnus-art.el (article-display-face): Display faces in correct
20779 order.
20780
20781 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
20782
20783 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20784 (gnus-fill-real-hashtb): Use hash table instead of obarray.
20785 (gnus-nocem-check-article): Fetch the Type header.
20786 (gnus-nocem-message-wanted-p): Fix the way to examine types.
20787 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20788 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20789 make sure gnus-nocem-hashtb is initialized.
20790 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20791 (gnus-nocem-unwanted-article-p): Ditto.
20792
20793 * pgg.el (pgg-verify): Return the verification result.
20794
20795 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20796
20797 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20798 is ascii.
20799
20800 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
20801
20802 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20803 `show-nonbreak-escape'.
20804
20805 2005-06-23 Lute Kamstra <lute@gnu.org>
20806
20807 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20808
20809 * dig.el (dig-mode):
20810 * smime.el (smime-mode): Use gnus-run-mode-hooks.
20811
20812 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
20813
20814 * nnimap.el (nnimap-split-download-body): Fix spellings.
20815
20816 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
20817
20818 * gnus-art.el (gnus-article-encrypt-body):
20819 * gnus-cus.el (gnus-score-customize):
20820 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20821 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20822
20823 2005-06-16 Arne Jørgensen <arne@arnested.dk>
20824
20825 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20826 header by looking for magic "MII" at the beginning.
20827
20828 2005-06-16 Miles Bader <miles@gnu.org>
20829
20830 * assistant.el (assistant-field): Remove "-face" suffix from face name.
20831 (assistant-field-face): New backward-compatibility alias for renamed
20832 face.
20833 (assistant-render-text): Use renamed assistant-field face.
20834
20835 * spam.el (spam): Remove "-face" suffix from face name.
20836 (spam-face): New backward-compatibility alias for renamed face.
20837 (spam-face, spam-initialize): Use renamed spam face.
20838
20839 * message.el (message-header-to, message-header-cc)
20840 (message-header-subject, message-header-newsgroups)
20841 (message-header-other, message-header-name)
20842 (message-header-xheader, message-separator, message-cited-text)
20843 (message-mml): Remove "-face" suffix from face names.
20844 (message-header-to-face, message-header-cc-face)
20845 (message-header-subject-face, message-header-newsgroups-face)
20846 (message-header-other-face, message-header-name-face)
20847 (message-header-xheader-face, message-separator-face)
20848 (message-cited-text-face, message-mml-face):
20849 New backward-compatibility aliases for renamed faces.
20850 (message-font-lock-keywords): Use renamed message faces.
20851
20852 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20853 (sieve-test-commands, sieve-tagged-arguments):
20854 Remove "-face" suffix from face names.
20855 (sieve-control-commands-face, sieve-action-commands-face)
20856 (sieve-test-commands-face, sieve-tagged-arguments-face):
20857 New backward-compatibility aliases for renamed faces.
20858 (sieve-control-commands-face, sieve-action-commands-face)
20859 (sieve-test-commands-face, sieve-tagged-arguments-face):
20860 Use renamed sieve faces.
20861
20862 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20863 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20864 (gnus-group-news-3-empty, gnus-group-news-4)
20865 (gnus-group-news-4-empty, gnus-group-news-5)
20866 (gnus-group-news-5-empty, gnus-group-news-6)
20867 (gnus-group-news-6-empty, gnus-group-news-low)
20868 (gnus-group-news-low-empty, gnus-group-mail-1)
20869 (gnus-group-mail-1-empty, gnus-group-mail-2)
20870 (gnus-group-mail-2-empty, gnus-group-mail-3)
20871 (gnus-group-mail-3-empty, gnus-group-mail-low)
20872 (gnus-group-mail-low-empty, gnus-summary-selected)
20873 (gnus-summary-cancelled, gnus-summary-high-ticked)
20874 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20875 (gnus-summary-high-ancient, gnus-summary-low-ancient)
20876 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20877 (gnus-summary-low-undownloaded)
20878 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20879 (gnus-summary-low-unread, gnus-summary-normal-unread)
20880 (gnus-summary-high-read, gnus-summary-low-read)
20881 (gnus-summary-normal-read, gnus-splash):
20882 Remove "-face" suffix from face names.
20883 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20884 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20885 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20886 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20887 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20888 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20889 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20890 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20891 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20892 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20893 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20894 (gnus-summary-selected-face, gnus-summary-cancelled-face)
20895 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20896 (gnus-summary-normal-ticked-face)
20897 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20898 (gnus-summary-normal-ancient-face)
20899 (gnus-summary-high-undownloaded-face)
20900 (gnus-summary-low-undownloaded-face)
20901 (gnus-summary-normal-undownloaded-face)
20902 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20903 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20904 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20905 (gnus-splash-face):
20906 New backward-compatibility aliases for renamed faces.
20907 (gnus-group-startup-message): Use renamed gnus faces.
20908
20909 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20910 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20911 (gnus-server-agent): Remove "-face" suffix from face names.
20912 (gnus-server-agent-face, gnus-server-opened-face)
20913 (gnus-server-closed-face, gnus-server-denied-face)
20914 (gnus-server-offline-face):
20915 New backward-compatibility aliases for renamed faces.
20916 (gnus-server-agent-face, gnus-server-opened-face)
20917 (gnus-server-closed-face, gnus-server-denied-face)
20918 (gnus-server-offline-face): Use renamed gnus faces.
20919
20920 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20921 Remove "-face" suffix from face names.
20922 (gnus-picon-xbm-face, gnus-picon-face):
20923 New backward-compatibility aliases for renamed faces.
20924
20925 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20926 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20927 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20928 (gnus-cite-11): Remove "-face" suffix from face names.
20929 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20930 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20931 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20932 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20933 New backward-compatibility aliases for renamed faces.
20934 (gnus-cite-attribution-face, gnus-cite-face-list)
20935 (gnus-article-boring-faces): Use renamed gnus faces.
20936
20937 * gnus-art.el (gnus-signature, gnus-header-from)
20938 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20939 (gnus-header-content): Remove "-face" suffix from face names.
20940 (gnus-signature-face, gnus-header-from-face)
20941 (gnus-header-subject-face, gnus-header-newsgroups-face)
20942 (gnus-header-name-face, gnus-header-content-face):
20943 New backward-compatibility aliases for renamed faces.
20944 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20945
20946 * gnus-sum.el (gnus-summary-selected-face)
20947 (gnus-summary-highlight): Use renamed gnus faces.
20948 * gnus-group.el (gnus-group-highlight): Likewise.
20949
20950 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
20951
20952 * gnus-sieve.el (gnus-sieve-article-add-rule):
20953 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20954 * spam-stat.el (spam-stat-buffer-change-to-spam)
20955 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20956
20957 * message.el (message-is-yours-p):
20958 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20959
20960 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
20961
20962 * mm-view.el (mm-inline-text): Withdraw the last change.
20963
20964 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
20965
20966 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20967 executing enriched-decode.
20968
20969 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
20970
20971 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20972 charset of tar files.
20973
20974 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
20975
20976 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20977
20978 2005-06-04 Lute Kamstra <lute@gnu.org>
20979
20980 * nnfolder.el (nnfolder-read-folder): Make sure that undo
20981 information is never recorded.
20982
20983 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
20984
20985 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20986
20987 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
20988
20989 * pop3.el (pop3-apop): Run md5 in the binary mode.
20990
20991 * starttls.el (starttls-set-process-query-on-exit-flag):
20992 Use eval-and-compile.
20993
20994 2005-05-31 Simon Josefsson <jas@extundo.com>
20995
20996 * smime.el (smime-replace-in-string): Define.
20997 (smime-cert-by-ldap-1): Use it.
20998
20999 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
21000
21001 * gnus-art.el (article-display-x-face): Replace
21002 process-kill-without-query by gnus-set-process-query-on-exit-flag.
21003
21004 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
21005 set-process-query-on-exit-flag or process-kill-without-query.
21006
21007 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
21008 loop instead of replace-regexp.
21009
21010 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
21011 instead of process-kill-without-query if it is available.
21012
21013 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21014 instead of find-file-hooks if it is available.
21015
21016 * mml1991.el: Bind pgg-default-user-id when compiling.
21017
21018 * mml2015.el: Bind pgg-default-user-id when compiling.
21019
21020 * nndraft.el (nndraft-request-associate-buffer):
21021 Use write-contents-functions instead of write-contents-hooks if it is
21022 available.
21023
21024 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
21025 instead of find-file-hooks if it is available.
21026
21027 * nntp.el (nntp-open-connection): Replace
21028 process-kill-without-query by gnus-set-process-query-on-exit-flag.
21029 (nntp-open-ssl-stream): Ditto.
21030 (nntp-open-tls-stream): Ditto.
21031
21032 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21033 set-process-query-on-exit-flag or process-kill-without-query.
21034 (starttls-open-stream-gnutls): Use it instead of
21035 process-kill-without-query.
21036 (starttls-open-stream): Ditto.
21037
21038 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
21039
21040 * smime.el (smime-cert-by-ldap-1): Don't use
21041 replace-regexp-in-string.
21042
21043 2005-05-31 Arne Jørgensen <arne@arnested.dk>
21044
21045 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21046
21047 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21048 in PEM format. Adjust to the XEmacs compatibility.
21049
21050 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
21051
21052 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21053 by `string-to-number'.
21054 * gnus-agent.el (gnus-agent-regenerate-group)
21055 (gnus-agent-fetch-articles): Ditto.
21056 * gnus-art.el (gnus-button-fetch-group): Ditto.
21057 * gnus-cache.el (gnus-cache-generate-active)
21058 (gnus-cache-articles-in-group): Ditto.
21059 * gnus-group.el (gnus-group-set-current-level)
21060 (gnus-group-insert-group-line): Ditto.
21061 * gnus-score.el (gnus-score-set-expunge-below)
21062 (gnus-score-set-mark-below, gnus-summary-score-effect)
21063 (gnus-summary-score-entry): Ditto.
21064 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21065 (gnus-soup-pack): Ditto.
21066 * gnus-spec.el (gnus-xmas-format): Ditto.
21067 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21068 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21069 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21070 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21071 * nndb.el (nndb-get-remote-expire-response): Ditto.
21072 * nndiary.el (nndiary-parse-schedule-value)
21073 (nndiary-string-to-number, nndiary-request-replace-article)
21074 (nndiary-request-article): Ditto.
21075 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21076 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21077 * nneething.el (nneething-make-head): Ditto.
21078 * nnfolder.el (nnfolder-request-article)
21079 (nnfolder-retrieve-headers): Ditto.
21080 * nnheader.el (nnheader-file-to-number): Ditto.
21081 * nnkiboze.el (nnkiboze-request-article): Ditto.
21082 * nnmail.el (nnmail-process-unix-mail-format)
21083 (nnmail-process-babyl-mail-format): Ditto.
21084 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21085 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21086 (nnmh-request-create-group, nnmh-request-list-1)
21087 (nnmh-request-group, nnmh-request-article): Ditto.
21088 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21089 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21090 * nnsoup.el (nnsoup-make-active): Ditto.
21091 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
21092 * nntp.el (nntp-find-group-and-number)
21093 (nntp-retrieve-headers-with-xover): Ditto.
21094 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
21095 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
21096 (pgg-format-key-identifier): Ditto.
21097 * pop3.el (pop3-last, pop3-stat): Ditto.
21098 * qp.el (quoted-printable-decode-region): Ditto.
21099
21100 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
21101 of concat.
21102
21103 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
21104
21105 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
21106
21107 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
21108
21109 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
21110
21111 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21112
21113 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21114
21115 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21116
21117 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21118 (gnus-carpal-mode): Ditto.
21119
21120 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21121 (gnus-browse-mode): Ditto.
21122
21123 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21124
21125 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21126
21127 2005-05-29 Richard M. Stallman <rms@gnu.org>
21128
21129 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21130
21131 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
21132
21133 * gnus-util.el (gnus-run-mode-hooks): New function.
21134
21135 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21136
21137 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
21138
21139 * gnus-agent.el (gnus-agent-make-mode-line-string):
21140 Use mode-line-highlight as mouse-face.
21141
21142 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
21143
21144 * canlock.el (canlock): Change the parent group to news.
21145
21146 * deuglify.el (gnus-outlook-deuglify): Add :group.
21147
21148 * dig.el (dig): Add :group.
21149
21150 * dns-mode.el (dns-mode): Add :group.
21151
21152 * encrypt.el (encrypt): Add :group.
21153
21154 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21155 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21156 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21157 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21158 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21159
21160 * gnus-diary.el (gnus-diary): Add :group.
21161
21162 * gnus.el (gnus-group-news-1-face): Add :group.
21163 (gnus-group-news-1-empty-face): Ditto.
21164 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21165 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21166 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21167 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21168 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21169 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21170 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21171 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21172 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21173 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21174 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21175 (gnus-summary-high-ticked-face): Ditto.
21176 (gnus-summary-low-ticked-face): Ditto.
21177 (gnus-summary-normal-ticked-face): Ditto.
21178 (gnus-summary-high-ancient-face): Ditto.
21179 (gnus-summary-low-ancient-face): Ditto.
21180 (gnus-summary-normal-ancient-face): Ditto.
21181 (gnus-summary-high-undownloaded-face): Ditto.
21182 (gnus-summary-low-undownloaded-face): Ditto.
21183 (gnus-summary-normal-undownloaded-face): Ditto.
21184 (gnus-summary-high-unread-face): Ditto.
21185 (gnus-summary-low-unread-face): Ditto.
21186 (gnus-summary-normal-unread-face): Ditto.
21187 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21188 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21189
21190 * hashcash.el (hashcash): New custom group.
21191 (hashcash-default-payment): Add :group.
21192 (hashcash-payment-alist): Ditto.
21193 (hashcash-default-accept-payment): Ditto.
21194 (hashcash-accept-resources): Ditto.
21195 (hashcash-path): Ditto.
21196 (hashcash-extra-generate-parameters): Ditto.
21197 (hashcash-double-spend-database): Ditto.
21198 (hashcash-in-news): Ditto.
21199
21200 * message.el (message-minibuffer-local-map): Add :group.
21201
21202 * netrc.el (netrc): Add :group.
21203
21204 * sieve-manage.el (sieve-manage-log): Add :group.
21205 (sieve-manage-default-user): Diito.
21206 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21207 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21208 (sieve-manage-authenticators): Ditto.
21209 (sieve-manage-authenticator-alist): Ditto.
21210 (sieve-manage-default-port): Ditto.
21211
21212 * sieve-mode.el (sieve-control-commands-face): Add :group.
21213 (sieve-action-commands-face): Ditto.
21214 (sieve-test-commands-face): Ditto.
21215 (sieve-tagged-arguments-face): Ditto.
21216
21217 * smime.el (smime): Add :group.
21218
21219 * spam-report.el (spam-report): Add :group.
21220
21221 * spam.el (spam, spam-face): Add :group.
21222
21223 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
21224
21225 * nntp.el (nntp-next-result-arrived-p): Some news servers may
21226 return \n.\n.\n at the end of articles. Protect against that.
21227 (nntp-with-open-group): Allow debugging.
21228
21229 * nnheader.el (mail-header-set-extra): Make into a function
21230 because I just could't understand how to quote the list properly.
21231
21232 * dns.el (query-dns-cached): New function.
21233
21234 2005-05-26 Lute Kamstra <lute@gnu.org>
21235
21236 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21237
21238 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
21239
21240 * gnus-art.el: Don't autoload mail-extract-address-components.
21241
21242 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21243 eval-and-compile to evaluate it.
21244
21245 * hashcash.el: Don't autoload executable-find.
21246
21247 * nndb.el: Don't declare the nndb back end two or more times; don't
21248 autoload news-reply-mode, news-setup, cancel-timer and telnet.
21249
21250 * nntp.el: Autoload format-spec instead of format; use
21251 eval-and-compile to evaluate autoload forms.
21252
21253 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
21254
21255 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21256
21257 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21258
21259 * gnus.el (gnus-version-number): Bump version.
21260
21261 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
21262
21263 * gnus.el: No Gnus v0.3 is released.
21264
21265 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
21266
21267 * gnus-art.el (gnus-article-edit-part): Disable undo.
21268
21269 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
21270
21271 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21272 gnus-article-date-lapsed-new-header is t if date timer is active;
21273 skip headers in which the original date value is empty.
21274 (gnus-article-save-original-date): Redefine it as a macro.
21275 (gnus-display-mime): Use it.
21276
21277 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
21278
21279 * gnus-art.el (article-date-ut): Support converting date in
21280 forwarded parts as well.
21281 (gnus-article-save-original-date): New function.
21282 (gnus-display-mime): Use it.
21283
21284 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
21285
21286 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21287 enclosure element of <item>.
21288
21289 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
21290
21291 * message.el (message-kill-buffer-query): Rename from
21292 `message-kill-buffer-query-if-modified'. Add :version.
21293
21294 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
21295
21296 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21297 window layout.
21298
21299 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
21300
21301 * mml.el: Autoload dnd when compiling.
21302
21303 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
21304
21305 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21306 x-dnd-*.
21307
21308 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
21309
21310 * qp.el (quoted-printable-encode-region): Save excursion.
21311
21312 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
21313
21314 * message.el (message-kill-buffer-query-if-modified): Add new variable
21315 so the user can kill a modified message buffer quickly.
21316 (message-kill-buffer): Use it.
21317
21318 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
21319
21320 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
21321 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21322
21323 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
21324
21325 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21326 contained in text because xml.el decodes entities) with LFs.
21327
21328 2005-04-11 Lute Kamstra <lute@gnu.org>
21329
21330 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21331 differently.
21332
21333 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
21334
21335 * mm-util.el (mm-detect-coding-region): Typo.
21336
21337 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
21338
21339 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21340
21341 2005-04-06 Deepak Goel <deego@gnufans.org>
21342
21343 * spam-stat.el (spam-stat-score-buffer): Add a call to a
21344 user-function allow user modifications of the scores.
21345 (spam-stat-score-buffer-user): New function, to allow
21346 user-computed modifications to the score.
21347 (spam-stat-score-buffer-user-functions): List of additional
21348 scoring functions.
21349 (spam-stat-error-holder): Global temporary error holder.
21350 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21351 variable.
21352
21353 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
21354
21355 * gnus-registry.el (gnus-registry-clean-empty-function)
21356 (gnus-registry-trim, gnus-registry-fetch-groups)
21357 (gnus-registry-delete-group): Groups that match
21358 `gnus-registry-ignored-groups' are removed from the registry
21359 entries, not just ignored for splitting. This helps clean up the
21360 registry. Also, `gnus-registry-fetch-groups' is a convenient way
21361 to get all the groups a message ID is in.
21362
21363 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21364 (spam-stat-split-fancy): Change "threshhold" to "threshold".
21365 (spam-stat-score-buffer-user-functions): Add :number custom type.
21366
21367 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
21368
21369 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21370 argument in XEmacs.
21371
21372 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21373 (nnrss-request-group): Decode group name first.
21374 (nnrss-request-article): Make a text/plain article if mml-to-mime
21375 failed.
21376 (nnrss-get-encoding): Return a compatible encoding according to
21377 nnrss-compatible-encoding-alist.
21378 (nnrss-find-el): Use consp instead of listp.
21379 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21380
21381 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
21382
21383 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21384 which Emacs 20 doesn't support.
21385 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21386
21387 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
21388
21389 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21390 silence the byte compiler inside the defun.
21391
21392 * gnus-demon.el (parse-time-string): Add autoload.
21393
21394 * gnus-delay.el (parse-time-string): Add autoload.
21395
21396 * gnus-art.el (parse-time-string): Add autoload.
21397
21398 * nnultimate.el (parse-time): Require for `parse-time-string'.
21399
21400 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
21401
21402 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21403
21404 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21405
21406 * smime.el (smime-ldap-host-list): Add :version.
21407
21408 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
21409
21410 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21411 pass it to `gnus-browse-read-group'.
21412 (gnus-browse-read-group): Add NUMBER argument and pass it to
21413 `gnus-group-read-ephemeral-group'.
21414
21415 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21416 argument and pass it to `gnus-group-read-group'.
21417
21418 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
21419
21420 * mm-util.el (mm-xemacs-find-mime-charset): Only call
21421 mm-xemacs-find-mime-charset-1 if we have the mule feature
21422 available at runtime.
21423
21424 2005-03-25 Werner Lemberg <wl@gnu.org>
21425
21426 * nnmaildir.el: Replace `illegal' with `invalid'.
21427
21428 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
21429
21430 * gnus-start.el (gnus-display-time-event-handler):
21431 Check display-time-timer at runtime rather than only at load time
21432 in case display-time-mode is turned off in the mean time.
21433
21434 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
21435
21436 * nnimap.el (nnimap-open-connection): Print which authinfo file is
21437 used.
21438
21439 * nneething.el (nneething-map-file-directory): Derive from
21440 `gnus-directory'.
21441
21442 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21443 the To/Cc button.
21444
21445 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
21446
21447 * nnmaildir.el (nnmaildir-request-accept-article):
21448 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21449
21450 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
21451
21452 * gnus-async.el: Require timer-funcs at compile time when in
21453 XEmacs for `run-with-idle-timer'.
21454
21455 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
21456
21457 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21458 autoloaded function.
21459
21460 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
21461
21462 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21463
21464 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
21465
21466 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21467
21468 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
21469
21470 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21471 Add gnus-expert-user to default.
21472
21473 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
21474
21475 * nnimap.el (nnimap-open-server): Ditto.
21476
21477 * imap.el (imap-authenticate): Fix typo.
21478
21479 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
21480
21481 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21482 buffer (since IMAP server might return FETCH response out of
21483 order, and the nntp buffer must be sorted).
21484
21485 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
21486
21487 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21488 comparison on string.
21489
21490 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21491 (gnus-agent-score): Rename category keywords to match gnus-cus.
21492 (gnus-agent-summary-fetch-series): Modify to protect against
21493 gnus-agent-summary-fetch-group clearing processable flags.
21494 (gnus-agent-synchronize-group-flags): Update live group buffer as
21495 synchronization may occur due to the user toggle the plugged
21496 status.
21497 (gnus-agent-fetch-group-1): Clear downloadable flag when article
21498 successfully downloaded.
21499 (gnus-agent-expire-group-1): Avoid using markers when the overview
21500 is in ascending order; greatly improves performance.
21501 (gnus-agent-regenerate-group):
21502 Use gnus-agent-synchronize-group-flags to reset read status in both
21503 gnus and server.
21504 (gnus-agent-update-files-total-fetched-for): Fix initial size.
21505
21506 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
21507
21508 * message.el: Don't autoload former message-utils variables.
21509 (message-strip-subject-trailing-was): Change doc string.
21510
21511 * nnweb.el: Fixes for `gnus-group-make-web-group'.
21512 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
21513 (nnweb-google-search): Add "hl=en" here.
21514 (nnweb-google-parse-1, nnweb-google-create-mapping):
21515 Don't hardcode URL.
21516
21517 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
21518
21519 * message.el (message-get-reply-headers, message-followup):
21520 Mention related variables `message-use-followup-to' and
21521 `message-use-mail-followup-to', in the information buffer.
21522
21523 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21524 of broken groups(-beta).google.com.
21525
21526 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
21527
21528 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21529 parameter to invoked gnus-request-move-article; remove the
21530 redundant gnus-sum-hint-move-is-internal variable; apply the marks
21531 all at once instead of once per article.
21532 (gnus-summary-remove-process-mark): Accept a list of articles as
21533 well as a single article for processing.
21534
21535 * gnus-int.el (gnus-request-move-article): Add move-is-internal
21536 parameter.
21537
21538 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21539
21540 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21541
21542 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21543 parameter.
21544
21545 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21546 parameter.
21547
21548 * nnimap.el (nnimap-request-move-article): Add move-is-internal
21549 parameter and remove the gnus-sum-hint-move-is-internal variable.
21550
21551 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21552 parameter.
21553
21554 * nndraft.el (nndraft-request-move-article): Add move-is-internal
21555 parameter.
21556
21557 * nndiary.el (nndiary-request-move-article): Add move-is-internal
21558 parameter.
21559
21560 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21561
21562 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21563 parameter.
21564
21565 * nnagent.el (nnagent-request-move-article): Add move-is-internal
21566 parameter.
21567
21568 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
21569
21570 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21571 a more conservative way.
21572
21573 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21574
21575 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21576 buffer, so it moves the window's cursor.
21577
21578 2005-02-26 Arne Jørgensen <arne@arnested.dk>
21579
21580 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21581 `mm-dissect-multipart' and receive the from field as an (optional)
21582 argument from `mm-dissect-multipart'.
21583 (mm-dissect-multipart): Receive the from field as an argument and
21584 pass it on when we call `mm-dissect-buffer' on MIME parts.
21585 Fixes verification/decryption of signed/encrypted MIME parts.
21586
21587 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
21588
21589 * gnus-sum.el (gnus-summary-move-article):
21590 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21591 whatever it calls (right now, only nnimap-request-move article
21592 respects it).
21593
21594 * nnimap.el (nnimap-request-move-article):
21595 When gnus-sum-hint-move-is-internal is set, don't do the extra
21596 nnimap-request-article.
21597
21598 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
21599
21600 * nnheader.el (nnheader-find-file-noselect): Add doc string.
21601
21602 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21603 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21604
21605 * gnus-sum.el (gnus-summary-caesar-message):
21606 Apply `gnus-treat-article' after rotation.
21607
21608 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21609 doc string.
21610
21611 2005-02-22 Simon Josefsson <jas@extundo.com>
21612
21613 * encrypt.el (encrypt-password-cache-expiry): Remove (use
21614 `password-cache-expiry' instead). Reported by Arne Jørgensen
21615 <arne@arnested.dk>.
21616 (encrypt): Add password-cache and password-cache-expiry as group
21617 members.
21618
21619 2005-02-22 Arne Jørgensen <arne@arnested.dk>
21620
21621 * smime.el (smime-ldap-host-list): Doc fix.
21622 (smime-ask-passphrase): Use `password-read-and-add' to read (and
21623 cache) password.
21624 (smime-sign-region): Use it.
21625 (smime-decrypt-region): Use it.
21626 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21627 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21628 fails.
21629 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21630 certificate from DER to PEM format rather than calling openssl.
21631
21632 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21633
21634 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21635 for signing/encryption.
21636
21637 * mml.el (mml-parse-1): Use them.
21638
21639 2005-02-21 Arne Jørgensen <arne@arnested.dk>
21640
21641 * nnrss.el (nnrss-verbose): Remove.
21642 (nnrss-request-group): Use `nnheader-message' instead.
21643
21644 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
21645
21646 * nnrss.el (nnrss-verbose): New variable.
21647 (nnrss-request-group): Make it say nnrss is requesting a group.
21648
21649 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
21650
21651 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21652 Handle news URL with given port correctly.
21653
21654 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
21655
21656 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21657 containing special characters.
21658
21659 * gnus-sum.el (gnus-summary-edit-article): Ditto.
21660
21661 * mml.el (mime-to-mml): Ditto.
21662
21663 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21664 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21665 (rfc2047-decode-region): Quote decoded words containing special
21666 characters when rfc2047-quote-decoded-words-containing-tspecials
21667 is non-nil.
21668
21669 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
21670
21671 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21672
21673 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21674
21675 2005-02-15 Simon Josefsson <jas@extundo.com>
21676
21677 * nnimap.el (nnimap-debug): Doc fix.
21678
21679 * imap.el (imap-debug): Doc fix.
21680
21681 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
21682
21683 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21684
21685 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
21686
21687 * gnus.el (spam-contents): Improve docs for spam-contents
21688 parameter in its variable incarnation.
21689
21690 2005-02-14 Simon Josefsson <jas@extundo.com>
21691
21692 * smime-ldap.el: Use require instead of load-library for ldap.
21693 (smime-ldap-search): Indent.
21694 (smime-ldap-search-internal): Shorten line.
21695
21696 * smime.el (smime-cert-by-dns): Add doc-string.
21697 (smime-cert-by-ldap-1): Indent.
21698
21699 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21700 mml-smime-get-dns-ldap.
21701 (mml-smime-encrypt-query): Use new function. Default to ldap.
21702
21703 2005-02-14 Arne Jørgensen <arne@arnested.dk>
21704
21705 * smime.el: Require smime-ldap.
21706 (smime-ldap-host-list): New variable.
21707 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21708
21709 * mml-smime.el (mml-smime-encrypt-query): New function.
21710 (mml-smime-encrypt-query): Use it.
21711
21712 * smime-ldap.el: New file.
21713
21714 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
21715
21716 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21717
21718 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
21719
21720 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21721 argument in doc string. Make query for type more clear.
21722
21723 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
21724
21725 * gnus.el (gnus-group-startup-message): Search for gnus images in
21726 etc/images/gnus.
21727 * mm-util.el (mm-image-load-path): Likewise.
21728 * smiley.el (smiley-data-directory): Search for smilies in
21729 etc/images/smilies.
21730
21731 2005-02-09 Kim F. Storm <storm@cua.dk>
21732
21733 Change Emacs release version from 21.4 to 22.1 throughout.
21734 Change Emacs development version from 21.3.50 to 22.0.50.
21735
21736 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
21737
21738 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21739
21740 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21741 non-Mule XEmacs as well.
21742 (mm-decompress-buffer): Signal an error intentionally if it does
21743 not decompress compressed data because auto-compression-mode is
21744 disabled.
21745
21746 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
21747
21748 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21749 an ID in the registry even if it has no groups.
21750
21751 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
21752
21753 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21754 merge it into mm-decompress-buffer.
21755 (gnus-mime-copy-part): Use the MIME part charset, the value which
21756 a user specified or gnus-newsgroup-charset for decoding, like
21757 gnus-mime-inline-part does; set buffer-file-coding-system to tell
21758 save-buffer what was used. Suggested by Kevin Ryde
21759 <user42@zip.com.au>.
21760 (gnus-mime-inline-part): Allow the name parameter as well as the
21761 filename parameter; force decompressing of compressed data; always
21762 display contents being not decoded as unibyte.
21763
21764 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21765 as well as the filename parameter.
21766
21767 * mm-util.el (mm-decompress-buffer):
21768 Merge gnus-mime-jka-compr-maybe-uncompress.
21769 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21770 of compressed data.
21771
21772 2005-02-08 Simon Josefsson <jas@extundo.com>
21773
21774 * imap.el (imap-log): Doc fix.
21775
21776 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
21777
21778 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21779 the coding cookies; decompress compressed parts.
21780
21781 * mml.el (mml-generate-mime-1): Add the charset parameter according
21782 to the value which a user specified manually or the coding cookie.
21783
21784 * mm-util.el (mm-string-to-multibyte): New function.
21785 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21786 (mm-coding-system-to-mime-charset): New function.
21787 (mm-decompress-buffer): New function.
21788 (mm-find-buffer-file-coding-system): New function.
21789
21790 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21791 (mm-display-inline-fontify): Rewrite for decoding and decompressing
21792 parts.
21793
21794 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21795
21796 * mm-view.el (mm-display-inline-fontify): Decode a part according
21797 to the charset parameter.
21798
21799 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
21800
21801 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21802 prefix arg is neither nil nor a number, as info specifies.
21803
21804 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
21805
21806 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21807 timestamps.
21808
21809 2005-02-02 Jari Aalto <jari.aalto@cante.net>
21810
21811 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21812 groups error checking and notify user.
21813
21814 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
21815
21816 * message.el (message-send-mail-function): Check existence of
21817 sendmail-program first before using default value
21818 `message-send-mail-with-sendmail'. Otherwise use more generic
21819 `smtpmail-send-it'.
21820
21821 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
21822
21823 * nntp.el (nntp-request-update-info): Always return nil.
21824
21825 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
21826
21827 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21828
21829 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21830
21831 * message.el (message-beginning-of-line): Change the behavior when
21832 invoked between BOL and : so that it first moves backward.
21833
21834 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
21835
21836 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21837 article buffer when editing of the article is discarded.
21838 (gnus-article-prepare): Revert.
21839
21840 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
21841
21842 * gnus-art.el (gnus-article-prepare):
21843 Remove message-strip-forbidden-properties from the local hook.
21844
21845 2005-01-27 Simon Josefsson <jas@extundo.com>
21846
21847 * password.el (password-cache-add): Only start one timer per key.
21848 Reported by Derek Atkins <warlord@MIT.EDU>.
21849
21850 2005-01-26 Steve Youngs <steve@sxemacs.org>
21851
21852 * run-at-time.el: Remove. It is no longer needed as
21853 timer-funcs.el in the xemacs-base package has a working version of
21854 `run-at-time'.
21855
21856 * password.el: Require timer-funcs instead of run-at-time in
21857 XEmacs.
21858 Remove `password-run-at-time' macro.
21859 (password-cache-add): Use `run-at-time' instead of
21860 `password-run-at-time'.
21861
21862 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21863 for `run-with-idle-timer'.
21864
21865 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21866 for `run-at-time'.
21867
21868 * mm-url.el: Require timer-funcs at compile time when in XEmacs
21869 for `with-timeout'.
21870
21871 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
21872
21873 * mml.el (mml-generate-mime-1): Convert string into unibyte when
21874 inserting " *mml*" buffer's contents into a unibyte temp buffer.
21875
21876 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
21877
21878 * mail-source.el (mail-source-fetch-imap): Search for ^From case
21879 sensitively.
21880
21881 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
21882
21883 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21884
21885 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
21886
21887 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21888 which will be inserted according to the multibyteness of a buffer
21889 rather than the type of contents. Suggested by ARISAWA Akihiro
21890 <ari@mbf.ocn.ne.jp>.
21891
21892 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21893 of string which old xml.el may return rather than a string.
21894
21895 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
21896
21897 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21898
21899 2005-01-16 Simon Josefsson <jas@extundo.com>
21900
21901 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21902 idn/idna.el isn't available.
21903 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
21904 <michael@waxrat.com>.
21905
21906 * hashcash.el: Remove non-FSF copyright header.
21907
21908 * hashcash.el (hashcash-extra-generate-parameters): New variable.
21909 (hashcash-generate-payment): Use it.
21910 (hashcash-generate-payment-async): Use it.
21911
21912 2005-01-15 Simon Josefsson <jas@extundo.com>
21913
21914 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21915 Suggested by Raymond Scholz <ray-2005@zonix.de>.
21916
21917 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21918 gnus-summary-idna-message.
21919 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21920 (gnus-summary-idna-message): New function.
21921
21922 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
21923
21924 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21925 gnus-novice-user.
21926
21927 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
21928
21929 * nnrss.el (nnrss-request-delete-group): Delete entries in
21930 nnrss-group-alist as well.
21931 (nnrss-save-server-data): Insert newline.
21932
21933 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
21934
21935 * gnus.el (gnus-user-agent): Use list of symbols instead of
21936 symbols. Display full version number for (S)XEmacs.
21937 Optionally display (S)XEmacs codename.
21938
21939 * gnus-util.el (gnus-emacs-version): Update for new
21940 `gnus-user-agent'.
21941
21942 * gnus-msg.el (gnus-extended-version): Make it possible to omit
21943 Gnus version.
21944
21945 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
21946
21947 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
21948 which is unreadable in some setups.
21949
21950 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
21951
21952 * gnus-spec.el (gnus-update-format-specifications): Flush the
21953 group format spec cache if it doesn't support decoded group names.
21954
21955 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
21956
21957 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21958 Allow to apply decay on score files matching a regexp.
21959
21960 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
21961
21962 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21963 compatibility in %g and %c.
21964
21965 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
21966
21967 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21968 name for only %g and %c.
21969 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21970 of gnus-tmp-group to decoded group name.
21971 (gnus-group-make-rss-group): Exclude `/'s from group names.
21972
21973 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
21974
21975 * nnrss.el (nnrss-get-encoding): Fix regexp.
21976
21977 2004-12-27 Simon Josefsson <jas@extundo.com>
21978
21979 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21980 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21981 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
21982
21983 2004-12-17 Kim F. Storm <storm@cua.dk>
21984
21985 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21986
21987 * gnus-sum.el (gnus-summary-mode-map): Likewise.
21988
21989 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
21990
21991 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21992
21993 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
21994
21995 * nnrss.el: Require rfc2047 and mml.
21996 (nnrss-file-coding-system): New variable.
21997 (nnrss-format-string): Redefine it as an inline function.
21998 (nnrss-decode-group-name): New function.
21999 (nnrss-string-as-multibyte): Remove.
22000 (nnrss-retrieve-headers): Decode group name; don't use
22001 nnrss-format-string.
22002 (nnrss-request-group): Decode group name.
22003 (nnrss-request-article): Decode group name; allow a Message-ID as
22004 well as an article number; don't use nnrss-format-string; encode a
22005 Message-ID string which may contain non-ASCII characters; use
22006 mml-to-mime to compose a MIME article.
22007 (nnrss-request-expire-articles): Decode group name.
22008 (nnrss-request-delete-group): Decode group name.
22009 (nnrss-fetch): Clarify error message.
22010 (nnrss-read-server-data): Use insert-file-contents instead of load;
22011 bind file-name-coding-system; use multibyte buffer.
22012 (nnrss-save-server-data): Bind coding-system-for-write to the
22013 value of nnrss-file-coding-system; bind file-name-coding-system;
22014 add coding cookie.
22015 (nnrss-read-group-data): Use insert-file-contents instead of load;
22016 bind file-name-coding-system; use multibyte buffer.
22017 (nnrss-save-group-data): Bind coding-system-for-write to the
22018 value of nnrss-file-coding-system; bind file-name-coding-system.
22019 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
22020 make it work with non-ASCII text.
22021 (nnrss-find-el): Make it work with old xml.el as well.
22022
22023 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
22024
22025 * nnrss.el (nnrss-get-encoding): New function.
22026 (nnrss-fetch): Use unibyte buffer initially; bind
22027 coding-system-for-read while performing mm-url-insert; remove ^Ms;
22028 decode contents according to the encoding attribute.
22029 (nnrss-save-group-data): Add coding cookie.
22030 (nnrss-mime-encode-string): New function.
22031 (nnrss-check-group): Use it to encode subject and author.
22032
22033 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
22034
22035 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22036 imaginary variable.
22037
22038 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
22039
22040 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22041 correctly even if there are wide characters.
22042
22043 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
22044
22045 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22046 downcased symbol names; make a new cache instead of reusing
22047 bbdb-hashtable.
22048
22049 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
22050
22051 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
22052 concatenating segments rather than before concatenating them.
22053 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22054
22055 * message.el (message-get-reply-headers): Bind `extra'.
22056
22057 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22058
22059 * message.el (message-extra-wide-headers): New variable.
22060 (message-get-reply-headers): Use it.
22061
22062 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
22063
22064 * gnus-agent.el (gnus-agent-group-path): Decode group name.
22065 (gnus-agent-group-pathname): Ditto.
22066
22067 * gnus-cache.el (gnus-cache-file-name): Decode group name.
22068
22069 * gnus-group.el (gnus-group-make-group): Decode group name.
22070 (gnus-group-make-rss-group): Register the group data after opening
22071 the nnrss group.
22072
22073 2004-12-17 Paul Jarc <prj@po.cwru.edu>
22074
22075 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22076 by expiry now get marked as read.
22077
22078 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
22079
22080 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22081
22082 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
22083
22084 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22085 unify Latin characters in XEmacs.
22086 (mm-find-mime-charset-region): Use it.
22087
22088 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
22089
22090 * gnus-util.el (gnus-delete-directory): New function.
22091
22092 * gnus-agent.el (gnus-agent-delete-group): Use it.
22093
22094 * gnus-cache.el (gnus-cache-delete-group): Use it.
22095
22096 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
22097
22098 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22099 names.
22100
22101 2004-12-16 Simon Josefsson <jas@extundo.com>
22102
22103 * hashcash.el (hashcash-payment-alist): Fix custom :type.
22104
22105 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
22106
22107 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22108
22109 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22110 (gnus-group-set-current-level): Decode group name.
22111
22112 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
22113
22114 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22115 failed.
22116
22117 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
22118
22119 * gnus-group.el (gnus-group-delete-group): Decode group name.
22120 (gnus-group-make-rss-group): Encode group name.
22121 (gnus-group-catchup-current): Decode group name.
22122 (gnus-group-kill-group): Decode group name.
22123
22124 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
22125
22126 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22127
22128 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
22129
22130 * gnus-group.el (gnus-group-make-rss-group):
22131 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22132
22133 * gnus-start.el (gnus-setup-news): Honor user's setting to
22134 gnus-message-archive-method. Suggested by Lute Kamstra
22135 <lute@gnu.org>.
22136
22137 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
22138
22139 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22140 global counterparts of the buffer-local variables.
22141
22142 2004-11-16 Romain Francoise <romain@orebokech.com>
22143
22144 * gnus-sum.el (gnus-summary-exit): Don't clear the global
22145 counterparts of the buffer-local variables.
22146
22147 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
22148
22149 * message.el (message-forbidden-properties): Fix typo in doc
22150 string.
22151
22152 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
22153
22154 * gnus-util.el (gnus-replace-in-string): Add doc string.
22155
22156 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22157 to avoid problems when splitting mails with many recipients.
22158
22159 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
22160
22161 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22162 pop-to-buffer, covered by the subsequent gnus-configure-windows.
22163
22164 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
22165
22166 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22167 if there is no hashtable in memory or file modification time is
22168 newer than cached timestamp.
22169
22170 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
22171
22172 * gnus-sum.el (gnus-summary-limit-to-recipient):
22173 Implement not-matching option.
22174
22175 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
22176
22177 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22178 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22179 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22180 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22181 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
22182 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22183
22184 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
22185
22186 * message.el (message-forward-make-body-mml): Remove headers
22187 according to message-forward-ignored-headers if a message is decoded.
22188
22189 2004-12-02 Romain Francoise <romain@orebokech.com>
22190
22191 * message.el (message-forward-make-body-plain): Always remove
22192 headers according to message-forward-ignored-headers.
22193
22194 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
22195
22196 * spam.el (spam-summary-prepare-exit): Remove the
22197 gnus-summary-limit pop for now, it has problems with ham marks for
22198 me.
22199
22200 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
22201
22202 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22203 correctly.
22204
22205 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
22206
22207 * format-spec.el (format-spec): Message the char.
22208
22209 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
22210
22211 * gnus-art.el (gnus-split-methods): Reformat comments.
22212
22213 * spam.el (spam-summary-prepare-exit): Remove article limits
22214 before exiting the summary buffer.
22215
22216 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
22217
22218 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22219 order to silence the byte compiler.
22220
22221 * spam.el: Fix the way to silence the byte compiler, which
22222 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22223 bbdb-search-simple, spam-BBDB-register-routine,
22224 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22225 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22226 spam-stat-buffer-is-spam, spam-stat-load,
22227 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22228 spam-stat-save and spam-stat-split-fancy.
22229
22230 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
22231
22232 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22233 which may confuse users.
22234 (canlock-password-for-verify): Ditto.
22235
22236 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22237
22238 * gnus-art.el (gnus-emphasis-alist): Ditto.
22239
22240 * gnus-registry.el (gnus-registry-max-entries): Ditto.
22241
22242 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22243
22244 * gnus-start.el (gnus-save-killed-list): Ditto.
22245
22246 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22247 (gnus-sum-thread-tree-root): Ditto.
22248 (gnus-sum-thread-tree-false-root): Ditto.
22249 (gnus-sum-thread-tree-single-indent): Ditto.
22250
22251 * message.el (message-courtesy-message): Ditto.
22252 (message-archive-note): Ditto.
22253 (message-subscribed-address-file): Ditto.
22254 (message-user-fqdn): Ditto.
22255
22256 * spam-report.el (spam-report-gmane-regex): Ditto.
22257
22258 * spam.el (spam-blackhole-good-server-regex): Ditto.
22259
22260 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
22261
22262 * mml.el (mml-preview): Widen the message buffer before copying
22263 the contents to the preview buffer; sort headers before previewing.
22264
22265 * message.el (message-hidden-headers): Fix the way to avoid a bug
22266 in the `repeat' widget in Emacs 21.3 or earlier.
22267
22268 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
22269
22270 * message.el (message-hidden-headers): Default to "^References:".
22271 Improve customization type. Suggested by Reiner Steib
22272 <Reiner.Steib@gmx.de>.
22273
22274 2004-11-25 Romain Francoise <romain@orebokech.com>
22275
22276 * message.el (message-strip-forbidden-properties): Remove check for
22277 obsolete `message-hidden' text property, hidden headers are not
22278 accessible in the buffer anymore.
22279
22280 2004-11-22 Romain Francoise <romain@orebokech.com>
22281
22282 * message.el (message-header-format-alist): Add `From' in list
22283 so that it can be sorted.
22284 (message-fix-before-sending): Widen and sort headers before
22285 sending.
22286 (message-hide-headers): Use narrowing to hide headers by moving
22287 them to the top of the buffer and narrowing to the region
22288 underneath.
22289
22290 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
22291
22292 * message.el (message-strip-forbidden-properties):
22293 Bind buffer-read-only (etc) to nil.
22294
22295 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
22296
22297 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22298 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22299
22300 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
22301
22302 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22303
22304 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
22305
22306 * dns.el (query-dns): Use sit-for to time instead of
22307 accept-process-output, since that doesn't seem to work on udp
22308 sockets.
22309
22310 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
22311
22312 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22313
22314 2004-11-15 Jesper Harder <harder@ifa.au.dk>
22315
22316 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22317 doc string. Improve doc string.
22318
22319 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
22320
22321 * nntp.el (nntp-request-update-info): Return nil if
22322 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22323 may not call gnus-activate-group which uselessly issues the GROUP
22324 commands for all nntp groups and wastes time. Reported by Romain
22325 Francoise <romain@orebokech.com>.
22326
22327 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22328
22329 2004-11-15 Simon Josefsson <jas@extundo.com>
22330
22331 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22332 headers separately.
22333 (gnus-button-openpgp): New function, inspired by Jochen Küpper
22334 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22335
22336 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
22337
22338 * gnus-start.el (gnus-convert-old-newsrc):
22339 Assign legacy-gnus-agent to 5.10.7.
22340
22341 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
22342
22343 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22344 start of the lines.
22345
22346 2004-11-14 Magnus Henoch <mange@freemail.hu>
22347
22348 * hashcash.el (hashcash-default-payment): Change default to 20.
22349 (hashcash-default-accept-payment): Change default to 20.
22350 (hashcash-process-alist): New variable.
22351 (hashcash-generate-payment-async): Add.
22352 (hashcash-already-paid-p): Add.
22353 (hashcash-insert-payment): Don't generate payments twice.
22354 (hashcash-insert-payment-async): Add.
22355 (hashcash-insert-payment-async-2): Add.
22356 (hashcash-cancel-async): Add.
22357 (hashcash-wait-async): Add.
22358 (hashcash-processes-running-p): Add.
22359 (hashcash-wait-or-cancel): Add.
22360 (mail-add-payment): New optional argument. Conditionally start
22361 asynchronous calculation.
22362 (mail-add-payment-async): Add.
22363
22364 * message.el (message-send-mail): Wait for asynchronous hashcash
22365 results. Don't clobber existing X-Hashcash headers.
22366 (message-setup-1): Call mail-add-payment-async when
22367 message-generate-hashcash is non-nil.
22368
22369 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
22370
22371 * message.el (message-use-alternative-email-as-from): Examine the
22372 From header as well; use message-make-from in order to include a
22373 user's full name.
22374
22375 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
22376
22377 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22378 default; improve customization type.
22379 (gnus-emphasis-custom-with-format): New macro.
22380 (gnus-emphasis-custom-value-to-external): New function.
22381 (gnus-emphasis-custom-value-to-internal): New function.
22382
22383 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
22384
22385 * dns.el (query-dns): Resolve reverse addresses.
22386
22387 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
22388
22389 * gnus-group.el (gnus-group-get-new-news): Use it.
22390
22391 * gnus-start.el (gnus-check-reasonable-setup): New function.
22392
22393 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
22394
22395 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22396 "Args out of range" error. Reported by Arnaud Giersch
22397 <arnaud.giersch@free.fr>.
22398
22399 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
22400
22401 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22402
22403 2004-11-04 Richard M. Stallman <rms@gnu.org>
22404
22405 * spam.el (spam group): Add :version.
22406
22407 * pgg-def.el (pgg group): Add :version.
22408
22409 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
22410
22411 * gnus-art.el (gnus-article-edit-article): Don't associate the
22412 article buffer with a draft file. This is a temporary measure
22413 against the 2004-08-22 change to gnus-article-edit-mode.
22414
22415 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
22416
22417 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22418 (html2text-format-tags): Remove unused variable `attr'.
22419
22420 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
22421
22422 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22423
22424 * spam-stat.el (spam-stat): Add :version.
22425
22426 * sieve.el (sieve): Add :version.
22427
22428 * sha1.el (sha1): Add :version.
22429 (sha1-use-external): Remove redundant version.
22430
22431 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22432 (nnmail-cache-ignore-groups, nnmail-spool-hook)
22433 (nnmail-split-fancy-match-partial-words)
22434 (nnmail-split-lowercase-expanded): Add :version.
22435
22436 * nndiary.el (nndiary): Add :version.
22437
22438 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22439
22440 * mml-sec.el (mml-default-sign-method)
22441 (mml-default-encrypt-method, mml-signencrypt-style-alist):
22442 Add :version.
22443
22444 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22445
22446 * mm-url.el (mm-url-use-external, mm-url-program)
22447 (mm-url-arguments): Add :version.
22448
22449 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22450 (mm-attachment-file-modes, mm-decrypt-option)
22451 (mm-w3m-safe-url-regexp): Add :version.
22452
22453 * message.el (message-cite-prefix-regexp)
22454 (message-sendmail-envelope-from, message-minibuffer-local-map)
22455 (message-user-fqdn, message-completion-alist): Add :version.
22456
22457 * gnus-win.el (gnus-configure-windows-hook)
22458 (gnus-use-frames-on-any-display): Add :version.
22459
22460 * gnus-art.el (gnus-article-address-banner-alist)
22461 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22462 (gnus-treat-from-picon, gnus-treat-mail-picon)
22463 (gnus-treat-x-pgp-sig): Add :version.
22464
22465 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22466 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22467 (gnus-summary-article-delete-hook)
22468 (gnus-summary-display-while-building): Add :version.
22469
22470 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22471 (gnus-get-top-new-news-hook): Add :version.
22472
22473 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22474 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22475
22476 * gnus-registry.el (gnus-registry): Add :version.
22477
22478 * gnus-spec.el (gnus-use-correct-string-widths)
22479 (gnus-make-format-preserve-properties): Add :version.
22480
22481 * gnus.el (gnus-group-charter-alist)
22482 (gnus-group-fetch-control-use-browse-url)
22483 (gnus-install-group-spam-parameters): Add :version.
22484
22485 * gnus-diary.el (gnus-diary): Add :version.
22486
22487 * gnus-delay.el (gnus-delay): Add :version.
22488
22489 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22490 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22491 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22492 Add :version.
22493
22494 * gnus-agent.el (gnus-agent-max-fetch-size)
22495 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22496 (gnus-agent-prompt-send-queue): Add :version.
22497
22498 * deuglify.el (gnus-outlook-deuglify): Add :version.
22499
22500 * html2text.el: Beautify code. Improve doc strings.
22501 Some checkdoc cleanup.
22502 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22503
22504 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
22505
22506 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22507
22508 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
22509
22510 * gnus-registry.el (gnus-registry-hashtb): Create the registry
22511 when package is loaded.
22512
22513 * spam.el (spam-summary-score-preferred-header): Add global preference
22514 for people who want to override the default SpamAssassin over
22515 Bogofilter preference (when both are set).
22516 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22517 (spam-user-format-function-S):
22518 Check spam-summary-score-preferred-header.
22519 (spam-extra-header-to-number): Add X-Bogosity header parsing.
22520 (spam-user-format-function-S): Format the score correctly.
22521
22522 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
22523
22524 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22525 signature file. Suggested by Manoj Srivastava
22526 <srivasta@golden-gryphon.com>.
22527
22528 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22529 iso-2022-jp even in the Japanese language environment.
22530 Suggested by Jason Rumney <jasonr@gnu.org>.
22531
22532 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
22533
22534 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22535 use the same characters as the dummy marks; make it free from
22536 getting affected by the language environment.
22537 (gnus-summary-read-group-1): Update mark positions only when the
22538 format spec is updated.
22539
22540 * gnus-spec.el (gnus-update-format-specifications): Return a list
22541 of updated types.
22542
22543 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
22544
22545 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22546 of boundp to check if display-warning is available.
22547
22548 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
22549
22550 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22551
22552 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
22553
22554 * nnspool.el (nnspool-spool-directory): Use news-path if the
22555 news-directory variable is not bound.
22556
22557 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22558 function instead of display-warning if it is not available.
22559
22560 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
22561
22562 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22563 v5-10: Use `point-at-bol'.
22564
22565 2004-10-26 Simon Josefsson <jas@extundo.com>
22566
22567 * hashcash.el: Fix URL in comment, reported by Cheng Gao
22568 <chenggao@gmail.com>.
22569
22570 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
22571
22572 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
22573 instead.
22574
22575 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
22576
22577 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22578 to remove a server from the nnimap-server-buffer-alist.
22579 (nnimap-open-connection, nnimap-close-server): Use it.
22580
22581 * gnus-encrypt.el: Remove file in favor of encrypt.el.
22582
22583 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
22584
22585 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22586 running the major-mode function.
22587
22588 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
22589
22590 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22591 dummy marks in the right way.
22592
22593 2004-10-18 David Edmondson <dme@dme.org>
22594
22595 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22596 excessively.
22597
22598 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
22599
22600 * gnus-util.el (gnus-split-references): Accept a nil references
22601 string and go on blissfully.
22602
22603 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22604 cases where the references string is non-nil but has no references.
22605
22606 * encrypt.el: Add autoload tags.
22607
22608 * spam.el (spam-resolve-registrations-routine): Remove article
22609 from unregistration list too. Reported by David Hanak
22610 <dhanak@isis.vanderbilt.edu>
22611
22612 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
22613
22614 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22615 nil. Change custom type.
22616
22617 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
22618
22619 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22620
22621 * gnus-sum.el (gnus-summary-move-article): Use it.
22622
22623 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
22624
22625 * encrypt.el: Add autoload cookies.
22626
22627 * spam.el (spam-backend-article-list-property)
22628 (spam-backend-get-article-todo-list)
22629 (spam-backend-put-article-todo-list)
22630 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22631 Resolve registrations separately.
22632 (spam-register-routine): Format comments.
22633 (spam-unregister-routine, spam-register-routine): Always call with
22634 specific-articles, no default list.
22635 (spam-summary-prepare-exit): Use the spam-classifications function.
22636
22637 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22638 gnus-encrypt.el.
22639
22640 * encrypt.el: Copied from gnus-encrypt.el.
22641
22642 * gnus-encrypt.el: Commented that it's obsolete.
22643
22644 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
22645
22646 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22647 (gnus-score-save): Use it.
22648
22649 * message.el (message-bury): Use `window-dedicated-p'.
22650
22651 2004-10-15 Simon Josefsson <jas@extundo.com>
22652
22653 * pop3.el (top-level): Don't require nnheader.
22654 (pop3-read-timeout): Add.
22655 (pop3-accept-process-output): Add.
22656 (pop3-read-response, pop3-retr): Use it.
22657
22658 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
22659
22660 * spam.el (spam-register-routine): Move comment.
22661 (spam-verify-bogofilter): Use 'unknown for the initial
22662 spam-bogofilter-valid state, not 'never.
22663
22664 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22665 for netrc-machine.
22666
22667 * nnimap.el (nnimap-open-connection):
22668 Use netrc-machine-user-or-password.
22669
22670 2004-10-17 Richard M. Stallman <rms@gnu.org>
22671
22672 * gnus-registry.el (gnus-registry-unload-hook):
22673 Set as a variable with add-hook.
22674
22675 * nnspool.el (nnspool-spool-directory): Use news-directory instead
22676 of news-path.
22677
22678 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22679
22680 * spam.el: Delete duplicate `provide'.
22681 (spam-unload-hook): Set as a variable with add-hook.
22682
22683 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
22684
22685 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22686 in the doc string.
22687
22688 * message.el (message-ignored-news-headers)
22689 (message-ignored-supersedes-headers)
22690 (message-ignored-resent-headers)
22691 (message-forward-ignored-headers): Improve custom type.
22692
22693 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
22694
22695 * message.el (message-tokenize-header): Fix 2004-09-06 change
22696 which used point-min in the wrong place.
22697
22698 2004-10-12 Simon Josefsson <jas@extundo.com>
22699
22700 * tls.el (tls-certtool-program): New variable.
22701 (tls-certificate-information): New function, based on
22702 ssl-certificate-information.
22703
22704 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
22705
22706 * compface.el: Move the version of ELisp-based uncompface program
22707 to the contrib directory because of the copyright problem.
22708
22709 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
22710
22711 * message.el (message-kill-buffer): Raise the current frame.
22712
22713 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
22714
22715 * gnus-sum.el: Mention that multibyte characters don't work as marks.
22716
22717 * gnus.el (message-y-or-n-p): Autoload.
22718
22719 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22720 (pop3-password-required, pop3-authentication-scheme)
22721 (pop3-leave-mail-on-server): Make customizable.
22722 (pop3): New custom group.
22723 (pop3-retr): Remove `sleep-for' statements.
22724 Suggested by Dave Love <fx@gnu.org>.
22725
22726 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22727 Windows/DOS.
22728
22729 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22730 (imap-parse-body): Fix incorrect use of `assert'.
22731 Suggested by Dave Love <fx@gnu.org>.
22732
22733 * mml.el (mml-minibuffer-read-disposition): Require match.
22734 Suggested by Dave Love <fx@gnu.org>.
22735
22736 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
22737
22738 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
22739 doc string.
22740
22741 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
22742
22743 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22744
22745 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22746
22747 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22748 instead of calling `mm-insert-inline', to decode text/* parts
22749 before displaying them.
22750
22751 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
22752
22753 * mm-uu.el (mm-uu-text-plain-type): New variable.
22754 (mm-uu-pgp-signed-extract-1): Use it.
22755 (mm-uu-pgp-encrypted-extract-1): Use it.
22756 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22757 bind mm-uu-text-plain-type with that value.
22758 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22759 mm-uu-dissect.
22760
22761 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
22762
22763 * gnus-group.el (gnus-update-group-mark-positions):
22764 * gnus-sum.el (gnus-update-summary-mark-positions):
22765 * message.el (message-check-news-body-syntax):
22766 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22767 of string-as-multibyte.
22768
22769 2004-10-05 Juri Linkov <juri@jurta.org>
22770
22771 * gnus-group.el (gnus-update-group-mark-positions):
22772 * gnus-sum.el (gnus-update-summary-mark-positions):
22773 * message.el (message-check-news-body-syntax):
22774 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22775 8-bit unibyte values to a multibyte string for search functions.
22776
22777 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
22778
22779 * mm-uu.el (mm-uu-dissect): Allow optional arg.
22780 (mm-uu-dissect-text-parts): New function.
22781
22782 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22783 dissect text parts.
22784
22785 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22786 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22787
22788 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22789
22790 * gnus-topic.el (gnus-topic-hierarchical-parameters):
22791 Use gnus-current-topics instead of gnus-current-topic.
22792
22793 2004-10-06 Jesper Harder <harder@ifa.au.dk>
22794
22795 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22796
22797 2004-10-05 Jesper Harder <harder@ifa.au.dk>
22798
22799 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22800 where appropriate.
22801
22802 * nnml.el (nnml-generate-active-info): do.
22803
22804 * nndiary.el (nndiary-generate-active-info): do.
22805
22806 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22807 (gnus-topic-move): do.
22808
22809 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22810 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22811
22812 * gnus-srvr.el (gnus-server-prepare)
22813 (gnus-server-open-all-servers): do.
22814
22815 * gnus-msg.el (gnus-summary-cancel-article)
22816 (gnus-summary-resend-message)
22817 (gnus-summary-mail-crosspost-complaint): do.
22818
22819 * gnus-move.el (gnus-change-server): do.
22820
22821 * gnus-group.el (gnus-group-unmark-all-groups)
22822 (gnus-group-set-current-level): do.
22823
22824 2004-10-04 Simon Josefsson <jas@extundo.com>
22825
22826 * message.el (message-generate-hashcash): Doc fix.
22827
22828 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
22829
22830 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22831 avoid infinite recursion via gnus-get-function.
22832
22833 2004-10-02 Jesper Harder <harder@ifa.au.dk>
22834
22835 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22836
22837 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22838
22839 * nnmail.el (nnmail-split-history): do.
22840
22841 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22842 (nnml-request-delete-group): do.
22843
22844 * nnslashdot.el (nnslashdot-read-groups): do.
22845
22846 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22847 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22848
22849 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22850 (nnspool-sift-nov-with-sed): Use last.
22851 (nnspool-retrieve-headers-with-nov): Use mapc.
22852 (nnspool-request-newgroups): Use dolist.
22853 (nnspool-request-group): Use last.
22854
22855 * nntp.el (nntp-read-server-type): Use dolist.
22856
22857 * nnvirtual.el (nnvirtual-create-mapping)
22858 (nnvirtual-update-read-and-marked): Use dolist.
22859 (nnvirtual-convert-headers): Simplify.
22860
22861 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
22862
22863 * gnus-agent.el (gnus-agent-synchronize-group-flags):
22864 Add support for sync'ing tick marks.
22865
22866 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
22867
22868 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22869 there's no visible header.
22870
22871 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
22872
22873 * gnus-agent.el (gnus-agent-synchronize-group-flags):
22874 When necessary, pass full group name to gnus-request-set-marks.
22875
22876 2004-10-01 Simon Josefsson <jas@extundo.com>
22877
22878 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
22879 acroread.
22880
22881 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22882
22883 * spam-report.el (spam-report-gmane): Fix interactive.
22884
22885 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22886
22887 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22888 when writing file.
22889 (gnus-agent-synchronize-flags): Don't default to being
22890 interactive.
22891
22892 2004-09-30 Simon Josefsson <jas@extundo.com>
22893
22894 * message.el (message-generate-hashcash): Add.
22895 (message-send-mail): Use it, call mail-add-payment.
22896
22897 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
22898
22899 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22900
22901 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
22902
22903 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22904 gnus-request-update-info with explicit code to sync the in-memory
22905 info read flags with the marks being sync'd to the backend.
22906
22907 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22908
22909 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
22910
22911 * spam.el (spam-verify-bogofilter): Add new function.
22912 (spam-check-bogofilter)
22913 (spam-bogofilter-register-with-bogofilter): Use it.
22914 (spam-verify-bogofilter): Add small fixes.
22915
22916 2004-09-28 Simon Josefsson <jas@extundo.com>
22917
22918 * hashcash.el (hashcash-generate-payment): Revert.
22919
22920 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
22921
22922 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22923 Use gnus-extract-references instead of gnus-split-references.
22924
22925 * gnus-util.el (gnus-extract-references): Add new function, analogous
22926 to gnus-split-references but extracts only the message-ID without
22927 anything extra.
22928
22929 * hashcash.el (hashcash-generate-payment)
22930 (hashcash-check-payment): Do the right thing if hashcash-path is
22931 nil (because the hashcash program could not be found).
22932
22933 * spam.el (spam-use-hashcash): Remove comment.
22934
22935 2004-09-27 Jesper Harder <harder@ifa.au.dk>
22936
22937 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22938 (gnus-cache-enter-article, gnus-cache-remove-article)
22939 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22940
22941 * gnus-async.el (gnus-async-prefetch-remove-group): do.
22942
22943 * gnus-art.el (article-hide-boring-headers)
22944 (article-translate-strings, article-display-face)
22945 (gnus-article-mime-match-handle-first)
22946 (gnus-article-highlight-headers)
22947 (gnus-article-add-buttons-to-head): do.
22948
22949 2004-09-27 Simon Josefsson <jas@extundo.com>
22950
22951 * hashcash.el: New version, from
22952 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
22953 ../contrib/.
22954
22955 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
22956
22957 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22958
22959 2004-09-26 Jesper Harder <harder@ifa.au.dk>
22960
22961 * gnus-dup.el (gnus-dup-open): Use mapc.
22962 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22963
22964 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22965 Reported by Stefan Wiens <s.wi@gmx.net>.
22966
22967 * gnus.el (gnus-shutdown): Use dolist.
22968
22969 * gnus-undo.el (gnus-undo): Use mapc.
22970
22971 * nnrss.el (nnrss-generate-active): do.
22972
22973 * message.el (message-cite-original-without-signature)
22974 (message-cite-original): Use mapc.
22975 (message-do-actions, message-make-forward-subject): Use dolist.
22976
22977 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
22978
22979 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22980 deletion to remove entire duplicate line. Fixes merged article
22981 number bug.
22982
22983 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
22984
22985 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22986 servers that are offline. Avoids having gnus-agent-toggle-plugged
22987 first ask if you want to open a server and then, even when you
22988 responded with no, asking if you want to synchronize the server's
22989 flags.
22990 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22991 multi-line expressions.
22992 (gnus-agent-synchronize-group-flags): New internal function.
22993 Updates marks in memory (in the info structure) AND in the
22994 backend.
22995
22996 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22997
22998 * nnagent.el (nnagent-request-set-mark):
22999 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23000 method, to ensure that synchronization updates marks in the
23001 backend and in the info (in memory) structure.
23002
23003 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
23004
23005 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
23006 convention fully; don't miss the root article of a thread; make
23007 the X-Draft-From header with correct article numbers.
23008
23009 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
23010
23011 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
23012 unless plugged. Disable the agent so that an open failure causes
23013 an error.
23014
23015 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
23016 Revert 2004-09-21 change. The backend must be opened while
23017 synchronizing flags even when the backend stores the flags
23018 locally.
23019
23020 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
23021
23022 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23023 in `header' match. Reported by Svend Tollak Munkejord.
23024
23025 * message.el (message-cite-original): Fix use of
23026 `message-cite-articles-with-x-no-archive'.
23027
23028 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
23029
23030 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
23031 (gnus-window-to-buffer): Ditto.
23032
23033 * mml.el (mml-preview-buffer): New variable.
23034 (mml-preview): Manage window layout with gnus-buffer-configuration.
23035
23036 * gnus-msg.el (gnus-setup-message): Put article numbers into the
23037 X-Draft-From header even if those articles aren't quoted.
23038
23039 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
23040
23041 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
23042 (gnus-request-set-mark, gnus-request-update-mark): Use new
23043 g-s-t-u-l-m to decide to use backend even when unplugged.
23044
23045 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
23046
23047 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
23048 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
23049
23050 2004-09-20 Simon Josefsson <jas@extundo.com>
23051
23052 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
23053 "utf-16-le".
23054
23055 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
23056
23057 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
23058
23059 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
23060
23061 * uudecode.el (uudecode-use-external): Add :version.
23062
23063 * smime.el (smime-CA-file, smime-encrypt-cipher)
23064 (smime-dns-server): Add :version.
23065
23066 * smiley.el (gnus-smiley-file-types): Add :version.
23067
23068 * sha1.el (sha1-use-external): Add :version.
23069
23070 * pgg-def.el (pgg-query-keyserver): Add :version.
23071
23072 * nnmail.el (nnmail-fancy-expiry-targets)
23073 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23074 Add :version.
23075
23076 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23077 (nnimap-retrieve-groups-asynchronous): Add :version.
23078 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
23079
23080 * mml.el (mml-content-disposition-parameters)
23081 (mml-insert-mime-headers-always): Add :version.
23082
23083 * mm-util.el (mm-coding-system-priorities): Add :version.
23084
23085 * mm-decode.el (mm-inline-text-html-with-images)
23086 (mm-keep-viewer-alive-types, mm-external-terminal-program)
23087 (mm-verify-option): Add :version.
23088 (mm-text-html-renderer): Change :version.
23089
23090 * message.el (message-fcc-externalize-attachments)
23091 (message-required-headers, message-draft-headers)
23092 (message-subject-trailing-was-query)
23093 (message-subject-trailing-was-ask-regexp)
23094 (message-subject-trailing-was-regexp, message-mark-insert-begin)
23095 (message-mark-insert-end, message-archive-header)
23096 (message-archive-note, message-cross-post-default)
23097 (message-cross-post-note, message-followup-to-note)
23098 (message-cross-post-note-function, message-use-mail-followup-to)
23099 (message-subscribed-address-functions)
23100 (message-subscribed-address-file, message-subscribed-addresses)
23101 (message-subscribed-regexps, message-allow-no-recipients)
23102 (message-yank-cited-prefix, message-signature-insert-empty-line)
23103 (message-hidden-headers, message-hierarchical-addresses)
23104 (message-mail-user-agent, message-use-idna)
23105 (message-valid-fqdn-regexp)
23106 (message-strip-special-text-properties, message-header-synonyms)
23107 (message-beginning-of-line, message-tab-body-function): Add :version.
23108 (message-insert-canlock, message-wide-reply-confirm-recipients):
23109 Change :version.
23110
23111 * mail-source.el (mail-source-ignore-errors): Add :group, :type
23112 and :version.
23113 (mail-source-delete-old-incoming-confirm)
23114 (mail-source-movemail-program): Add :version.
23115
23116 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23117 (gnus-agent-cache, gnus-agent): Change :version.
23118
23119 * gnus-util.el (gnus-use-byte-compile): Change :version.
23120
23121 * gnus-sum.el (gnus-summary-make-false-root-always)
23122 (gnus-summary-default-high-score)
23123 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23124 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23125 (gnus-read-all-available-headers, gnus-article-emulate-mime)
23126 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23127 (gnus-sum-thread-tree-single-indent)
23128 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23129 (gnus-sum-thread-tree-leaf-with-other)
23130 (gnus-sum-thread-tree-single-leaf): Add :version.
23131 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23132 (gnus-article-loose-mime): Change :version.
23133
23134 * gnus-start.el (gnus-backup-startup-file)
23135 (gnus-save-startup-file-via-temp-buffer): Add :version.
23136
23137 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23138 (gnus-server-offline-face): Add :version.
23139
23140 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23141
23142 * gnus-msg.el (gnus-gcc-externalize-attachments)
23143 (gnus-debug-files, gnus-debug-exclude-variables)
23144 (gnus-discouraged-post-methods): Change :version.
23145 (gnus-confirm-mail-reply-to-news)
23146 (gnus-confirm-treat-mail-like-news): Add :version.
23147
23148 * gnus-int.el (gnus-server-unopen-status): Add :version.
23149
23150 * gnus-group.el (gnus-group-jump-to-group-prompt)
23151 (gnus-large-ephemeral-newsgroup)
23152 (gnus-fetch-old-ephemeral-headers): Add :version.
23153
23154 * gnus-fun.el (gnus-x-face-directory)
23155 (gnus-convert-pbm-to-x-face-command)
23156 (gnus-convert-image-to-x-face-command)
23157 (gnus-convert-image-to-face-command): Add :version.
23158
23159 * gnus-delay.el (gnus-delay-default-hour): Add :version.
23160
23161 * gnus-cite.el (gnus-cite-blank-line-after-header)
23162 (gnus-article-boring-faces): Add :version.
23163
23164 * gnus-art.el (gnus-buttonized-mime-types)
23165 (gnus-inhibit-mime-unbuttonizing)
23166 (gnus-treat-display-face)
23167 (gnus-treat-body-boundary): Change :version.
23168 (gnus-body-boundary-delimiter, gnus-picon-databases)
23169 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23170 (gnus-treat-date-english, gnus-treat-fold-headers)
23171 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23172 (gnus-treat-mail-picon, gnus-treat-wash-html)
23173 (gnus-article-encrypt-protocol)
23174 (gnus-use-idna, gnus-article-over-scroll)
23175 (gnus-mime-display-multipart-alternative-as-mixed)
23176 (gnus-mime-display-multipart-related-as-mixed)
23177 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23178 (gnus-ctan-url, gnus-button-ctan-handler)
23179 (gnus-button-handle-ctan-bogus-regexp)
23180 (gnus-button-ctan-directory-regexp)
23181 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23182 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23183 (gnus-button-man-level, gnus-button-emacs-level)
23184 (gnus-button-message-level, gnus-button-browse-level): Add :version.
23185
23186 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23187 (gnus-agent-go-online): Change :version.
23188 (gnus-agent-expire-unagentized-dirs)
23189 (gnus-agent-auto-agentize-methods): Add :version.
23190
23191 * flow-fill.el (fill-flowed-display-column)
23192 (fill-flowed-encode-column): Add :version.
23193
23194 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23195 (gnus-outlook-deuglify-unwrap-max)
23196 (gnus-outlook-deuglify-cite-marks)
23197 (gnus-outlook-deuglify-unwrap-stop-chars)
23198 (gnus-outlook-deuglify-no-wrap-chars)
23199 (gnus-outlook-deuglify-attrib-cut-regexp)
23200 (gnus-outlook-deuglify-attrib-verb-regexp)
23201 (gnus-outlook-deuglify-attrib-end-regexp)
23202 (gnus-outlook-display-hook): Add :version.
23203
23204 * binhex.el (binhex-use-external): Add :version.
23205
23206 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
23207
23208 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23209 and `invisible'.
23210
23211 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
23212
23213 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23214 in gnus-registry-trim.
23215
23216 2004-09-13 Simon Josefsson <jas@extundo.com>
23217
23218 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23219
23220 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23221
23222 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23223 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23224 <yamaoka@jpl.org>.
23225 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23226 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23227 <yamaoka@jpl.org>.
23228
23229 * sieve.el (sieve-manage-mode): Ditto.
23230
23231 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
23232
23233 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23234
23235 2004-09-11 Simon Josefsson <jas@extundo.com>
23236
23237 * dns-mode.el: Add.
23238
23239 * mm-view.el (mm-display-dns-inline): Add.
23240
23241 * mm-decode.el (mm-inline-media-tests): Add text/dns.
23242 (mm-automatic-display): Ditto.
23243
23244 * mailcap.el (mailcap-mime-data): Add text/dns.
23245 (mailcap-mime-extensions): Map .soa to text/dns.
23246
23247 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
23248
23249 * gnus-art.el (article-decode-mime-words, article-babel)
23250 (gnus-article-highlight-signature, gnus-article-add-buttons)
23251 (gnus-signature-toggle): Remove unnecessary bindings of
23252 `inhibit-read-only' inherited from v5.10 merge.
23253
23254 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
23255
23256 * nntp.el (nntp): New customization group.
23257 (nntp-authinfo-file): Add customization group.
23258
23259 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23260
23261 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23262
23263 * gnus.el (to-address, to-list, subscribed)
23264 (large-newsgroup-initial): Ditto.
23265
23266 * flow-fill.el (fill-flowed-display-column)
23267 (fill-flowed-encode-column): Ditto.
23268
23269 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
23270
23271 * message.el (message-tokenize-header, message-send-mail-with-qmail):
23272 Use point-min rather than 1.
23273 (message-send-mail): Use buffer-size rather than point-max.
23274
23275 * gnus-sum.el (gnus-summary-search-article-forward):
23276 Signal a specific `search-failed' rather than a generic `error'.
23277
23278 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23279 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23280 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23281
23282 2004-09-10 Simon Josefsson <jas@extundo.com>
23283
23284 * nndb.el (require): Remove tcp and duplicate cl.
23285
23286 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
23287
23288 * gnus-agent.el (directory-files-and-attributes): Move forward.
23289
23290 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
23291
23292 * gnus-agent.el (directory-files-and-attributes):
23293 Optionally defined to support XEmacs.
23294
23295 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
23296
23297 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23298 to avoid run-time CL dependencies.
23299 (gnus-agent-unfetch-articles): New function.
23300 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23301 article numbers even when local .overview file is missing.
23302 (gnus-agent-read-article-number): New function. Only accepts
23303 27-bit article numbers.
23304 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23305 Use gnus-agent-read-article-number.
23306 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23307 from backend while recognizing that article numbers in .overview
23308 must be valid.
23309 (gnus-agent-update-files-total-fetched-for):
23310 Use directory-files-and-attributes to improve performance.
23311 * gnus-int.el (gnus-request-move-article):
23312 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23313 improve performance.
23314
23315 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23316 some users confused by references to .newsrc when they only have a
23317 .newsrc.eld file.
23318 (gnus-convert-mark-converter-prompt)
23319 (gnus-convert-converter-needs-prompt): Fix use of property list.
23320 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23321 New function. Used internally to only display 'gnus converting
23322 files' message when actually necessary.
23323
23324 * gnus-sum.el (): Remove (require 'gnus-agent) as required
23325 methods now autoloaded.
23326
23327 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
23328
23329 * gnus-sum.el (gnus-summary-insert-subject): Remove list
23330 identifiers.
23331
23332 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
23333
23334 * gnus-picon.el: Fix indentation and closing parenthesis.
23335
23336 2004-09-01 Simon Josefsson <jas@extundo.com>
23337
23338 * message.el (message-canlock-generate): Require sha1, not
23339 sha1-el. (Can we get rid of this require altogether? It is ugly
23340 to require within a function. Sadly, if sha1.el isn't loaded, the
23341 let binding in m-c-g will hide the defcustom definition, which is
23342 bad.)
23343
23344 * canlock.el: Require sha1, not sha1-el.
23345
23346 * message.el: Don't autoload sha1 (there is a autoload cookie in
23347 sha1.el).
23348
23349 * sha1-el.el: Rename to sha1.el.
23350
23351 2004-08-30 Juanma Barranquero <lektu@terra.es>
23352
23353 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23354
23355 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
23356
23357 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23358
23359 2004-08-30 Kim F. Storm <storm@cua.dk>
23360
23361 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23362
23363 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23364 Add :group 'nnimap.
23365
23366 2004-08-30 Andreas Schwab <schwab@suse.de>
23367
23368 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23369 ?* and ?\;.
23370
23371 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23372 and ?\' to symbol instead of whitespace.
23373
23374 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
23375
23376 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23377
23378 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23379 instead of re-search-forward.
23380
23381 * gnus-uu.el (gnus-uu-save-article): Ditto.
23382 (gnus-uu-post-encode-uuencode): Ditto.
23383
23384 * html2text.el (html2text-clean-list-items): Ditto.
23385 (html2text-clean-dtdd): Ditto.
23386 (html2text-format-tags): Ditto.
23387
23388 * message.el (message-send-mail-with-sendmail): Fix regexp.
23389 (message-fill-field-general): Use search-forward instead of
23390 re-search-forward.
23391 (unbold-region): Ditto.
23392
23393 * nnrss.el (nnrss-request-article): Ditto.
23394
23395 * nnslashdot.el (nnslashdot-request-article): Ditto.
23396
23397 * nnweb.el (nnweb-gmane-wash-article): Ditto.
23398
23399 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23400 "Unrecognized menu descriptor" error in XEmacs.
23401
23402 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
23403
23404 * gnus-sum.el (gnus-read-header): Don't remove a header for the
23405 parent article of a sparse article in the thread hashtb.
23406
23407 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
23408
23409 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23410 (nnmail-expand-newtext): Lowercase expanded entries if
23411 nnmail-split-lowercase-expanded is non-nil.
23412
23413 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
23414
23415 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23416
23417 * gnus-group.el (gnus-group-line-format-alist): Convert the value
23418 of gnus-tmp-news-method into string under XEmacs. It will be
23419 passed to gnus-correct-length which takes only a string argument.
23420
23421 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
23422
23423 * gnus-util.el (gnus-bind-print-variables): New macro.
23424 (gnus-prin1): Use it.
23425 (gnus-prin1-to-string): Use it.
23426 (gnus-pp): New function.
23427 (gnus-pp-to-string): New function.
23428
23429 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23430 Replace pp-to-string with gnus-pp-to-string.
23431 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23432 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23433 * gnus-msg.el (gnus-debug): Ditto.
23434 * gnus-score.el (gnus-score-save): Ditto.
23435 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23436 gnus-pp-to-string.
23437 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23438 with gnus-pp.
23439 * score-mode.el (gnus-score-pretty-print): Ditto.
23440 * webmail.el (webmail-debug): Ditto.
23441
23442 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
23443
23444 * gnus-art.el (article-display-face, article-display-x-face):
23445 Use buffer-read-only.
23446
23447 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
23448
23449 * gnus-art.el (article-hide-list-identifiers):
23450 Bind inhibit-read-only as t.
23451
23452 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
23453
23454 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23455
23456 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
23457
23458 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23459 (gnus-narrow-to-page): Don't assume point-min == 1.
23460 (gnus-article-edit-mode): Derive from message-mode.
23461
23462 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23463 point-min == 1.
23464
23465 * imap.el (imap-parse-address-list, imap-parse-body-ext):
23466 Disable incorrect use of `assert'.
23467
23468 * message.el (message-mode): Set comment-start-skip.
23469
23470 2004-08-22 Sam Steingold <sds@gnu.org>
23471
23472 * pop3.el (pop3-leave-mail-on-server): New user variable.
23473 (pop3-movemail): Delete mail only when it is nil.
23474
23475 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
23476
23477 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23478
23479 * mml.el (mml-preview): Use `pop-to-buffer'.
23480
23481 * message.el (message-goto-mail-followup-to): Insert after "To".
23482 (message-carefully-insert-headers): Add comment.
23483
23484 * gnus.el: Remove unused variable `gnus-article-check-size'.
23485
23486 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23487
23488 * gnus-art.el (gnus-button-alist):
23489 Improve `gnus-button-handle-library' entry.
23490
23491 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
23492
23493 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23494 Use downcase, since XEmacs capitalizes error messages differently.
23495
23496 2004-08-18 Jesper Harder <harder@ifa.au.dk>
23497
23498 * nntp.el: Add (require 'gnus) due to reference to
23499 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
23500
23501 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
23502
23503 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23504 Bind `mm-fill-flowed'.
23505
23506 * mm-decode.el (mm-dissect-singlepart): Check it.
23507
23508 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
23509
23510 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23511 'imap' for netrc parsing.
23512
23513 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
23514
23515 * mailcap.el (mailcap-mime-data): Mark as risky.
23516
23517 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
23518
23519 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23520 may be included in the encoded word.
23521 (rfc2047-encode): Don't append a space if the encoded word
23522 includes close parenthesis.
23523
23524 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
23525
23526 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23527 of text within parentheses.
23528
23529 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
23530
23531 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23532 (gnus-encrypt-write-file-contents): Make the password key the file
23533 name PLUS the cipher, not just the cipher. Also remove failed
23534 passwords from the cache.
23535
23536 2004-08-06 Simon Josefsson <jas@extundo.com>
23537
23538 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23539 Doc fix.
23540
23541 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
23542
23543 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23544 LWSP.
23545
23546 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
23547
23548 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23549 Try to append in-reply-to: data to the references: header.
23550
23551 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23552 (netrc-parse): Use gnus-encrypt.el functions.
23553
23554 * gnus-encrypt.el: Add new file for encryption support; currently
23555 does only a few GPG ciphers and an internal XOR cipher.
23556
23557 * password.el: Add comments on using password-read-and-add.
23558 (password-read-and-add): Add function to read and add the
23559 password to the cache at once.
23560
23561 2004-07-28 Simon Josefsson <jas@extundo.com>
23562
23563 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23564 parameter (but don't use it, for now).
23565
23566 * imap.el (imap-ssl-open): Use imap-process-connection-type,
23567 instead of hard coding to nil.
23568
23569 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
23570
23571 * mm-view.el (mm-inline-image-emacs): Open lines under an image
23572 as mm-inline-image-xemacs does.
23573
23574 2004-07-26 Simon Josefsson <jas@extundo.com>
23575
23576 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23577 Revert part of 2004-07-17 change below.
23578
23579 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
23580
23581 * rfc2047.el (rfc2047-encode-region): Don't infloop.
23582 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23583
23584 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
23585
23586 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23587 quotes that actually start with ">" at the beginning of the
23588 lines.
23589
23590 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
23591
23592 * rfc2047.el (rfc2047-encode-region): Fix last change.
23593 (rfc2047-encode-parameter): Remove useless concat.
23594
23595 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
23596
23597 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23598 encode special characters; fix some kind of misconfigured headers;
23599 signal a real error if debug-on-quit or debug-on-error is non-nil.
23600 (rfc2047-encode-max-chars): New variable.
23601 (rfc2047-encode-1): Use it.
23602 (rfc2047-encode-parameter): New function.
23603
23604 * mml.el (mml-insert-parameter): Remove an excessive space.
23605
23606 2004-07-17 Simon Josefsson <jas@extundo.com>
23607
23608 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23609 Kai Grossjohann <kai@emptydomain.de>.
23610 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23611 (gnus-group-make-menu-bar): Ditto.
23612
23613 * gnus-util.el (gnus-group-server): Add.
23614
23615 2004-07-16 Jesper Harder <harder@ifa.au.dk>
23616
23617 * message.el (message-clone-locals): Clone sendmail and smtp
23618 variables.
23619
23620 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
23621
23622 * rfc2047.el (rfc2047-encode-region): Fix last change.
23623
23624 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
23625
23626 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23627 characters as non-special.
23628
23629 2004-07-09 Simon Josefsson <jas@extundo.com>
23630
23631 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23632 Users will lose all flag changes made while unplugged with
23633 e.g. nntp unless flag synchronization happens, thus `nil' is not a
23634 good default. See numerous reports on ding mailing list.
23635
23636 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
23637
23638 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23639 add generate-head-function and generate-article-function to the
23640 rfc822-forward entry.
23641 (nndoc-rfc822-forward-generate-article): New function.
23642 (nndoc-rfc822-forward-generate-head): New function.
23643
23644 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23645
23646 2004-07-06 Dan Christensen <jdc@uwo.ca>
23647
23648 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23649 respect display group parameter and gnus-summary-expunge-below.
23650 (gnus-articles-to-read): Remove unused reference to display group
23651 parameter.
23652
23653 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23654
23655 * nnheader.el (nnheader-uniquify-message-id): New experimental
23656 variable.
23657 (nnheader-nov-read-message-id): Use it.
23658
23659 * spam-report.el (spam-report-gmane): Add interactive.
23660
23661 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
23662
23663 * mm-encode.el (mm-content-transfer-encoding-defaults):
23664 Use qp-or-base64 for the application/* types.
23665
23666 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
23667
23668 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23669
23670 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
23671
23672 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23673 trim value.
23674
23675 2004-01-25 Paul Jarc <prj@po.cwru.edu>
23676
23677 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23678 New macro and function.
23679 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23680
23681 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
23682
23683 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23684 after-load-alist.
23685
23686 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
23687
23688 * gnus-group.el (gnus-group-get-new-news-this-group):
23689 Don't update info that isn't there.
23690
23691 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
23692
23693 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23694 entry.
23695
23696 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
23697
23698 * mm-view.el (mm-inline-render-with-function): Use multibyte
23699 buffer; decode html source by charset.
23700
23701 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23702
23703 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23704 Mule-UCS is loaded under XEmacs.
23705 (mm-mime-mule-charset-alist): Avoid duplicated entries.
23706
23707 2004-06-28 Jesper Harder <harder@ifa.au.dk>
23708
23709 * nnheader.el (nnheader-max-head-length): Increase to 8192.
23710
23711 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
23712
23713 * mm-util.el (mm-coding-system-p): Return a coding-system.
23714 (mm-mime-mule-charset-alist): Use shift_jis instead of
23715 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23716 entries for the mime charsets iso-2022-jp-3 and shift_jis.
23717 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23718 instead of japanese-shift-jis and iso-latin-1 respectively in
23719 order to share the default value with both Emacs and XEmacs-mule.
23720 (mm-mule-charset-to-mime-charset):
23721 Make mm-coding-system-priorities effective.
23722 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23723 while predicating of candidates upon the priorities.
23724
23725 2004-06-27 Jesper Harder <harder@ifa.au.dk>
23726
23727 * gnus-sum.el (gnus-summary-make-menu-bar):
23728 Add gnus-uu-invert-processable.
23729
23730 * gnus.el: Autoload gnus-uu-invert-processable.
23731
23732 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
23733
23734 * mm-util.el (mm-with-multibyte-buffer): New macro.
23735
23736 * rfc2047.el (rfc2047-encode-string): Use it.
23737 (rfc2047-encode-region): Move point to the end of the region after
23738 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23739
23740 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
23741
23742 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23743 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23744
23745 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
23746
23747 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23748 (gnus-cite-parse): Ignore quoted envelope From_.
23749 Suggested by Karl Chen <quarl@nospam.quarl.org>.
23750
23751 2004-06-23 Jesper Harder <harder@ifa.au.dk>
23752
23753 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23754 invalid addresses.
23755
23756 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
23757
23758 * spam.el: Change section markers, revise TODO list.
23759 (spam-backends): Make new master list of all installed backends.
23760 (spam-summary-exit-behavior): Add new variable to determine how
23761 messages moves are done at summary exit.
23762 (spam-move-spam-nonspam-groups-only)
23763 (spam-process-ham-in-nonham-groups)
23764 (spam-process-ham-in-spam-groups): Remove variables, the
23765 spam-summary-exit-behavior variable should be used to manage this
23766 behavior.
23767 (spam-old-ham-articles, spam-old-spam-articles): Remove.
23768 (spam-old-articles): Add variable, replacing spam-old-ham-articles
23769 and spam-old-spam-articles.
23770 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23771 Add empty variables, placeholders for the backends they represent.
23772 (spam-set-difference): Move, unchanged.
23773 (spam-list-of-processors): Declare OBSOLETE, not used anymore
23774 unless the user has a processor variable.
23775 (spam-classifications, spam-classification-valid-p)
23776 (spam-backend-properties, spam-backend-property-valid-p)
23777 (spam-backend-function-type-valid-p)
23778 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23779 (spam-report-articles-gmane, spam-report-articles-resend):
23780 Remove functions, they are not needed.
23781 (spam-install-backend-super, spam-backend-list)
23782 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23783 (spam-backend-function, spam-backend-ham-registration-function)
23784 (spam-backend-spam-registration-function)
23785 (spam-backend-ham-unregistration-function)
23786 (spam-backend-spam-unregistration-function)
23787 (spam-backend-statistical-p, spam-backend-mover-p)
23788 (spam-install-backend-alias, spam-install-checkonly-backend)
23789 (spam-install-mover-backend, spam-install-nocheck-backend)
23790 (spam-install-backend, spam-install-statistical-backend)
23791 (spam-install-statistical-checkonly-backend): Add backend installation
23792 support.
23793 (spam-summary-prepare-exit): Rewrite to use the new backend code.
23794 (spam-group-processor-p): Use the new backend code and respect the
23795 summary exit behavior.
23796 (spam-mark-spam-as-expired-and-move-routine): Remove.
23797 (spam-summary-prepare): Change to use the new spam-old-articles
23798 variable.
23799 (spam-copy-or-move-routine, spam-copy-spam-routine)
23800 (spam-move-spam-routine, spam-copy-ham-routine)
23801 (spam-move-ham-routine): Add code to copy/move ham or spam.
23802 (spam-fetch-field-fast): Improve doc and code, plus allow the
23803 'number request.
23804 (spam-list-of-checks, spam-list-of-statistical-checks):
23805 Remove variables.
23806 (spam-split, spam-find-spam): Use the new backend code.
23807 (spam-registration-functions): Remove variable.
23808 (spam-unregister-routine): Add convenience wrapper.
23809 (spam-log-undo-registration, spam-register-routine)
23810 (spam-log-processing-to-registry)
23811 (spam-log-unregistration-needed-p): Rename "check" to "backend"
23812 where possible.
23813 (spam-check-gmane-xref, spam-check-regex-headers)
23814 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23815 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23816 (spam-check-bogofilter-headers, spam-check-spamoracle)
23817 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23818 (spam-check-crm114-headers): Use the spam-split-group that
23819 spam-split prepares, no need to determine it every time.
23820
23821 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23822 to the nnheader-parse-naked-head call.
23823
23824 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23825
23826 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23827 the nnheader-nov-read-message-id call.
23828
23829 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
23830
23831 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23832 gnus-activate-group twice. Suggested by Markus Peter
23833 <warp@spin.de>.
23834
23835 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
23836
23837 * gnus-art.el (gnus-article-time-format): Exchange the order of
23838 day and month in the default value; fix customization type.
23839 (article-date-ut): Use add-text-properties.
23840 (article-make-date-line): Use message-make-date instead of
23841 current-time-string.
23842
23843 * message.el (message-fetch-field): Don't use set-text-properties.
23844 (message-make-date): Simplify.
23845
23846 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
23847
23848 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23849 (rfc2047-encode-region): Treat text within parentheses as special;
23850 show the original text when error has occurred.
23851
23852 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23853 already-computed method to gnus-activate-group.
23854
23855 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23856 same select-methods identical Lisp objects.
23857
23858 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23859 object when modifying the info.
23860
23861 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
23862
23863 * gnus-srvr.el (gnus-server-set-info): Remove the server from
23864 gnus-opened-servers since it has never been opened with the new
23865 configuration yet.
23866
23867 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
23868
23869 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23870 arg to nnheader-generate-fake-message-id.
23871
23872 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
23873
23874 * nnheader.el (nnheader-generate-fake-message-id): Accept a
23875 number and build a fake message ID localized to a group and
23876 article number (so it's repeatable from that point on).
23877 (nnheader-fake-message-id-p): Change regex to accommodate new fake
23878 ID format.
23879
23880 * gnus-sum.el (gnus-get-newsgroup-headers):
23881 Call nnheader-generate-fake-message-id with the article number.
23882
23883 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
23884
23885 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23886 end-of-buffer.
23887
23888 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
23889
23890 * message.el (message-ignored-supersedes-headers): Add Approved.
23891
23892 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
23893
23894 * rfc2047.el (rfc2047-encode-message-header): Remove useless
23895 goto-char.
23896 (rfc2047-encode): Fold the line before encoding.
23897
23898 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
23899
23900 * rfc2047.el (rfc2047-encode-message-header): Disabled header
23901 folding -- not all headers can be folded, and this should be done
23902 by the message composition mode. Probably. I think.
23903
23904 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
23905
23906 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23907 fast.
23908
23909 * gnus-ems.el (gnus-remove-image): Don't use
23910 message-text-with-property; remove only the image found first.
23911
23912 2004-06-09 Jesper Harder <harder@ifa.au.dk>
23913
23914 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23915
23916 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
23917
23918 * message.el (message-text-with-property): Make it fast and accept
23919 optional arguments.
23920 (message-strip-forbidden-properties): Use it.
23921 (message-fix-before-sending): Follow the m-t-w-p change.
23922
23923 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23924
23925 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
23926
23927 * gnus-art.el (article-hide-headers): Don't change the buffer
23928 mistakenly when performing mml-preview even if
23929 gnus-single-article-buffer is nil.
23930
23931 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
23932
23933 * message.el (message-expand-name-databases): New user option.
23934 (message-expand-name): Use it.
23935
23936 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
23937
23938 * spam.el (spam-report-articles-resend)
23939 (spam-report-resend-register-routine): Allow ham reporting.
23940 (spam-report-resend-register-ham-routine): Add wrapper.
23941 (spam-registration-functions): Add ham resending functions.
23942 (spam-list-of-processors): Add ham resend processor.
23943
23944 * gnus.el (ham-resend-to): Add new group parameter.
23945 (spam-process): Add ham resend option.
23946
23947 * spam-report.el (spam-report-resend): Allow reporting ham.
23948 (spam-report-resend-ham): Add wrapper.
23949
23950 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
23951
23952 * message.el (message-cite-articles-with-x-no-archive):
23953 New variable.
23954 (message-cite-original): Use it.
23955
23956 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23957
23958 * message.el (message-cite-original): Respect X-No-Archive.
23959
23960 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
23961
23962 * gnus-art.el (article-hide-headers): Refer to the values for
23963 gnus-ignored-headers and gnus-visible-headers in the summary
23964 buffer since a user may have set them as group parameters.
23965
23966 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
23967
23968 * assistant.el (assistant-node-name): Add convenience function.
23969 (assistant-render-text, assistant-render-node): Add error handling,
23970 plus handle multiple next nodes.
23971 (assistant-find-next-node): Comment out for now.
23972 (assistant-find-next-nodes): Add function, returns list of next
23973 nodes.
23974
23975 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
23976
23977 * mail-source.el (mail-source-directory): Fix doc-string.
23978
23979 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
23980
23981 * assistant.el (assistant-render-text, assistant-eval): Add :set
23982 widget type, which is different because it takes and returns a
23983 list. Much hilarity ensues.
23984
23985 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
23986
23987 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23988
23989 * gnus-group.el (gnus-group-get-new-news-this-group):
23990 Add doc-string.
23991
23992 * gnus-start.el (gnus-activate-group): Add doc-string.
23993
23994 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
23995
23996 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23997
23998 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
23999
24000 * assistant.el (assistant-render-text): Try to add a :set
24001 widget, more to come.
24002
24003 * spam.el (spam-group-spam-contents-p): Handle empty groupname
24004 strings.
24005 (spam-report-articles-resend)
24006 (spam-register-routine): Do registration iff any articles warrant
24007 it.
24008 (spam-summary-prepare-exit): Change log message for nil group
24009 destinations.
24010
24011 2004-05-27 Daniel Pittman <daniel@rimspace.net>
24012
24013 * spam.el (spam-report-resend-register-routine):
24014 Allow spam-report-resend-to to be a group parameter or a global value.
24015
24016 2004-05-26 Simon Josefsson <jas@extundo.com>
24017
24018 * starttls.el: Merge with my GnuTLS based starttls.el.
24019 (starttls-gnutls-program, starttls-use-gnutls)
24020 (starttls-extra-arguments, starttls-process-connection-type)
24021 (starttls-connect, starttls-failure, starttls-success):
24022 New variables.
24023 (starttls-program, starttls-extra-args): Doc fix.
24024 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
24025 New functions.
24026 (starttls-negotiate, starttls-open-stream):
24027 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
24028 function if it is set.
24029
24030 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
24031
24032 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
24033 structured fields.
24034
24035 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
24036
24037 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
24038
24039 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
24040
24041 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
24042 Add variable.
24043 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
24044 assigning the spam-mark to new messages.
24045
24046 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
24047
24048 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
24049
24050 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
24051
24052 * rfc2047.el (rfc2047-encodable-p): Don't move point.
24053 (rfc2047-decode): Treat the ascii coding-system as raw-text by
24054 default.
24055
24056 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
24057
24058 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24059 correct data.
24060
24061 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
24062
24063 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24064 (spam-group-processor-p): Fix function.
24065 (spam-group-processor-multiple-p)
24066 (spam-group-spam-processor-report-gmane-p)
24067 (spam-group-spam-processor-report-resend-p)
24068 (spam-group-spam-processor-bogofilter-p)
24069 (spam-group-spam-processor-blacklist-p)
24070 (spam-group-spam-processor-ifile-p)
24071 (spam-group-ham-processor-ifile-p)
24072 (spam-group-spam-processor-spamoracle-p)
24073 (spam-group-spam-processor-crm114-p)
24074 (spam-group-ham-processor-bogofilter-p)
24075 (spam-group-spam-processor-stat-p)
24076 (spam-group-ham-processor-stat-p)
24077 (spam-group-ham-processor-whitelist-p)
24078 (spam-group-ham-processor-BBDB-p)
24079 (spam-group-ham-processor-spamoracle-p)
24080 (spam-group-ham-processor-copy-p): Remove functions with some
24081 prejudice against unneeded code.
24082 (spam-report-articles-resend)
24083 (spam-report-resend-register-routine): Allow the group/topic
24084 spam-resend-to value to override spam-report-resend-to.
24085 (spam-summary-prepare-exit): Invoke spam-group-processor-p
24086 properly now.
24087
24088 * gnus.el (spam-resend-to): Add group/topic parameter.
24089 (spam-process): Move the OBSOLETE processors to the end of the
24090 choices.
24091
24092 2004-05-24 Daniel Pittman <daniel@rimspace.net>
24093
24094 * spam-report.el (spam-report-resend-to, spam-report-resend):
24095 Start with resend-to set to nil, and then ask the user if necessary.
24096 (spam-report-resend): spam-report-resend takes a list of articles, not
24097 separate article numbers.
24098
24099 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
24100
24101 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24102 addition to emacs-w3m.
24103
24104 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
24105
24106 * assistant.el (assistant-authinfo-data): New function.
24107 (assistant-eval): Eval for entire assistant.
24108
24109 * netrc.el (netrc-services-file): New variable.
24110 (netrc-parse-services): New function.
24111 (netrc-find-service-name): New function.
24112 (netrc-find-service-number): New function.
24113 (netrc-port-equal): New function.
24114 (netrc-machine): Use it.
24115
24116 * nnimap.el (nnimap-open-connection): Use netrc.
24117
24118 * gnus-util.el (gnus-netrc-get): Remove aliases.
24119
24120 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24121
24122 * assistant.el (wid-edit): Fix compilation.
24123
24124 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24125
24126 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
24127
24128 * gnus-util.el (gnus-set-file-modes): New function. (small
24129 patch).
24130
24131 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
24132
24133 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24134
24135 * assistant.el (assistant-render-node): Fix up rendering and
24136 read-only text.
24137 (assistant-render-node): Reset.
24138 (assistant-make-read-only): Not sticky.
24139
24140 2004-05-20 Danny Siu <dsiu@adobe.com>
24141
24142 * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24143 centered even when gnus-auto-center-summary is t.
24144
24145 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
24146
24147 * dns.el (dns-get-txt-answer): New function.
24148 (dns-read-txt): Ditto.
24149 (query-dns): Use it.
24150
24151 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
24152
24153 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24154 active for foreign groups even if the group level is higher than
24155 the specified value.
24156
24157 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
24158
24159 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24160 non-active groups.
24161
24162 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24163
24164 2004-05-20 Magnus Henoch <mange@freemail.hu>
24165
24166 * dns.el (dns-read-type): Add support for SVR. (small patch)
24167
24168 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
24169
24170 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24171 (spam-crm114-header, spam-crm114-spam-switch)
24172 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24173 (spam-crm114-positive-spam-header)
24174 (spam-crm114-database-directory, spam-list-of-processors)
24175 (spam-group-spam-processor-crm114-p)
24176 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24177 (spam-generic-score, spam-list-of-checks)
24178 (spam-list-of-statistical-checks, spam-registration-functions)
24179 (spam-check-crm114-headers, spam-crm114-score)
24180 (spam-check-crm114, spam-crm114-register-with-crm114)
24181 (spam-crm114-register-spam-routine)
24182 (spam-crm114-unregister-spam-routine)
24183 (spam-crm114-register-ham-routine)
24184 (spam-crm114-unregister-ham-routine): Add CRM114 support.
24185
24186 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
24187
24188 * gnus.el: Add spam-use-crm114.
24189
24190 * spam.el (spam-list-of-processors, spam-registration-functions):
24191 Add spam-use-resend.
24192 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24193 (spam-report-articles-gmane): Add doc fix.
24194 (spam-report-articles-resend, spam-report-resend-register-routine):
24195 Add wrappers around spam-report-resend-to.
24196
24197 * spam-report.el (spam-report-resend-to, spam-report-resend):
24198 Add support for resending spam.
24199 (spam-report-gmane): Fix line length >80.
24200
24201 * gnus.el (spam-process): Add spam-use-resend.
24202
24203 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24204
24205 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24206 number of processed spam messages.
24207 (spam-ham-copy-or-move-routine): Return the number of processed
24208 ham messages.
24209 (spam-summary-prepare-exit): Use the above values to decide
24210 whether status messages should be displayed.
24211
24212 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
24213
24214 * rfc2047.el (rfc2047-encode-function-alist): Rename from
24215 `rfc2047-encoding-function-alist' in order to avoid conflicting
24216 with the old version.
24217 (rfc2047-encode-region): Concatenate words containing non-ASCII
24218 characters in structured fields; don't encode space-delimited
24219 ASCII words even in unstructured fields; don't break words at
24220 char-category boundaries.
24221 (rfc2047-encode-1): New function.
24222 (rfc2047-encode): Use it; encode text so that it occupies the
24223 maximum width within 76-column; work correctly on Q encoding for
24224 iso-2022-* charsets.
24225 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24226 sure not to break a line just after the header name.
24227 (rfc2047-b-encode-region): Remove.
24228 (rfc2047-b-encode-string): New function.
24229 (rfc2047-q-encode-region): Remove.
24230 (rfc2047-q-encode-string): New function.
24231
24232 * mm-util.el (mm-replace-in-string): New function.
24233
24234 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
24235
24236 * gnus-msg.el (gnus-inews-make-draft-meta-information):
24237 Really get it right.
24238 (gnus-inews-make-draft): Really.
24239
24240 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
24241
24242 * nnmh.el (nnmh-request-list-1): Don't check the link count
24243 before descending. (small patch)
24244
24245 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
24246
24247 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24248 stuff.
24249
24250 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24251 Match on real group name.
24252
24253 * gnus-art.el (gnus-signature-limit): Doc fix.
24254
24255 * gnus-msg.el (gnus-inews-make-draft): Quote list.
24256
24257 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
24258
24259 * gnus-draft.el (gnus-draft-send):
24260 Bind rfc2047-encode-encoded-words.
24261
24262 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24263 (rfc2047-encodable-p): Say that =? needs encoding.
24264 (rfc2047-encode-encoded-words): New variable.
24265
24266 * gnus-group.el (gnus-group-select-group): Doc fix.
24267
24268 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24269
24270 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24271 to nil.
24272
24273 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24274
24275 * nnheader.el (nnheader-get-lines-and-char): New function.
24276
24277 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
24278
24279 * gnus-msg.el (gnus-summary-followup-with-original):
24280 Document yanking of region when active.
24281
24282 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
24283
24284 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24285 groups if the group level is higher than the specified value.
24286
24287 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
24288
24289 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24290 (gnus-group-jump-to-group): Add prefix argument using
24291 `gnus-group-jump-to-group-prompt'. Query before jumping to
24292 non-active group.
24293
24294 * compface.el (uncompface): Be verbose when changing
24295 `uncompface-use-external'.
24296
24297 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24298 handle manual section.
24299
24300 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
24301
24302 * gnus-art.el (gnus-button-alist): Revert previous change.
24303
24304 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
24305
24306 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24307
24308 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
24309
24310 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24311 whether backend can accept message.
24312
24313 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24314
24315 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
24316
24317 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24318 Avoid creating directory when nntp-marks-is-evil is true.
24319 Reported by Reiner Steib.
24320
24321 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
24322
24323 * gnus-picon.el (gnus-picon-insert-glyph):
24324 Add optional `nostring' argument.
24325
24326 2004-05-18 Jesper Harder <harder@ifa.au.dk>
24327
24328 * gnus-picon.el (gnus-picon-style): New variable.
24329 (gnus-picon-transform-address): Support `gnus-picon-style'.
24330
24331 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
24332
24333 * message.el (message-fill-field): Return point.
24334 (message-generate-headers): Go to end of field.
24335
24336 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24337 stuff for non-living groups.
24338
24339 2004-05-18 Jesper Harder <harder@ifa.au.dk>
24340
24341 * gnus-art.el (gnus-article-followup-with-original)
24342 (gnus-article-reply-with-original): gnus-mark-active-p ->
24343 gnus-region-active-p.
24344
24345 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
24346
24347 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24348 only when there is spam or ham to be processed.
24349
24350 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
24351
24352 * mail-source.el (mail-source-delete-crash-box): Refactor.
24353 (mail-source-fetch): Use it.
24354 (mail-source-fetch-file): Ditto.
24355 (mail-source-fetch-directory): Run PostScript in loop.
24356 (mail-source-fetch-pop): Delete.
24357 (mail-source-fetch-maildir): Ditto.
24358 (mail-source-fetch-imap): Ditto.
24359
24360 * imap.el (imap-authenticators): Comment out sasl.
24361
24362 * message.el (message-skip-to-next-address): New function.
24363 (message-fill-header-address): Refactor.
24364 (message-fill-address): Use it.
24365 (message-delete-address): Use it.
24366 (message-fill-header-general): Refactor.
24367 (message-fill-field-address): Rename.
24368 (message-narrow-to-field): Find the start of the header.
24369 (message-header-format-alist): Don't pre-fill.
24370 (message-fill-header): Remove.
24371 (message-insert-header): New function.
24372 (message-shorten-references): Use it.
24373
24374 * rfc2047.el (rfc2047-field-value): Strip props.
24375
24376 * mail-parse.el (mail-header-make-address): New alias.
24377
24378 * ietf-drums.el (ietf-drums-make-address): New function.
24379
24380 * imap.el: Add compiler directives.
24381
24382 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24383
24384 * gnus-art.el (article-decode-idna-rhs): Don't use
24385 message-idna-inside-rhs-p.
24386
24387 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
24388
24389 * message.el (message-idna-inside-rhs-p): Remove.
24390 (message-idna-to-ascii-rhs-1): Use proper address parsing.
24391
24392 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24393 false positives.
24394
24395 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24396
24397 * imap.el (imap-sasl-make-mechanisms): Use sasl.
24398
24399 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
24400
24401 * nneething.el (nneething-file-name): Don't create spurious
24402 files.
24403
24404 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24405 (gnus-inews-do-gcc): Remove sleep.
24406
24407 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24408 part under point.
24409
24410 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24411 (gnus-agent-regenerate-group): Using nil messages aren't valid.
24412
24413 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
24414
24415 * spam.el (spam-summary-prepare-exit): Fix (length).
24416
24417 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
24418
24419 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24420 as expired without moving it" message when there are spam
24421 messages left.
24422
24423 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
24424
24425 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24426 header is not nil.
24427
24428 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
24429
24430 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24431 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24432 (nntp-marks-changed-p): New arg SERVER.
24433 (nntp-request-update-info): Adjust caller.
24434
24435 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
24436
24437 * nntp.el (nntp-save-marks): Pass missing arg.
24438
24439 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
24440
24441 * nntp.el: Support marks.
24442 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24443 (nntp-marks-modtime, nntp-marks-directory): New variables.
24444 (nntp-request-set-mark, nntp-request-update-info)
24445 (nntp-possibly-create-directory, nntp-marks-changed-p)
24446 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24447 New functions.
24448
24449 2004-05-12 Jesper Harder <harder@ifa.au.dk>
24450
24451 * gnus-score.el (gnus-score-insert-help):
24452 Use gnus-select-lowest-window.
24453
24454 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24455 appt-select-lowest-window and rename to gnus-select-lowest-window.
24456
24457 * gnus.el: do.
24458
24459 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24460
24461 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24462 encodings of MIME-encoded words, in order to improve
24463 interoperability with several broken MUAs.
24464
24465 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24466
24467 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24468 tags, only when charsets are not specified in headers.
24469 (mm-inline-text-html-render-with-w3m): Ditto.
24470
24471 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24472
24473 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24474 instead of MIME-decoded from fields when checking
24475 `gnus-article-address-banner-alist'.
24476
24477 2004-05-03 Jesper Harder <harder@ifa.au.dk>
24478
24479 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24480 description rather than subject.
24481
24482 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
24483
24484 * gnus.el (gnus-version-number): Bump.
24485
24486 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
24487
24488 * gnus.el: No Gnus v0.2 is released.
24489
24490 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
24491
24492 * gnus-agent.el (gnus-agent-read-agentview):
24493 Inline gnus-uncompress-range.
24494
24495 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24496
24497 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24498 `exec-installed-p'.
24499
24500 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24501
24502 * gnus.el (spam-process, spam-autodetect-methods):
24503 Add bsfilter and bsfilter-headers.
24504
24505 * spam.el (spam-bsfilter): New customize group.
24506 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24507 (spam-bsfilter-header, spam-bsfilter-probability-header)
24508 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24509 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24510 (spam-bsfilter-database-directory): New options.
24511 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24512 (spam-list-of-statistical-checks, spam-registration-functions):
24513 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24514 (spam-bsfilter-score): New command.
24515 (spam-check-bsfilter-headers, spam-check-bsfilter)
24516 (spam-bsfilter-register-with-bsfilter)
24517 (spam-bsfilter-register-spam-routine)
24518 (spam-bsfilter-unregister-spam-routine)
24519 (spam-bsfilter-register-ham-routine)
24520 (spam-bsfilter-unregister-ham-routine): New functions.
24521 (spam-generic-score): Support bsfilter; Accept an optional argument
24522 to recalcurate spam score even if scoring header has already been
24523 added.
24524 (spam-bogofilter-score, spam-spamassassin-score): Accept an
24525 optional argument to recalcurate spam score even if scoring header
24526 has already been added.
24527
24528 2004-04-29 Jesper Harder <harder@ifa.au.dk>
24529
24530 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24531 strings! Reported by David D. Smith <davidsmith@acm.org>.
24532 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24533 link is missing.
24534
24535 2004-04-28 Jesper Harder <harder@ifa.au.dk>
24536
24537 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24538 (html2text-get-attr): Rewrite.
24539
24540 * message.el (message-setup-1): Remove redundant put-text-property
24541 on mail-header-separator.
24542
24543 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
24544
24545 * gnus-registry.el (gnus-registry-cache-whitespace)
24546 (gnus-registry-action, gnus-registry-spool-action)
24547 (gnus-registry-split-fancy-with-parent): Change message levels
24548 from 5 to 3 or 7, as needed.
24549
24550 * spam.el (spam-summary-prepare-exit)
24551 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24552 (spam-split, spam-find-spam, spam-log-undo-registration)
24553 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24554 level from 5 to 6.
24555
24556 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
24557
24558 * gnus-ems.el: Autoload appt-select-lowest-window (revert
24559 2004-03-04 change).
24560
24561 2004-04-25 Jesper Harder <harder@ifa.au.dk>
24562
24563 * sieve-manage.el (sieve-manage-open):
24564 * nnweb.el (nnweb-insert-html):
24565 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24566 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24567 * nnspool.el (nnspool-request-group):
24568 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24569 * nnml.el (nnml-request-update-info):
24570 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24571 (nnmh-request-create-group, nnmh-update-gnus-unreads):
24572 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24573 (nnimap-request-set-mark):
24574 * nnfolder.el (nnfolder-request-update-info):
24575 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24576 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24577 * gnus-uu.el (gnus-uu-find-articles-matching):
24578 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24579 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24580 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24581 * gnus-nocem.el (gnus-nocem-scan-groups):
24582 * gnus-int.el (gnus-start-news-server):
24583 * gnus-group.el (gnus-group-make-kiboze-group)
24584 (gnus-group-browse-foreign-server):
24585 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24586 Use mapc when appropriate.
24587
24588 2004-04-22 Dan Christensen <jdc@uwo.ca>
24589 Adam Sjøgren <asjo@koldfront.dk>
24590 Wes Hardaker <wes@hardakers.net>
24591 Michael Shields <shields@msrl.com>
24592
24593 * spam.el (spam-necessary-extra-headers): Get the extra headers we
24594 may need for spam sorting and scoring.
24595 (spam-user-format-function-S): Add user format function suitable for
24596 general use.
24597 (spam-article-sort-by-spam-status): Add sorting function for summary
24598 sorting.
24599 (spam-extra-header-to-number): Add function to get a score from a
24600 header.
24601 (spam-summary-score): Add function to get a numeric score from the
24602 headers.
24603 (spam-generic-score): Fix function doc, was in wrong place.
24604 (spam-initialize): Take symbols when it's run, and install the
24605 extra headers that spam-necessary-extra-headers thinks we need.
24606
24607 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
24608
24609 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24610 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24611
24612 2004-04-17 Jesper Harder <harder@ifa.au.dk>
24613
24614 * gnus-sum.el (gnus-set-global-variables)
24615 (gnus-build-all-threads, gnus-get-newsgroup-headers)
24616 (gnus-article-get-xrefs, gnus-summary-best-group)
24617 (gnus-summary-next-article, gnus-summary-enter-digest-group)
24618 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24619 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24620 Use with-current-buffer.
24621
24622 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
24623
24624 * spam.el (spam-summary-prepare-exit): Simplify logic.
24625 (spam-fetch-article-header): Read the article header if it's not
24626 available.
24627 (spam-list-articles): Simplify logic.
24628 (spam-filelist-register-routine): Fix bug with unregister-list.
24629
24630 * gnus-registry.el: Fix comments at beginning.
24631
24632 2004-04-16 Jesper Harder <harder@ifa.au.dk>
24633
24634 * message.el (message-cater-to-broken-inn): Remove.
24635 (message-shorten-references): Make sure the total folded length of
24636 References is shorter than 998 characters to cater to a bug in INN
24637 2.3. Also, don't pretend that references aren't folded -- this
24638 hasn't worked for a while.
24639
24640 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
24641
24642 * gnus-agent.el (gnus-agentize):
24643 gnus-agent-send-mail-real-function no longer set to current value
24644 of message-send-mail-function but rather a lambda that calls
24645 message-send-mail-function. The change makes the agent real-time
24646 responsive to user changes to message-send-mail-function.
24647
24648 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
24649
24650 * legacy-gnus-agent.el
24651 (gnus-agent-convert-to-compressed-agentview): Fix typos with
24652 help from Florian Weimer <fw@deneb.enyo.de>
24653
24654 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
24655
24656 * nnmail.el (nnmail-cache-insert): Revert last change.
24657
24658 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
24659
24660 * nnmail.el (nnmail-cache-insert): Always check whether
24661 nnmail-cache-ignore-groups matches a group name.
24662
24663 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
24664
24665 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24666 (spam-find-spam, spam-log-processing-to-registry)
24667 (spam-log-registered-p, spam-log-unregistration-needed-p)
24668 (spam-log-undo-registration): Use gnus-message instead of
24669 gnus-error, none of these errors are fatal.
24670
24671 * gnus-registry.el (gnus-registry-clean-empty-function)
24672 (gnus-registry-clean-empty): Remove only empty entries without
24673 extra data.
24674
24675 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
24676
24677 * spam-stat.el (spam-stat-buffer-change-to-spam)
24678 (spam-stat-buffer-change-to-non-spam): Change (error) to
24679 (gnus-message 8) invocation.
24680
24681 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
24682
24683 * nntp.el (nntp-via-netcat-command): New variable.
24684 (nntp-via-netcat-switches): New variable.
24685 (nntp-open-via-rlogin-and-netcat): New function.
24686 (nntp-open-connection-function): Doc fix.
24687 (nntp-telnet-command): Doc fix.
24688 (nntp-end-of-line): Doc fix.
24689 (nntp-via-rlogin-command): Doc fix.
24690 (nntp-via-user-name): Doc fix.
24691 (nntp-via-address): Doc fix.
24692
24693 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
24694
24695 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24696 error in Emacs 21.1.
24697
24698 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
24699
24700 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24701
24702 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
24703
24704 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24705 (gnus-agent-with-refreshed-group): New macro.
24706 (gnus-agent-rename-group): New function.
24707 (gnus-agent-delete-group): New function.
24708 (gnus-agent-save-group-info): Use gnus-command-method when
24709 `method' parameter is nil. Don't write nil entries into the
24710 active file.
24711 (gnus-agent-get-group-info): New function.
24712 (gnus-agent-fetch-articles):
24713 Use gnus-agent-update-files-total-fetched-for to increment disk space
24714 used.
24715 (gnus-agent-fetch-headers, gnus-agent-save-alist):
24716 Use gnus-agent-update-view-total-fetched-for to increment disk space
24717 used.
24718 (gnus-agent-get-local): Add optional parameters to avoid calling
24719 gnus-group-real-name and gnus-find-method-for-group.
24720 (gnus-agent-set-local): Delete stored entry if either min, or max,
24721 are nil.
24722 (gnus-agent-fetch-session): Reworded error/quit messages.
24723 On quit, use gnus-agent-regenerate-group to record existence of any
24724 articles fetched to disk before the quit occurred.
24725 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24726 gnus-agent-update-view-total-fetched-for, and
24727 gnus-agent-update-files-total-fetched-for to decrement disk space
24728 used.
24729 (gnus-agent-retrieve-headers):
24730 Use gnus-agent-update-view-total-fetched-for to increment disk space
24731 used.
24732 (gnus-agent-regenerate-group): Replace gnus-group-update-group
24733 with gnus-agent-update-files-total-fetched-for to decrement disk
24734 space and fresh group buffer.
24735 (gnus-agent-inhibit-update-total-fetched-for): New variable.
24736 (gnus-agent-need-update-total-fetched-for): New variable.
24737 (gnus-agent-update-files-total-fetched-for): New function.
24738 (gnus-agent-update-view-total-fetched-for): New function.
24739 (gnus-agent-total-fetched-for): New function.
24740
24741 * gnus-cache.el (gnus-cache-save-buffers):
24742 Use gnus-cache-update-overview-total-fetched-for to change disk space
24743 used by this group.
24744 (gnus-cache-possibly-enter-article):
24745 Use gnus-cache-update-file-total-fetched-for to increment disk space
24746 used by this group.
24747 (gnus-cache-possibly-remove-article):
24748 Use gnus-cache-update-file-total-fetched-for to decrement disk space
24749 used by this group.
24750 (gnus-cache-generate-nov-databases): Purge total fetched cache.
24751 (gnus-cache-rename-group): New function.
24752 (gnus-cache-delete-group): New function.
24753 (gnus-cache-inhibit-update-total-fetched-for): New variable.
24754 (gnus-cache-need-update-total-fetched-for): New variable.
24755 (gnus-cache-with-refreshed-group): New macro.
24756 (gnus-cache-update-file-total-fetched-for): New function.
24757 (gnus-cache-update-overview-total-fetched-for): New function.
24758 (gnus-cache-rename-group-total-fetched-for): New function.
24759 (gnus-cache-delete-group-total-fetched-for): New function.
24760 (gnus-cache-total-fetched-for): New function.
24761
24762 * gnus-group.el: Require gnus-sum and autoload functions to
24763 resolve warnings when gnus-group.el compiled alone.
24764 (gnus-group-line-format): Document new %F.
24765 (size of Fetched data) group line format; identifies disk space
24766 used by agent and cache.
24767 (gnus-group-line-format-alist): Define new F format.
24768 (gnus-total-fetched-for): New function.
24769 (gnus-group-delete-group): No longer update
24770 gnus-cache-active-altered as gnus-request-delete-group now keeps
24771 the cache in sync.
24772 (gnus-group-list-active): Let the agent store a server's active
24773 list if currently plugged.
24774
24775 * gnus-int.el (gnus-request-delete-group):
24776 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24777 local disk in sync with the server.
24778 (gnus-request-rename-group):
24779 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24780 local disk in sync with the server.
24781
24782 * gnus-start.el (gnus-get-unread-articles):
24783 Cosmetic simplification to logic.
24784
24785 * gnus-util.el (gnus-rename-file): New function.
24786
24787 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
24788
24789 * mm-util.el (mm-image-load-path): Handle nil in load-path.
24790
24791 2004-04-07 Jesper Harder <harder@ifa.au.dk>
24792
24793 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24794 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
24795
24796 2004-04-06 Jesper Harder <harder@ifa.au.dk>
24797
24798 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24799 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
24800
24801 2004-04-03 Jesper Harder <harder@ifa.au.dk>
24802
24803 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24804
24805 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
24806
24807 * spam.el (spam-set-difference): Add function to replace
24808 gnus-set-difference in spam.el.
24809 (spam-summary-prepare-exit): Use spam-set-difference.
24810
24811 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
24812
24813 * gnus-registry.el (gnus-registry-cache-file): Update to use
24814 gnus-dribble-directory OR gnus-home-directory OR ~.
24815 (gnus-registry-split-fancy-with-parent): Fix doc.
24816
24817 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
24818
24819 * message.el (message-exchange-point-and-mark):
24820 Use message-mark-active-p. Suggested by Jesper Harder
24821 <harder@ifa.au.dk>.
24822
24823 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
24824
24825 * message.el (message-exchange-point-and-mark): Don't activate
24826 region if it was inactive. Suggested by Hiroshi Fujishima
24827 <pooh@nature.tsukuba.ac.jp>.
24828
24829 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
24830
24831 * gnus-art.el (article-display-face): Display Faces in the same
24832 order as X-Faces.
24833
24834 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
24835
24836 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24837
24838 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
24839
24840 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24841 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24842 (gnus-article-mime-hierarchy): Remove.
24843 (gnus-article-mime-hierarchy-next): Remove.
24844 (gnus-article-mode): Revert 2004-03-19 change.
24845 (gnus-article-setup-buffer): Revert 2004-03-19 change.
24846 (gnus-insert-mime-button): Revert 2004-03-19 change.
24847 (gnus-mime-accumulate-hierarchy): Remove.
24848 (gnus-mime-enter-multipart): Remove.
24849 (gnus-mime-leave-multipart): Remove.
24850 (gnus-mime-display-part): Revert 2004-03-19 change.
24851 (gnus-mime-display-alternative): Revert 2004-03-19 change.
24852
24853 * mml.el (mml-preview): Revert 2004-03-19 change.
24854
24855 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
24856
24857 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24858
24859 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
24860
24861 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24862 t while entering a file name using the mm-with-multibyte macro.
24863 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24864
24865 * mm-util.el (mm-with-multibyte): New macro.
24866
24867 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
24868
24869 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24870 New user option.
24871 (gnus-mime-multipart-functions): Doc and customization fix.
24872 (gnus-article-mime-hierarchy): New variable.
24873 (gnus-article-mime-hierarchy-next): New variable.
24874 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24875 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24876 gnus-article-mime-hierarchy-next to nil.
24877 (gnus-insert-mime-button): Show hierarchy numbers.
24878 (gnus-mime-accumulate-hierarchy): New function.
24879 (gnus-mime-enter-multipart): New function.
24880 (gnus-mime-leave-multipart): New function.
24881 (gnus-mime-display-part): Recompute hierarchical MIME structure.
24882 (gnus-mime-display-alternative): Show hierarchy numbers.
24883
24884 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24885 gnus-article-mime-hierarchy-next to nil.
24886
24887 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
24888
24889 * dns.el: Don't require gnus-xmas.
24890
24891 2004-03-17 Jesper Harder <harder@ifa.au.dk>
24892
24893 * mml.el (mml-generate-mime-1): Don't use format=flowed with
24894 inline PGP.
24895 (mml-menu): Disable mml-quote-region if mark is inactive.
24896
24897 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
24898
24899 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24900 when the group's active is not available.
24901
24902 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
24903
24904 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24905 error.
24906
24907 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
24908
24909 * imap.el (imap-store-password): New variable.
24910 (imap-interactive-login): Use it.
24911 Suggested by Mark Plaksin <happy@mcplaksin.org>.
24912
24913 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
24914
24915 * gnus-art.el (gnus-article-read-summary-keys): Restore new
24916 window-start and hscroll to summary window.
24917
24918 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
24919
24920 * gnus-start.el (gnus-convert-old-newsrc): Only write the
24921 conversion message to newsrc-dribble when an actual conversion is
24922 performed.
24923
24924 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
24925
24926 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24927
24928 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
24929
24930 * mm-decode.el (mm-complicated-handles): New function reviving
24931 former definition of mm-multiple-handles.
24932
24933 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24934 (gnus-mime-delete-part): Use it.
24935
24936 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
24937
24938 * gnus-agent.el (gnus-agent-read-local):
24939 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24940 avoid the implicit assumption that they will always be equal.
24941 (gnus-agent-save-local): Bind buffer-file-coding-system, not
24942 coding-system-for-write, as the with-temp-file macro first prints
24943 to a buffer then saves the buffer.
24944
24945 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
24946
24947 * gnus-art.el (gnus-article-edit-part): New function.
24948 (gnus-mime-save-part-and-strip): Use it; do query instead of
24949 signaling an error; don't use mm-multiple-handles.
24950 (gnus-mime-delete-part): Ditto.
24951
24952 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
24953
24954 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24955 old file versions.
24956 (gnus-group-prepare-hook): Remove function that converted list
24957 form of gnus-agent-expire-days to group properties.
24958
24959 * gnus-int.el: Autoload gnus-agent-regenerate-group.
24960 (gnus-request-accept-article): Re-indented.
24961
24962 * gnus-start.el (gnus-convert-old-newsrc): Registered new
24963 converters to handle old agent file formats. Add logic for a
24964 "backup before upgrading warning".
24965 (gnus-convert-mark-converter-prompt): Developers can mark
24966 functions as needing (default), or not needing,
24967 gnus-convert-old-newsrc's "backup before upgrading warning".
24968 (gnus-convert-converter-needs-prompt): Tests whether the user
24969 should be protected from potentially irreversable changes by the
24970 function.
24971
24972 * legacy-gnus-agent.el: New. Provides converters that are only
24973 loaded when gnus-convert-old-newsrc needs to call them.
24974
24975 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
24976
24977 * mail-source.el (mail-source-touch-pop): Doc fix.
24978
24979 * message.el (message-smtpmail-send-it): Doc fix.
24980
24981 2004-03-05 Jesper Harder <harder@ifa.au.dk>
24982
24983 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24984
24985 * nnmail.el (nnmail-split-fancy): do.
24986
24987 * gnus-kill.el (gnus-kill, gnus-execute): do.
24988
24989 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
24990
24991 * gnus-sum.el (gnus-widget-reversible-match)
24992 (gnus-widget-reversible-to-internal)
24993 (gnus-widget-reversible-to-external): New functions.
24994 (gnus-widget-reversible): New widget.
24995 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24996
24997 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
24998
24999 * gnus-sum.el (gnus-thread-sort-functions)
25000 (gnus-article-sort-functions): Document `(not F)' items.
25001
25002 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
25003
25004 * spam.el (spam-use-gmane-xref): Add new backend.
25005 (spam-gmane-xref-spam-group): Add variable to control the name of the
25006 Gmane spam group.
25007 (spam-blackhole-servers, spam-blackhole-good-server-regex)
25008 (spam-regex-headers-spam, spam-regex-headers-ham)
25009 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
25010 (spam-list-of-checks): Add spam-use-gmane-xref to list of
25011 backends and checks.
25012 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
25013
25014 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
25015 an autodetect method.
25016
25017 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
25018
25019 * gnus-int.el (gnus-request-accept-article): Inform the agent that
25020 articles are being added to a group.
25021 (gnus-request-replace-article): Inform the agent that articles
25022 need to be uncached as the cached contents are no longer valid.
25023
25024 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
25025
25026 * binhex.el: Don't autoload executable-find.
25027
25028 * canlock.el: Don't autoload mail-fetch-field.
25029
25030 * gnus-ems.el: Don't autoload appt-select-lowest-window.
25031
25032 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
25033 rmail-dont-reply-to and rmail-output.
25034
25035 * gnus-score.el: Don't autoload ffap-string-at-point.
25036
25037 * gnus-setup.el: Don't autoload sc-cite-original.
25038
25039 * imap.el: Don't autoload base64-decode-string,
25040 base64-encode-string and md5.
25041
25042 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25043 and rmail-msg-restore-non-pruned-header.
25044
25045 * mm-decode.el: Don't autoload executable-find.
25046
25047 * mm-url.el: Don't autoload executable-find.
25048
25049 * mm-view.el: Don't autoload diff-mode.
25050
25051 * nndb.el: Don't autoload news-reply-mode, news-setup,
25052 cancel-timer and telnet.
25053
25054 * password.el: Don't autoload run-at-time for Emacs.
25055
25056 * sha1-el.el: Don't autoload executable-find.
25057
25058 * sieve-mode.el: Don't autoload c-mode.
25059
25060 * uudecode.el: Don't autoload executable-find.
25061
25062 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
25063
25064 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25065 (gnus-agent-possibly-alter-active): Avoid null in numeric
25066 comparison.
25067 (gnus-agent-set-local): Refuse to save null in local object table.
25068 (gnus-agent-regenerate-group): The REREAD parameter can now be a
25069 list of articles that will be marked as unread.
25070
25071 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
25072
25073 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25074
25075 2004-03-04 Jesper Harder <harder@ifa.au.dk>
25076
25077 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25078 language tags.
25079
25080 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
25081
25082 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25083 Don't bind "obarray".
25084
25085 * gnus-sum.el (gnus-thread-sort-functions):
25086 Add `gnus-thread-sort-by-most-recent-number' and
25087 `gnus-thread-sort-by-most-recent-date'.
25088 Reported by Kai Grossjohann <kai@emptydomain.de>.
25089
25090 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
25091
25092 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25093
25094 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
25095
25096 * gnus-cus.el (gnus-agent-customize-category):
25097 Remove ignore-errors macro reference that required cl to be loaded at
25098 run-time.
25099
25100 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25101 single-interval range of the form (min . max). Previously the
25102 range had to look like ((min . max)). Likewise, return
25103 (min . max) rather than ((min . max)).
25104 (gnus-range-map): Use gnus-range-normalize to accept
25105 single-interval range.
25106
25107 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25108 the cache, but not the agent, now appear with their usual face.
25109
25110 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
25111
25112 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25113 w3m-safe-url-regexp variable buffer-local.
25114
25115 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25116
25117 2004-02-27 Simon Josefsson <jas@extundo.com>
25118
25119 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25120 gnus-group-real-prefix.
25121 (gnus-summary-move-article): Use it, instead of
25122 gnus-group-real-prefix.
25123
25124 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
25125
25126 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25127 w3m-safe-url-regexp variable buffer-local and set it as the value
25128 of mm-w3m-safe-url-regexp.
25129
25130 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25131
25132 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25133 parsing gnus-posting-styles when the message is not for replying.
25134
25135 * nnrss.el (nnrss-opml-export):
25136 Use mm-set-buffer-file-coding-system instead of
25137 set-buffer-file-coding-system.
25138
25139 2004-02-27 Jesper Harder <harder@ifa.au.dk>
25140
25141 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25142 of checkdoc.el).
25143 * nnrss.el: do.
25144 * gnus-mlspl.el: do.
25145 * gnus-ml.el: do.
25146 * gnus-srvr.el: do.
25147
25148 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25149
25150 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
25151
25152 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25153 Corrections to custom-manual links.
25154
25155 * gnus-art.el (gnus-article): Ditto.
25156
25157 * mm-decode.el (mime-display, mime-security): Ditto.
25158
25159 2004-02-26 Jesper Harder <harder@ifa.au.dk>
25160
25161 * flow-fill.el: Typo.
25162
25163 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
25164
25165 * spam-wash.el: New file.
25166
25167 2004-02-26 Mark A. Hershberger <mah@everybody.org>
25168
25169 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25170
25171 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
25172
25173 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25174 to be run with new-articles as LIST1, not LIST2.
25175 (spam-registration-functions): Add spam-use-ham-copy as a nil
25176 registration backend.
25177
25178 2004-02-26 Jesper Harder <harder@ifa.au.dk>
25179
25180 * spam-stat.el (spam-stat-washing-hook): New option.
25181 (spam-stat-buffer-words): Use it.
25182 (spam-stat-process-directory, spam-stat-test-directory):
25183 Use insert-file-contents-literally.
25184 (spam-stat-coding-system): New variable.
25185 (spam-stat-load, spam-stat-save): Use it.
25186
25187 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
25188
25189 * spam-report.el (spam-report-plug-agent):
25190 Quote spam-report-url-to-file and spam-report-url-ping-plain.
25191
25192 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
25193
25194 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25195 Allow / in mailto URLs.
25196
25197 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
25198
25199 * spam-report.el (spam-report-process-queue): Fix interactive use.
25200 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25201 (spam-report-unplug-agent): Doc fixes.
25202 (spam-report-url-ping-mm-url, spam-report-url-to-file)
25203 (spam-report-agentize, spam-report-deagentize):
25204 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
25205
25206 * message.el (message-setup-fill-variables): Add mml tags to
25207 paragraph-start and paragraph-separate. Suggested by Andrew Korty
25208 <ajk@iu.edu>.
25209 (message-mode): Don't modify paragraph-separate there.
25210
25211 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
25212
25213 * compface.el (uncompface-use-external): Default to undecided.
25214 (uncompface-use-external-threshold): New variable.
25215 (uncompface-float-time): New macro.
25216 (uncompface): Determine whether to use the external decoder if
25217 uncompface-use-external is undecided.
25218
25219 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
25220
25221 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25222 after images.
25223
25224 * gnus-art.el (gnus-mime-display-single): Remove dead code.
25225
25226 2004-02-14 Jesper Harder <harder@ifa.au.dk>
25227
25228 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25229
25230 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25231
25232 * gnus-sum.el (gnus-summary-limit-to-age)
25233 (gnus-summary-limit-children): do.
25234
25235 * gnus-int.el (gnus-request-scan): do.
25236
25237 * gnus-group.el (gnus-group-suspend): do.
25238
25239 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25240
25241 * gnus-cite.el (gnus-cite-parse-attributions): do.
25242
25243 * gnus-agent.el (gnus-summary-set-agent-mark)
25244 (gnus-agent-regenerate-group): do.
25245
25246 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25247
25248 * binhex.el (binhex-decode-region-internal): do.
25249
25250 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
25251
25252 * gnus-fun.el (gnus-face-properties-alist): New user option.
25253 (gnus-display-x-face-in-from): Use it.
25254
25255 * gnus-art.el (article-display-face): Ditto.
25256
25257 * compface.el (uncompface-use-external): Default to nil.
25258
25259 2004-02-12 Jesper Harder <harder@ifa.au.dk>
25260
25261 * nntp.el (nntp-erase-buffer): New function.
25262 (nntp-retrieve-data, nntp-send-command)
25263 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25264 (nntp-possibly-change-group): Use it.
25265
25266 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25267 Use with-current-buffer.
25268
25269 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
25270
25271 * compface.el: Merge the ELisp-based uncompface program.
25272 (compface): New customization group.
25273 (uncompface-use-external): New user option.
25274 (uncompface): Call uncompface-internal if uncompface-use-external
25275 is nil.
25276 (uncompface-internal): New function. Note that there are also
25277 some other functions and variables added for this function.
25278
25279 2004-02-10 Jesper Harder <harder@ifa.au.dk>
25280
25281 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25282 if necessary.
25283
25284 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
25285
25286 * spam-report.el (spam-report-unplug-agent)
25287 (spam-report-plug-agent, spam-report-deagentize)
25288 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25289 Add support for the Agent in spam-report: when unplugged, report to a
25290 file; when plugged, submit all the requests.
25291
25292 * spam.el (spam-register-routine): Fix message about
25293 registration.
25294
25295 2004-02-09 Jesper Harder <harder@ifa.au.dk>
25296
25297 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25298 dependencies.
25299 (rfc2047-encode): Use it.
25300
25301 * gnus-art.el (gnus-button-marker-list): Move before first
25302 reference.
25303
25304 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25305 (imap-parse-body): Fix format string mismatch.
25306
25307 * gnus-score.el (gnus-summary-increase-score): do.
25308
25309 * nnrss.el (nnrss-close): New function.
25310
25311 2004-02-08 Jesper Harder <harder@ifa.au.dk>
25312
25313 * nnrss.el (nnrss-make-filename): New function.
25314 (nnrss-request-delete-group, nnrss-read-server-data)
25315 (nnrss-save-server-data, nnrss-read-group-data)
25316 (nnrss-save-group-data): Use it.
25317 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25318 (nnrss-read-server-data, nnrss-read-group-data): Use load.
25319 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25320
25321 2004-02-07 Jesper Harder <harder@ifa.au.dk>
25322
25323 * mml.el (mml-compute-boundary-1): Don't uncompress files.
25324
25325 2004-02-06 Jesper Harder <harder@ifa.au.dk>
25326
25327 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25328 files.
25329
25330 * message.el (message-generate-headers-first): Don't quote nil
25331 and t in docstrings.
25332
25333 * imap.el (imap-id): do.
25334
25335 * gnus-agent.el (gnus-agent-consider-all-articles)
25336 (gnus-agent-queue-mail): do.
25337
25338 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
25339
25340 * spam-report.el (spam-report-process-queue): New function.
25341 Process requests from `spam-report-requests-file'.
25342 (spam-report-process-queue): Doc fix.
25343
25344 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
25345
25346 * spam.el (spam-register-routine)
25347 (spam-log-processing-to-registry, spam-log-registered-p)
25348 (spam-log-unregistration-needed-p, spam-log-undo-registration):
25349 Change "check" to "spam-check" for semi-clarity.
25350
25351 2004-02-05 Jesper Harder <harder@ifa.au.dk>
25352
25353 * pop3.el: Require nnheader.
25354
25355 * mml-smime.el: Require cl. Autoload message-fetch-field.
25356
25357 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25358
25359 * gnus-picon.el: Require cl.
25360
25361 * gnus-fun.el: Require gnus-ems and gnus-util.
25362
25363 * gnus.el (gnus-method-to-server): Move defsubst before first use.
25364
25365 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25366
25367 * gnus-art.el (gnus-article-edit-mode): Define before first
25368 reference.
25369
25370 2004-02-04 Jesper Harder <harder@ifa.au.dk>
25371
25372 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25373 (gnus-uu-post-encoded): Use point-at-bol.
25374
25375 * gnus-topic.el (gnus-group-active-topic-p): do.
25376
25377 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25378
25379 * gnus-group.el (gnus-group-kill-region): do.
25380
25381 * gnus-art.el (article-date-ut): do.
25382
25383 * message.el (message-fetch-field): Remove redundant
25384 case-fold-search binding.
25385 (message-narrow-to-field): Simplify.
25386
25387 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
25388
25389 * spam.el (spam-directory): Derive from `gnus-directory'.
25390
25391 * spam-report.el (spam-report-url-to-file)
25392 (spam-report-requests-file): New function and variable for offline
25393 reporting.
25394 (spam-report-url-ping-function): Add `spam-report-url-to-file'
25395 and user defined function.
25396 (spam-report-url-ping-mm-url): Remove doubled slash.
25397
25398 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
25399
25400 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25401
25402 2004-02-03 Jesper Harder <harder@ifa.au.dk>
25403
25404 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25405 Fix format string mismatch.
25406
25407 * sieve.el (sieve-deactivate-all): do.
25408
25409 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25410
25411 * nnlistserv.el (nnlistserv-kk-wash-article): do.
25412
25413 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25414
25415 * mm-bodies.el (mm-7bit-chars): Don't include \r.
25416
25417 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
25418
25419 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25420 the list of checks.
25421
25422 2004-01-31 Jesper Harder <harder@ifa.au.dk>
25423
25424 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25425 padding.
25426
25427 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
25428
25429 * mm-view.el (mm-fill-flowed): New variable.
25430 (mm-inline-text): Use it.
25431
25432 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
25433
25434 * spam.el (spam-spamassassin-register-ham-routine)
25435 (spam-spamassassin-register-spam-routine): Fix function names.
25436
25437 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
25438
25439 * gnus.el (gnus-tmp-grouplens): Remove.
25440 (gnus-summary-line-format): Remove grouplens.
25441
25442 * gnus-group.el (gnus-group-line-format): Ditto.
25443
25444 * gnus-spec.el (gnus-format-specs): Ditto.
25445 (gnus-update-format-specifications): Flush the group format spec
25446 cache if there's the grouplens stuff.
25447 (gnus-parse-simple-format): Replace %l with the empty string.
25448
25449 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
25450
25451 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25452 omission.
25453
25454 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
25455
25456 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25457 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25458
25459 2004-01-25 Paul Jarc <prj@po.cwru.edu>
25460
25461 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25462 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25463 New macros and functions.
25464 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25465 Handle > NLINK_MAX messages.
25466 * nnmaildir.el (nnmaildir-request-set-mark):
25467 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25468
25469 2004-01-25 Alex Schroeder <alex@gnu.org>
25470
25471 * spam-stat.el (spam-stat-process-directory-age): New option.
25472 (spam-stat-process-directory): Use it.
25473
25474 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
25475
25476 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25477 (spam-stat-save): Accept prefix argument.
25478
25479 2004-01-23 Paul Jarc <prj@po.cwru.edu>
25480
25481 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25482 links" error.
25483
25484 2004-01-23 Jesper Harder <harder@ifa.au.dk>
25485
25486 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25487 compatibility with old .newsrc.eld files.
25488
25489 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25490
25491 * gnus-start.el (gnus-1): do.
25492
25493 * gnus-group.el (gnus-group-line-format-alist): do.
25494
25495 * gnus.el (gnus-use-grouplens, gnus-visual): do.
25496
25497 * gnus-gl.el: Remove.
25498
25499 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
25500
25501 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25502 marks consisting of a single range {for example, (3 . 5)} rather
25503 than a list of a single range { ((3 . 5)) }.
25504
25505 2004-01-23 Jesper Harder <harder@ifa.au.dk>
25506
25507 * spam-stat.el (spam-stat-store-gnus-article-buffer):
25508 Use with-current-buffer.
25509 (spam-stat-store-current-buffer): Use insert-buffer-substring to
25510 avoid consing a string.
25511
25512 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25513 Remove obsolete entries for big5 and gb2312.
25514
25515 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
25516
25517 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25518 uncompressed list.
25519
25520 2004-01-22 Jesper Harder <harder@ifa.au.dk>
25521
25522 * spam-stat.el (spam-stat-strip-xref): New function.
25523 (spam-stat-process-directory): Use it.
25524
25525 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25526 here -- it's done in message-fetch-field.
25527
25528 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
25529
25530 * gnus-agent.el (gnus-agent-queue-mail)
25531 (gnus-agent-prompt-send-queue): New variables.
25532 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25533 * gnus-draft.el (gnus-group-send-queue): Pass the group name
25534 "nndraft:queue" along to gnus-draft-send.
25535 Use gnus-agent-prompt-send-queue.
25536 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25537 is "nndraft:queue". Suggested by Gaute Strokkenes
25538 <gs234@srcf.ucam.org>
25539
25540 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25541 (agent-enable-undownloaded-faces): Add.
25542 (gnus-agent-cat-groups): Use eval-and-compile, not
25543 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25544 method of gnus-agent-cat-groups even when the buffer has been
25545 evalled.
25546 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25547 delete gnus-agent-save-active-1.
25548 (gnus-agent-save-groups): Delete. Identical to
25549 gnus-agent-save-active.
25550 (gnus-agent-write-active): No longer adjust agent's copy of active
25551 file as agent's adjustments are now stored in their own
25552 file. Remove optional parameter.
25553 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25554 servers. Add use of min/max range limits from server's local
25555 file.
25556 (gnus-agent-save-alist): Remove unused optional argument.
25557 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25558 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25559 (gnus-agent-set-local): A per-server file that keeps min/max range
25560 limits for articles known to the agent. Provides a fast mechanism
25561 for altering many active ranges.
25562 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25563 active file (local makes it unnecessary).
25564 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25565
25566 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25567 (agent-enable-undownloaded-faces): Add.
25568
25569 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25570 disable it when sending to "nndraft:queue".
25571 (gnus-group-send-queue): Add safety check to avoid sending queue
25572 when unplugged.
25573
25574 * gnus-group.el (gnus-group-catchup): Use new
25575 gnus-sequence-of-unread-articles, not
25576 gnus-list-of-unread-articles, to avoid exhausting memory with huge
25577 numbers of articles. Use gnus-range-map to avoid having to
25578 uncompress the unread list.
25579 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25580 Fix invalid ange-ftp reference.
25581
25582 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25583 (gnus-sorted-range-intersection): Intersection of two ranges
25584 without requiring that they first be uncompressed.
25585
25586 * gnus-start.el (gnus-activate-group): Unless blocked by the
25587 caller, possibly expand the active range to include both cached
25588 and agentized articles.
25589 (gnus-convert-old-newsrc): Rewrote in anticipation of having
25590 multiple version-dependent converters.
25591 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25592 gnus-agent-save-active.
25593 (gnus-save-newsrc-file): Save dirty agent range limits.
25594
25595 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25596 gnus-agent-possibly-alter-active.
25597 (gnus-adjust-marked-articles): Faster handling of simple lists.
25598
25599 2004-01-21 Jesper Harder <harder@ifa.au.dk>
25600
25601 * spam-stat.el (spam-stat-test-directory): New optional argument
25602 displays a list of files detected. Suggested by Andrew Cohen
25603 <cohen@andy.bu.edu>.
25604 (spam-stat-buffer-words-with-scores): Don't narrow and change
25605 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
25606
25607 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
25608
25609 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25610 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25611 (spam-spamassassin-arguments)
25612 (spam-spamassassin-spam-flag-header)
25613 (spam-spamassassin-positive-spam-flag-header)
25614 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25615 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25616 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25617 (spam-list-of-processors, spam-list-of-checks)
25618 (spam-list-of-statistical-checks, spam-registration-functions)
25619 (spam-check-spamassassin-headers, spam-check-spamassassin)
25620 (spam-spamassassin-score)
25621 (spam-spamassassin-register-with-sa-learn)
25622 (spam-spamassassin-register-spam-routine)
25623 (spam-spamassassin-register-ham-routine)
25624 (spam-assassin-register-spam-routine)
25625 (spam-assassin-register-ham-routine): Add SpamAssassin support.
25626 (spam-bogofilter-score): Fix to show article before scoring.
25627
25628 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
25629
25630 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25631 default scoring function.
25632 (spam-generic-score): Call spam-spamassassin-score if
25633 spam-use-spamassassin or spam-use-spamassassin-headers is on;
25634 spam-bogofilter-score otherwise.
25635
25636 * gnus.el (spam-process, spam-autodetect-methods):
25637 Add spamassassin and spamassassin-headers.
25638
25639 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
25640
25641 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25642 Suppress unnecessary messages.
25643
25644 2004-01-20 Jesper Harder <harder@ifa.au.dk>
25645
25646 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25647 make-hash-table.
25648
25649 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
25650
25651 * canlock.el (base64-encode-string): Don't autoload it.
25652
25653 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
25654
25655 * run-at-time.el: Remove useless (require 'itimer),
25656 eval-and-compile and (featurep 'xemacs).
25657
25658 2004-01-16 Jesper Harder <harder@ifa.au.dk>
25659
25660 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25661 GROUP is a virtual group.
25662
25663 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
25664
25665 * gnus.el: Autoload `message-y-or-n-p'.
25666
25667 2004-01-15 Jesper Harder <harder@ifa.au.dk>
25668
25669 * pgg-parse.el: Remove unnecessary (require 'custom).
25670
25671 * pgg-def.el: do.
25672
25673 * nnmail.el: do.
25674
25675 * gnus-undo.el: do.
25676
25677 * gnus-picon.el: do.
25678
25679 * gnus-util.el: do.
25680
25681 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
25682
25683 * gnus-sum.el (gnus-pick-line-number): Add autoload.
25684
25685 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
25686
25687 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25688 handle, as well as a list.
25689
25690 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25691 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25692 (mm-w3m-cid-retrieve): Simplify.
25693
25694 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
25695
25696 * message.el (message-kill-to-signature): Allow prefix arg to
25697 specify number of lines to keep before signature.
25698
25699 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
25700
25701 * message.el (message-kill-to-signature): Change docstring.
25702
25703 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
25704
25705 * canlock.el: Always require sha1-el.
25706 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25707
25708 * message.el: Autoload sha1 only when compiling.
25709
25710 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
25711
25712 * message.el (message-canlock-generate): Require sha1-el.
25713
25714 2004-01-13 Jesper Harder <harder@ifa.au.dk>
25715
25716 * message.el (message-expand-name): Silence the byte compiler.
25717
25718 2004-01-13 Simon Josefsson <jas@extundo.com>
25719
25720 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25721 Invoke gnus-score-mode.
25722 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25723
25724 * gnus-range.el (gnus-compress-sequence): Doc fix.
25725 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25726
25727 2004-01-12 Jesper Harder <harder@ifa.au.dk>
25728
25729 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25730
25731 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
25732
25733 * spam.el (spam-get-article-as-string): Update to use
25734 gnus-request-article-this-buffer, much simpler.
25735 (spam-get-article-as-buffer): Remove.
25736
25737 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
25738
25739 * message.el (message-expand-name): Use EUDC if the user uses that.
25740
25741 2004-01-12 Jesper Harder <harder@ifa.au.dk>
25742
25743 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25744 character for the encoding to avoid consing a string.
25745
25746 * rfc2047.el (rfc2047-decode-string): Don't cons a string
25747 unnecessarily.
25748
25749 * mm-util.el (mm-replace-chars-in-string): Remove.
25750
25751 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25752 of mm-replace-chars-in-string.
25753
25754 2004-01-11 Jesper Harder <harder@ifa.au.dk>
25755
25756 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25757
25758 * mm-util.el (mm-subst-char-in-string): Support inplace.
25759
25760 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25761 a new string in every iteration. Use shy groups.
25762
25763 2004-01-10 Jesper Harder <harder@ifa.au.dk>
25764
25765 * gnus-srvr.el (gnus-browse-unsubscribe-group):
25766 * gnus-soup.el (gnus-soup-group-brew):
25767 * gnus-msg.el (gnus-put-message):
25768 * gnus-move.el (gnus-group-move-group-to-server):
25769 * gnus-kill.el (gnus-batch-score):
25770 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25771 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25772 (gnus-group-update-group, gnus-group-read-group)
25773 (gnus-group-make-group, gnus-group-make-help-group)
25774 (gnus-group-make-archive-group, gnus-group-make-directory-group)
25775 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25776 (gnus-group-sort-by-unread, gnus-group-catchup)
25777 (gnus-group-unsubscribe-group, gnus-group-kill-group)
25778 (gnus-group-yank-group, gnus-group-set-info)
25779 (gnus-group-list-groups):
25780 * gnus.el (gnus-generate-new-group-name):
25781 * gnus-delay.el (gnus-delay-send-queue):
25782 * nnvirtual.el (nnvirtual-catchup-group):
25783 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25784 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25785 (gnus-group-prepare-topics, gnus-topic-check-topology):
25786 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25787 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25788 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25789 (gnus-group-make-articles-read):
25790 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25791 (gnus-group-change-level, gnus-kill-newsgroup)
25792 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25793 (gnus-get-unread-articles, gnus-make-articles-unread)
25794 (gnus-make-ascending-articles-unread): Use accessor
25795 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25796 to get group information for improved readability.
25797
25798 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25799
25800 * gnus-art.el (article-decode-mime-words, article-babel)
25801 (gnus-article-highlight-signature, gnus-article-add-buttons)
25802 (gnus-signature-toggle): Use gnus-with-article-buffer.
25803
25804 * gnus-art.el (gnus-article-highlight-headers)
25805 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25806
25807 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25808 (gnus-article-set-globals, gnus-request-article-this-buffer)
25809 (gnus-button-message-id, gnus-article-maybe-hide-headers)
25810 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25811 (gnus-mime-display-alternative): Use with-current-buffer.
25812
25813 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
25814
25815 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25816 also under 80 char limit, and call gnus-error if needed.
25817 (spam-fetch-article-header): Fix - it was a
25818 buffer-local variable (gnus-newsgroup-data).
25819 (spam-find-spam): Use spam-generate-fake-headers, forget about
25820 spam-insert-fake-headers.
25821 (spam-insert-fake-headers): Remove.
25822
25823 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25824
25825 * deuglify.el (gnus-article-outlook-unwrap-lines)
25826 (gnus-outlook-rearrange-article)
25827 (gnus-outlook-repair-attribution-outlook)
25828 (gnus-outlook-repair-attribution-block)
25829 (gnus-outlook-repair-attribution-other): Remove redundant
25830 save-excursion.
25831
25832 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
25833
25834 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25835 (spam-fetch-field-subject-fast)
25836 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25837 (spam-fetch-article-header): Add functions to deal with Gnus
25838 internals for fast retrieval of article header data.
25839 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25840
25841 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25842
25843 * pop3.el (pop3-md5): Remove.
25844 (pop3-apop): Replace pop3-md5 with md5.
25845
25846 * mm-bodies.el: base64 is always built-in.
25847
25848 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25849 Use with-current-buffer.
25850
25851 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
25852
25853 * canlock.el (canlock-insert-header): Remove excessive grouping in
25854 regexp.
25855
25856 * gnus-sum.el (gnus-summary-read-document): Ditto.
25857
25858 * gnus-uu.el (gnus-uu-part-number): Ditto.
25859
25860 * html2text.el (html2text-remove-tags): Ditto.
25861 (html2text-format-tags): Ditto.
25862 (html2text-format-single-elements): Ditto.
25863
25864 * mml.el (mml-parse-1): Ditto.
25865
25866 2004-01-08 Jesper Harder <harder@ifa.au.dk>
25867
25868 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25869
25870 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25871
25872 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25873
25874 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25875
25876 2003-11-15 Simon Josefsson <jas@extundo.com>
25877
25878 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25879 (pgg-gpg-lookup-key): Use regexp match instead of
25880 split-string (split-string is different between emacs 21.2 and
25881 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
25882
25883 2004-01-08 Jesper Harder <harder@ifa.au.dk>
25884
25885 * gnus-art.el (gnus-mime-view-all-parts)
25886 (gnus-article-part-wrapper, gnus-article-view-part):
25887 Use with-current-buffer.
25888
25889 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
25890
25891 * spam.el (spam-disable-spam-split-during-ham-respool)
25892 (spam-spamoracle-database, spam-cache-lookups)
25893 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25894 (spam-group-ham-mark-p, spam-group-spam-mark-p)
25895 (spam-group-ham-marks, spam-group-spam-marks)
25896 (spam-group-spam-contents-p, spam-group-ham-contents-p)
25897 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25898 also add spam-use-blackholes to the statistical checks.
25899 (spam-fetch-field-fast): Add interface to fetching fields, may
25900 become a macro.
25901 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25902 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25903 (spam-insert-fake-headers): Fake an article when needed.
25904 (spam-find-spam): Fake article when possible.
25905 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25906 (spam-check-bogofilter-headers): Use message-fetch-field instead
25907 of nnmail-fetch-field.
25908
25909 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
25910
25911 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25912
25913 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
25914
25915 * spam.el (spam-split): Do not require spam-use-CHECK to be
25916 enabled if that check is passed to spam-split explicitly; also
25917 fix so 'spam doesn't get converted to spam-split-group when
25918 spam-split-symbolic-return is t.
25919 (spam-find-spam): Find registrations of the article and use those
25920 instead of re-running spam-split to find the spam/ham
25921 classification of the article.
25922 (spam-log-processing-to-registry, spam-log-registered-p)
25923 (spam-log-unregistration-needed-p, spam-log-undo-registration):
25924 Use gnus-error instead of gnus-message.
25925 (spam-log-registration-type): Add function to determine the
25926 classification of a message based on registry entries; will
25927 return nil if both 'spam and 'ham are found.
25928 (spam-check-BBDB): Expand all the BBDB macros here so we can have
25929 a reasonably fast local cache without the loading errors.
25930 (spam-cache-lookups): Set to t by default.
25931 (spam-find-spam): Don't try to guess spam-cache-lookups.
25932 (spam-enter-whitelist, spam-enter-blacklist): Clear the
25933 spam-caches entry.
25934 (spam-filelist-build-cache, spam-filelist-check-cache):
25935 Fix caching of whitelist/blacklist entries.
25936 (spam-check-whitelist, spam-check-blacklist):
25937 Invoke spam-from-listed-p with a type, not a cache variable.
25938 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25939
25940 2004-01-07 Jesper Harder <harder@ifa.au.dk>
25941
25942 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25943
25944 * nnmail.el (nnmail-split-fancy): do.
25945
25946 * mml.el (mml-parse): do.
25947
25948 * gnus-score.el (gnus-enter-score-words-into-hashtb)
25949 (gnus-score-adaptive): do.
25950
25951 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25952
25953 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25954 (gnus-mime-button-map): Don't set keymap parent.
25955 (gnus-button-ctan-directory-regexp): Use shy grouping.
25956 (gnus-prev-page-map): Don't set keymap parent.
25957 (gnus-prev-page-map): Remove duplicated one.
25958 (gnus-next-page-map): Don't set keymap parent.
25959 (gnus-mime-security-button-map): Ditto.
25960
25961 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25962 version number.
25963
25964 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25965
25966 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25967
25968 * canlock.el (canlock-sha1-function): Remove.
25969 (canlock-sha1-function-for-verify): Remove.
25970 (canlock-openssl-program): Remove.
25971 (canlock-openssl-args): Remove.
25972 (canlock-ignore-errors): Remove.
25973 (canlock-sha1-with-openssl): Remove.
25974 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25975 (canlock-verify): Don't use canlock-ignore-errors.
25976
25977 * sha1-el.el (sha1-string-external): Make it can return a string
25978 in binary form.
25979 (sha1-region-external): Ditto.
25980 (sha1-string-internal): Ditto.
25981 (sha1-region-internal): Ditto.
25982 (sha1-region): Ditto.
25983 (sha1-string): Ditto.
25984 (sha1): Ditto.
25985
25986 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
25987
25988 * spam.el (spam-report-articles-gmane): New command.
25989
25990 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25991
25992 * gnus.el: Don't make unnecessary *Group* buffer when loading.
25993
25994 * run-at-time.el (run-at-time-saved): Remove.
25995 (run-at-time): Doc fix.
25996
25997 2004-01-07 Jesper Harder <harder@ifa.au.dk>
25998
25999 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
26000 (gnus-summary-limit-map): Add it.
26001 (gnus-summary-make-menu-bar): do.
26002
26003 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
26004
26005 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
26006 Make attempt at some caching support (done for BBDB only now).
26007 (spam-find-spam): Set spam-cache-lookups if there are more than 2
26008 addresses to be checked.
26009 (spam-clear-cache-BBDB): Add function, to be invoked by
26010 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
26011 (spam-check-BBDB): Check and use the caches, if
26012 spam-cache-lookups is on, remove superfluous (provide).
26013
26014 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
26015
26016 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26017
26018 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
26019
26020 * run-at-time.el (run-at-time-saved): Move to after the definition
26021 of `run-at-time'.
26022
26023 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
26024
26025 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26026 mm-w3m-local-map-property.
26027
26028 * mm-view.el (mm-w3m-mode-map): Remove.
26029 (mm-w3m-local-map-property): Remove.
26030 (mm-inline-text-html-render-with-w3m): Don't use
26031 mm-w3m-local-map-property.
26032
26033 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
26034
26035 * run-at-time.el: New file.
26036
26037 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26038 of gnus-set-text-properties.
26039
26040 * gnus-uu.el (gnus-uu-save-article): Ditto.
26041
26042 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26043
26044 * gnus-cite.el (gnus-cite-parse): Ditto.
26045
26046 * gnus-art.el (gnus-button-push): Use set-text-properties instead
26047 of gnus-.
26048
26049 * gnus.el: Change calls to nnheader-run-at-time and
26050 password-run-at-time throughout to use run-at-time directly.
26051
26052 * password.el: Remove definition of run-at-time.
26053
26054 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
26055
26056 * mml.el (mml-minibuffer-read-disposition): Show attachment type
26057 in prompt.
26058
26059 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
26060
26061 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26062 XEmacs version.
26063
26064 * dns.el (dns-make-network-process): Use `open-network-stream'
26065 instead of `gnus-xmas-open-network-stream'.
26066
26067 * .cvsignore: Add auto-autoloads.el, custom-load.el.
26068
26069 2004-01-06 Jesper Harder <harder@ifa.au.dk>
26070
26071 * gnus-art.el (gnus-mime-display-alternative)
26072 (gnus-insert-mime-button, gnus-insert-mime-security-button)
26073 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26074 Don't use gnus-local-map-property.
26075
26076 * gnus-util.el (gnus-local-map-property): Remove.
26077
26078 * mm-view.el (mm-view-pkcs7-decrypt):
26079 Replace gnus-completing-read-maybe-default with completing-read.
26080
26081 * gnus-util.el (gnus-completing-read): do.
26082 (gnus-completing-read-maybe-default): Remove.
26083
26084 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
26085
26086 * password.el: Only autoload `run-at-time' if not XEmacs.
26087 Only autoload the itimer functions if XEmacs.
26088
26089 2004-01-06 Jesper Harder <harder@ifa.au.dk>
26090
26091 * gnus-art.el (gnus-read-string): Remove.
26092 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26093 read-string.
26094
26095 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
26096
26097 * netrc.el: Autoload password-read.
26098 (netrc): Add configuration group.
26099 (netrc-encoding-method, netrc-openssl-path):
26100 Add variables for encoding and decoding of files with symmetric
26101 ciphers.
26102 (netrc-encode): Add assistant function to encode a file with
26103 netrc-encoding-method.
26104 (netrc-parse): Add interactive parameter, added optional
26105 decoding if netrc-encoding-method is non-nil but otherwise
26106 behavior is standard.
26107 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26108 Do s/encode/encrypt/ everywhere.
26109
26110 * spam.el: Remove executable-find autoload.
26111
26112 2004-01-05 Jesper Harder <harder@ifa.au.dk>
26113
26114 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26115
26116 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26117
26118 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
26119
26120 * gnus-art.el (gnus-treat-ansi-sequences)
26121 (article-treat-ansi-sequences): New variable and function.
26122 Suggested by Dan Jacobson <jidanni@jidanni.org>.
26123
26124 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26125 Use it.
26126
26127 2004-01-05 Jesper Harder <harder@ifa.au.dk>
26128
26129 * mm-util.el (mm-quote-arg): Remove.
26130
26131 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26132 shell-quote-argument.
26133
26134 * gnus-uu.el (gnus-uu-command): do.
26135
26136 * gnus-sum.el (gnus-summary-insert-pseudos): do.
26137
26138 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26139 with make-char.
26140
26141 * mm-util.el (mm-make-char): Remove.
26142
26143 * mml.el (mml-mode): Replace gnus-add-minor-mode with
26144 add-minor-mode.
26145
26146 * gnus-undo.el (gnus-undo-mode): do.
26147
26148 * gnus-topic.el (gnus-topic-mode): do.
26149
26150 * gnus-sum.el (gnus-dead-summary-mode): do.
26151
26152 * gnus-start.el (gnus-slave-mode): do.
26153
26154 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26155
26156 * gnus-ml.el (gnus-mailing-list-mode): do.
26157
26158 * gnus-gl.el (gnus-grouplens-mode): do.
26159
26160 * gnus-draft.el (gnus-draft-mode): do.
26161
26162 * gnus-dired.el (gnus-dired-mode): do.
26163
26164 * gnus-ems.el (gnus-add-minor-mode): Remove.
26165
26166 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26167 Replace gnus-char-width with char-width.
26168
26169 * gnus-ems.el (gnus-char-width): Remove.
26170
26171 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26172 Replace gnus-char-width with char-width.
26173
26174 * gnus-ems.el (gnus-char-width): Remove.
26175
26176 * spam-stat.el (with-syntax-table): Remove with-syntax-table
26177 definition.
26178 Remove Emacs 20 hash table compatibility code.
26179
26180 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26181 20 compatibility code.
26182
26183 * spam.el (spam-point-at-eol): Replace with point-at-eol.
26184
26185 * smime.el (smime-point-at-eol): Replace with point-at-eol.
26186
26187 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26188 Replace with point-at-{eol,bol}.
26189
26190 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26191
26192 * imap.el (imap-point-at-eol): Replace with point-at-eol.
26193
26194 * flow-fill.el (fill-flowed-point-at-bol)
26195 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26196
26197 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26198 Replace with point-at-{eol,bol} throughout all files.
26199
26200 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
26201
26202 * ntlm.el (ntlm-string-as-unibyte): New macro.
26203 (ntlm-build-auth-response): Use it.
26204
26205 Remove Emacs 20 stuff:
26206 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26207 of delq and copy-sequence.
26208 * gnus-art.el (popup-menu): Remove the compiler macro.
26209 * nnmail.el (nnmail-split-fancy): Don't support customizing with
26210 Emacs 20.
26211
26212 2004-01-05 Simon Josefsson <jas@extundo.com>
26213
26214 * ntlm.el: Fix namespace. Change smb-passwd-hash into
26215 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26216 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26217 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26218 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26219 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26220 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26221 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26222 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26223 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26224 ntlm-string-permute, string-lshift into ntlm-string-lshift,
26225 string-xor into ntlm-string-xor.
26226 Suggested by Jesper Harder <harder@myrealbox.com>.
26227
26228 * ntlm.el: Don't include poem.
26229
26230 * md4.el (print-int32, print-string-hexa): Remove.
26231 Suggested by Jesper Harder <harder@myrealbox.com>.
26232
26233 * sasl-ntlm.el, ntlm.el, md4.el: New files.
26234
26235 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
26236 probably breaks emacs with DL patch, but do we care? Is anyone
26237 still using the DL stuff?)
26238
26239 * sieve-manage.el: Use the password package.
26240 (sieve-manage-read-passwd): Remove.
26241 (sieve-manage-interactive-login): Use password. Re-add
26242 condition-case around loop.
26243
26244 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26245 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26246 Use the password package.
26247
26248 2003-02-19 Simon Josefsson <jas@extundo.com>
26249
26250 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26251 token.
26252
26253 2002-08-07 Simon Josefsson <jas@extundo.com>
26254
26255 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26256 (sieve-manage-authenticators)
26257 (sieve-manage-authenticator-alist): Add some SASL mechs.
26258 (sieve-sasl-auth): New function.
26259 (sieve-manage-cram-md5-auth)
26260 (sieve-manage-plain-auth): Rewrite using SASL library.
26261 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26262 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26263 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26264 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26265
26266 2004-01-05 Simon Josefsson <jas@extundo.com>
26267
26268 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26269 New files.
26270
26271 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
26272
26273 * gnus-group.el (gnus-no-groups-message): Update.
26274
26275 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26276
26277 2003-11-09 Simon Josefsson <jas@extundo.com>
26278
26279 * imap.el: Support for ID IMAP extension (RFC 2971).
26280 (imap-local-variables): Add imap-id.
26281 (imap-id): New variable.
26282 (imap-id): New function.
26283 (imap-parse-response): Parse untagged ID response.
26284 * nnimap.el (nnimap-id): New variable.
26285 (nnimap-open-connection): Use it.
26286
26287 2003-12-28 Simon Josefsson <jas@extundo.com>
26288
26289 * gnus-score.el (gnus-score-edit-all-score): New.
26290 * gnus-group.el (gnus-group-score-map): Bind it to W e.
26291
26292 2004-01-04 Simon Josefsson <jas@extundo.com>
26293
26294 * password.el: Add.
26295
26296 2004-01-04 Mario Lang <lang@zid.tugraz.at>
26297
26298 * dns.el (dns-query-types): Fix typo.
26299 (dns-query-types): New function.
26300 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
26301 PTR and SOA replies, see RFC 1035.
26302
26303 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
26304
26305 * gnus.el (gnus-logo-color-style): Change colors to `no'.
26306
26307 * Move to Changelog.2.
26308
26309 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
26310
26311 * gnus.el (gnus-version-number): Bump version.
26312
26313 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
26314
26315 * gnus.el: No Gnus v0.1 is released.
26316
26317 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
26318
26319 * gnus.el: No Gnus v0.0 is released.
26320
26321 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
26322
26323 * gnus.el (gnus-version-number): Bump.
26324 (gnus-version): No.
26325
26326 See ChangeLog.2 for earlier changes.
26327
26328 Copyright (C) 2004-2016 Free Software Foundation, Inc.
26329
26330 This file is part of GNU Emacs.
26331
26332 GNU Emacs is free software: you can redistribute it and/or modify
26333 it under the terms of the GNU General Public License as published by
26334 the Free Software Foundation, either version 3 of the License, or
26335 (at your option) any later version.
26336
26337 GNU Emacs is distributed in the hope that it will be useful,
26338 but WITHOUT ANY WARRANTY; without even the implied warranty of
26339 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26340 GNU General Public License for more details.
26341
26342 You should have received a copy of the GNU General Public License
26343 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
26344
26345 ;; Local Variables:
26346 ;; coding: utf-8
26347 ;; fill-column: 79
26348 ;; add-log-time-zone-rule: t
26349 ;; End: