]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
lisp/gnus/mail-source.el (mail-source-call-script): Pop up an error buffer if a mail...
[gnu-emacs] / lisp / gnus / ChangeLog
1 2015-02-05 Timo Lilja <timo.lilja@iki.fi> (tiny change)
2
3 * mail-source.el (mail-source-call-script): If scripts exit with an
4 error, pop up an error buffer.
5
6 2015-02-05 Lars Ingebrigtsen <larsi@gnus.org>
7
8 * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
9 as a default.
10
11 * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
12 correct server.
13
14 2015-02-05 Vincent Bernat <bernat@luffy.cx> (tiny change)
15
16 * nnimap.el (nnimap-request-group-scan): Fix the function name.
17
18 * gnus-int.el (gnus-request-group-scan): Use the correct function name.
19
20 2015-02-05 Lars Ingebrigtsen <larsi@gnus.org>
21
22 * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
23 that nnimap works for non-activated backends.
24
25 2015-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
26
27 * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
28 message, since we already get an obsolescence message. Use `declare'.
29
30 2015-02-04 Eric Abrahamsen <eric@ericabrahamsen.net>
31
32 * nnir.el: Revert "Enable non-ASCII IMAP searches".
33
34 2015-01-30 Glenn Morris <rgm@gnu.org>
35
36 * gnus-registry.el (gnus-registry-max-pruned-entries)
37 (gnus-registry-prune-factor, gnus-registry-default-sort-function):
38 Fix :version.
39 (gnus-registry-default-sort-function): Improve :type.
40
41 2015-01-29 Lars Ingebrigtsen <larsi@gnus.org>
42
43 * nnimap.el (nnimap-request-group): Allow running this function on
44 groups that don't exist in Gnus yet.
45 (nnimap-request-group): Revert previous patch since that made it
46 impossible to enter nnimap groups.
47
48 * message.el (message-smtpmail-send-it): Remove the mail header
49 separator before sending.
50
51 2015-01-28 Elias Oltmanns <eo@nebensachen.de>
52
53 * nnimap.el (nnimap-find-expired-articles): Fix handling of
54 (expiry-wait . never).
55
56 2015-01-28 Lars Ingebrigtsen <larsi@gnus.org>
57
58 * nnimap.el (nnimap-request-group): Clear the buffer before returning
59 the data.
60
61 2015-01-27 Lars Ingebrigtsen <larsi@gnus.org>
62
63 * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
64 IMAP.
65
66 2015-01-27 Eric Abrahamsen <eric@ericabrahamsen.net>
67
68 * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
69
70 * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
71
72 * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
73 be added to the backlog.
74
75 2015-01-26 Trevor Murphy <trevor.m.murphy@gmail.com>
76
77 * nnimap.el (nnimap-header-parameters): Refactor and request
78 X-GM-LABELS if it's been announced.
79 (nnimap-transform-headers): Gather and output GM-LABELS.
80
81 2015-01-26 Peder O. Klingenberg <peder@klingenberg.no>
82
83 * mm-decode.el (mm-display-part): Make non-string methods work.
84 Non-string methods are funcalled and work just fine, the test was
85 bogus.
86 * mm-decode.el (mm-display-external): Show "external" lisp viewers in
87 whole frame.
88
89 2015-01-26 Lars Ingebrigtsen <larsi@gnus.org>
90
91 * nnimap.el (nnimap-request-accept-article): Allow respooling using
92 nnimap.
93
94 * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
95 request rescans when being run interactively.
96
97 * nnimap.el (nnimap-request-group): Don't rescan the group here,
98 because that can be very slow in large groups.
99
100 * gnus-int.el (gnus-request-group-scan): New backend function.
101
102 * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
103
104 2015-01-25 Lars Ingebrigtsen <larsi@gnus.org>
105
106 * gnus-group.el (gnus-group-suspend): Close all backends.
107
108 2015-01-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
109
110 * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
111
112 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
113
114 * registry.el: Don't use <class> as a variable.
115
116 2014-12-29 Paul Eggert <eggert@cs.ucla.edu>
117
118 * message.el (message-make-fqdn):
119 * nnvirtual.el (nnvirtual-retrieve-headers)
120 (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
121 and avoid naming locals 'system-name'.
122
123 2014-12-29 Lars Ingebrigtsen <larsi@gnus.org>
124
125 * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
126 lines don't get overlong when responding.
127
128 2014-12-19 Andreas Schwab <schwab@linux-m68k.org>
129
130 * gnus-group.el (gnus-read-ephemeral-bug-group):
131 Bind coding-system-for-read and coding-system-for-write only around
132 with-temp-file, and make buffer unibyte. Don't write temp file twice.
133
134 2014-12-18 Paul Eggert <eggert@cs.ucla.edu>
135
136 * registry.el (registry-db): Set default slot later.
137 This is because its value is not a literal integer.
138
139 2014-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
140
141 * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
142 add warning.
143
144 * gnus-art.el: Fix up compiler warnings.
145 (article-display-face, article-display-x-face): Remove unused `face'.
146 (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
147 (article-date-ut): Remove unused var `first'.
148 (gnus-article-prepare): Remove unused var `gnus-article'.
149 (gnus-mime-save-part-and-strip): Remove unused var `param'.
150 (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
151 `coding-system' along with corresponding dead code.
152 (gnus-mime-view-part-externally): Remove unused var
153 `mm-user-display-methods'.
154 (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
155 (gnus-display-mime): Remove unused var `handle'.
156 (gnus-mime-display-alternative): Remove unused var `props'.
157 (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
158 (gnus-article-edit-done): Remove unused var `p'.
159 (gnus-url-mailto): Remove unused var `to'.
160 (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
161 total-parts, and gnus-treat-type explicitly. Remove unused var `elem'.
162
163 2014-12-18 Eric Abrahamsen <eric@ericabrahamsen.net>
164
165 * registry.el (registry-db): Consolidate the :max-hard and :max-soft
166 slots into a :max-size slot.
167 (registry-db-version): Add new variable for database version number.
168 (registry-prune): Use :max-size slot. Accept and use a sort-function
169 argument.
170 (registry-collect-prune-candidates): Add new function for finding
171 non-precious pruning candidates.
172 (registry-prune-hard-candidates, registry-prune-soft-candidates):
173 Remove obsolete functions.
174 (initialize-instance): Upgrade registry version when starting.
175
176 * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
177 (gnus-registry-max-pruned-entries): Remove obsolete variable.
178 (gnus-registry-cache-file): Change default
179 filename extension to "eieio".
180 (gnus-registry-read): Add new function, split out from
181 `gnus-registry-load', that does the actual object reading.
182 (gnus-registry-load): Use it. Add condition case handler to check for
183 old filename extension and rename to the new one.
184 (gnus-registry-default-sort-function): New variable to specify a sort
185 function to use when pruning.
186 (gnus-registry-save, gnus-registry-insert): Use it.
187 (gnus-registry-sort-by-creation-time): Define a default sort function.
188
189 2014-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
190
191 * gnus-art.el (gnus-article-mime-handles): Refactor out into own
192 function for reuse.
193 (gnus-mime-buttonize-attachments-in-header): Adjust.
194
195 2014-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
196
197 * message.el (message-change-subject): Really check whether the subject
198 changed.
199
200 2014-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
201
202 * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
203 PDFs.
204 (mailcap-view-mime): New function.
205
206 2014-12-01 Glenn Morris <rgm@gnu.org>
207
208 * gnus-cloud.el (gnus-cloud): Add :version tag.
209
210 2014-11-29 John Mastro <john.b.mastro@gmail.com> (tiny change)
211
212 * auth-source.el (auth-source-macos-keychain-search-items): Return
213 result of `auth-source-macos-keychain-result-append' (bug#19074).
214
215 2014-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
216
217 * gnus-art.el (gnus-use-idna):
218 * gnus-sum.el (gnus-summary-idna-message):
219 * message.el (message-use-idna):
220 Protect against nil value for idna-program.
221
222 * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
223
224 2014-11-25 Glenn Morris <rgm@gnu.org>
225
226 * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
227 Add :version tag.
228
229 2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
230
231 * pop3.el (pop3-open-server): Warn unless encrypted.
232
233 * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
234
235 2014-11-17 Albert Krewinkel <albert@zeitkraut.de>
236
237 * message.el (message-valid-fqdn-regexp): Add non-internaional new
238 TLDs.
239
240 2014-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
241
242 * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
243 discarding changes in ephemeral groups.
244
245 * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
246 things the user isn't interested in.
247
248 2014-11-13 Julien Danjou <jd@abydos>
249
250 * gnus-notifications.el (gnus-notifications-notify): Provide both
251 app-icon and image-path.
252
253 2014-11-10 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
254
255 * gnus/mm-url.el (mm-url-encode-multipart-form-data):
256 Restore to handle "multipart/form-data" by eww.
257
258 2014-11-07 Tassilo Horn <tsdh@gnu.org>
259
260 * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
261 Landscheidt.
262
263 2014-10-29 Paul Eggert <eggert@cs.ucla.edu>
264
265 Simplify use of current-time and friends.
266 * gnus-delay.el (gnus-delay-article):
267 * gnus-sum.el (gnus-summary-read-document):
268 * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
269 * message.el (message-make-expires-date):
270 Omit unnecessary call to current-time.
271 * gnus-util.el (gnus-float-time): Simplify to an alias because
272 time-to-seconds now behaves like float-time with respect to nil arg.
273 (gnus-seconds-year): Don't call current-time twice to get the current
274 time stamp, as this can lead to inconsistent results.
275
276 2014-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
277
278 * gnus.el (gnus-mode-line-buffer-identification):
279 Don't add image data for a non-graphic display (bug#18813).
280
281 2014-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
282
283 * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
284 load-path, it blocks autoloading of find-image (bug#18813).
285
286 2014-10-24 enami tsugutomo <tsugutomo.enami@jp.sony.com>
287
288 * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
289 to keep connection open (bug#18728).
290
291 2014-10-20 Glenn Morris <rgm@gnu.org>
292
293 * Merge in all changes up to 24.4 release.
294
295 2014-10-15 Jorge A. Alfaro-Murillo <jorge.alfaro-murillo@yale.edu> (tiny change)
296
297 * message.el (message-insert-signature): Use `newline' instead of
298 inserting explicit "\n".
299
300 2014-10-15 Sylvain Chouleur <sylvain.chouleur@gmail.com>
301
302 * gnus-icalendar.el: Support vcal format timezones.
303 (gnus-icalendar-event--decode-datefield): Use icalendar functions to
304 compute dates with associated timezone.
305 (gnus-icalendar-event-from-ical): Compute all timezones.
306
307 2014-10-14 Teodor Zlatanov <tzz@lifelogs.com>
308
309 * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
310 check the newsrc.eld file's timestamp before saving it.
311 (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
312 timestamp has changed to be newer.
313
314 2014-10-06 Jan Tatarik <jan.tatarik@gmail.com>
315
316 * gnus-icalendar.el (gnus-icalendar-identities):
317 Include message-alternative-emails.
318
319 2014-10-04 Alan Schmitt <alan.schmitt@polytechnique.org> (tiny change)
320
321 * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
322 expired messages only when it was built in reverse order.
323
324 2014-10-04 Peter Münster <pmlists@free.fr> (tiny change)
325
326 * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
327 last so it can be used in `message-send-hook'.
328
329 2014-10-02 Daiki Ueno <ueno@gnu.org>
330
331 * mml.el (mml-parse-1): Error out if unknown mode is specified in
332 <#secure> tag (bug#18513).
333
334 2014-09-29 Daiki Ueno <ueno@gnu.org>
335
336 * mml.el (mml-parse-1): Error out if unknown mode is specified in
337 <#secure> tag (bug#18513).
338
339 2014-09-11 Paul Eggert <eggert@cs.ucla.edu>
340
341 * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
342 of ":delete".
343
344 2014-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
345
346 * gnus-art.el (gnus-article-browse-html-save-cid-content)
347 (gnus-article-browse-html-parts):
348 Revert last change that breaks links other than cid contents.
349
350 2014-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
351
352 * gnus-art.el (gnus-article-browse-html-save-cid-content)
353 (gnus-article-browse-html-parts): Make cid file names relative.
354
355 2014-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
356
357 * mm-view.el (mm-display-inline-fontify): Make the working buffer
358 temporarily displayed when running a mode function (at least org-mode
359 requires it).
360
361 2014-08-14 Alan Schmitt <alan.schmitt@polytechnique.org>
362
363 * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
364 the gnus-summary-article-expire-hook should be told where the function
365 is going. In particular, the Gnus registry might want to know.
366
367 2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
368
369 * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
370
371 2014-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
372
373 * gnus-sum.el (gnus-summary-expire-articles): Revert.
374
375 2014-08-05 Eric Abrahamsen <eric@ericabrahamsen.net>
376
377 * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
378 the gnus-summary-article-expire-hook should be told where the function
379 is going. In particular, the Gnus registry might want to know.
380
381 2014-07-31 Tassilo Horn <tsdh@gnu.org>
382
383 * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
384 groups and t.
385
386 2014-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
387
388 * gnus-utils.el (gnus-recursive-directory-files):
389 Unify hard or symbolic links (bug#18063).
390
391 2013-07-17 Albert Krewinkel <albert@zeitkraut.de>
392
393 * gnus-msg.el (gnus-configure-posting-style):
394 Allow string replacements in values when matching against a header.
395
396 2014-07-07 Katsumi Yamaoka <yamaoka@jpl.org>
397
398 * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
399 the dribble buffer even when it is shrunk a lot.
400 <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
401
402 2014-06-26 Glenn Morris <rgm@gnu.org>
403
404 * mm-util.el (help-function-arglist): Remove outdated declaration.
405
406 2014-06-24 Andreas Schwab <schwab@linux-m68k.org>
407
408 * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
409 attribute values. (Bug#17834)
410
411 2013-06-22 Dmitry Antipov <dmantipov@yandex.ru>
412
413 * gnus-sum.el (gnus-summary-edit-article-done):
414 Prefer point-marker to copy-marker of point.
415
416 2014-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
417
418 * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
419 (gnus-article-read-summary-keys):
420 Don't bug out when there is no article in the summary buffer.
421 (gnus-mime-buttonize-attachments-in-header):
422 Improve criterion that finds parts to display.
423
424 * gnus-art.el (gnus-mm-display-part):
425 * mm-decode.el (mm-shr):
426 * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
427 (mm-insert-inline): Revert last changes.
428
429 2014-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
430
431 * gnus-art.el (gnus-mm-display-part):
432 * mm-decode.el (mm-shr):
433 * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
434 (mm-insert-inline): Set insertion type of end-marker, not only
435 start-marker, of undisplayer so as to stay after inserted text.
436
437 2014-06-02 Andreas Schwab <schwab@linux-m68k.org>
438
439 * html2text.el (html2text-get-attr): Fix typo when splitting value from
440 attribute. (Bug#17613)
441
442 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
443
444 * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
445 * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
446
447 2014-05-15 Katsumi Yamaoka <yamaoka@jpl.org>
448
449 * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
450 Don't delete next part button; keep spacing between buttons.
451
452 2014-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
453
454 * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
455 Work for the last MIME part in an article.
456 (gnus-mime-display-single): Suppress excessive newlines between parts.
457
458 * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
459 by leading or trailing newline.
460
461 2014-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
462
463 * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
464 while prompting a user for a file name, etc.
465 (gnus-mime-display-single): Display part with a common appearance no
466 matter whether MIME button is omitted or not; don't add duplicate entry
467 to gnus-article-mime-handle-alist.
468 (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
469
470 2014-05-08 Adam Sjøgren <asjo@koldfront.dk>
471
472 * mml2015.el (mml2015-display-key-image): New variable.
473
474 2014-05-08 Glenn Morris <rgm@gnu.org>
475
476 * gnus-fun.el (gnus-grab-cam-face):
477 Do not use predictable temp-file name. (http://bugs.debian.org/747100)
478 This is CVE-2014-3421.
479
480 2014-05-04 Glenn Morris <rgm@gnu.org>
481
482 * gnus-registry.el (gnus-registry-install-p): Doc fix.
483
484 2014-05-02 Katsumi Yamaoka <yamaoka@jpl.org>
485
486 * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
487 the displaying state of a part.
488 (gnus-mm-display-part): Don't insert a newline in the beginning of
489 a part like gnus-mime-inline-part doesn't; work for XEmacs.
490
491 * mm-decode.el (mm-display-part): Don't insert a newline in the top.
492 (mm-shr): Make undisplayer unbreakable.
493
494 * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
495 Don't insert excessive newline.
496 (mm-inline-text-html-render-with-w3m, mm-inline-text)
497 (mm-insert-inline): Make undisplayer unbreakable.
498
499 2014-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
500
501 * gnus-art.el (gnus-mm-display-part):
502 Highlight header attachment buttons.
503
504 2014-04-30 Katsumi Yamaoka <yamaoka@jpl.org>
505
506 * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
507 a part; redisplay a button (enbugged in 2014-03-23).
508
509 2014-04-27 Teodor Zlatanov <tzz@lifelogs.com>
510
511 * auth-source.el (auth-source-search, auth-source-search-backends):
512 Treat :max 0 as an indicator that a boolean return is wanted, as
513 documented. Reported by Joe Bloggs.
514
515 2014-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
516
517 * gnus-icalendar.el: Require gnus-art.
518
519 2014-04-20 Jan Tatarik <jan.tatarik@gmail.com>
520
521 * gnus-icalendar.el (gnus-icalendar-event->org-entry)
522 (gnus-icalendar--update-org-event): put event timestamp in
523 the org entry body instead of the drawer.
524 (gnus-icalendar-event--get-attendee-names): list of participants should
525 contain even attendees without common name attribute.
526 (gnus-icalendar--update-org-event): don't generate duplicates of empty
527 property tags in org drawers.
528
529 2014-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
530
531 * gmm-utils.el (gmm-format-time-string): New function.
532
533 * message.el (message-insert-formatted-citation-line): Use the original
534 author's time zone to express a date string.
535
536 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
537
538 * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
539 (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
540 (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
541 Silence compiler warnings.
542 (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
543
544 2014-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
545
546 * mml.el: Require url when compiling.
547
548 * gnus-cloud.el (gnus-cloud-parse-version-1):
549 Use plist-get rather than CL's getf.
550 (gnus-activate-group, gnus-subscribe-group): Declare.
551
552 * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
553
554 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
555
556 * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
557 buttons when toggling the header off.
558
559 2014-03-23 Daiki Ueno <ueno@gnu.org>
560
561 * mml2015.el (mml2015-use): Don't check the availability of GnuPG
562 commands here; instead, only check if epg-config.el is available.
563
564 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
565
566 * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
567 messages with embedded images.
568 (mml-generate-mime): Don't bug out if you don't have libxml.
569
570 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
571
572 * message.el (message-make-html-message-with-image-files): New command.
573
574 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
575
576 * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
577
578 2014-03-23 David Engster <deng@randomsample.de>
579
580 * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
581 to stay compatible with older Emacsen, so replace `cl-loop' with
582 `loop'.
583
584 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
585
586 * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
587 Display header attachment buttons by gnus-article-prepare-display
588 rather than gnus-article-prepare so as to view in mml-preview as well.
589
590 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
591
592 * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
593 (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
594
595 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
596
597 * gnus-art.el (gnus-mime-buttonize-attachments-in-header):
598 Display buttons that are hidden in unselected alternative part as well.
599 (gnus-mime-display-alternative): Redraw attachment buttons in header.
600
601 * gmm-utils.el (gmm-labels): Add edebug spec.
602
603 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
604
605 * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
606 keystroke.
607 (gnus-server-toggle-cloud-server): Only allow clouding applicable
608 types.
609
610 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
611
612 * gnus.el (gnus-copy-overlay, gnus-overlays-at): New functions.
613
614 * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
615 New user option.
616 (gnus-mime-buttonize-attachments-in-header): New function.
617 (gnus-article-prepare): Use it.
618 (gnus-mime-inline-part): Suppress extra newline.
619 (gnus-mm-display-part): Save excursion;
620 remove useless deleting and adding of buttons.
621 (gnus-insert-mime-button): Allow insertion in the middle of a line.
622
623 * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
624 Add gnus-mime-buttonize-attachments-in-header.
625
626 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
627
628 * nnimap.el (nnimap-request-articles): New command to download several
629 articles at once.
630
631 * gnus.el (gnus-variable-list): Save Cloud variables.
632
633 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
634
635 * gnus-cloud.el: New file to provide the Emacs Cloud.
636
637 * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
638 `url-retrieve-synchronously', apparently.
639
640 * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
641 XEmacs.
642
643 * nnrss.el (libxml-parse-html-region): Silence compilation error.
644
645 2014-03-23 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
646
647 * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
648 `gnus-group-split-fancy'.
649
650 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
651
652 * message.el (message-remove-header): Doc fix.
653 (message-forward-included-headers): New variable.
654 (message-remove-ignored-headers): Use it.
655
656 2014-03-23 Dave Abrahams <dave@boostpro.com>
657
658 * gnus-sum.el (gnus-summary-open-group-with-article): New command.
659
660 2014-03-23 Rasmus Pank Roulund <emacs@pank.eu>
661
662 * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
663 from random face commands.
664 (gnus-face-directory): Like `gnus-x-face-directory` for png files and
665 Face.
666 (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
667 (gnus--random-face-with-type): Generic function returning a face-type
668 as a string.
669 (gnus--insert-random-face-with-type): Generic function inserting a face
670 in a message buffer header.
671 (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
672 (gnus-insert-random-x-face-header): Rewritten to use
673 `gnus--insert-random-face-with-type`.
674 (gnus-random-face): Return random (png) Face as string.
675 (nus-insert-random-face-header): Insert random (png) Face in a message
676 buffer.
677
678 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
679
680 * mm-url.el: Remove all usage of w3.
681
682 * nnrss.el: Ditto.
683
684 * mm-decode.el: Ditto.
685
686 * mm-view.el: Ditto.
687
688 * gnus-setup.el: Remove outdated file.
689
690 2014-03-07 Lars Ingebrigtsen <larsi@gnus.org>
691
692 * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
693 groups work again.
694
695 2014-03-07 George McNinch <gmcninch@gmail.com> (tiny change)
696
697 * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
698 999 correctly (i.e. "1,342").
699
700 2014-03-07 Lars Ingebrigtsen <larsi@gnus.org>
701
702 * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
703 out if the directory doesn't exist.
704
705 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
706
707 * gnus-group.el (gnus-group-make-group): Clarify prompt.
708
709 2014-02-22 Daniel Colascione <dancol@dancol.org>
710
711 * auth-source.el (auth-source-secrets-listify-pattern): New function.
712 (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
713 instead, build list of patterns.
714
715 2014-02-13 Teodor Zlatanov <tzz@lifelogs.com>
716
717 * auth-source.el (auth-sources): Add pointer to what the .gpg extension
718 in `auth-sources' means and link to EPA docs.
719
720 2014-02-12 Lars Ingebrigtsen <larsi@gnus.org>
721
722 * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
723 (bug#12375).
724
725 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
726
727 * message.el (message-tab): Mention what happens on normal tabs
728 (bug#11297).
729
730 2014-02-08 Glenn Morris <rgm@gnu.org>
731
732 * auth-source.el (auth-sources): Doc fix. (Bug#16642)
733
734 2014-02-07 Lars Ingebrigtsen <larsi@gnus.org>
735
736 * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
737 with an empty string.
738
739 2014-02-06 Lars Ingebrigtsen <larsi@gnus.org>
740
741 * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
742 buffer-local in some buffers, so bind it explicitly in the buffer we're
743 trying to cancel the article in (bug#10808).
744
745 2014-02-05 Lars Ingebrigtsen <larsi@gnus.org>
746
747 * gnus-int.el (gnus-request-accept-article): Doc fix.
748
749 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
750
751 * nnir.el (nnir-request-update-mark): Don't try to update the source
752 group if we can't find it (bug#16611).
753
754 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
755
756 * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
757
758 2014-01-31 Dave Abrahams <dave@boostpro.com>
759
760 * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
761 in the summary buffer (bug#13769).
762
763 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
764
765 * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
766 name if we're using a single article buffer. Otherwise, it may point
767 to a killed buffer (bug#13756).
768
769 2014-01-30 Lars Ingebrigtsen <larsi@gnus.org>
770
771 * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
772 the match data, just save and restore it explictly (bug#12375).
773
774 * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
775 that's needed.
776
777 * spam.el (spam-initialize): Allow calling repeatedly, but only run the
778 the code once (bug#9069).
779
780 2014-01-18 Steinar Bang <sb@dod.no>
781
782 * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
783 reading.
784
785 2014-01-09 Ken Olum <kdo@cosmos.phy.tufts.edu>
786
787 * message.el (message-bury): Call bury-buffer with no argument
788 in the message-return-action case too.
789
790 2014-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
791
792 * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
793 (nnimap-split-fancy, nnimap-split-methods): Declare.
794
795 * mm-util.el (help-function-arglist): Declare.
796
797 2013-12-28 Glenn Morris <rgm@gnu.org>
798
799 * gnus-sieve.el (gnus-sieve-select-method):
800 * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
801 (gravatar-rating, gravatar-size):
802 * message.el (message-minibuffer-local-map):
803 * sieve-manage.el (sieve-manage-authenticators)
804 (sieve-manage-authenticator-alist): Specify custom types.
805
806 * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
807 * gnus-sum.el (gnus-subthread-sort-functions): Add version.
808 * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
809
810 * auth-source.el (auth-sources):
811 * nnmairix.el (nnmairix-propagate-marks-upon-close):
812 Fix custom types.
813
814 2013-12-26 Lars Ingebrigtsen <larsi@gnus.org>
815
816 * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
817 we get proper traces there, too.
818
819 2013-12-26 Sean Connor <sconnor005@allyinics.org> (tiny change)
820
821 * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
822 value of the parameters if the current article has a Reply-To or From
823 field.
824
825 2013-12-26 Lars Ingebrigtsen <larsi@gnus.org>
826
827 * gnus.el (gnus-group-buffer): Remove duplicate definition.
828
829 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
830
831 * gnus-sum.el (gnus-summary-exit): Stop animations.
832
833 2013-12-19 Juri Linkov <juri@jurta.org>
834
835 * gnus.el (gnus-suppress-keymap):
836 * gnus-art.el (gnus-article-mode-map):
837 * gnus-group.el (gnus-group-mode-map):
838 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
839 Remove [backspace] key binding because it shadows DEL (bug#16035).
840
841 * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
842
843 2013-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
844
845 * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
846 Make sure work directory exists.
847 (gnus-uu-digest-mail-forward): Store temporary files in work directory
848 rather than tmp directory.
849 (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
850 not necessarily always run, with it.
851
852 2013-12-18 Jan Tatarik <jan.tatarik@gmail.com>
853
854 * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
855 value of gnus-icalendar-additional-identities work without restart.
856
857 2013-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
858
859 * mm-util.el (mm-make-temp-file):
860 Alias to make-temp-file for modern Emacsen.
861
862 2013-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
863
864 * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
865 nnir-article-number and nnir-article-group.
866
867 2013-12-03 Vitalie Spinu <spinuvit@gmail.com>
868
869 * message.el (message-send-mail-with-sendmail):
870 Don't kill error buffer if sending fails.
871
872 2013-11-28 Jan Tatarik <jan.tatarik@gmail.com>
873
874 * gnus-icalendar.el (gnus-icalendar-event-from-ical)
875 (gnus-icalendar-event->org-entry)
876 (gnus-icalendar--update-org-event)
877 (gnus-icalendar-event->gnus-calendar): Distinguish between
878 required/optional/non-participant attendee status. Fix bug causing
879 the first required event participant to be omitted.
880
881 2013-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
882
883 * gnus-art.el (article-de-quoted-unreadable)
884 (article-de-base64-unreadable, gnus-mime-copy-part)
885 * gnus-html.el (gnus-article-html)
886 * mm-view.el (mm-inline-text-html-render-with-w3)
887 (mm-inline-text-html-render-with-w3m-standalone)
888 * rfc2231.el (rfc2231-decode-encoded-string):
889 Allow overriding charset by mm-charset-override-alist.
890
891 * gnus-art.el (gnus-article-browse-html-parts):
892 Replace LWSPs with `&nbsp;'s in header.
893
894 Work for broken Chinese articles.
895
896 * gnus-art.el (gnus-article-browse-html-save-cid-content):
897 Exclude broken handles that gnus-summary-enter-digest-group may create.
898 (gnus-article-browse-html-parts):
899 Allow overriding charset by mm-charset-override-alist.
900
901 2013-11-21 Jan Tatarik <jan.tatarik@gmail.com>
902
903 * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
904 (gnus-icalendar-identities): Support additional-identities.
905
906 * gnus-icalendar.el (gnus-icalendar-event:org-timestamp):
907 Fix org-timestamp for events ending at midnight.
908
909 2013-11-21 Ivan Shmakov <ivan@siamics.net>
910
911 * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p):
912 Support debbugs .log files.
913
914 2013-11-20 Dave Goldberg <david.goldberg6@verizon.net>
915
916 * message.el (message-beginning-of-line):
917 Use beginning-of-visual-line when visual-line-mode is turned on.
918
919 2013-11-15 Jan Tatarik <jan.tatarik@gmail.com>
920
921 * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
922 (gnus-icalendar-event-from-ical)
923 (gnus-icalendar-event->org-entry)
924 (gnus-icalendar--update-org-event): Required/optional participation,
925 list of attendees synced to org.
926
927 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com>
928
929 * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
930 (gnus-icalendar-event:inline-org-buttons): Allow for appointment
931 cancellations to be synced to org if the original appt has an org
932 outline.
933
934 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com>
935
936 * gnus-icalendar.el (gnus-icalendar--format-summary-line)
937 (gnus-icalendar-event->org-entry)
938 (gnus-icalendar--update-org-event)
939 (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
940
941 2013-11-12 Jan Tatarik <jan.tatarik@gmail.com>
942
943 * gnus-icalendar.el (gnus-icalendar-event-from-ical):
944 Fix timezone handling in gnus-icalendar export to org.
945
946 2013-11-05 Katsumi Yamaoka <yamaoka@jpl.org>
947
948 * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
949
950 2013-10-30 Glenn Morris <rgm@gnu.org>
951
952 * gnus-group.el (gnus-group-browse-foreign-server):
953 * gnus-int.el (gnus-start-news-server):
954 Silence compiler obsolescence warning.
955
956 2013-10-29 Teodor Zlatanov <tzz@lifelogs.com>
957
958 * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
959 `nnoo-current-server' first, then for the actual `nnimap-address' to
960 allow netrc entries for the nnoo server to coexist with netrc entries
961 for the `nnimap-address'.
962
963 2013-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
964
965 * mm-decode.el (mm-dissect-buffer): Revert last change.
966 * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
967 The problem that motivated those changes was attributed to a broken
968 mail sender, and has been fixed.
969
970 2013-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
971
972 * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
973 token is missing in the Content-Type header.
974
975 * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
976
977 2013-09-18 Glenn Morris <rgm@gnu.org>
978
979 * gnus-util.el (image-size): Declare.
980
981 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
982
983 * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
984 (gnus-icalendar-event-from-ical)
985 (gnus-icalendar-event--build-reply-event-body)
986 (gnus-icalendar-event-reply-from-buffer)
987 (gnus-icalendar-find-org-event-file)
988 (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
989 (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
990
991 * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
992
993 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
994
995 * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
996 Use save-current-buffer.
997 (gnus-tree-mode-map): Initialize in the declaration.
998 (gnus-pick-mouse-pick-region): Remove unused var `fun'.
999 (scroll-in-place): Defvar it.
1000 (gnus-tmp-*): Defvar them.
1001 (gnus-get-tree-buffer): Use derived-mode-p.
1002 (gnus--let-eval): New macro.
1003 (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1004 non-prefixed variables.
1005 (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1006
1007 * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1008 vars since it doesn't seem to be available.
1009 (gnus-set-global-variables, gnus-summary-read-group-1)
1010 (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1011 (gnus-summary-display-article, gnus-summary-select-article)
1012 (gnus-summary-next-article, gnus-offer-save-summaries)
1013 (gnus-summary-generic-mark): Use derived-mode-p.
1014 (gnus-summary-read-group-1, gnus-summary-exit)
1015 (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1016 Adjust calls to gnus-tree-close and gnus-tree-open.
1017
1018 * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1019
1020 * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1021 (gnus-agent-mode): Use derived-mode-p.
1022 (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1023 gnus-command-method and *-command-method to nil, but bind
1024 gnus-command-method to *-command-method instead!
1025 (gnus-agent-fetch-articles): Remove unused var `id'.
1026 (gnus-agent-fetch-headers): Remove unused arg `force'.
1027 (gnus-agent-braid-nov): Remove unused arg `group'. Adjust callers.
1028 (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1029 (gnus-agent-short-article, gnus-agent-long-article)
1030 (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1031 first use.
1032 (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1033 `score-param'.
1034 (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1035 (gnus-get-predicate): Push in front of the cache, rather than end.
1036 (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1037 (gnus-agent-expire-group-1): Use push. Don't abuse dyn-binding.
1038 (gnus-agent-expire-unagentized-dirs): Don't rebind
1039 gnus-agent-expire-current-dirs since the defvar silences the warning.
1040 (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1041 (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1042 (gnus-agent-regenerate): Simplify interactive spec and doc.
1043
1044 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
1045
1046 * gnus-int.el (gnus-open-server): Silence compiler.
1047
1048 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1049
1050 * message.el (message-display-completion-list): Abolish.
1051 (message-completion-in-region): Use display-completion-list.
1052
1053 2013-09-17 Glenn Morris <rgm@gnu.org>
1054
1055 * gnus-util.el (gnus-message-with-timestamp-1):
1056 Use `messages-buffer' function if available. Ignore read-only.
1057
1058 2013-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
1059
1060 * message.el (message-expand-group, message-completion-in-region):
1061 Correct the order of start and end of a region.
1062
1063 2013-09-13 Glenn Morris <rgm@gnu.org>
1064
1065 * mml2015.el (gnus-create-image): Autoload it.
1066
1067 * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1068
1069 * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1070 (image-size): Declare.
1071
1072 2013-09-12 Glenn Morris <rgm@gnu.org>
1073
1074 * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1075 Avoid using `find', which i) might not be defined at runtime;
1076 ii) does not work, since its default test is eql, not equal.
1077 (gnus-mime-action-alist): Declare.
1078
1079 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1080
1081 * score-mode.el (gnus-score-mode-map): Move initialization
1082 into declaration.
1083 (gnus-score-mode): Use define-derived-mode.
1084 * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1085 * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1086 into declaration.
1087 (gnus-kill-file-mode): Use define-derived-mode.
1088 (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1089 Use derived-mode-p.
1090 * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1091 (gnus-group-setup-buffer, gnus-group-name-at-point)
1092 (gnus-group-make-web-group, gnus-group-enter-directory)
1093 (gnus-group-suspend): Use derived-mode-p.
1094 * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1095 * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1096 * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1097 (gnus-article-setup-buffer, gnus-article-prepare)
1098 (gnus-article-prepare-display, gnus-sticky-article)
1099 (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1100 (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1101 (gnus-article-read-summary-keys): Use derived-mode-p.
1102
1103 2013-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
1104
1105 * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1106
1107 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
1108
1109 * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1110 shift_jis from the default value set for Japanese users.
1111
1112 2013-08-13 Glenn Morris <rgm@gnu.org>
1113
1114 * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1115
1116 * gnus.el (gnus-valid-select-methods): Fix type.
1117
1118 * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1119
1120 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
1121
1122 * mm-decode.el (mm-display-external): Run a timer for the temp files
1123 deletion after a viewer exits; add a deletion timer for the needsterm
1124 case, too.
1125
1126 * mm-decode.el (mm-display-external): Try to delete temporary files by
1127 using a 1-min. timer.
1128
1129 2013-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
1130
1131 * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1132 New internal variables.
1133 (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1134 (mm-display-external): Use it to delete temporary files instead of
1135 using timers.
1136
1137 2013-08-06 Jan Tatarik <jan.tatarik@gmail.com>
1138
1139 * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1140 with cond for backwards compatability.
1141
1142 2013-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
1143
1144 * mm-decode.el (mm-display-external): Bind process-connection-type to
1145 nil; don't delete a temp file immediately even if a viewer finishes,
1146 since it may be a shell script, like xdg-open, that launches a real
1147 viewer program belatedly.
1148
1149 2013-08-05 Dave Abrahams <dave@boostpro.com>
1150
1151 * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1152 that we can create nndoc groups that excerpt other groups.
1153
1154 2013-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1155
1156 * gnus-delay.el (gnus-delay-article): Fix typo.
1157
1158 * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1159 articles.
1160
1161 * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1162 we can get spell-checking etc.
1163
1164 2013-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
1165
1166 * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1167 a single one used for encoding the whole text in a header.
1168
1169 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1170
1171 * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1172 before sending.
1173
1174 * mm-decode.el (mm-command-output): New face.
1175 (mm-display-external): Use it.
1176
1177 2013-08-01 Kan-Ru Chen (陳侃如) <kanru@kanru.info> (tiny change)
1178
1179 * nnmbox.el (nnmbox-request-article): Don't change point.
1180
1181 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1182
1183 * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1184 Include `handle' parameter.
1185
1186 2013-08-01 Jan Tatarik <jan.tatarik@gmail.com>
1187
1188 * gnus-icalendar.el: New file.
1189
1190 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1191
1192 * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1193
1194 * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1195 dummy roots, too.
1196
1197 2013-08-01 David Edmondson <dme@dme.org>
1198
1199 * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1200 out on ttys.
1201
1202 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1203
1204 * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1205 not empty.
1206
1207 * nnrss.el (nnrss-discover-feed): Indent.
1208
1209 2013-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
1210
1211 * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1212
1213 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1214
1215 * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1216 dirty to ensure nnimap data being saved.
1217
1218 2013-07-30 Tassilo Horn <tsdh@gnu.org>
1219
1220 * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1221 menu entry.
1222
1223 * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1224 the current thread's total score instead of the current article's
1225 score.
1226
1227 * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1228 (gnus-sort-threads-recursively): Delete defcustom.
1229 (gnus-sort-threads-recursive): Adapt accordingly.
1230
1231 2013-07-30 Tassilo Horn <tsdh@gnu.org>
1232
1233 * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1234 (gnus-sort-threads-recursive): Use it.
1235 (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1236 again. Now that determines how to sort subthreads.
1237
1238 2013-07-26 Tassilo Horn <tsdh@gnu.org>
1239
1240 * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1241 (gnus-sort-threads): Use it.
1242
1243 2013-07-25 Andreas Schwab <schwab@linux-m68k.org>
1244
1245 * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1246 punctuation characters follow parentheses (bug#14950).
1247
1248 2013-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
1249
1250 * gnus.el (gnus-continuum-version):
1251 * gnus-msg.el (gnus-extended-version): Simplify.
1252
1253 * gnus.el (gnus-continuum-version-1): Remove.
1254 * gnus-msg.el (gnus-bug): Revert.
1255
1256 Calculate gnus-version correctly on Cygwin.
1257
1258 * gnus.el (gnus-continuum-version): Do main calculations in integers.
1259 (gnus-continuum-version-1): New function, return a string.
1260
1261 * gnus-msg.el (gnus-extended-version, gnus-bug):
1262 Use gnus-continuum-version-1 instead of gnus-continuum-version.
1263
1264 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
1265
1266 * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1267 (bug#13384).
1268
1269 2013-07-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270
1271 * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1272 that were only relevant in a development version a long time ago.
1273
1274 2013-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
1275
1276 * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1277 that the old Emacs 24s bundle.
1278
1279 2013-07-10 David Engster <deng@randomsample.de>
1280
1281 * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1282 if `gnus-newsrc-file-version' does not match `gnus-version'.
1283 This fixes a bug in Emacs trunk where the 'unexist' marks were always
1284 removed at startup because "Gnus v5.13" was considered smaller than "Ma
1285 Gnus v0.03".
1286
1287 2013-07-10 Tassilo Horn <tsdh@gnu.org>
1288
1289 * gnus.el (gnus-summary-line-format):
1290 Reference `gnus-user-date-format-alist' for the &user-date; format, not
1291 `gnus-summary-user-date-format-alist'.
1292
1293 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1294
1295 * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1296 delete files (bug#13481).
1297
1298 2013-07-08 Tassilo Horn <tsdh@gnu.org>
1299
1300 * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1301
1302 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
1303
1304 * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1305 display images.
1306
1307 * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1308
1309 * message.el (message-cancel-news): According to
1310 <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1311 preferred over "cmsg cancel" in the Subject.
1312
1313 * nnir.el (nnir-engines): Note that the group specs are regexps
1314 (bug#13238).
1315
1316 * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1317 gotten read-only text properties, ensure that those aren't heeded when
1318 copying stuff over (bug#13434).
1319
1320 * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1321 (bug#13762).
1322
1323 2013-07-05 David Kastrup <dak@gnu.org>
1324
1325 * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1326 authinfo file again (important for blank passwords). This had been
1327 broken with 2013-06-15 change.
1328
1329 2013-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
1330
1331 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1332 Revert 2013-01-14 change.
1333
1334 2013-07-02 David Engster <deng@randomsample.de>
1335
1336 * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1337 ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1338 to see whether the group was synced before.
1339
1340 2013-07-02 Martin Stjernholm <mast@lysator.liu.se>
1341
1342 * nnimap.el (nnimap-request-move-article): Decode the group name when
1343 doing internal moves to avoid charset issues.
1344
1345 2013-07-02 Julien Danjou <julien@danjou.info>
1346
1347 * nnimap.el (nnimap-request-list):
1348 Revert change that made listing synchronous.
1349 (nnimap-get-responses): Restore.
1350
1351 2013-07-02 Dave Abrahams <dave@boostpro.com>
1352
1353 * nnimap.el (nnimap-change-group): Document result value.
1354
1355 * nnimap.el (nnimap-find-article-by-message-id):
1356 Account for the fact that nnimap-change-group can return t.
1357
1358 2013-07-02 Julien Danjou <julien@danjou.info>
1359
1360 * nnimap.el (nnimap-request-head):
1361 Resture to-buffer parameter, used by `nnimap-request-move-article'.
1362
1363 * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1364
1365 * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1366 supported by nnimap actually. Reverts previous change.
1367
1368 * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1369 to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1370 to-buffer argument that is already supported.
1371
1372 2013-07-02 Julien Danjou <julien@danjou.info>
1373
1374 * nnimap.el (nnimap-get-responses): Remove, unused.
1375
1376 2013-07-02 Julien Danjou <julien@danjou.info>
1377
1378 * nnimap.el (nnimap-request-articles-find-limit): Rename from
1379 `nnimap-request-move-articles-find-limit' since we do not use it
1380 only for move operations.
1381 (nnimap-request-accept-article):
1382 Use `nnimap-request-articles-find-limit' to limit search by message-id.
1383
1384 2013-07-02 Julien Danjou <julien@danjou.info>
1385
1386 * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1387
1388 * nnimap.el (nnimap-log-buffer):
1389 Check that `window-point-insertion-type' is boundp, since it's not
1390 available in XEmacs.
1391
1392 2013-07-02 Michael Welsh Duggan <md5i@md5i.com>
1393
1394 * nnimap.el (nnimap-log-buffer):
1395 Add this, setting `window-point-insertion-type' in the buffer to t.
1396 (nnimap-log-command): Use nnimap-log-buffer.
1397
1398 2013-07-02 Julien Danjou <julien@danjou.info>
1399
1400 * nnimap.el (nnimap-find-article-by-message-id):
1401 Add an optional limit argument to be able to limit the search.
1402 (nnimap-request-move-article):
1403 Use `nnimap-request-move-articles-find-limit'.
1404 (nnimap-request-move-articles-find-limit):
1405 Add this to limit the search by Message-Id after a message move.
1406 (nnimap): Add defgroup.
1407
1408 2013-07-02 Julien Danjou <julien@danjou.info>
1409
1410 * nnimap.el (nnimap-find-article-by-message-id):
1411 Use `nnimap-possibly-change-group' rather than its own EXAMINE call.
1412 (nnimap-possibly-change-group): Add read-only argument.
1413 (nnimap-request-list): Use nnimap-possibly-change-group rather than
1414 issuing EXAMINE manually.
1415 (nnimap-find-article-by-message-id):
1416 Use `nnimap-possibly-change-group' with read-only argument.
1417 (nnimap-change-group): Rename from `nnimap-possibly-change-group'.
1418 We cannot possibly change because we need to be sure that it's either
1419 read-write or read-only.
1420
1421 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1422
1423 * gnus-sum.el (gnus-summary-insert-old-articles):
1424 Don't include unexisting messages.
1425
1426 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1427
1428 * gnus-start.el (gnus-clean-old-newsrc):
1429 Remove totally bogus `unexists' entries.
1430 (gnus-clean-old-newsrc): Fix last checkin.
1431
1432 * nnimap.el (nnimap-update-info):
1433 None of the articles below the active low-water mark exist.
1434
1435 2013-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
1436
1437 * nnimap.el (gnus-refer-thread-use-nnir): Silence the byte compiler.
1438
1439 2013-07-02 Sergio Martinez <samf0xb58@gmail.com> (tiny change)
1440
1441 * nnimap.el (nnimap-request-scan):
1442 Allow `nnimap-inbox' to be a list of inboxes.
1443
1444 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1445
1446 * gnus-group.el (gnus-group-expire-articles-1):
1447 Don't try to expire messages that don't exist.
1448
1449 * gnus-sum.el (gnus-summary-expire-articles): Ditto.
1450
1451 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1452
1453 * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
1454
1455 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1456
1457 * gnus-start.el (gnus-clean-old-newsrc):
1458 Delete `unexist' from pre-Ma Gnus 0.3.
1459
1460 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1461
1462 * gnus-sum.el (gnus-summary-local-variables):
1463 Make `gnus-newsgroup-unexist' into a local variable.
1464
1465 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1466
1467 * gnus-sum.el (gnus-adjust-marked-articles):
1468 Add to `gnus-newsgroup-unexist'.
1469
1470 * gnus.el (gnus-article-mark-lists):
1471 Add `unexist' to the list of marks.
1472 (gnus-article-special-mark-lists):
1473 Put the `unexist' in the special marks list instead.
1474
1475 * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
1476 articles in the list of articles to be selected.
1477
1478 * nnimap.el (nnimap-retrieve-group-data-early):
1479 Query for unexisting articles.
1480 (nnimap-update-info): Keep track of unexisting articles.
1481 (nnimap-update-qresync-info): Ditto.
1482
1483 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1484
1485 * gnus-start.el (gnus-clean-old-newsrc): New function.
1486 (gnus-read-newsrc-file): Use it.
1487
1488 2013-07-02 Daiki Ueno <ueno@gnu.org>
1489
1490 * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1491 of 'create-image' for XEmacs compatibility; check errors when decoding
1492 image. Reported by Uwe Brauer.
1493
1494 2013-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
1495
1496 * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1497 gnus-button-push revised at 2011-01-19.
1498
1499 2013-06-19 Glenn Morris <rgm@gnu.org>
1500
1501 * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1502
1503 2013-06-18 Teodor Zlatanov <tzz@lifelogs.com>
1504
1505 * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1506
1507 2013-06-18 Glenn Morris <rgm@gnu.org>
1508
1509 * eww.el, shr.el, shr-color.el: Move to ../net.
1510
1511 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1512
1513 * shr.el (shr-tag-table): Insert the images after the table, so that
1514 they're not covered by the table colourisation, which often looked
1515 awkward.
1516 (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1517 <dd>.
1518
1519 2013-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
1520
1521 * eww.el (eww-detect-charset): Improve regexp; move backward.
1522
1523 2013-06-18 Glenn Morris <rgm@gnu.org>
1524
1525 * mm-decode.el (widget-convert-button): Autoload.
1526
1527 * sieve-manage.el (mm-enable-multibyte): Autoload.
1528
1529 * shr.el (libxml-parse-html-region): Declare.
1530 (shr-render-buffer): Explicit error if no libxml2 support.
1531
1532 2013-06-17 Teodor Zlatanov <tzz@lifelogs.com>
1533
1534 * auth-source.el (auth-source-current-line): New function.
1535 (auth-source-netrc-parse-entries): When a data token is "machine",
1536 assume we're in the wrong place and abort parsing the current line.
1537
1538 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1539
1540 * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1541 (eww-convert-widgets): Don't bug out if the first widget starts at the
1542 beginning of the buffer.
1543 (eww-convert-widgets): Fix last patch.
1544 (eww-tag-input): Support <input type=image>.
1545
1546 * shr.el (shr-insert-table): Respect border-collapse: collapse.
1547 (shr-tag-base): Protect against base specs that are degenerate.
1548 (shr-ensure-paragraph): Don't delete empty lines that have text
1549 properties, because these may be input fields.
1550
1551 * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1552 we can navigate to them.
1553
1554 * shr.el (shr-colorize-region): Put the colours over the entire region.
1555 (shr-inhibit-decoration): New variable.
1556 (shr-add-font): Use it to inhibit text property decorations while doing
1557 preliminary table renderings. This speeds up typical Wikipedia page
1558 renderings by 15%.
1559 (shr-tag-span): Don't respect the <title>, because that overwrites the
1560 help-echo from links inside the spans.
1561 (shr-next-link): Use `help-echo' for navigation, so that we can
1562 navigate to form elements, too.
1563
1564 * eww.el (eww-button): New face.
1565 (eww-convert-widgets): Use it to make submit buttons more button-like.
1566
1567 * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1568 that Gnus commands work.
1569
1570 * shr.el (shr-render-td): Support horizontal alignment.
1571
1572 * eww.el (eww-put-color): Remove.
1573 (eww-colorize-region): Use `add-face-text-property'.
1574
1575 * shr.el (shr-add-font): Append face data, so that we get the correct
1576 precedence: The innermost value (which is applied first) wins.
1577 (shr-make-overlay): Obsolete function.
1578
1579 * mm-decode.el (mm-convert-shr-links): New function to convert
1580 new-style shr URL links into widgets.
1581 (mm-shr): Use it.
1582
1583 * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1584 widget commands, since we're no longer using widgets for links.
1585
1586 * shr.el (shr-next-link): New command.
1587 (shr-previous-link): New command.
1588 (shr-urlify): Don't use `widget-convert', because that's slow.
1589 (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1590 because collecting the overlays and reapplying them when generating
1591 tables is slow.
1592 (shr-insert-table): Ditto.
1593
1594 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1595
1596 * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1597 * shr.el (browse-url): Require `url'.
1598 * eww.el (url): Require format-spec.
1599
1600 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1601
1602 * eww.el (eww-display-html): Default to using the entire window width.
1603 (eww-browse-url): Don't add a User-Agent header (twice), because that
1604 makes Bing refuse connection.
1605
1606 * shr.el (shr-make-table): Cache the table rendering at the table
1607 level, and not the <td> level. This is a bit faster.
1608
1609 * eww.el (eww-render): Go to the correct ID when given URLs ending with
1610 #id.
1611
1612 * shr.el (shr-tag-li): Don't require a new paragraph, since other
1613 browsers don't.
1614 (shr-expand-url): Respect #anchor links.
1615 (shr-parse-base): Chop off the anchor before using.
1616 (shr-descend): Respect display: none.
1617 (shr-descend): Allow marking elements that have certain IDs.
1618
1619 * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1620
1621 * shr.el (shr-expand-url): Don't bug out on zero-length links.
1622
1623 * eww.el (eww-tag-textarea): Support <textarea>.
1624
1625 2013-06-16 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1626
1627 * shr.el (shr-dom-to-xml): Fix function call.
1628
1629 * eww.el (eww): New group.
1630 (eww-header-line-format): New custom variable.
1631 (eww-current-title): New variable.
1632 (eww-display-html): Update header and handle title tag.
1633 (eww-update-header-line-format): New function.
1634 (eww-tag-title): New function.
1635
1636 * shr.el (shr-dom-to-xml): New function.
1637 (shr-tag-svg): Add support for the SVG tag.
1638 (shr-bullet): New custom variable.
1639 (shr-tag-li): Support custom bullet in unordered lists.
1640
1641 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1642
1643 * shr.el (shr-expand-url): Respect // URLs.
1644
1645 * eww.el (eww-tag-body): Override the shr body rendering so that we can
1646 put a background colour onto the entire buffer.
1647 (eww-render): When being redirected, use the redirect URL as the new
1648 base URL.
1649
1650 * shr.el (shr-parse-base): Fix parsing error.
1651
1652 * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1653
1654 * shr.el (shr-parse-base): New function.
1655 (shr-expand-url): Use it to expand relative URLs reliably.
1656
1657 2013-06-15 Teodor Zlatanov <tzz@lifelogs.com>
1658
1659 * auth-source.el (auth-source-search-collection): Fix docstring.
1660 (auth-source-netrc-parse): Refactor and improve netrc parser to support
1661 single-quoted strings and multiline entries.
1662 (auth-source-netrc-parse-next-interesting)
1663 (auth-source-netrc-parse-one, auth-source-netrc-parse-entries):
1664 New functions to support parser.
1665
1666 2013-06-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1667
1668 * eww.el (eww-submit): Get submit button logic right when hitting RET
1669 on non-submit buttons.
1670
1671 * shr.el: Remove shr-preliminary-table-render, since that can't really
1672 be used for anything in practice.
1673
1674 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
1675
1676 * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1677 (sieve-manage-quit).
1678
1679 2013-06-14 David Edmondson <dme@dme.org> (tiny change)
1680
1681 * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1682 control the maximum size of photo ID image.
1683 (mml2015-epg-key-image-to-string): Respect it.
1684
1685 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1686
1687 * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1688 instead of the final one so that we can more easily distinguish them.
1689
1690 * eww.el (eww-submit): Compute the submission URL correctly.
1691
1692 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1693
1694 * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1695 Use plist-get rather than CL's getf.
1696 (sieve-manage-parse-capability): Avoid CL's remove-if.
1697
1698 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1699
1700 * shr.el (shr-expand-url): Expansion should chop off the bits after the
1701 last slash.
1702
1703 * eww.el (eww-tag-select): Use the first value as the default value.
1704
1705 2013-06-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1706
1707 * eww.el (eww): Prepend urls with http:// if scheme is missing.
1708 (eww-mode): Use `define-derived-mode'.
1709 (eww-parse-headers): Parse headers from beginning of buffer so that
1710 file:// links work.
1711
1712 2013-06-13 Katsumi Yamaoka <yamaoka@jpl.org>
1713
1714 * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1715
1716 2013-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1717
1718 * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1719 to handle them at all.
1720
1721 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1722
1723 * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1724 work, too.
1725 (eww-tag-select): Implement <select>.
1726
1727 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
1728
1729 * sieve-manage.el (sieve-manage-open): Work with STARTTLS: shorten
1730 stream managing functions by using open-protocol-stream to do most of
1731 the work. Has the nice benefit of enabling STARTTLS.
1732 Wait for capabilities after STARTTLS: following RFC5804, the server
1733 sends new capabilities after successfully establishing a TLS connection
1734 with the client. The client should update the cached list of
1735 capabilities, but we just ignore the answer for now.
1736 (sieve-manage-network-p, sieve-manage-network-open)
1737 (sieve-manage-starttls-p, sieve-manage-starttls-open)
1738 (sieve-manage-forward, sieve-manage-streams)
1739 (sieve-manage-stream-alist): Remove unneeded functions neither in the
1740 API, nor called by any other function.
1741 Enable Multibyte for SieveManage buffers: The parser won't properly
1742 handle umlauts and line endings unless multibyte is turned on in the
1743 process buffer.
1744
1745 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1746
1747 * eww.el (eww-tag-input): Support password fields.
1748 (eww-submit): Support POST.
1749
1750 2013-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1751
1752 * eww.el (eww-tag-form): Protect against degenerate forms.
1753
1754 * shr.el (shr-expand-url): Expand URLs that start with a slash
1755 correctly.
1756
1757 * eww.el (eww-submit): Get submit button logic right.
1758
1759 * shr.el (shr-final-table-render): New variable to signal when we're
1760 doing the final table rendering so that we can collect more data at
1761 that point.
1762
1763 * eww.el (eww-submit): Make form submission work.
1764 (eww-tag-input): Implement submit buttons.
1765 (eww-click-radio): Implement radio and checkboxes.
1766 (eww-submit): Handle hidden elements.
1767
1768 * shr.el (shr-descend): Allow other packages to override (or provide)
1769 rendering of elements.
1770 (shr-expand-url): Strip query strings from URLs before expanding them.
1771
1772 * eww.el: Don't require cl-lib.
1773 (eww-tag-form): Start form support.
1774
1775 * eww.el: Start writing a new, tiny web browser.
1776 (eww-previous-url): New command.
1777 (eww-quit): New command.
1778
1779 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
1780
1781 * sieve.el: Put point at beginning of buffer when viewing a script.
1782 (sieve-open-server): Respect the PORT parameter. Show the correct port
1783 number in sieve-buffer's header. Fixed code to also work with a string
1784 as port specifier. Properly close the connection on pressing 'q'. Make
1785 sieve-manage-quit close the connection and process buffer. Also, remove
1786 duplicate keybinding for 'q'.
1787
1788 2013-06-10 Roy Hashimoto <roy.hashimoto@gmail.com> (tiny change)
1789
1790 * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1791 make it easier to read.
1792 (mm-pkcs7-enveloped-magic): Ditto.
1793
1794 2013-06-06 Teodor Zlatanov <tzz@lifelogs.com>
1795
1796 * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1797 before `image-type-available-p' to avoid loading the image libraries
1798 needlessly.
1799
1800 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1801
1802 * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1803 assume Date header begins with "Date", that may be customized into
1804 something like "X-Sent" using gnus-article-time-format.
1805 (article-transform-date): Allow multi-line Date header.
1806
1807 2013-06-02 David Engster <deng@randomsample.de>
1808
1809 * registry.el (initialize-instance, registry-lookup)
1810 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1811 (registry-lookup-secondary-value, registry-search, registry-delete)
1812 (registry-insert, registry-reindex, registry-size, registry-prune):
1813 Do not wrap methods in `eval-and-compile'. This breaks due to latest
1814 changes in EIEIO (introduction of eieio-core.el).
1815
1816 2013-05-30 Glenn Morris <rgm@gnu.org>
1817
1818 * nnmail.el (nnmail-fancy-expiry-target):
1819 Also bind mail-dont-reply-to-names.
1820
1821 * spam-stat.el (spam-stat-save):
1822 No need to tweak font-lock in temp buffers.
1823
1824 * shr.el (shr-put-image): Silence compiler.
1825
1826 2013-05-29 Glenn Morris <rgm@gnu.org>
1827
1828 * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1829
1830 * gnus-group.el (gnus-sequence-of-unread-articles)
1831 (gnus-summary-add-mark, gnus-mark-article-as-read)
1832 (gnus-group-make-articles-read): Declare.
1833
1834 * gnus-sum.el (gnus-parameter-list-identifier)
1835 (gnus-article-stop-animations, gnus-stop-downloads)
1836 (gnus-article-only-boring-p, article-goto-body)
1837 (gnus-flush-original-article-buffer, article-narrow-to-head)
1838 (gnus-article-hidden-text-p, gnus-delete-wash-type)
1839 (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1840
1841 * gnus.el: No need to eval-and-compile autoloads.
1842
1843 * gravatar.el (help-function-arglist): Autoload.
1844
1845 * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1846
1847 * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1848
1849 * spam.el: No need to load spam-report when compiling.
1850 No need to eval-and-compile autoloads.
1851 (spam-report-resend-to): Declare.
1852 (spam-report-resend-register-routine): Require 'spam-report.
1853
1854 2013-05-24 Julien Danjou <julien@danjou.info>
1855
1856 * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1857 setup.
1858
1859 2013-05-23 Glenn Morris <rgm@gnu.org>
1860
1861 * gnus-util.el (rmail-swap-buffers-maybe)
1862 (rmail-maybe-set-message-counters, rmail-count-new-messages)
1863 (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1864 (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1865
1866 * mm-decode.el: No need to load term when compiling.
1867 (term-mode, term-char-mode): Declare.
1868
1869 * mm-util.el: No need to load jka-compr when compiling.
1870 (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1871
1872 * nnmaildir.el: Require is automatically eval-and-compile.
1873 (nnmail): Require at run-time too.
1874
1875 * registry.el (registry-size): Move definition before use.
1876
1877 2013-05-22 Daiki Ueno <ueno@gnu.org>
1878
1879 * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1880 signed data to conform the standard. (Bug#14232)
1881
1882 2013-05-20 Adam Sjøgren <asjo@koldfront.dk>
1883
1884 * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1885 double angle quotation mark.
1886
1887 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
1888
1889 * message.el (message-insert-formatted-citation-line): Handle finding
1890 first/lastname when more than 2 names appear.
1891
1892 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
1893
1894 * shr.el (shr-tag-span): New function.
1895
1896 2013-05-18 Glenn Morris <rgm@gnu.org>
1897
1898 * message.el (message-mode): Use message-mode-abbrev-table,
1899 with text-mode-abbrev-table as parent. (Bug#14413)
1900
1901 2013-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
1902
1903 * message.el (message-expand-group): Decode group names.
1904
1905 2013-05-16 Julien Danjou <julien@danjou.info>
1906
1907 * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1908 app-icon.
1909
1910 2013-05-15 Glenn Morris <rgm@gnu.org>
1911
1912 * shr-color.el (shr-color-visible-luminance-min)
1913 (shr-color-visible-distance-min): Use shr-color group.
1914
1915 2013-05-11 Glenn Morris <rgm@gnu.org>
1916
1917 * gnus-vm.el: Make it loadable without VM.
1918 (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1919 (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1920
1921 2013-05-09 Glenn Morris <rgm@gnu.org>
1922
1923 * mml1991.el: Make it loadable. (Bug#13456)
1924
1925 * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1926 * gnus-async.el (gnus-async-post-fetch-function):
1927 * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1928 * gnus-html.el (gnus-html-image-cache-ttl):
1929 * gnus-notifications.el (gnus-notifications-timeout):
1930 * gnus-picon.el (gnus-picon-properties):
1931 * gnus-util.el (gnus-completion-styles):
1932 * gnus.el (gnus-other-frame-resume-function):
1933 * message.el (message-user-organization-file)
1934 (message-cite-reply-position):
1935 * nnir.el (nnir-summary-line-format)
1936 (nnir-retrieve-headers-override-function):
1937 * shr-color.el (shr-color-visible-luminance-min):
1938 * shr.el (shr-blocked-images):
1939 * spam-report.el (spam-report-resend-to):
1940 * spam.el (spam-summary-exit-behavior): Fix custom types.
1941
1942 * gnus-salt.el (gnus-selected-tree-face): Fix default.
1943
1944 2013-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
1945
1946 * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1947 because of let-binding help-xref-following. (Bug#14356)
1948
1949 2013-05-06 Tassilo Horn <tassilo@member.fsf.org>
1950
1951 * message.el (message-bury, message-send-and-exit):
1952 Revert 2013-05-04 change.
1953
1954 2013-05-06 Glenn Morris <rgm@gnu.org>
1955
1956 * mml2015.el (mml2015-epg-sign): Add name="signature.asc". (Bug#13465)
1957
1958 2013-05-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1959
1960 * message.el (message-bury): Make `buffer' optional.
1961 (message-send-and-exit): Don't pass `buf' so as to hide the buffer
1962 (bug#14085).
1963
1964 2013-05-04 Andrew Cohen <cohen@bu.edu>
1965
1966 * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1967 entering into the registry.
1968
1969 2013-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
1970
1971 * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1972 (Bug#14304)
1973
1974 2013-04-27 Glenn Morris <rgm@gnu.org>
1975
1976 * gnus.el (gnus-list-debbugs):
1977 Use require rather than autoload. (Bug#14262)
1978
1979 2013-04-27 Julien Danjou <julien@danjou.info>
1980
1981 * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1982 port to "sieve" now that it has an official IANA port assigned.
1983
1984 2013-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
1985
1986 * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1987 Don't set the MAILHOST environment variable permanently (Bug#14271).
1988
1989 2013-04-26 Glenn Morris <rgm@gnu.org>
1990
1991 * message.el (message-bury): Revert 2013-03-18 change. (Bug#14117)
1992
1993 2013-04-25 Andrew Cohen <cohen@bu.edu>
1994
1995 * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1996 string values of 'gcc-self. Thanks to Saroj Thirumalai.
1997
1998 2013-04-24 Andrew Cohen <cohen@bu.edu>
1999
2000 * nnir.el (nnir-close-group): Make sure we are in the right group.
2001
2002 * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2003 dependency table from all newly retrieved headers.
2004
2005 2013-04-16 David Edmondson <dme@dme.org>
2006
2007 Support <img src="data:...">.
2008
2009 * shr.el (shr-image-from-data): New function.
2010 (shr-tag-img): Use it.
2011
2012 2013-04-14 Andrew Cohen <cohen@bu.edu>
2013
2014 * nnir.el (nnir-request-set-mark): Make sure we are in the right
2015 group.
2016
2017 2013-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
2018
2019 * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2020 corresponding to any existing group (Bug#14166).
2021
2022 2013-04-10 Andrew Cohen <cohen@bu.edu>
2023
2024 * nnir.el (number-sequence): No longer used.
2025 (nnir-request-set-mark): New function.
2026 (nnir-request-update-info): Improve marks updating.
2027 (nnir-request-scan): Don't duplicate marks updating.
2028 (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2029 Use 'assq rather than 'assoc. Quote anonymous function.
2030 (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2031 Use 'gnus-group-prefixed-p.
2032 (gnus-summary-create-nnir-group): Make sure server for method is open.
2033
2034 2013-04-04 Andrew Cohen <cohen@bu.edu>
2035
2036 * nnir.el (gnus-nnir-group-p): New function.
2037 (nnir-possibly-change-group): Use it.
2038
2039 * gnus-msg.el (gnus-setup-message): Use it.
2040
2041 2013-04-04 Katsumi Yamaoka <yamaoka@jpl.org>
2042
2043 * mml.el (mml-minibuffer-read-description): Use `default' insted of
2044 `initial-input' for the argument name.
2045 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2046
2047 2013-04-03 Kevin Layer <layer@known.net> (tiny change)
2048
2049 * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2050 (used by MH-E).
2051
2052 2013-04-01 Andrew Cohen <cohen@bu.edu>
2053
2054 * nnir.el (nnir-request-update-mark): Improve mark updating in original
2055 group.
2056
2057 * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2058 fix compilation.
2059
2060 2013-03-31 Andrew Cohen <cohen@bu.edu>
2061
2062 * nnir.el (nnir-method-default-engines): And another typo.
2063
2064 2013-03-30 Andrew Cohen <cohen@bu.edu>
2065
2066 * nnir.el (nnir-method-default-engines): Fix typo.
2067
2068 2013-03-29 Andrew Cohen <cohen@bu.edu>
2069
2070 * nnir.el: Define 'number-sequence for xemacs.
2071 (gnus-summary-create-nnir-group): New function to create an nnir group
2072 from an nnir summary buffer based on the current query.
2073 (nnir-request-create-group): Update to allow nnir group creation based
2074 on the current query.
2075
2076 2013-03-28 Katsumi Yamaoka <yamaoka@jpl.org>
2077
2078 * nndraft.el (nndraft-request-expire-articles):
2079 Make expiry target always `delete'.
2080
2081 2013-03-27 Andrew Cohen <cohen@bu.edu>
2082
2083 * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2084 buffer use the posting-style and gcc of the original article group.
2085 (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2086
2087 * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
2088 after other deffoos.
2089
2090 2013-03-26 Andrew Cohen <cohen@bu.edu>
2091
2092 * nnir.el: Major rewrite. Cleaner separation between searches and group
2093 management. Marks are now shown in nnir summary buffers.
2094 Rudimentary support for real (i.e. not ephemeral) nnir groups.
2095 (gnus-summary-make-nnir-group): New function for initiating searches
2096 from a summary buffer.
2097
2098 2013-03-18 Sam Steingold <sds@gnu.org>
2099
2100 * message.el (message-bury): Minor cleanup.
2101
2102 2013-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
2103
2104 * nndir.el (nndir-request-list): Remove 2nd argument passed to
2105 nnml-request-list. (Bug#13873)
2106 (nndir-request-newsgroups): Remove, unused.
2107
2108 * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2109
2110 2013-03-03 Ted Phelps <phelps@gnusto.com>
2111
2112 * shr.el: Make all the overlays set the `evaporate' property so that
2113 they're removed properly.
2114
2115 2013-02-25 Adam Sjøgren <asjo@koldfront.dk>
2116
2117 * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2118 shell-quote-argument.
2119
2120 2013-02-22 David Engster <deng@randomsample.de>
2121
2122 * gnus-registry.el (gnus-registry-save): Provide class name when
2123 calling `eieio-persistent-read' to avoid "unsafe call" warning.
2124 Use `condition-case' to stay compatible with older EIEIO versions which
2125 only accept one argument.
2126
2127 2013-02-17 Daiki Ueno <ueno@gnu.org>
2128
2129 * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2130 (epg-user-id-validity): Autoload.
2131 (mml2015-epg-check-user-id): New function.
2132 (mml2015-epg-check-sub-key): New function split from
2133 mml2015-epg-find-usable-key.
2134 (mml2015-epg-find-usable-key): Accept context, name, usage, and
2135 optional name-is-key-id, to handle the case when user-id is unusable.
2136 Reported by Łukasz Stelmach <stlman@poczta.fm>.
2137
2138 2013-02-17 Glenn Morris <rgm@gnu.org>
2139
2140 * shr.el (shr-put-image): Use image-multi-frame-p if available.
2141
2142 2013-02-16 Glenn Morris <rgm@gnu.org>
2143
2144 * shr.el (shr-put-image): Only animate images that specify a delay.
2145 This is consistent with the old image-animated-p behavior.
2146
2147 2013-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
2148
2149 * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2150 for XEmacs.
2151
2152 2013-02-13 Juri Linkov <juri@jurta.org>
2153
2154 * gnus-art.el (gnus-article-mode-map):
2155 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2156 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
2157
2158 2013-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
2159
2160 * nnir.el ("nnir"): Add 'virtual ability to nnir backend. (This was
2161 done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
2162
2163 2013-02-07 Gábor Vida <gabor.v.vida@ericsson.com> (tiny change)
2164
2165 * auth-source.el (auth-source-format-prompt): Don't get confused by
2166 any "\" in replacement text. (Bug#13637)
2167
2168 2013-01-30 Christopher Schmidt <christopher@ch.ristopher.com>
2169
2170 * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2171 (gnus-backend-trace): Honor gnus-backend-trace.
2172
2173 * mml.el (mml-insert-part): Insert closing tag.
2174
2175 * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2176
2177 2013-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2178
2179 * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2180 able to find the article, which can happen in debbugs groups,
2181 apparently.
2182
2183 2013-01-16 Glenn Morris <rgm@gnu.org>
2184
2185 * smiley.el (smiley-style): Make the file loadable in batch mode.
2186
2187 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2188
2189 * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2190 imap process running.
2191
2192 2013-01-14 Julien Danjou <julien@danjou.info>
2193
2194 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2195 Compare addresses against addresses, not against the full From field.
2196
2197 2013-01-13 Richard Stallman <rms@gnu.org>
2198
2199 * message.el (message-forward-make-body-mime): New args BEG, END
2200 specify what part of FORWARD-BUFFER to use. Do the work directly
2201 instead of calling `mml-insert-buffer'.
2202
2203 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
2204
2205 * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2206 cross-reference(s).
2207
2208 * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2209 cross-reference(s).
2210
2211 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
2212
2213 * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2214 and point-max-marker.
2215 * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2216
2217 2013-01-10 Uwe Brauer <oub@mat.ucm.es> (tiny change)
2218
2219 * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2220 to mml2015-encrypt-to-self.
2221 (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2222
2223 2013-01-09 Daiki Ueno <ueno@gnu.org>
2224
2225 * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2226 mml-smime-epg-find-usable-secret-key.
2227
2228 2013-01-08 Glenn Morris <rgm@gnu.org>
2229
2230 * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2231
2232 2013-01-07 Daiki Ueno <ueno@gnu.org>
2233
2234 * mml-smime.el: Support signing by sender.
2235 Requested by Uwe Brauer.
2236 (mml-smime-sign-with-sender): New user option analogous
2237 to mml2015-sign-with-sender.
2238 (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2239 (mml-smime-epg-find-usable-secret-key): New helper function copied from
2240 mml2015.el.
2241
2242 2012-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2243
2244 * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2245 isn't running, because Gnus will probably not know how to handle the
2246 Gcc header (bug#11941).
2247
2248 * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2249 articles.
2250
2251 2012-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2252
2253 * nnfolder.el (nnfolder-recursive-directory-files): New function.
2254 (nnfolder-generate-active-file): Make this function work with recursive
2255 folder names.
2256
2257 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2258
2259 * nntp.el (nntp-open-connection): Use HELP as the capability command
2260 instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2261 unknown commands. And CAPABILITY is an unknown command (bug#12763).
2262
2263 2012-12-27 Wolfgang Jenkner <wjenkner@inode.at>
2264
2265 * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2266 place holder since this gives `Invalid face reference: nil' messages.
2267 Use the `default' face instead. It has the same effect here, even
2268 though it is not no-op.
2269
2270 * gnus-util.el
2271 (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2272
2273 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2274
2275 * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2276 non-string posting styles (bug#13285).
2277
2278 2012-12-27 Glenn Morris <rgm@gnu.org>
2279
2280 * plstore.el (plstore-passphrase-callback-function):
2281 Use plstore-get-file.
2282
2283 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
2284
2285 * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2286 stderr.
2287
2288 * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
2289 group is nil.
2290
2291 * shr.el (shr-tag-em): Render as italic, not bold.
2292
2293 2012-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
2294
2295 * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2296
2297 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
2298
2299 * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2300 temporary file to get PGP key image. Pass no-show-photos when
2301 extracting image to avoid having it pop up twice.
2302
2303 2012-12-26 Lars Ingebrigtsen <larsi@gnus.org>
2304
2305 * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2306 eligible for treatment.
2307
2308 * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2309 lines. This makes summary commands with hidden threads work more
2310 reliably.
2311
2312 * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2313 button to mark the hidden citations (bug#9395).
2314
2315 2012-12-26 Daiki Ueno <ueno@gnu.org>
2316
2317 * mml2015.el (mml2015-epg-signature-to-string): New function.
2318 (mml2015-epg-verify-result-to-string): New function.
2319 (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2320 (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2321 instead of epg-verify-result-to-string.
2322 (epg-signature-key-id, epg-signature-to-string): Autoload.
2323 (epg-verify-result-to-string): Remove autoload.
2324
2325 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
2326
2327 * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2328 ID image from GPG public key.
2329 (mml2015-epg-key-image-to-string): New function.
2330
2331 2012-12-25 Leo Liu <sdl.web@gmail.com>
2332
2333 * plstore.el (plstore-passphrase-callback-function): Fix error when
2334 error when plstore-cache-passphrase-for-symmetric-encryption is set
2335 (bug#13264).
2336
2337 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2338
2339 * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2340 buffer to the article buffer here, because that clobbers multiple
2341 article buffers.
2342
2343 * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2344 buffer always points to the right summary buffer.
2345
2346 2012-12-25 John Wiegley <jwiegley@gmail.com>
2347
2348 * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2349 the password (bug#12097).
2350
2351 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2352
2353 * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2354 (bug#13263).
2355
2356 * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2357 buffer exists before using it (bug#12475).
2358
2359 * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2360 offline groups (bug#11937).
2361
2362 * message.el (message-yank-original): When using customize to set the
2363 value of `message-cite-style', the variable it set to a symbol that's
2364 the name of the variable, which must then be dereferenced (bug#12616).
2365
2366 2012-12-25 Wolfgang Jenkner <wjenkner@inode.at>
2367
2368 * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2369 the `face' property with a list whose car is the face specified in the
2370 format string and whose cdr is (nil).
2371 * lisp/gnus-util.el
2372 (gnus-put-text-property-excluding-characters-with-faces):
2373 Change accordingly.
2374 (gnus-get-text-property-excluding-characters-with-faces): New function.
2375 * lisp/gnus-sum.el (gnus-summary-highlight-line):
2376 * lisp/gnus-salt.el (gnus-tree-highlight-node):
2377 * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2378
2379 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2380
2381 * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2382 login methods.
2383 (nnimap-login): Respect the `nnimap-authenticator' variable.
2384
2385 * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2386 mark state when moving articles. Otherwise unticked articles will get
2387 their ticks back after moving.
2388
2389 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2390
2391 * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2392
2393 * message.el (message-ignored-news-headers): Always remove
2394 X-Message-SMTP-Method to avoid information leakage if the user
2395 mistakenly inserts the header into news messages.
2396
2397 * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2398
2399 * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2400 right than four characters, this command would move point to
2401 `point-max'. Don't do that.
2402
2403 * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2404 to nil to allow re-selecting groups that gain articles.
2405 (gnus-bug-group-download-format-alist): Update the URL.
2406
2407 2012-12-23 Andreas Schwab <schwab@suse.de>
2408
2409 * shr.el (shr-tag-em): Render em as italic, not bold.
2410
2411 2012-12-23 Lars Ingebrigtsen <larsi@gnus.org>
2412
2413 * gnus-int.el (gnus-backend-trace): Factor out into its own function
2414 for reuse.
2415 (gnus-open-server): Use it to add more tracing.
2416 (gnus-finish-retrieve-group-infos): Add backend tracing.
2417 (gnus-backend-trace): Also note the elapsed seconds.
2418
2419 2012-12-22 Philipp Haselwarter <philipp@haselwarter.org>
2420
2421 * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2422 Set epa-file-encrypt-to from variable to avoid querying.
2423
2424 2012-12-14 Akinori MUSHA <knu@iDaemons.org> (tiny change)
2425
2426 * sieve-mode.el (sieve-font-lock-keywords):
2427 Keywords should be word delimited. (Bug#13173)
2428
2429 2012-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
2430
2431 * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2432 instead of <pre> to align message header.
2433
2434 2012-12-12 Sam Steingold <sds@gnu.org>
2435
2436 * gnus.el (gnus-other-frame-resume-function): Add user option.
2437 (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2438
2439 2012-12-06 Sam Steingold <sds@gnu.org>
2440
2441 * gnus-start.el (gnus-before-resume-hook): Add.
2442 (gnus-1): Run it when Gnus is alive.
2443
2444 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2445
2446 * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2447 * gnus-art.el (article-unsplit-urls)
2448 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2449 * gnus-registry.el (gnus-registry-get-article-marks)
2450 * message.el (message-goto-body): Use it.
2451 (message-called-interactively-p): Remove.
2452
2453 * spam-stat.el (spam-stat-called-interactively-p): New macro.
2454 (spam-stat-score-buffer): Use it.
2455
2456 * spam.el: Silence the warnings against BBDB functions when compiling.
2457
2458 * gnus-score.el (gnus-score-decode-text-parts):
2459 Use append+mapcar instead of the cl function mapcan.
2460
2461 * gmm-utils.el (gmm-flet): Remove.
2462
2463 * gnus-sync.el (gnus-sync-lesync-call):
2464 Avoid overriding json-alist-p.
2465
2466 * message.el (message-read-from-minibuffer):
2467 Avoid overriding mail-abbrev-in-expansion-header-p.
2468
2469 2012-12-05 Sam Steingold <sds@gnu.org>
2470
2471 * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2472 (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2473 `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2474
2475 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2476
2477 * gmm-utils.el (gmm-called-interactively-p): Revert.
2478 This seems to cause Emacs to get stuck!
2479 * gnus-art.el (article-unsplit-urls)
2480 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2481 * gnus-registry.el (gnus-registry-get-article-marks)
2482 * message.el (message-goto-body)
2483 (message-called-interactively-p): Revert.
2484
2485 * gmm-utils.el (gmm-called-interactively-p): New function.
2486 * gnus-art.el (article-unsplit-urls)
2487 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2488 * gnus-registry.el (gnus-registry-get-article-marks)
2489 * message.el (message-goto-body): Use it.
2490 (message-called-interactively-p): Remove.
2491
2492 * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2493 * gnus-sync.el (gnus-sync-lesync-call)
2494 * message.el (message-read-from-minibuffer): Use it.
2495
2496 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2497
2498 * gmm-utils.el (gmm-flet): Remove.
2499 * gnus-sync.el (gnus-sync-lesync-call)
2500 * message.el (message-read-from-minibuffer): Don't use it.
2501
2502 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
2503
2504 * gmm-utils.el (gmm-labels): Use cl-labels if available.
2505
2506 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
2507
2508 * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2509
2510 * gnus-sync.el (gnus-sync-lesync-call)
2511 * message.el (message-read-from-minibuffer): Use gmm-flet.
2512
2513 * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2514
2515 * gnus-util.el (gnus-macroexpand-all): Remove.
2516
2517 2012-12-03 Andreas Schwab <schwab@linux-m68k.org>
2518
2519 * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2520 to TAB, not [tab].
2521 (gnus-summary-article-map): Likewise.
2522
2523 * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2524 (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2525
2526 2012-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
2527
2528 * message.el (message-get-reply-headers):
2529 Make sure the reply goes to the author if it is a wide reply.
2530
2531 2012-11-16 Jan Tatarik <jan.tatarik@gmail.com>
2532
2533 * gnus-score.el (gnus-score-body):
2534 * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2535 scoring by body.
2536
2537 2012-11-16 Glenn Morris <rgm@gnu.org>
2538
2539 * gnus-diary.el (nndiary-request-create-group-functions)
2540 (nndiary-request-update-info-functions)
2541 (gnus-subscribe-newsgroup-functions)
2542 (nndiary-request-accept-article-functions):
2543 Use new names for hooks rather than obsolete aliases.
2544
2545 2012-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
2546
2547 * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2548 in meta tag with the one the part specifies in its header.
2549
2550 2012-11-02 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
2551
2552 * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2553 by default.
2554
2555 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2556
2557 New UIDL implementation.
2558
2559 * mail-source.el (mail-sources, mail-source-keyword-map):
2560 Add :leave as a pop3 keyword.
2561 (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2562
2563 * pop3.el (pop3-leave-mail-on-server): Allow number.
2564 (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2565 (pop3-movemail): Add UIDL support.
2566 (pop3-send-streaming-command): Take a list of mail numbers instead of
2567 the number of mails.
2568 (pop3-write-to-file): Add X-UIDL header.
2569 (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2570 (pop3-uidl-add-xheader): New functions.
2571
2572 * message.el (message-ignored-resent-headers):
2573 Add X-Content-Length and X-UIDL headers.
2574
2575 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2576
2577 * nndiary.el (nndiary-request-create-group-functions)
2578 (nndiary-request-update-info-functions)
2579 (nndiary-request-accept-article-functions):
2580 * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2581 "-hooks" suffix.
2582
2583 2012-10-17 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2584
2585 * starttls.el (starttls-extra-arguments): Doc fix.
2586
2587 2012-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2588
2589 * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2590 it.
2591
2592 2012-10-06 Glenn Morris <rgm@gnu.org>
2593
2594 * gnus-notifications.el (gnus-notifications):
2595 Add missing group :version tag.
2596 * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2597 (gnus-gcc-post-body-encode-hook):
2598 * gnus-sync.el (gnus-sync-lesync-name)
2599 (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2600
2601 2012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
2602
2603 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2604 a user about whether to delete temp files if once a user answered as n.
2605
2606 2012-09-17 Richard Stallman <rms@gnu.org>
2607
2608 * message.el (message-in-body-p): Don't set mark or modify buffer.
2609
2610 * mml.el (mml-attach-file): Doc fix.
2611 (mml-attach-external, mml-attach-buffer, mml-attach-file):
2612 Set mail-encode-mml when in Mail mode.
2613 Simplify code to set HEAD and move back to HEAD.
2614 (mml-insert-multipart, mml-insert-part):
2615 Set mail-encode-mml when in Mail mode.
2616
2617 2012-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2618
2619 * gnus-util.el (gnus-timer--function): New function.
2620
2621 * gnus-art.el (gnus-article-stop-animations): Use it.
2622
2623 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2624
2625 Fix glitches caused by addition of psec to timers.
2626 * gnus-art.el (gnus-article-stop-animations): Use timer--function
2627 rather than raw access to timer vector.
2628
2629 2012-09-11 Julien Danjou <julien@danjou.info>
2630
2631 * gnus-notifications.el (gnus-notifications): Check for nil values in
2632 ignored addresses check.
2633
2634 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2635
2636 * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2637
2638 2012-09-07 Chong Yidong <cyd@gnu.org>
2639
2640 * gnus-util.el
2641 (gnus-put-text-property-excluding-characters-with-faces): Restore.
2642
2643 * gnus-salt.el (gnus-tree-highlight-node):
2644 * gnus-sum.el (gnus-summary-highlight-line):
2645 * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2646
2647 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
2648
2649 * gnus-util.el: Fix compilation error on XEmacs 21.4.
2650
2651 2012-09-06 Juri Linkov <juri@jurta.org>
2652
2653 * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2654 scheme for buffer names to be more consistent with other group and
2655 article buffer names in Gnus.
2656
2657 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
2658
2659 * gnus-util.el
2660 (gnus-put-text-property-excluding-characters-with-faces): Remove.
2661
2662 * gnus-compat.el: Define compat function `add-face' from Wolfgang
2663 Jenkner.
2664
2665 * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2666
2667 * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2668
2669 * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2670
2671 2012-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2672
2673 * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2674 mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2675
2676 * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2677 string-prefix-p in Emacs >=23.2.
2678
2679 * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2680 (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2681 instead of string-match-p.
2682 (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2683
2684 2012-09-06 Kenichi Handa <handa@gnu.org>
2685
2686 * qp.el (quoted-printable-decode-region): Fix previous change; handle
2687 lowercase a..f.
2688
2689 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
2690
2691 * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2692
2693 2012-09-05 Martin Stjernholm <mast@lysator.liu.se>
2694
2695 * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
2696 TIME is set.
2697
2698 2012-09-05 Juri Linkov <juri@jurta.org>
2699
2700 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2701 than one group at a time (bug#11961).
2702
2703 2012-09-05 Julien Danjou <julien@danjou.info>
2704
2705 * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2706 this hide the real reason with a message giving absolutely no hint.
2707
2708 2012-09-05 Lars Ingebrigtsen <larsi@gnus.org>
2709
2710 * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2711 to the backend (bug#11804).
2712
2713 * message.el (message-insert-newsgroups): Don't insert newsgroup
2714 duplicates (bug#12275).
2715
2716 2012-09-05 John Wiegley <johnw@newartisans.com>
2717
2718 * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2719 sieve rules.
2720
2721 2012-09-05 Jan Tatarik <jan.tatarik@gmail.com>
2722
2723 * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2724 function.
2725
2726 * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2727
2728 * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2729
2730 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
2731
2732 * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2733 That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2734 This should make nnmaildir more usable with offlineimap.
2735
2736 2012-09-03 Lars Ingebrigtsen <larsi@gnus.org>
2737
2738 * gnus-notifications.el (gnus-notifications-notify): Use it.
2739
2740 * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2741 warnings on XEmacs.
2742
2743 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2744
2745 Better seeds for (random).
2746 * gnus-sync.el (gnus-sync-lesync-setup):
2747 * message.el (message-canlock-generate, message-unique-id):
2748 Change (random t) to (random), now that the latter is more random.
2749
2750 2012-08-31 Dave Abrahams <dave@boostpro.com>
2751
2752 * auth-source.el (auth-sources): Fix macos keychain access.
2753
2754 * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2755 allow the backend `request-head' function to determine the group
2756 name on its own.
2757 (gnus-request-expire-articles): Filter out negative article numbers
2758 during expiry (Bug#11980).
2759
2760 * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2761 O(N^2) to O(N). This makes warping into huge groups tolerable.
2762
2763 * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2764 you've found the article when you haven't.
2765
2766 2012-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2767
2768 * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2769
2770 2012-08-30 Julien Danjou <julien@danjou.info>
2771
2772 * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2773 `gnus-notifications-timeout'.
2774 (gnus-notifications-timeout): Add.
2775 (gnus-notifications-action): New function.
2776 (gnus-notifications-notify): Add :action using
2777 `gnus-notifications-action'.
2778 (gnus-notifications-id-to-msg): New variable.
2779 (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2780 notifications id to messages.
2781
2782 2012-08-30 Kenichi Handa <handa@gnu.org>
2783
2784 * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2785 once.
2786
2787 2012-08-29 Julien Danjou <julien@danjou.info>
2788
2789 * gnus-notifications.el: New file.
2790 (gnus-notifications-notify): New function.
2791 (gnus-notifications): Use `gnus-notifications-notify'.
2792
2793 2012-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
2794
2795 * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2796 transfer encoding first; bind gnus-newsgroup-charset to the charset
2797 that the article specifies (Bug#12209).
2798
2799 2012-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
2800
2801 * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2802 (gnus-group-customize-done): Encode values posting-style holds.
2803
2804 * gnus-msg.el (gnus-summary-resend-message)
2805 (gnus-configure-posting-styles): Decode values posting-style group
2806 parameter holds.
2807
2808 2012-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
2809
2810 * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2811 `name' and `address' in Resent-From header.
2812
2813 2012-08-14 Chong Yidong <cyd@gnu.org>
2814
2815 * gnus-art.el (article-display-face): Handle failure in
2816 gnus-create-image (Bug#11802).
2817
2818 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2819
2820 * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2821 Use defsetf.
2822
2823 2012-08-10 Daiki Ueno <ueno@unixuser.org>
2824
2825 * auth-source.el (auth-source-plstore-search)
2826 (auth-source-secrets-search): Ignore :require and :type in search spec.
2827
2828 2012-08-06 Julien Danjou <julien@danjou.info>
2829
2830 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2831 Remove autoload, already handled by gnus.el.
2832
2833 2012-08-05 Julien Danjou <julien@danjou.info>
2834
2835 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2836 Add autoload.
2837
2838 2012-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
2839
2840 * gnus.el (gnus-valid-select-methods): Fix custom type.
2841
2842 2012-07-29 Teodor Zlatanov <tzz@lifelogs.com>
2843
2844 * auth-source.el (auth-sources, auth-source-backend-parse)
2845 (auth-source-macos-keychain-search)
2846 (auth-source-macos-keychain-search-items)
2847 (auth-source-macos-keychain-result-append)
2848 (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2849 auth-source.el through the /usr/bin/security utility.
2850 (auth-sources): Fix syntax error.
2851 (auth-source-macos-keychain-result-append): Fix variable name.
2852 (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2853
2854 2012-07-27 Julien Danjou <julien@danjou.info>
2855
2856 * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2857 Emacs < 24.1
2858
2859 2012-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
2860
2861 * message.el (message-kill-address): Don't kill last newline.
2862 (message-skip-to-next-address): Don't move to the next header.
2863 (message-fill-field-address): Work properly.
2864
2865 2012-07-25 Julien Danjou <julien@danjou.info>
2866
2867 * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2868
2869 2012-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
2870
2871 * nnimap.el (nnimap-get-responses): Don't remove, still used.
2872
2873 2012-07-24 Julien Danjou <julien@danjou.info>
2874
2875 * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2876
2877 * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2878 (nntp-async-timer-handler): Remove, unused.
2879
2880 * nnimap.el (nnimap-get-responses): Remove, unused.
2881
2882 * nnheader.el (mail-header-set-extra): Remove, unused.
2883
2884 * mm-view.el (mm-view-sound-file): Remove, unused.
2885
2886 * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2887 (mm-url-encode-multipart-form-data): Remove, unused.
2888
2889 * message.el (message-remove-signature, message-make-host-name)
2890 (message-fill-address): Remove, unused.
2891
2892 * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2893 (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2894 unused.
2895
2896 * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2897
2898 * gnus-util.el (gnus-extract-address-component-name)
2899 (gnus-extract-address-component-email, gnus-sortable-date)
2900 (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2901 (gnus-process-live-p): Remove, unused.
2902
2903 * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2904
2905 * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2906 (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2907 (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2908 function.
2909
2910 * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2911
2912 * gnus-score.el (gnus-summary-score-crossposting)
2913 (gnus-score-regexp-bad-p): Remove, unused.
2914
2915 * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2916
2917 * gnus-range.el (gnus-sublist-p): Remove, unused.
2918
2919 * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2920 unused.
2921
2922 * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2923
2924 * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2925 (gnus-request-associate-buffer): Remove, unused.
2926
2927 * gnus-group.el (gnus-group-set-method-info)
2928 (gnus-group-set-params-info): Remove, unused.
2929
2930 * gnus-fun.el (gnus-shell-command-to-string)
2931 (gnus-shell-command-on-region): Remove, unused.
2932
2933 * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2934
2935 * gnus-art.el (gnus-article-text-type-exists-p)
2936 (article-translate-characters, gnus-article-hide-text-of-type)
2937 (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2938 Remove, unused.
2939
2940 2012-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2941
2942 * nnir.el ("nnir"): Revert last change, that's premature to merge from
2943 Gnus master.
2944
2945 2012-07-22 Andrew Cohen <cohen@bu.edu>
2946
2947 * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2948
2949 2012-07-21 Julien Danjou <julien@danjou.info>
2950
2951 * message.el (message-dont-reply-to-names): Replace deprecated
2952 `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2953 (message-get-reply-headers): Ditto.
2954
2955 2012-07-18 Julien Danjou <julien@danjou.info>
2956
2957 * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2958 `sieve-upload-and-kill'.
2959
2960 * sieve.el (sieve-bury-buffer): Remove function.
2961 (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2962 (sieve-upload-and-kill): New function, mapped to C-c C-c.
2963
2964 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
2965
2966 * shr.el (shr-expand-url): Handle URL starting with `//'.
2967
2968 2012-07-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
2969 2012-07-13 Chong Yidong <cyd@gnu.org>
2970
2971 * smime.el (smime-certificate-info): Set buffer-read-only directly,
2972 instead of calling toggle-read-only with a (bogus) argument.
2973
2974 2012-07-09 Tassilo Horn <tassilo@member.fsf.org>
2975
2976 * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2977 of initial input when reading the author to restrict the summary to.
2978
2979 2012-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2980
2981 * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
2982 buffer exists, which it doesn't if we haven't started Gnus.
2983
2984 2012-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
2985
2986 * mm-decode.el (mm-shr):
2987 Allow overriding charset by mm-charset-override-alist.
2988
2989 2012-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
2990
2991 * gnus-art.el (gnus-article-view-part):
2992 Toggle subparts of multipart/alternative part.
2993
2994 2012-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2995
2996 * gnus-sync.el: Simply require json.
2997
2998 * registry.el: Simply require eieio and eieio-base.
2999
3000 2012-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
3001
3002 * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
3003
3004 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
3005
3006 * shr.el (shr-render-buffer): New command.
3007 (shr-visit-file): Use it.
3008
3009 2012-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
3010
3011 * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3012 Set no-byte-compile and no-update-autoloads.
3013
3014 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3015
3016 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3017
3018 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3019
3020 * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3021 being bound to a lambda form.
3022
3023 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
3024
3025 * gnus-picon.el (gnus-picon-properties): New defcustom.
3026 (gnus-picon-create-glyph): Use it.
3027
3028 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3029
3030 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3031 locales.
3032
3033 * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3034 on a handle.
3035
3036 * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3037 address as the default.
3038
3039 * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
3040 It makes no sense to query the user about internal files.
3041
3042 * gnus-spec.el: Remove all the byte-compilation stuff, since
3043 benchmarking shows that it doesn't help when entering large summary
3044 buffers.
3045
3046 * gnus-util.el (gnus-byte-code): Remove.
3047
3048 * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3049 grouplens stuff.
3050
3051 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3052
3053 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3054 (bug#11514).
3055
3056 2012-06-26 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
3057
3058 * message.el (message-buffers): Return all buffers derived from Message
3059 to make `gnus-dired-attach' work with mu4e.
3060
3061 2012-06-26 Daiki Ueno <ueno@unixuser.org>
3062
3063 * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3064 (mm-dissect-singlepart): Don't guess the MIME type of
3065 application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3066 set.
3067 (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3068 toplevel MIME type is multipart/encrypted.
3069
3070 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
3071
3072 * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
3073 In particular, add an optional argument and a docstring.
3074
3075 * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3076
3077 * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3078 current before calling `gnus-groups-to-gnus-format'.
3079 Note that this was already the case for `gnus-active-to-gnus-format'.
3080
3081 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3082
3083 * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3084
3085 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3086
3087 * mm-decode.el (mm-dissect-buffer): Doc fix.
3088
3089 * gnus-sum.el (gnus-handle-ephemeral-exit):
3090 Avoid creating the group buffer if it doesn't exist.
3091
3092 * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
3093 is given, mark the group as ephemeral with the current window conf.
3094
3095 * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3096 buffer exists, which it doesn't if we haven't started Gnus.
3097 (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3098
3099 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3100
3101 * mml.el (mml-generate-mime):
3102 Allow specifying what the top-level part type is.
3103
3104 * gnus-sum.el (gnus-auto-center-summary):
3105 `scroll-margin' isn't defined on XEmacs.
3106
3107 2012-06-26 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
3108
3109 * gnus-sum.el (gnus-auto-center-summary):
3110 Set default to respect `scroll-margin'.
3111
3112 2012-06-26 Elias Oltmanns <eo@nebensachen.de> (tiny change)
3113
3114 * gnus-cite.el (gnus-dissect-cited-text): A single line without
3115 citation prefix within a block of cited text should be considered
3116 part of that block *only* if it is a blank line.
3117
3118 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3119
3120 * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3121 before kinsoku-bol characters nor within kinsoku-eol characters.
3122
3123 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3124
3125 * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3126 (gnus-topic-create-topic, gnus-topic-enter-dribble):
3127 Silence compiler.
3128 (gnus-sync-read): Use mapc instead of mapcar.
3129
3130 * mm-archive.el: Require mm-decode for some macros.
3131 (gnus-recursive-directory-files, mailcap-extension-to-mime):
3132 Silence the byte compiler.
3133 (mm-archive-decoders): New function that returns the value of
3134 the mm-archive-decoders variable.
3135
3136 * mm-decode.el:
3137 Don't require mm-archive; autoload mm-archive functions instead.
3138 (mm-dissect-singlepart): Use the function mm-archive-decoders.
3139
3140 * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3141
3142 2012-06-26 Peter Münster <pmrb@free.fr>
3143
3144 * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3145 (gnus-demon-cancel): Ditto.
3146 (gnus-demon-run-callback): When function cannot be called due to low
3147 idleness, call it when idleness reaches the expected value, instead
3148 of waiting another timer period.
3149 (gnus-demon-init): Add `time' to arguments of call-back.
3150
3151 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3152
3153 * gnus.el: Register gnus-registry functions.
3154
3155 * gnus-registry.el (gnus-try-warping-via-registry):
3156 Move here and indent.
3157
3158 * gnus-int.el (gnus-warp-to-article):
3159 Check whether the registry is enabled before warping.
3160
3161 2012-06-26 Dave Abrahams <dave@boostpro.com>
3162
3163 * gnus-sum.el (gnus-summary-insert-subject): Record information
3164 in the registry about each article retrieved.
3165
3166 * gnus-int.el (gnus-select-group-with-message-id): New function.
3167 (gnus-try-warping-via-registry): Ditto.
3168 (gnus-warp-to-article): Fall back on the registry.
3169
3170 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3171
3172 * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3173
3174 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3175
3176 * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3177 gnus-gcc-self-resent-messages may be a group parameter.
3178 (gnus-summary-resend-message):
3179 Don't encode encoded words in header when Gcc'ing resent message.
3180
3181 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3182
3183 * shr.el (shr-insert): Treat non-breaking space just like normal
3184 space. This seems to produce more pleasing results.
3185 (shr-insert):
3186 Only insert a blank line if we're starting from an image.
3187 (shr-tag-br):
3188 Allow <br> to end lines or to make a single blank line.
3189 (shr-ensure-paragraph): Consider lines with white space to be blank.
3190
3191 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
3192
3193 * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3194 and gnus-gcc-post-body-encode-hook.
3195
3196 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3197
3198 * mm-decode.el (mm-dissect-singlepart):
3199 Guess what the type of application/octet-stream parts really is.
3200
3201 * gnus-sum.el (gnus-propagate-marks): Remove.
3202
3203 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3204
3205 * nntp.el (nntp-coding-system-for-read): Remove.
3206 (nntp-coding-system-for-write): Ditto.
3207 (nntp-open-connection): Just use `binary' directly.
3208
3209 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3210
3211 * registry.el (registry-usage-test, registry-persistence-test):
3212 Move to tests/gnustest-registry.el.
3213 (registry-make-testable-db, registry-match-test)
3214 (registry-instantiation-test): Move to tests/gnustest-registry.el.
3215
3216 * gnus-registry.el (gnus-registry-misc-test)
3217 (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3218
3219 * tests/gnustest-registry.el:
3220 New file with the registry and gnus-registry ERT tests.
3221
3222 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3223
3224 * gnus-msg.el (gnus-summary-resend-message):
3225 Make gnus-summary-resend-message-insert-gcc be last item in
3226 message-header-setup-hook.
3227
3228 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3229
3230 * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3231 (nnfolder-marks, nnfolder-marks-file-suffix)
3232 (nnfolder-marks-modtime): Remove.
3233 (nnfolder-open-server): Don't use marks.
3234 (nnfolder-request-delete-group): Ditto.
3235 (nnfolder-request-rename-group): Ditto.
3236 (nnfolder-request-set-mark, nnfolder-request-marks)
3237 (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3238 (nnfolder-save-marks, nnfolder-open-marks): Remove.
3239
3240 * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3241 (nnml-marks-modtime): Remove.
3242 (nnml-request-delete-group): Don't use marks.
3243 (nnml-request-rename-group): Ditto.
3244 (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3245 (nnml-save-marks, nnml-open-marks): Remove.
3246
3247 * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3248 (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3249 (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3250 (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3251 (nntp-server-to-method-cache): Remove.
3252
3253 * shr.el (shr-rescale-image): Fix wrong merge.
3254
3255 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3256
3257 * shr.el (shr-remove-trailing-whitespace):
3258 Really delete the padding on too-wide lines.
3259
3260 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3261
3262 * mm-archive.el (mm-archive-dissect-and-inline): New function.
3263 (mm-archive-dissect-and-inline): Fix up the undisplayer.
3264
3265 * mm-decode.el (mm-display-external): Output the text from
3266 the command in the buffer after the command finished.
3267 This makes text-based commands behave better.
3268
3269 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3270
3271 * message.el (smtpmail-smtp-user): Silence compiler warning.
3272
3273 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3274
3275 * message.el (message-multi-smtp-send-mail): Also allow specifying
3276 the SMTP user name.
3277
3278 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3279
3280 * gnus-sum.el (gnus-summary-article-map): Fix typo.
3281
3282 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3283
3284 * message.el (message-multi-smtp-send-mail): New function.
3285 (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3286 header to implement multi-SMTP functionality.
3287
3288 * gnus-agent.el (gnus-agent-send-mail-function): Remove.
3289 (gnus-agentize): Don't set it.
3290 (gnus-agent-send-mail): Don't use it.
3291
3292 * gnus-sum.el (gnus-summary-widget-backward):
3293 New function and keystroke.
3294
3295 * shr.el (shr-put-image): Remove underlines from sliced images.
3296 (shr-zoom-image): Compute the region to be replaced more correctly.
3297
3298 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3299
3300 * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3301 (gnus-summary-resend-message-insert-gcc): New function.
3302 (gnus-summary-resend-message): Modify message-header-setup-hook and
3303 message-sent-hook to make it work for Gcc.
3304 (gnus-inews-do-gcc): Update the number of unread articles of groups
3305 that messages are Gcc'd to.
3306
3307 * message.el (message-resend): Run message-sent-hook to do Gcc.
3308
3309 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3310
3311 * gnus-registry.el (gnus-registry-fixup-registry):
3312 Move the message to a higher level to silence compilation.
3313
3314 * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3315 parameter to allow controlling the scaling.
3316
3317 * shr.el (shr-zoom-image): New command and keystroke.
3318 (shr-put-image): Take a `size' flag to say how to scale the image.
3319
3320 * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3321 Use recursive deletion.
3322 (mm-dissect-archive): Add support for zip files.
3323
3324 * gnus-util.el (gnus-recursive-directory-files): New function.
3325
3326 * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3327 (mm-archive-decoders): Add tgz support.
3328
3329 * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3330 Otherwise inserting text into the Gnus buffer can look odd.
3331
3332 * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3333
3334 * mm-archive.el (mm-archive-decoders): Add support for tar.
3335
3336 * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3337
3338 * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3339
3340 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3341
3342 * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3343
3344 * mm-archive.el: New file.
3345
3346 * mm-decode.el (mm-dissect-singlepart):
3347 Use it to decode ms-tnef files.
3348
3349 * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3350
3351 * message.el (message-goto-*): Make all the `message-goto-*' commands
3352 push the mark before moving point. This makes it easier to go back
3353 to where you came from after editing whatever you jumped to.
3354
3355 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3356
3357 * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3358 (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3359 (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3360
3361 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3362
3363 * spam.el: Move BBDB autoloads.
3364 (spam-exists-in-BBDB-p):
3365 New function to do the BBDB search directly in BBDB 2 and 3.
3366 (spam-check-BBDB): Use it.
3367 (spam-enter-ham-BBDB): Use it.
3368
3369 2012-06-26 Peter Münster <pmrb@free.fr> (tiny change)
3370
3371 * gnus-group.el (gnus-group-get-new-news):
3372 New parameter `one-level' for scanning exactly one level.
3373
3374 * gnus-start.el (gnus-get-unread-articles): Ditto.
3375
3376 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3377
3378 * gnus-sync.el: More commentary about setup.
3379
3380 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3381
3382 * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3383
3384 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3385
3386 * gnus-sync.el: Improve docs about CouchDB admins.
3387
3388 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3389
3390 * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3391 not needed. Provide xmlplistread list function to produce XML plist
3392 output for non-Gnus LeSync clients.
3393
3394 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3395
3396 * gnus-sync.el: Add LeSync synchronization backend and logic to read
3397 and save against it. Group subscriptions, read marks, other marks,
3398 subscription levels, topic names, and topic offsets (the group's
3399 position within the topic) are saved. This is an experimental
3400 backend and may change significantly. Load json.el from
3401 the gnus-fallback-lib if it's not available otherwise.
3402 (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3403
3404 2012-06-26 David Engster <dengste@eml.cc>
3405
3406 * tests/gnustest-nntp.el: New file for simple NNTP testing.
3407
3408 2012-06-18 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
3409
3410 * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3411
3412 2012-06-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
3413
3414 * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3415 is an integer to avoid later problems.
3416
3417 2012-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3418
3419 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3420 locales.
3421
3422 2012-04-14 Wolfgang Jenkner <wjenkner@inode.at>
3423
3424 * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3425 articles when fetch-old is non-nil (bug#11370).
3426
3427 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3428
3429 * gnus-group.el (gnus-group-get-new-news):
3430 Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
3431
3432 2012-06-10 Dave Abrahams <dave@boostpro.com>
3433
3434 * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3435 groups (bug#11641).
3436
3437 2012-06-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3438
3439 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3440 (bug#11514).
3441
3442 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3443
3444 * nntp.el: Stop the `letf' madness.
3445 (nntp--report-1): New var.
3446 (nntp-report): Merge nntp-report-1 into it.
3447 (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3448 the nntp-report function.
3449
3450 * auth-source.el: Fix comment-style to follow the convention.
3451
3452 2012-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
3453
3454 * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3455 a string so that Gcc works (bug#11514).
3456
3457 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3458
3459 * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3460 * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3461
3462 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3463
3464 * gnus-win.el (gnus-configure-frame): Don't signal an error when
3465 jumping to *Server* from a dedicated *Group* window.
3466 (gnus-configure-frame): CSE.
3467
3468 * gnus-registry.el: Minor style cleanup.
3469 (gnus-registry--set/remove-mark): New function, extracted from
3470 gnus-registry-install-shortcuts.
3471 (gnus-registry-install-shortcuts): Use it.
3472
3473 2012-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
3474
3475 * nnspool.el (news-path): Use eval-and-compile.
3476
3477 2012-05-24 Glenn Morris <rgm@gnu.org>
3478
3479 * nnspool.el (news-directory, news-path, news-inews-program):
3480 Move here from paths.el. Don't see a need for these to be autoloaded.
3481
3482 * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3483 Merge in doc from paths.el version. Don't see any need for this to be
3484 autoloaded, or for the warning about users not setting it.
3485
3486 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3487
3488 Fix minor Y10k bug.
3489 * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3490
3491 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3492
3493 * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3494 message once it's actually open.
3495
3496 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3497
3498 * auth-source.el (auth-source--aput-1, auth-source--aput)
3499 (auth-source--aget): New functions and macros.
3500 Use them instead of aput/aget.
3501
3502 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
3503
3504 * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3505
3506 2012-04-26 Daiki Ueno <ueno@unixuser.org>
3507
3508 * plstore.el (plstore-called-interactively-p): New compat macro copied
3509 from message.el.
3510 (plstore-mode): Use it.
3511
3512 2012-04-26 Daiki Ueno <ueno@unixuser.org>
3513
3514 * plstore.el: Revive the editing feature.
3515 (plstore-mode): New mode to edit plstore file.
3516 (plstore-mode-toggle-display, plstore-mode-original)
3517 (plstore-mode-decoded): New command.
3518 (plstore--encode, plstore--decode, plstore--write-contents-functions)
3519 (plstore--insert-buffer, plstore--make): New function.
3520 (plstore-open, plstore-save): Simplify by using them.
3521
3522 2012-04-16 Glenn Morris <rgm@gnu.org>
3523
3524 * nndraft.el (nndraft-request-list): Fix declaration.
3525
3526 2012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3527
3528 * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3529 don't have a current group.
3530
3531 * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3532 have a group name.
3533
3534 * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3535 a multibyte buffer (bug#7410).
3536 (article-wash-html): Parse the original article buffer to get the
3537 unencoded data (bug#7410).
3538
3539 * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3540 .newsrc.el files.
3541
3542 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3543
3544 * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3545 would have gotten if we posted to the group, and use that to compare
3546 against the message we want to cancel (bug#10808).
3547
3548 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3549
3550 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3551 "#" to avoid having them interpreted as comments.
3552
3553 2012-03-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3554
3555 * shr.el (shr-insert): Update the text state properly to avoid
3556 inserting spurious paragraph starts.
3557
3558 2012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3559
3560 * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
3561 requested (bug#10961).
3562
3563 * shr.el (shr-table-widths): Divide the extra width more fairly over
3564 the TDs (bug#10973).
3565 (shr-render-td): Don't delete too much padding.
3566 (shr-natural-width): Compute the natural width more correctly.
3567 (shr-insert): Allow the natural width to be computed for tables again.
3568 (shr-tag-table-1): Rework how the natural widths are computed by
3569 rendering the table a third time.
3570 (shr-natural-width): Remove.
3571 (shr-buffer-width): New function.
3572 (shr-expand-newlines): Use it.
3573
3574 * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
3575 using a `gnus-use-full-window' setup (bug#11013).
3576
3577 2012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3578
3579 * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3580 24.1 release.
3581
3582 2012-03-10 David Edmondson <dme@dme.org>
3583
3584 * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3585 'Forwarded Message' header and the start of the message.
3586
3587 2012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3588
3589 * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3590 isn't running (bug#10897).
3591
3592 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3593
3594 * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3595
3596 2012-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3597
3598 * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3599
3600 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
3601
3602 * mm-decode.el (mm-shr): Remove "soft hyphens".
3603
3604 * nnimap.el (nnimap-request-list): Return the group names encoded as
3605 utf8. Otherwise non-European group names don't work.
3606 (nnimap-request-newgroups): Ditto.
3607
3608 * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3609 the default in `read-string' (bug#10757).
3610
3611 * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3612 topics (bug#10843).
3613
3614 * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3615 buffer. Suggested by Herbert Valerio Riedel.
3616 (nnimap-request-move-article): Delete the message from the correct IMAP
3617 server.
3618
3619 2012-02-19 Gábor Vida <vidagabor@gmail.com> (tiny change)
3620
3621 * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3622 Reported by Peter Münster.
3623
3624 2012-02-18 Lars Ingebrigtsen <larsi@gnus.org>
3625
3626 * shr.el (shr-image-fetched): Make sure we really kill the right
3627 buffer.
3628
3629 2012-02-16 Leo Liu <sdl.web@gmail.com>
3630
3631 * gnus-start.el (gnus-1): Avoid duplicate entries.
3632
3633 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
3634
3635 * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3636 too-wide lines.
3637
3638 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
3639
3640 * shr.el (shr-rescale-image): Undo previous change; see
3641 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3642
3643 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3644
3645 * nnimap.el (nnimap-record-commands): New variable.
3646 (nnimap-log-command): Use it.
3647 (nnimap-make-process-buffer): Add a space to the process buffer.
3648 (nnimap-transform-headers): Don't bug out on header lines containing
3649 stuff that look like IMAP length encodings.
3650
3651 * shr.el (shr-rescale-image): Allow viewing large images.
3652
3653 2012-02-12 Lars Ingebrigtsen <larsi@gnus.org>
3654
3655 * nnml.el (nnml-request-compact-group): Delete the marks file after
3656 compaction (bug#10800).
3657
3658 * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3659 group exit.
3660
3661 * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3662 QRESYNC/FETCH output.
3663
3664 2012-02-11 Glenn Morris <rgm@gnu.org>
3665
3666 * sieve-manage.el (sieve-manage-default-stream):
3667 * shr.el (shr):
3668 * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3669 (nnir-retrieve-headers-override-function)
3670 (nnir-imap-default-search-key, nnir-notmuch-program)
3671 (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3672 (nnir-method-default-engines):
3673 * message.el (message-cite-reply-position):
3674 * gssapi.el (gssapi-program):
3675 * gravatar.el (gravatar):
3676 * gnus-sum.el (gnus-refer-thread-use-nnir):
3677 * gnus-registry.el (gnus-registry-unfollowed-addresses)
3678 (gnus-registry-max-pruned-entries):
3679 * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3680 * gnus-int.el (gnus-after-set-mark-hook)
3681 (gnus-before-update-mark-hook):
3682 * gnus-async.el (gnus-async-post-fetch-function):
3683 * auth-source.el (auth-source-cache-expiry):
3684 Add missing :version tags to new defcustoms and defgroups.
3685
3686 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3687
3688 * message.el (message-default-send-mail-function): Made into own
3689 function for reuse by emacsbug.el.
3690
3691 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
3692
3693 * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3694 `gnus-sloppily-equal-method-parameters' to avoid a warning.
3695
3696 2012-02-09 Lars Ingebrigtsen <larsi@gnus.org>
3697
3698 * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3699 running.
3700
3701 * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3702
3703 * gnus.el (gnus-server-extend-method): Don't add an -address component
3704 if the method already has one (bug#9676).
3705
3706 2012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3707
3708 * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3709 of an initial-input for consistency (bug#10757).
3710
3711 * shr.el: Inhibit getting and sending cookies when fetching pictures.
3712
3713 * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3714
3715 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
3716
3717 * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3718 lines that are narrower than the window width. Otherwise background
3719 "blocks" will look less readable.
3720
3721 2012-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
3722
3723 * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3724
3725 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
3726
3727 * nnimap.el (nnimap-transform-headers): Remove unused variable.
3728 (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3729 have newlines within the strings, and where the UID comes after the
3730 BODYSTRUCTURE element (bug#10537).
3731
3732 * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3733 (bug#10732).
3734
3735 * shr.el (shr-insert-document): Add doc string.
3736 (shr-visit-file): Ditto.
3737 (shr-remove-trailing-whitespace): New function.
3738 (shr-insert-document): Use it to clean up trailing whitespace as the
3739 final step (bug#10714).
3740
3741 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3742
3743 * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3744 buffer if `gnus-kill-summary-on-exit' is nil.
3745
3746 2012-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
3747
3748 * gnus-sum.el (gnus-summary-show-thread):
3749 next-single-char-property-change may return nil in XEmacs.
3750
3751 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3752
3753 * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3754 when just reading a single group from "without" Gnus.
3755
3756 2012-02-06 Chong Yidong <cyd@gnu.org>
3757
3758 * gnus-sum.el (gnus-summary-show-thread):
3759 next-single-char-property-change never returns nil (Bug#8657).
3760
3761 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org>
3762
3763 * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3764 without reconnecting.
3765 (nnimap-possibly-change-group): Ditto.
3766 (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3767 connection has died before being called.
3768
3769 2012-02-02 Lars Ingebrigtsen <larsi@gnus.org>
3770
3771 * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3772 an initial sync unless we're really doing one.
3773
3774 * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3775 address parameter if one already exists (bug#9676).
3776
3777 * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3778 not the prefix, as documented (bug#10689).
3779
3780 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3781
3782 * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3783 the "server".
3784
3785 * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3786 the real error message with the useless "previously known to be down".
3787 Which isn't even correct.
3788
3789 * nntp.el (nntp-open-connection): Report the error message if the nntp
3790 server can't be reached.
3791
3792 * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3793 groups we do a total scan for.
3794 (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3795 doing that.
3796
3797 2012-01-31 Jim Meyering <jim@meyering.net>
3798
3799 * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3800 Correct a comment (insert "not") and hide nominally-doubled "to".
3801
3802 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
3803
3804 * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3805 section in the manual.
3806
3807 2012-01-30 Lars Ingebrigtsen <larsi@gnus.org>
3808
3809 * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3810 words.
3811 (rfc2047-encode-string): Ditto.
3812 (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not
3813 understand folded filename="..." parameters, for instance.
3814
3815 * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3816 the message for greater debuggability.
3817
3818 2012-01-28 Lars Ingebrigtsen <larsi@gnus.org>
3819
3820 * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3821 instead of setting it locally, since the latter doesn't seem to have
3822 any effect (most of the time).
3823
3824 2012-01-27 Elias Pipping <pipping@lavabit.com> (tiny change)
3825
3826 * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3827 function call.
3828
3829 2012-01-27 Gábor Vida <vidagabor@gmail.com> (tiny change)
3830
3831 * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3832 seconds, and make the repeat clause with HH:MM specs work as
3833 documented.
3834
3835 2012-01-27 Lars Ingebrigtsen <larsi@gnus.org>
3836
3837 * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3838 so that previous errors don't prohibit getting new news.
3839
3840 * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3841
3842 * nntp.el (nntp-retrieve-group-data-early): Ditto.
3843
3844 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
3845
3846 * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3847 bound globally in old Emacsen and XEmacsen.
3848
3849 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change)
3850
3851 * gnus.el (gnus-group-find-parameter): Check for liveness of the
3852 buffer, not of the string which is its name.
3853
3854 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3855
3856 * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3857 non-server-marks groups.
3858 (gnus-group-make-articles-read): Ditto.
3859
3860 * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3861 methods (bug#9676).
3862
3863 * gnus.el (gnus-method-ephemeral-p): New function.
3864
3865 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
3866
3867 * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3868 left-to-right.
3869
3870 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3871
3872 * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3873 warning.
3874
3875 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
3876
3877 * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3878 macroexpand the nnir things, since they haven't been defined yet, and
3879 nnir requires gnus-sum.
3880
3881 2012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3882
3883 * mm-decode.el (mm-interactively-view-part): Fix prompt.
3884
3885 2012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
3886
3887 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3888 logical server name in addition to the actual machine address.
3889
3890 * auth-source.el (auth-source-user-and-password): Add convenience
3891 wrapper to search by just host and optionally user.
3892
3893 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3894
3895 * shr.el (shr-visit-file): Move point to the beginning of the buffer
3896 after rendering.
3897
3898 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3899
3900 * gnus-sum.el (gnus-summary-read-group): Document more parameters
3901 (bug#9693).
3902 (gnus-summary-setup-buffer): Document return value (bug#9697).
3903
3904 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3905 since ido doesn't work on symbols (bug#9632).
3906
3907 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3908 when getting a single value as when getting all the values. This means
3909 that atoms like `gcc-self' work cumulatively, like variable settings,
3910 instead of getting the value from the last matching clause.
3911 (gnus-group-find-parameter): Protect against the group buffer not
3912 existing (bug#9585).
3913
3914 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3915
3916 * gnus-start.el (gnus-activate-group): Document more parameters
3917 (bug#9694).
3918
3919 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3920 (bug#9692).
3921
3922 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3923 article was fetched, so that it can be expired later (bug#9958).
3924 (gnus-agent-summary-fetch-series): Add doc string.
3925 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3926 (bug#9517).
3927
3928 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3929 retrieval is happening.
3930
3931 * gnus.el (gnus-parameters): Doc fix.
3932
3933 2012-01-06 Dave Abrahams <dave@boostpro.com>
3934
3935 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3936 show the thread after expansion.
3937
3938 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3939
3940 * gnus-art.el (article-narrow-to-head): If the head is completely
3941 empty, narrow to the empty region (bug#9764).
3942
3943 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3944 read, and then mark them as unread only when the unread mark is used.
3945 This makes `C-- T k' actually work, even though it's confusing.
3946
3947 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3948 alive before we try to find its window.
3949
3950 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
3951
3952 * mm-decode.el (mm-display-external): Use a longer timeout for the
3953 deletion to allow slow programs to display the file.
3954
3955 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3956
3957 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3958 prompt to be less confusing.
3959
3960 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3961 argument to `message-reply'. This broke `special-display-*' frame
3962 pop-uping (bug#10238).
3963
3964 2012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3965
3966 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3967 systems, since these allegedly don't work there.
3968
3969 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
3970
3971 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3972 live buffer.
3973
3974 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3975
3976 * nnir.el (nnir-retrieve-headers): Protect against the article not
3977 existing on the server (bug#10335).
3978
3979 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3980
3981 * gnus-agent.el (gnus-agent-load-local):
3982 Recompute gnus-agent-article-local on changing method.
3983
3984 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3985
3986 * gnus.el (gnus-parameters): Note precedence.
3987
3988 2012-01-04 Leo Liu <sdl.web@gmail.com>
3989
3990 * nndraft.el (nndraft-update-unread-articles): Don't move point around
3991 in the group buffer.
3992
3993 2012-01-04 Julien Danjou <julien@danjou.info>
3994
3995 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3996 change.
3997
3998 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3999
4000 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4001 too.
4002
4003 * nntp.el (nntp-retrieve-group-data-early): Use it.
4004
4005 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4006
4007 * nntp.el (nntp-retrieval-in-progress): New variable.
4008 (nntp-make-process-buffer): Make it buffer-local.
4009
4010 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4011 2010.
4012 (gnus-demon-init): Use it to compute the time if time is on the form
4013 "04:23".
4014
4015 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4016
4017 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4018 status in the correct buffer.
4019
4020 2012-01-03 Leo Liu <sdl.web@gmail.com>
4021
4022 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4023 when opening topics (bug#10407).
4024
4025 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
4026
4027 * mm-view.el (mm-display-inline-fontify): Add comment.
4028
4029 2011-12-15 Juri Linkov <juri@jurta.org>
4030
4031 * mm-decode.el (mm-inline-media-tests): Add missing
4032 `mm-handle-media-subtype'.
4033
4034 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
4035
4036 * message.el (message-valid-fqdn-regexp): Update with newly approved
4037 top-level domain names ".tel" and ".asia".
4038
4039 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
4040
4041 * gnus-sum.el (gnus-summary-show-article): Don't load shr
4042 unconditionally.
4043
4044 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
4045
4046 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4047 pop-to-buffer-same-window for old Emacsen.
4048
4049 2011-12-04 Chong Yidong <cyd@gnu.org>
4050
4051 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4052 change (Bug#10200).
4053
4054 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
4055
4056 * compface.el (uncompface):
4057 * gnus-art.el (gnus-article-x-face-command): Update the header format
4058 of icon data for the most recent icontopbm program.
4059
4060 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
4061
4062 * gnus-msg.el (gnus-inews-do-gcc):
4063 * message.el (message-send-mail):
4064 * mml.el (mml-generate-mime): Share the value of the buffer-local
4065 `message-options' variable between a draft buffer and temprary working
4066 buffers.
4067
4068 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4069
4070 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4071
4072 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
4073
4074 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4075 for Cygwin.
4076
4077 2011-11-24 Glenn Morris <rgm@gnu.org>
4078
4079 * starttls.el: Fix case of "GnuTLS".
4080
4081 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
4082
4083 * gnus-group.el (gnus-group-highlight): Fix typo.
4084
4085 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
4086
4087 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4088 value of `delete-file', that returns nil for a local file but returns t
4089 for a remote file using ssh.
4090
4091 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4092
4093 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4094 avoid later breakage.
4095
4096 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
4097
4098 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4099 article buffers' name.
4100
4101 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4102
4103 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4104 by Paul Eggert's spellfixes two days ago.
4105
4106 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4107
4108 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4109 buffer-local instead of binding them to avoid warnings. Also demote
4110 errors (bug#10063).
4111 (font-lock-mode-hook): Shut up byte compiler.
4112
4113 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
4114
4115 * mm-util.el (mm-charset-after): Fix typo.
4116
4117 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
4118
4119 * gnus-sum.el (gnus-summary-make-menu-bar):
4120 * gnus-uu.el (gnus-uu-decode-postscript)
4121 (gnus-uu-decode-postscript-and-save):
4122 * mailcap.el (mailcap-print-command):
4123 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4124 Fix typos.
4125
4126 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
4127
4128 * gnus-art.el (gnus-article-part-wrapper):
4129 * shr-color.el (shr-color-visible-distance-min)
4130 (shr-color-relative-to-absolute, set-minimum-interval)
4131 (shr-color-visible): Fix typos.
4132
4133 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4134
4135 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4136 slightly clearer.
4137
4138 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4139
4140 * message.el (message-send-and-exit): Document `arg'.
4141
4142 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4143
4144 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4145
4146 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
4147
4148 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4149 we don't use `bound-and-true-p'.
4150
4151 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
4152
4153 * gnus-util.el (gnus-bound-and-true-p): Remove.
4154 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4155 * nnir.el: Use it.
4156 * nnmairix.el: Use it.
4157
4158 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
4159
4160 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4161 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4162 for reasons unknown.
4163 * nnir.el: Use it.
4164 * nnmairix.el: Use it.
4165
4166 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4167 * nnir.el: Ditto.
4168 * nnmairix.el: Ditto.
4169
4170 * gnus-registry.el (gnus-registry-enabled): Default to nil.
4171
4172 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4173
4174 * message.el (message-completion-function): Make sure
4175 message-tab-body-function is not attempted if one of
4176 message-completion-alist fails to find a completion (bug#9158).
4177
4178 2011-10-26 Daiki Ueno <ueno@unixuser.org>
4179
4180 * mml.el (mml-quote-region): Quote <#secure> tag.
4181 (mml-generate-mime-1): Unquote <#secure> tag.
4182
4183 2011-10-20 Chong Yidong <cyd@gnu.org>
4184
4185 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4186 calling a minor mode from Lisp with nil arg enables it, so we have to
4187 make the wording a bit ambiguous here).
4188
4189 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
4190
4191 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4192 * nnir.el (nnir-mode): Use it.
4193 * nnmairix.el (nnmairix-determine-original-group-from-registry):
4194 Use it.
4195
4196 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4197 * nnmairix.el (gnus-registry-enabled): Ditto.
4198
4199 2011-10-17 Dave Abrahams <dave@boostpro.com>
4200
4201 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
4202 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4203 only while we need to find out if it should be t or nil.
4204 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4205 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4206 the registry is installed. Set it to nil when it's unloaded.
4207 (gnus-registry-install-p): Provide user guidance for the initial value
4208 of `gnus-registry-install' when it's 'ask, otherwise return its value.
4209 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4210 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4211 * nnmairix.el (nnmairix-determine-original-group-from-registry):
4212 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4213 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4214 `gnus-registry-install'.
4215
4216 2011-10-17 Daiki Ueno <ueno@unixuser.org>
4217
4218 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4219 previous change.
4220 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4221 primary key is marked as disabled.
4222
4223 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
4224
4225 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4226 primary key is marked as disabled.
4227
4228 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
4229
4230 * html2text.el (html2text-clean-anchor): Check for quotes around
4231 `href' value.
4232
4233 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
4234
4235 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4236 searching. Drop `bbdb-cache'.
4237
4238 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
4239
4240 * message.el (message-signed-or-encrypted-p): Exclude header when
4241 checking if there is signed or encrypted body in text/plain message.
4242
4243 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
4244
4245 * html2text.el (html2text-get-attr): Correctly handle attribute values
4246 containing "=".
4247
4248 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
4249
4250 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4251 handle bindings.
4252
4253 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4254
4255 * gnus-win.el (gnus-configure-windows): Protect against reading
4256 ephemeral groups outside of Gnus.
4257
4258 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
4259
4260 * shr.el (shr-tag-img): Don't get images displayed in tables.
4261
4262 2011-10-03 Glenn Morris <rgm@gnu.org>
4263
4264 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4265 the "maintainer" version of debbugs.gnu.org reports.
4266
4267 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4268
4269 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4270 make asynchronous adjacent image insertion work better.
4271
4272 2011-09-27 Daiki Ueno <ueno@unixuser.org>
4273
4274 * plstore.el (plstore-select-keys, plstore-encrypt-to):
4275 Clarify documentation.
4276
4277 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4278
4279 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4280 `gnus-asynchronous' isn't shadowed.
4281
4282 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4283
4284 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4285 (nnimap-insert-partial-structure): The charset parameter isn't
4286 case-sensitive.
4287
4288 * nnheader.el (nnheader-message-maybe): New function.
4289
4290 * shr.el (shr-tag-table): Render totally broken tables better.
4291
4292 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4293 computing the boundary.
4294
4295 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4296
4297 * pop3.el (pop3-number-of-responses): Remove.
4298 (pop3-wait-for-messages): Rewrite to take linear time instead of
4299 exponential time.
4300
4301 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4302
4303 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4304 re-fetch images.
4305
4306 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4307 re-fetch images when hitting `g' in Gnus.
4308
4309 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
4310
4311 * mml.el (mml-inhibit-compute-boundary): New internal variable.
4312 (mml-compute-boundary): Don't check collision if it is non-nil.
4313 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4314 before checking collision.
4315
4316 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4317
4318 * message.el (message-indent-citation): Really make sure there's a
4319 newline at the end.
4320
4321 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4322 Fix suggested by John Wiegley.
4323
4324 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4325
4326 * gnus-art.el (gnus-treat-hide-citation): Add doc.
4327
4328 * message.el (message-default-send-rename-function): Break out into its
4329 own function.
4330
4331 * ecomplete.el (ecomplete-display-matches): Revert patch since it
4332 doesn't work under XEmacs.
4333
4334 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4335 of "imaps" to word around Windows problems.
4336 (nnimap-open-connection-1): Use it.
4337
4338 * message.el (message-indent-citation): Revert last change which made
4339 `F' not work.
4340
4341 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
4342
4343 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4344 terminal as well.
4345
4346 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
4347
4348 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4349 because it displays images using overlays that aren't easy to copy to
4350 the article buffer.
4351
4352 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
4353
4354 * message.el (message-indent-citation): Fix empty line removal at the
4355 end of the citation.
4356
4357 2011-09-20 Julien Danjou <julien@danjou.info>
4358
4359 * auth-source.el (auth-source-netrc-create): Use default value for
4360 password if specified. Evaluate default.
4361 (auth-source-plstore-create): Ditto.
4362 (auth-source-plstore-create, auth-source-netrc-create): Fix default
4363 value evaluation.
4364 (auth-source-netrc-create): Typo fix.
4365 (auth-source-plstore-create): Ditto.
4366
4367 * auth-source.el (auth-source-format-cache-entry): New function.
4368
4369 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4370
4371 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4372
4373 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4374
4375 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4376
4377 2011-09-19 Julien Danjou <julien@danjou.info>
4378
4379 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4380 which work with things that are not ASCII.
4381
4382 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4383
4384 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4385
4386 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4387
4388 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4389 message level.
4390
4391 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
4392
4393 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4394
4395 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4396
4397 * gnus.el (gnus-interactive-exit): Update defcustom spec.
4398
4399 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4400
4401 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4402 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4403
4404 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
4405
4406 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4407 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4408 articles.
4409
4410 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
4411
4412 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4413 (message-mail-other-window, message-mail-other-frame)
4414 (message-news-other-window, message-news-other-frame):
4415 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4416 instead of setting buffer display variables.
4417
4418 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4419
4420 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4421
4422 * gnus-sum.el (gnus-fetch-headers): Bump message level.
4423
4424 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4425
4426 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4427 duplicates" to a higher level.
4428
4429 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4430 most egregious messages.
4431
4432 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4433
4434 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4435
4436 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
4437
4438 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4439 up the file (bug#9351).
4440
4441 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4442
4443 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
4444 it does with all other backends, but decode the names immediately after
4445 getting them.
4446
4447 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4448 decoding nnimap groups.
4449
4450 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4451 newsrc file. It doesn't seem like an important optimization any more.
4452
4453 2011-09-10 Dave Abrahams <dave@boostpro.com>
4454
4455 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4456 overflows.
4457
4458 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4459
4460 * gnus.el (gnus-article-mark-lists): Remove `recent'.
4461 (gnus-interactive-exit): Extend to `quiet'.
4462
4463 * gnus-sum.el (gnus-offer-save-summaries): Use it.
4464
4465 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4466 string.
4467
4468 * plstore.el (plstore--get-buffer): Silence compiler warnings by
4469 renaming function arguments from `this'.
4470
4471 * gnus-sum.el (gnus-newsgroup-recent): Remove.
4472
4473 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4474 has been renamed.
4475 (gnus-lrm-string-p): Include RLM and PDF, too.
4476
4477 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4478 (bug#9225).
4479
4480 2011-09-10 Eli Zaretskii <eliz@gnu.org>
4481
4482 Add autoload cookies for functions used by sendmail.el.
4483 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4484
4485 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4486
4487 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4488
4489 * gnus-art.el (article-date-ut): Work properly even when there are
4490 things like Date header in the body; work for forwarded parts.
4491
4492 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
4493
4494 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4495 original-article-buffer.
4496
4497 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
4498
4499 * nnir.el (nnir-compose-result): Fix matching of server type.
4500 (nnir-run-swish++): Ditto.
4501 (nnir-run-namazu): Ditto.
4502 (nnir-run-notmuch): Ditto.
4503
4504 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4505
4506 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4507 (bug#9405).
4508
4509 * gnus-score.el (gnus-summary-increase-score): Doc clarification
4510 (bug#9421).
4511
4512 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4513 (bug#9425).
4514
4515 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4516 thing (bug#9426).
4517
4518 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4519
4520 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4521 the error message.
4522
4523 2011-09-02 Eli Zaretskii <eliz@gnu.org>
4524
4525 * message.el (message-setup-1): Return t (Bug#9392).
4526
4527 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
4528
4529 * gnus-sum.el: When adding article headers to a summary buffer also
4530 update gnus-newsgroup-articles (bug#9386).
4531
4532 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
4533
4534 * auth-source.el: Autoload help-mode.
4535
4536 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4537
4538 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4539 names.
4540
4541 2011-08-27 Daiki Ueno <ueno@unixuser.org>
4542
4543 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4544 mm-replace-in-string for compatibility issues.
4545 * mml2015.el (mml2015-epg-verify): Ditto.
4546
4547 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
4548
4549 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4550
4551 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4552
4553 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4554
4555 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4556 continue on and do the clean-up phase (bug#9188).
4557
4558 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4559 just ignore groups that can't be opened instead of erroring out
4560 (bug#9225).
4561
4562 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4563 nil since some many people are fuddy-duddies.
4564
4565 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4566 images.
4567
4568 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4569 instead.
4570
4571 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4572
4573 * gnus-util.el (gnus-process-live-p): Copy over compat function.
4574
4575 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4576 processing.
4577
4578 * nntp.el (nntp-kill-buffer): Kill the process before killing the
4579 buffer to avoid warnings.
4580
4581 2011-08-20 Simon Josefsson <simon@josefsson.org>
4582
4583 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4584 specified to reduce precision.
4585
4586 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4587
4588 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4589 bodystructures (bug#9314).
4590
4591 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
4592
4593 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4594 Make button keymap non-sticky after buttons.
4595
4596 2011-08-18 David Engster <dengste@eml.cc>
4597
4598 * nnmairix.el (nnmairix-request-set-mark)
4599 (nnmairix-goto-original-article): Remove adding of article to registry,
4600 since `gnus-registry-add-group' isn't available anymore.
4601 (nnmairix-determine-original-group-from-registry):
4602 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4603 available anymore.
4604
4605 2011-08-12 Simon Josefsson <simon@josefsson.org>
4606
4607 * starttls.el (starttls-any-program-available): Define as obsolete
4608 function.
4609
4610 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4611
4612 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4613 versions which Gnus use when appropriate.
4614
4615 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4616 a pretty destructive command.
4617
4618 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4619
4620 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4621
4622 * message.el (message-fix-before-sending): Make a different warning
4623 about NUL characters (bug#9270).
4624
4625 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4626 from custom (bug#9260).
4627
4628 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4629 things work in Emacs 22 and XEmacs, too.
4630
4631 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4632 default From.
4633
4634 * gnus-spec.el (gnus-lrm-string-p): New macro.
4635 (gnus-lrm-string): New constant.
4636 (gnus-summary-line-format-spec): LRM-ify the from.
4637 (gnus-tilde-max-form): LRM-ify string chopping.
4638
4639 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4640
4641 * message.el (message-is-yours-p): Allow disabling canlock checking
4642 (bug#9295).
4643 (message-shoot-gnksa-feet): Add `canlock-verify'.
4644 (message-auto-save-directory): Use ~/ as the auto-save directory if the
4645 message directory isn't writable (bug#9304).
4646
4647 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4648 non-world-readable.
4649
4650 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
4651
4652 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4653 articles.
4654
4655 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
4656
4657 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4658 copy-list.
4659
4660 2011-08-12 Sam Steingold <sds@gnu.org>
4661
4662 * gnus-score.el (gnus-score-find-alist): Keep the score files already
4663 in the reverse order to avoid modifying the cache with `nreverse'.
4664 (gnus-all-score-files): Do not modify the value returned by
4665 `gnus-score-find-alist' because it lives in a cache variable.
4666 (gnus-current-home-score-file): No need to `nreverse' the return value
4667 of `gnus-score-find-alist', it is already in the correct order.
4668
4669 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
4670
4671 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4672 type MESSAGE and subtype RFC822 is slightly different from those of
4673 type TEXT.
4674
4675 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
4676
4677 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4678 This allows article-referral to work from an nnir group.
4679
4680 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
4681
4682 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4683
4684 2011-08-04 Daiki Ueno <ueno@unixuser.org>
4685
4686 * mml1991.el (mml1991-epg-find-usable-key)
4687 (mml1991-epg-find-usable-secret-key): New function.
4688 (mml1991-epg-sign): Check if signing key is usable.
4689 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4690
4691 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
4692
4693 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4694 server-variables only. This should fix a bug introduced with commit
4695 e1889675b7f4adf057833c5513c9374134c4e053.
4696 (nnir-run-query): 'nnir-search-engine should not be set from the global
4697 environment.
4698
4699 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
4700
4701 * nnir.el (nnir-search-thread): Position point on referring article
4702 line.
4703 (nnir-warp-to-article): Clean up summary buffers.
4704
4705 * nnimap.el (nnimap-request-thread): Whitespace fix.
4706
4707 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
4708
4709 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4710
4711 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4712
4713 * starttls.el (starttls-available-p): Rename from
4714 `starttls-any-program-available' and changed return convention.
4715
4716 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
4717
4718 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4719 `unix-sync' unless it's defined.
4720
4721 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
4722
4723 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4724 `aref' for XEmacs compatibiltiy.
4725
4726 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4727
4728 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4729
4730 2011-07-31 Dave Abrahams <dave@boostpro.com>
4731
4732 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4733 closures, quote the form properly (bug#9194).
4734
4735 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4736
4737 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4738 (gnus-summary-insert-new-articles): Protect against servers that are
4739 down.
4740
4741 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
4742
4743 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4744 in mm handle if none is specified.
4745
4746 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
4747
4748 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4749
4750 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
4751
4752 * nnir.el (nnir-search-thread): New function to make an nnir group
4753 based on a thread query.
4754
4755 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4756 of nnir in thread referral.
4757 (gnus-summary-refer-thread): Use it.
4758
4759 * nnimap.el (nnimap-request-thread): Use it.
4760
4761 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4762
4763 * shr.el (shr-tag-comment): Ignore HTML comments.
4764
4765 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
4766
4767 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4768 argument.
4769 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4770 Use `nnir-address' to handle server info rather than passing an arg.
4771
4772 * nnimap.el (nnimap-make-thread-query): New utility function to format
4773 an imap thread search query.
4774 (nnimap-request-thread): Use it.
4775
4776 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4777 right select-method if we are not going back to the group buffer.
4778
4779 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4780
4781 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4782 enter invalid buffer configurations into the quit form (bug#9107).
4783 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4784 unplugged/plugged.
4785
4786 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4787 keep track of which ones are unread (bug#9061).
4788
4789 * gnus.el (gnus-refer-article-method): Allow entering any sexp
4790 (bug#9055).
4791
4792 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4793 (bug#9041).
4794
4795 * gnus-html.el (mm-util): Require (bug#9073).
4796
4797 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4798 (gnus-summary-refer-thread): Use it to remove duplicates in the
4799 un-threaded view (bug#9053).
4800 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4801
4802 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
4803
4804 * nnir.el (nnir-read-server-parm): Use default value from global
4805 variable. Without this the default search engine parameters aren't
4806 used at all.
4807
4808 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4809
4810 * message.el (message-unique-id): Don't use the undocumented return
4811 value from (random t) (bug#9118).
4812
4813 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4814
4815 * message.el (message-auto-save-directory): If the ~/Mail directory
4816 doesn't exist, use ~ as the auto-save directory (bug#4432).
4817
4818 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4819 hasn't already been started.
4820
4821 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4822
4823 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4824
4825 * message.el (message-reply): Work around mysterious bug where
4826 `message-mode' seems to overwrite the locally bound `subject' variable.
4827
4828 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
4829
4830 * nnimap.el (nnimap-request-thread): Ensure search is performed in
4831 correct group.
4832
4833 * gnus-int.el (gnus-request-thread): Add group argument.
4834
4835 * gnus-sum.el (gnus-summary-refer-thread): Use it.
4836
4837 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4838
4839 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4840 renamed to `debbugs-gnu-*'.
4841
4842 2011-07-08 Daiki Ueno <ueno@unixuser.org>
4843
4844 * plstore.el: Revert the editing feature since it is not urgent.
4845 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4846 (plstore-mode-decoded): Remove.
4847
4848 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4849
4850 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
4851 isn't very interesting any more, and it leaks potentially secret data.
4852 (gnus-debug): Remove.
4853
4854 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4855 use of :custom-show.
4856
4857 2011-07-07 Daiki Ueno <ueno@unixuser.org>
4858
4859 * plstore.el: Add documentation.
4860 (plstore-mode): New mode to edit plstore file.
4861 (plstore-mode-toggle-display, plstore-mode-original)
4862 (plstore-mode-decoded): New command.
4863 (plstore--encode, plstore--decode, plstore--write-contents-functions)
4864 (plstore--insert-buffer, plstore--make): New function.
4865 (plstore-open, plstore-save): Simplify by using them.
4866
4867 2011-07-06 Glenn Morris <rgm@gnu.org>
4868
4869 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4870
4871 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4872
4873 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4874 no longer is much used.
4875 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4876 Articles".
4877
4878 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
4879
4880 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4881 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4882 `notmuch' backend.
4883
4884 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4885
4886 * mm-decode.el (mm-text-html-renderer): Doc fix.
4887
4888 * gnus-msg.el (gnus-bug): Fix the MML tag.
4889
4890 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4891
4892 2011-07-05 Daiki Ueno <ueno@unixuser.org>
4893
4894 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4895 secondary methods if started with `gnus-no-server'.
4896
4897 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
4898
4899 * message.el (message-return-action): Fix typo in docstring.
4900
4901 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4902
4903 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4904 bug reports at once.
4905
4906 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4907
4908 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
4909
4910 * nndraft.el: Require gnus-group.
4911 (nndraft-request-list): Declare.
4912
4913 * nndraft.el (nndraft-update-unread-articles): Don't show group having
4914 no unread article unless it matches gnus-permanently-visible-groups.
4915
4916 * nndraft.el (nndraft-update-unread-articles): New function.
4917 (nndraft-request-associate-buffer): Use it to update the number of
4918 unread articles for the nndraft groups in the group buffer when saving
4919 or killing a draft message.
4920
4921 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4922
4923 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4924 systems to binary before writing and reading the mbox files.
4925
4926 * gnus.el (gnus-summary-line-format): Link to the info node for %U
4927 instead of trying to list them all (bug#8978).
4928
4929 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4930
4931 * pop3.el (pop3-open-server): Use :end-of-capability.
4932
4933 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4934
4935 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4936 the id is always a number.
4937
4938 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4939 debbugs mode, if possible.
4940
4941 2011-07-02 Daiki Ueno <ueno@unixuser.org>
4942
4943 * auth-source.el (auth-source-token-passphrase-callback-function):
4944 Reindent.
4945 (epg-context-operation): Remove unnecessary autoload.
4946
4947 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4948
4949 * gnus.el (gnus-list-debbugs): New command.
4950
4951 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4952 mboxstat instead of the maintbox, since the stat seems to be fuller.
4953
4954 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4955 summary buffers.
4956
4957 * message.el (message-get-reply-headers): Delete all duplicates,
4958 instead of the first.
4959 (message-get-reply-headers): Ensure that we have progress while
4960 deleting duplicates.
4961
4962 * gnus-msg.el (gnus-configure-posting-styles): Get the local
4963 gnus-posting-style value from the summary buffer to make it easier to
4964 make that a per-buffer conf.
4965
4966 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
4967
4968 * nnir.el (nnir-run-imap): Allow halting a search when an article is
4969 found by setting `shortcut' in 'query.
4970 (nnir-request-article): Use `shortcut' setting when requesting article
4971 by Message-ID.
4972
4973 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
4974
4975 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4976 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4977 Bring the pseudo-headers back too.
4978
4979 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4980
4981 * auth-source.el (auth-source-token-passphrase-callback-function):
4982 Simplify and remove EPA dependency.
4983
4984 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
4985
4986 * nnir.el (nnir-request-article): Fix error message text.
4987
4988 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4989
4990 * auth-source.el (plstore-delete): Autoload.
4991 (auth-source-plstore-search): Support delete operation.
4992 * plstore.el (plstore-delete): New function.
4993
4994 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
4995
4996 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4997 mark actually existing articles as unread rather than the ones that
4998 active asserts.
4999
5000 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
5001
5002 * nntp.el (nntp-record-command):
5003 * gnus-util.el (gnus-message-with-timestamp-1):
5004 Use format-time-string rather than decoding time stamps by hand.
5005 This is simpler and insulates the code from potential changes to
5006 current-time format.
5007
5008 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
5009
5010 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5011
5012 2011-07-01 Daiki Ueno <ueno@unixuser.org>
5013
5014 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5015 (plstore-save): Support public key encryption.
5016 (plstore--init-from-buffer): New function.
5017 (plstore-open): Use it; fix error when opening a non-existent file.
5018 (plstore-revert): Use plstore--init-from-buffer.
5019
5020 2011-07-01 Daiki Ueno <ueno@unixuser.org>
5021
5022 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5023
5024 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
5025
5026 * mml2015.el (mml2015-use): Replace string-match-p with string-match
5027 for old Emacsen.
5028
5029 2011-06-30 Daiki Ueno <ueno@unixuser.org>
5030
5031 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5032 is not fully working.
5033
5034 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5035
5036 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5037 quit window configuration.
5038
5039 * auth-source.el (epg-context-set-passphrase-callback):
5040 Remove duplicate autoload.
5041
5042 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
5043
5044 * nnir.el (nnir-request-article): Allow requesting articles by
5045 Message-ID with nnimap.
5046
5047 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5048 current server.
5049
5050 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
5051
5052 * auth-source.el: Autoload EPA/EPG functions.
5053 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5054 changed when EPA/EPG is not available.
5055 (auth-source-backend): Rename "arg" member to "data".
5056 (auth-source-backend-parse, auth-source-plstore-search)
5057 (auth-source-plstore-create): Use it.
5058
5059 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
5060
5061 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5062 `gnus-refer-article-methods'.
5063
5064 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
5065
5066 * auth-source.el: Require EPA and EPG.
5067 (auth-source-passphrase-alist): New variable.
5068 (auth-source-passphrase-callback-function)
5069 (auth-source-token-passphrase-callback-function): Callbacks for the
5070 netrc field encryption (GPG tokens).
5071 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5072 Symmetric encryption and decryption of the netrc GPG tokens.
5073 (auth-source-netrc-normalize): Use them, simplifying the closure.
5074
5075 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5076
5077 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5078 non-nil, and `nnimap-split-methods' is nil, use the former.
5079
5080 2011-06-30 Daiki Ueno <ueno@unixuser.org>
5081
5082 * plstore.el (plstore-revert): New function.
5083 (plstore-open): Use it; hide the buffer from user.
5084
5085 2011-06-30 Daiki Ueno <ueno@unixuser.org>
5086
5087 * auth-source.el (auth-source-backend): New member "arg".
5088 (auth-source-backend-parse): Handle new backend 'plstore.
5089 * plstore.el: New file.
5090
5091 2011-06-30 Glenn Morris <rgm@gnu.org>
5092
5093 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5094
5095 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5096
5097 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5098
5099 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5100 expiring articles to.
5101
5102 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5103 variations as ASCII (bug#5458).
5104
5105 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
5106
5107 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5108
5109 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5110
5111 * message.el (message-point-in-header-p): Tweak the function to default
5112 to saying that we're not in the headers if there is no separator at
5113 all. This makes it possible to use the Message version of `M-q' in
5114 buffers with no headers (bug#7987).
5115 (message-point-in-header-p): Fix last checkin to work with an empty
5116 mail-header-separator, too.
5117
5118 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5119 again, save the choice via customize.
5120
5121 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5122
5123 * message.el (message-send-mail-function): Add `sendmail-query-once'.
5124
5125 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5126 ended the connection, bail out before waiting infinitely on a new
5127 connection.
5128
5129 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
5130
5131 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5132 reports.
5133
5134 * gnus.el (gnus-bug-package): Use "gnus."
5135 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5136
5137 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5138
5139 * gnus-art.el (gnus-article-stop-animations): New function to stop any
5140 animations going on at article exit time.
5141
5142 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5143 since removing it breaks people upgrading.
5144
5145 * shr.el (shr-put-image): Use the new interface for animating images.
5146 (shr-put-image): Animate for 60 seconds.
5147
5148 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5149 error with `find-file-hooks' on Emacs 22.
5150 (with-auth-source-epa-overrides): Ugly hack to Wrap the
5151 `find-file-hook' things in `symbol-value' to avoid compilation warnings
5152 on all architectures.
5153
5154 * spam.el (spam-stat): Require in a normal fashion without binding
5155 `spam-stat-install-hooks' to avoid compilation warnings.
5156
5157 * spam-stat.el (spam-stat-install-hooks): Remove.
5158 (spam-stat-install-hooks): Don't run automatically.
5159
5160 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
5161
5162 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5163 and keystroke.
5164
5165 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
5166
5167 * auth-source.el (auth-source-netrc-cache): Move forward.
5168
5169 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5170
5171 * auth-source.el (auth-source-netrc-create): Don't query the bits that
5172 we already know.
5173 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5174 (auth-source-netrc-create): Don't prompt for the stuff we already know.
5175
5176 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5177
5178 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5179 %S format, since that looks odd.
5180 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5181 file, especially when saving.
5182
5183 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
5184
5185 * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
5186 article found.
5187
5188 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
5189
5190 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5191 `auth-source-save-secrets' with a more sensitive alist that can be
5192 configured per file. Experimental, so defaults to 'never.
5193 (auth-source-netrc-create): Use it. Still experimental code.
5194 (with-auth-source-epa-overrides): Use `find-file-hooks' if
5195 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
5196
5197 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
5198
5199 * auth-source.el (auth-source-save-secrets): New variable to control if
5200 secret tokens should be saved encrypted.
5201 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5202 to `auth-source-netrc-normalize'.
5203 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
5204 on the EPA variables being defined.
5205 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5206 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5207 the lexical-let closure.
5208 (auth-source-netrc-create): Create "gpg:" tokens according to
5209 `auth-source-save-secrets'.
5210
5211 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
5212
5213 * gnus-group.el (gnus-group-update-group): Add new argument
5214 `info-unchanged' that stops updating dribble buffer.
5215
5216 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5217 deletes lines matching to it in dribble buffer.
5218
5219 * gnus-agent.el (gnus-agent-fetch-group-1):
5220 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5221 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5222 * gnus-start.el (gnus-group-change-level):
5223 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5224
5225 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5226 if newsgroup info is not changed.
5227
5228 * gnus-group.el (gnus-group-get-new-news-this-group):
5229 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5230 Don't update dribble buffer.
5231
5232 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
5233
5234 * gnus-registry.el (gnus-registry-remove-ignored): New function to
5235 remove entries with groups we ignore.
5236
5237 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5238
5239 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5240 the underline comes at the bottom.
5241
5242 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
5243
5244 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5245 `gnus-registry-user-format-function-M' and declare the latter obsolete.
5246 (gnus-registry-article-marks-to-names): Rename from
5247 `gnus-registry-user-format-function-M2'.
5248
5249 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
5250
5251 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5252 ephemeral group.
5253
5254 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5255
5256 * shr.el (shr-browse-image): Copy the URL if called interactively.
5257
5258 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5259
5260 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5261 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
5262 done, then unselected articles may be marked as read.
5263
5264 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5265 since not doing this seems to lead to a race condition in pop3-logon.
5266
5267 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5268 so that the call chain it correct when we call "upwards".
5269
5270 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5271 in read-only groups.
5272
5273 * gnus-group.el (gnus-group-mark-article-read): Ditto.
5274
5275 * message.el (message-cite-reply-position): Doc string fix.
5276
5277 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5278 avoid regexp overflow.
5279 (nnimap-transform-split-mail): Ditto.
5280
5281 * pop3.el (pop3-retr): Error out if the server closes the connection.
5282
5283 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5284
5285 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5286 mm-with-unibyte-current-buffer. The buffer should not contain any
5287 multibyte chars anyway at this stage.
5288
5289 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5290
5291 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5292 at the end of lines.
5293
5294 2011-05-29 Julien Danjou <julien@danjou.info>
5295
5296 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5297
5298 2011-05-27 Glenn Morris <rgm@gnu.org>
5299
5300 * gnus-group.el (gnus-bug-group-download-format-alist):
5301 Use the "maintainer" version of debian reports as well.
5302
5303 2011-05-26 Glenn Morris <rgm@gnu.org>
5304
5305 * gnus-group.el (gnus-bug-group-download-format-alist):
5306 Use the "maintainer" version of debbugs.gnu.org reports.
5307
5308 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
5309
5310 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5311
5312 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
5313
5314 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5315 the thread moves us backwards and so we loop forever.
5316
5317 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
5318
5319 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5320 whitespace in base64 data lines.
5321
5322 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
5323
5324 * gnus-registry.el (gnus-registry-user-format-function-M):
5325 Use `mapconcat'.
5326 (gnus-registry-user-format-function-M2): Use to see the full text of
5327 the marks. Make "," the mark text separator.
5328
5329 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5330 authentication with auth-source.
5331
5332 2011-05-17 Glenn Morris <rgm@gnu.org>
5333
5334 * gnus-group.el (gnus-import-other-newsrc-file):
5335 Use insert-file-contents.
5336
5337 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
5338
5339 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5340 1000 iterations.
5341
5342 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
5343
5344 * nntp.el (nntp-open-connection): Check if process-type is available.
5345
5346 2011-05-16 Julien Danjou <julien@danjou.info>
5347
5348 * shr.el (shr-tag-del): Add support for del tag.
5349
5350 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
5351
5352 * gnus-html.el (gnus-html-put-image): Register a displayer.
5353
5354 * shr.el (shr-image-displayer): Don't remove text props from alt text.
5355
5356 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
5357
5358 * registry.el (prune-factor): New initialization parameter defaulting
5359 to 0.1.
5360 (registry-prune-hard): Use it.
5361
5362 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5363 0.1 expicitly.
5364
5365 2011-05-13 Glenn Morris <rgm@gnu.org>
5366
5367 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5368 is bound, since this function requires sendmail.
5369
5370 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
5371
5372 * registry.el (registry-usage-test): Disable pruning test.
5373
5374 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
5375
5376 * registry.el (registry-prune-hard-candidates)
5377 (registry-prune-soft-candidates): Helper methods for registry pruning.
5378 (registry-prune): Use them. Make the sort function optional.
5379
5380 2011-05-10 Jim Meyering <meyering@redhat.com>
5381
5382 * shr.el (shr-colorize-region): Fix typo "on on -> on".
5383
5384 2011-05-10 Julien Danjou <julien@danjou.info>
5385
5386 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5387 symbol and not a list.
5388
5389 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
5390
5391 * gnus-art.el (gnus-article-mode): Move binding of
5392 shr-put-image-function here from gnus-article-prepare-display.
5393
5394 * shr.el (shr-put-image-function): New variable.
5395 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5396 (shr-put-image): Return scaled image.
5397
5398 * gnus-art.el (gnus-shr-put-image): New function.
5399 (gnus-article-prepare-display): Bind shr-put-image-function to it.
5400
5401 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5402 original ones, as deletable.
5403
5404 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5405
5406 * nntp.el (nntp-open-connection): Set TCP keepalive option.
5407
5408 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
5409
5410 * registry.el (registry-full): Add convenience method. Fix logic.
5411 (registry-insert): Use it. Fix logic here too.
5412
5413 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5414 `registry-prune' if `registry-full' returns t.
5415 (gnus-registry-handle-action)
5416 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5417 (gnus-registry-usage-test): Use it.
5418
5419 2011-05-07 Julien Danjou <julien@danjou.info>
5420
5421 * shr.el (shr-link): Make shr-link inherit from link by default.
5422
5423 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
5424
5425 * shr.el (shr-urlify, shr-link): Fix shr-link face.
5426
5427 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
5428
5429 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5430 error out because the face is not a list.
5431
5432 2011-05-05 Glenn Morris <rgm@gnu.org>
5433
5434 * gnus-start.el (gnus-propagate-marks): Declare.
5435
5436 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
5437
5438 * registry.el (registry-reindex): Fix percentage message.
5439
5440 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
5441
5442 * shr.el: Add shr-link face for links.
5443 (shr-urlify): Use it.
5444
5445 * registry.el (registry-insert): Make error message more helpful.
5446
5447 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5448
5449 * gnus-html.el (gnus-html-schedule-image-fetching):
5450 Use url-queue-retrieve, if it exists.
5451
5452 * shr.el (shr-tag-img): Ditto.
5453
5454 * gnus.el: Autoload more gnus-agent functions.
5455
5456 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5457 agent if we haven't already (bug#8502).
5458
5459 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5460 into the Agent, too.
5461
5462 * gnus-agent.el (gnus-agent-store-article): New function.
5463
5464 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5465 and moved from that file for reuse.
5466
5467 * pop3.el (pop3-open-server): Error messages are "-ERR".
5468
5469 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5470
5471 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5472 (open-tls-stream): Remove superfluous tls/starttls autoloads.
5473
5474 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5475
5476 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5477 buffer has moved to a different frame.
5478
5479 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5480
5481 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5482 to get the conversion from unibyte to multibyte buffers to work on
5483 Emacs 22.
5484
5485 * nntp.el (nntp-request-article): Slight clean-up.
5486
5487 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5488
5489 * shr.el (shr-strike-through): New face.
5490 (shr-tag-s): Use it to provide <s> support.
5491 (shr-tag-s): Remove duplicate definition.
5492
5493 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
5494
5495 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5496 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5497
5498 2011-04-23 Glenn Morris <rgm@gnu.org>
5499
5500 * gnus-sum.el (gnus-extra-headers): Bump :version.
5501
5502 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5503
5504 * shr.el (shr-tag-sup): New function.
5505 (shr-tag-sub): Ditto.
5506
5507 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
5508
5509 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5510 for the case where `gnus-registry-ignored-groups' is a list of lists,
5511 and don't call `gnus-parameter-registry-ignore' otherwise.
5512
5513 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
5514
5515 * nnimap.el (nnimap-user): New backend variable.
5516 (nnimap-open-connection-1): Use it.
5517 (nnimap-credentials): Accept user parameter so it's explicit what user
5518 name is desired.
5519
5520 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5521 default.
5522
5523 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5524 not gnus-registry.el.
5525
5526 * gnus-registry.el: Mention in comments how to modify
5527 `gnus-extra-headers' for proper recipient tracking and that it may
5528 already have To and Cc recently, which it does as of this commit.
5529 (gnus-registry-ignored-groups): Remove defcustom.
5530 Explain why in comments.
5531 (gnus-registry-action): Fix data-header reference to use the extra
5532 headers. Explain in package commentary how to add To and Cc headers to
5533 the gnus-extra-headers.
5534 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5535 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5536 parameter list or a string list in `gnus-registry-ignored-groups'.
5537 Fix logic error.
5538
5539 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5540
5541 * shr.el (shr-expand-url): Protect against null urls.
5542
5543 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5544
5545 * shr.el (shr-base): New binding.
5546 (shr-tag-base): Keep track of <base>.
5547 (shr-expand-url): New function used throughout.
5548
5549 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
5550
5551 * gnus-registry.el
5552 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5553 (gnus-registry-ignored-groups): New variable.
5554 (gnus-registry-ignore-group-p): Use it.
5555 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5556 set the destination group to nil (same as delete) if it's ignored.
5557
5558 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
5559
5560 * gnus-registry.el (gnus-registry-action)
5561 (gnus-registry-fetch-header-fast):
5562 Don't use mail-header that looks an internal function of mailheader.el.
5563
5564 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
5565
5566 * gnus-registry.el: Eliminate cl functions.
5567 (gnus-registry-sort-addresses): New function that replaces mapcan.
5568 (gnus-registry-action, gnus-registry-spool-action)
5569 (gnus-registry-split-fancy-with-parent)
5570 (gnus-registry-fetch-recipients-fast): Use it.
5571 (gnus-registry-import-eld): Replace delete* with dolist + delq.
5572
5573 * registry.el (initialize-instance, registry-lookup)
5574 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5575 (registry-lookup-secondary-value, registry-search, registry-delete)
5576 (registry-insert, registry-reindex, registry-size, registry-prune):
5577 Use eval-and-compile.
5578
5579 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
5580
5581 * registry.el (registry-reindex): New method to recreate the secondary
5582 registry indices.
5583
5584 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5585 tracked field changes.
5586 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5587 (gnus-registry-action, gnus-registry-spool-action)
5588 (gnus-registry-handle-action)
5589 (gnus-registry--split-fancy-with-parent-internal)
5590 (gnus-registry-split-fancy-with-parent)
5591 (gnus-registry-register-message-ids): Add recipient tracking on spool,
5592 move, and delete actions, and for fancy splitting with parent.
5593 (gnus-registry-extract-addresses)
5594 (gnus-registry-fetch-recipients-fast)
5595 (gnus-registry-fetch-header-fast): Convenience functions.
5596 (gnus-registry-misc-test): ERT test of
5597 `gnus-registry-extract-addresses'.
5598
5599 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
5600
5601 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5602 Track by subject first, then sender.
5603
5604 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
5605
5606 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5607
5608 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5609 Lisp.
5610
5611 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5612 (gnus-draft-send): Use it to avoid popping
5613 up frames from gnus-group-send-queue.
5614
5615 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
5616
5617 * gnus-registry.el: Updated gnus-registry docs.
5618
5619 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
5620
5621 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5622 Fix logic bug.
5623 (gnus-registry-post-process-groups): Fix logging of no results and
5624 quote sender and subject.
5625
5626 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5627
5628 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5629 (gnus-read-active-for-groups): Don't try to finish getting stuff where
5630 we had no early-data returned.
5631 (gnus-get-unread-articles): Add a sanity check so that we don't issue
5632 two async commands to the same server at the same time.
5633
5634 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
5635
5636 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5637
5638 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5639
5640 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5641 "warning" level.
5642
5643 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5644 (mm-url-insert-file-contents): Don't set the package names.
5645
5646 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
5647
5648 * gnus-registry.el (gnus-registry-action): Remove properties and
5649 simplify subject in `gnus-registry-handle-action'.
5650 (gnus-registry-spool-action): Get subject and sender from message if
5651 they are not passed in.
5652 (gnus-registry-handle-action): Remove properties and simplify subject
5653 consistently.
5654
5655 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5656
5657 * registry.el: Require CL before using defmacro*.
5658
5659 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
5660
5661 * gnus-art.el (article-treat-date): Assume that
5662 gnus-article-date-headers may be a group parameter.
5663
5664 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
5665
5666 * gnus-registry.el (gnus-registry-handle-action): More debugging.
5667
5668 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5669 interactively so the newsrc file can contain foreign groups too.
5670 Useful for debugging but not much for users.
5671
5672 2011-04-07 David Engster <dengste@eml.cc>
5673
5674 * registry.el (registry-usage-test): Only do
5675 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5676 lexical binding.
5677
5678 2011-04-06 David Engster <dengste@eml.cc>
5679
5680 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5681 argument NOERROR for `require', since XEmacs 21.4 does not support it.
5682
5683 2011-04-06 David Engster <dengste@eml.cc>
5684
5685 * registry.el (initialize-instance): Change :after to :AFTER to be
5686 compatible with old EIEIO version in XEmacs.
5687
5688 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
5689
5690 * gnus-registry.el (gnus-registry-post-process-groups)
5691 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5692 and provide better messaging.
5693
5694 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
5695
5696 * gnus-registry.el: Don't use ERT if it's not available. Load it
5697 unconditionally anyway, discarding errors.
5698 (gnus-registry-delete-entries): New convenience function.
5699 (gnus-registry-import-eld): Import from old .eld registry.
5700
5701 * registry.el: Don't use ERT if it's not available. Load it
5702 unconditionally anyway, discarding errors.
5703
5704 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5705 version from the Claudio Bley GnuTLS patch (extra optional parameters
5706 and host name).
5707
5708 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
5709
5710 * gnus-registry.el (gnus-registry-fixup-registry): New function to
5711 fixup the parameters that can be customized by the user between
5712 save/read cycles.
5713 (gnus-registry-read): Use it.
5714 (gnus-registry-make-db): Use it.
5715 (gnus-registry-spool-action, gnus-registry-handle-action):
5716 Fix messaging.
5717 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5718 Map references to actual group names with sender and subject tracking.
5719 (gnus-registry-post-process-groups): Use `cond' for better messaging.
5720 (gnus-registry-usage-test): Add subject lookup test.
5721
5722 * registry.el (registry-db, initialize-instance): Set up constructor
5723 instead of :initform arguments for the sake of older Emacsen.
5724 (registry-lookup-breaks-before-lexbind): New method to demonstrate
5725 pre-lexbind merge bug.
5726 (registry-usage-test): Use it.
5727 (initialize-instance, registry-db): Move the non-function initforms
5728 back to the class definition.
5729
5730 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
5731
5732 * registry.el: New library to manage gnus-registry-style data.
5733
5734 * gnus-registry.el: Use it (major rewrite).
5735
5736 * nnregistry.el: Use it.
5737
5738 * spam.el: Use it.
5739
5740 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5741
5742 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5743 marks on non-selected articles.
5744
5745 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
5746
5747 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
5748
5749 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5750 parameter to open-protocol-stream.
5751
5752 2011-04-01 Julien Danjou <julien@danjou.info>
5753
5754 * mm-view.el (mm-display-inline-fontify): Do not fontify with
5755 fundamental-mode.
5756
5757 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5758
5759 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5760 servers.
5761
5762 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5763
5764 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5765 made marks not propagate, again.
5766
5767 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
5768
5769 * proto-stream.el (open-protocol-stream): Bring back `network' type.
5770 Make this the default type.
5771 (proto-stream-open-plain): Rename from proto-stream-open-default.
5772 (open-protocol-stream, proto-stream-open-starttls)
5773 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5774 with `plain'.
5775
5776 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5777 value.
5778
5779 * nntp.el (nntp-open-connection-function): Document the fact that some
5780 values are not functions but are instead handled specially.
5781 Recognize nntp-open-plain-stream value.
5782 (nntp-open-connection): Recognize that value.
5783
5784 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5785
5786 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5787 stuff.
5788
5789 * gnus-score.el (gnus-score-string): Fix calling convention of
5790 `gnus-simplify-buffer-fuzzy' after last patches.
5791
5792 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5793 server for articles we didn't get any headers for. This is a sanity
5794 check.
5795
5796 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
5797
5798 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5799 new CAPABILITY, use it.
5800
5801 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5802
5803 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5804 downloading anything.
5805
5806 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5807
5808 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
5809
5810 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5811 colors.
5812 (gnus-splash-svg-color-symbols): New function.
5813
5814 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5815
5816 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5817 instead of using the global gnus-simplify-subject-fuzzy-regexp.
5818 (gnus-simplify-subject-fuzzy): Use the local
5819 gnus-simplify-subject-fuzzy-regex instead of the global one.
5820 This makes using this variable in group parameters work.
5821
5822 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
5823
5824 * gnus-registry.el (gnus-registry-unfollowed-groups):
5825 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5826 archive:sent-YYYY-MM-DD groups).
5827 (gnus-registry-split-fancy-with-parent): Bail out early in sender
5828 tracking if there are more than `gnus-registry-max-track-groups'
5829 matches.
5830
5831 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5832
5833 * message.el (message--yank-original-internal): New function to do the
5834 insertion cleanly inside eval in `message-yank-original'.
5835 (message-yank-original): Use it.
5836
5837 2011-03-29 Julien Danjou <julien@danjou.info>
5838
5839 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5840 local variables disabled rather than `normal-mode'.
5841
5842 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
5843
5844 * proto-stream.el: Changes preparatory to merging open-protocol-stream
5845 with open-network-stream.
5846 (proto-stream-always-use-starttls): Option removed.
5847 (open-protocol-stream): Return a process object by default. Provide a
5848 new parameter :return-list specifying a list-type return value, which
5849 now has the form (PROP . PLIST) instead of a fixed-length list. Change
5850 :type `network' to `try-starttls', and `network-only' to `default'.
5851 Make `default' the default, for compatibility with open-network-stream.
5852 Handle the no-parameter case exactly as open-network-stream, with no
5853 additional stream processing. Search plists using plist-get.
5854 Explicitly add :end-of-commend parameter if it is missing.
5855 (proto-stream-open-default): Rename from
5856 proto-stream-open-network-only. Return 'default as the type.
5857 (proto-stream-open-starttls): Rename from proto-stream-open-network.
5858 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
5859 failed. Always return a list with a (possibly dead) process as the
5860 first element, for compatibility with open-network-stream.
5861 (proto-stream-open-tls): Use plist-get. Always return a list.
5862 (proto-stream-open-shell): Return `default' as connection type.
5863 (proto-stream-capability-open): Use plist-get.
5864 (proto-stream-eoc): Function deleted.
5865
5866 * nnimap.el (nnimap-stream, nnimap-open-connection)
5867 (nnimap-open-connection-1): Handle renaming of :type parameter for
5868 open-protocol-stream.
5869 (nnimap-open-connection-1): Pass a :return-list parameter
5870 open-protocol-stream to obtain a list return value. Parse this list
5871 using plist-get.
5872
5873 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5874 for open-protocol-stream. Accept open-protocol-stream return value
5875 that is a subprocess object instead of a list. Handle the case of a
5876 dead returned process.
5877
5878 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
5879
5880 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5881
5882 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5883
5884 2011-03-21 Julien Danjou <julien@danjou.info>
5885
5886 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5887 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
5888 query.
5889 (mm-inline-text): Render normal text with fontification whenever
5890 possible.
5891
5892 * gnus-sum.el (gnus-summary-save-parts-1):
5893 * gnus-art.el (gnus-article-browse-html-save-cid-content)
5894 (gnus-article-browse-html-parts, gnus-mime-delete-part)
5895 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5896 Use `mm-handle-filename'.
5897
5898 * mm-util.el (mm-handle-filename): New function, return the filename of
5899 an handle.
5900
5901 2011-03-18 Julien Danjou <julien@danjou.info>
5902
5903 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5904 (gnus-buffer-live-p): Check that buffer is not nil.
5905
5906 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5907
5908 * gnus-art.el: Require mouse, which the build bot seems to say is
5909 needed.
5910
5911 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5912 XEmacs, since it doesn't have url-retrieve-synchronously.
5913
5914 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
5915
5916 * gnus-group.el (gnus-group-list-ticked): New function.
5917 (gnus-group-make-menu-bar): Provide a menu entry for it.
5918 (gnus-group-list-map): Provide a binding for it.
5919
5920 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5921
5922 * shr.el (shr-visit-file): New command.
5923
5924 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5925
5926 2011-03-17 Bjørn Mork <bjorn@mork.no>
5927
5928 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5929 servers.
5930
5931 2011-03-16 Julien Danjou <julien@danjou.info>
5932
5933 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5934 inline.
5935
5936 * gnus-art.el (article-hide-list-identifiers):
5937 Use gnus-group-get-list-identifiers.
5938
5939 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5940 (gnus-summary-remove-list-identifiers):
5941 Use gnus-group-get-list-identifiers to get regexp.
5942 (gnus-select-newsgroup, gnus-summary-insert-subject)
5943 (gnus-summary-insert-articles):
5944 Call gnus-summary-remove-list-identifiers unconditionally.
5945
5946 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5947
5948 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5949 we're selecting a group with unread articles.
5950
5951 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5952
5953 * gssapi.el: New file separated out from imap.el to provide a general
5954 Kerberos 5 connection facility for Emacs.
5955
5956 * message.el (message-elide-ellipsis): Document the format spec
5957 ellipsis.
5958
5959 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
5960
5961 * message.el (message-elide-region): Allow the ellipsis to say how many
5962 lines were removed.
5963
5964 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5965
5966 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5967 window configurations containing buffers that are now dead.
5968
5969 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5970 parsing to avoid integer overflows.
5971 (nnimap-parse-flags): Simplify the last change.
5972 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5973 too large for 32-bit Emacsen.
5974
5975 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5976
5977 * auth-source.el (auth-source-netrc-create):
5978 * message.el (message-yank-original): Fix use of `case'.
5979
5980 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
5981
5982 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5983 XEmacs, which was one character too wide.
5984
5985 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
5986
5987 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5988 default number of articles to display.
5989 (gnus-articles-to-read): Use pretty names for prompt.
5990
5991 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5992
5993 * gnus-int.el (gnus-open-server): Ditto.
5994
5995 * gnus-start.el (gnus-activate-group): Give a backtrace if
5996 debug-on-quit is set and the user hits `C-g'.
5997 (gnus-read-active-file): Ditto.
5998
5999 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6000
6001 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
6002
6003 * message.el (message-yank-original): Use cond instead of CL case.
6004
6005 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6006
6007 * auth-source.el (auth-source-netrc-create): Use usual format for the
6008 default in prompts.
6009
6010 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
6011
6012 * auth-source.el (auth-source-netrc-create): Show the default in the
6013 prompt when prompting for token creation.
6014
6015 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
6016
6017 * auth-source.el (auth-source-format-prompt): Always convert the value
6018 to a string to avoid evaluating non-string arguments.
6019 (auth-source-netrc-create): Offer default properly, not as initial
6020 content in `read-string'.
6021 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6022 of line to determine if we've been run before. If so, don't run again,
6023 but print a trivial message to indicate the cache was hit instead.
6024
6025 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
6026
6027 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6028 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
6029 The user will have to run `gnus-sync-read' manually and wait for Cloudy
6030 Gnus.
6031
6032 2011-03-11 Julien Danjou <julien@danjou.info>
6033
6034 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6035 modified file".
6036
6037 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
6038
6039 * auth-source.el (auth-source-read-char-choice): New function to read a
6040 character choice using `dropdown-list', `read-char-choice', or
6041 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
6042 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
6043 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
6044 (auth-source-netrc-saver): Use it.
6045 (auth-source-pick-first-password): New convenience function.
6046
6047 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
6048
6049 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6050 parameter in the credentials.
6051 (nnimap-open-connection-1): Use it after a successful login.
6052 (nnimap-credentials): Add IMAP-specific user and password prompt.
6053
6054 * auth-source.el (auth-source-search): Add :require parameter, taking a
6055 list. Document it and the :save-function return token. Pass :require
6056 down. Change the CREATED message from a warning to a debug statement.
6057 (auth-source-search-backends): Pass :require down.
6058 (auth-source-netrc-search): Pass :require down.
6059 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6060 Change save prompt to indicate all modifications saved here are
6061 deletions.
6062 (auth-source-netrc-create): Take user login name as default in user
6063 prompt. Move all the save functionality to a lexically bound function
6064 under the :save-function token in the returned list. Set up clearer
6065 default prompts for user, host, port, and secret.
6066 (auth-source-netrc-saver): New function, intended to be wrapped for
6067 :save-function.
6068
6069 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
6070
6071 * Version 23.3 released.
6072
6073 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6074
6075 * shr.el (shr-table-horizontal-line): Change the defaults for the table
6076 lines to be spaces instead.
6077
6078 2011-03-07 Julien Danjou <julien@danjou.info>
6079
6080 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6081 (sieve-sasl-auth): Check that auth-source-search did return something,
6082 or just return an empty string.
6083
6084 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
6085
6086 * gnus.el (gnus-interactive): Use read-directory-name.
6087
6088 * gnus-uu.el (gnus-uu-decode-uu-and-save)
6089 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6090 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6091 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6092 Likewise.
6093
6094 * gnus-group.el (gnus-group-make-directory-group): Likewise.
6095
6096 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6097
6098 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6099 onto the list of killed groups, too. This makes killed nnimap groups,
6100 for instance, more reliably not reappear.
6101
6102 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6103 the parent.
6104
6105 * gnus-sum.el (gnus-update-read-articles): Fix typo.
6106
6107 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6108 really have server-side marks.
6109
6110 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6111 since most backends do not usefully have server-side marks.
6112 (gnus-update-read-articles): Propagate marks to all backends that
6113 really have server-side marks.
6114
6115 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
6116
6117 * message.el (message-cite-reply-position, message-cite-style):
6118 New variables.
6119 (message-yank-original): Use the new citation styles.
6120
6121 2011-03-04 Daiki Ueno <ueno@unixuser.org>
6122
6123 * message.el (message-options): Revert the change that's a workaround
6124 for XEmacs buffer-local issue; don't mark it buffer-local when running
6125 under XEmacs.
6126
6127 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
6128
6129 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6130 numbers too big to be `read'.
6131
6132 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
6133
6134 * message.el (message-options): Make buffer-local two ways to attempt
6135 to fix a XEmacs bug.
6136
6137 2011-03-02 Julien Danjou <julien@danjou.info>
6138
6139 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6140
6141 2011-03-01 Julien Danjou <julien@danjou.info>
6142
6143 * gnus-art.el (list-identifier): Add list-identifier as a parameter
6144 group.
6145 (article-hide-list-identifiers): Use list-identifier group parameter.
6146
6147 2011-02-28 Julien Danjou <julien@danjou.info>
6148
6149 * sieve.el (sieve-buffer-script-name): New local variable to store
6150 sieve script name.
6151 (sieve-edit-script): Store sieve script name.
6152 (sieve-upload): Use sieve script name when uploading.
6153 (sieve-upload): Use substitute-command-keys.
6154 (sieve-edit-script): Use substitute-command-keys.
6155 (sieve-refresh-scriptlist): Use substitute-command-keys.
6156 (sieve-manage-mode-map): Define keymap properly.
6157 (sieve-manage-mode): Do not set mode name manually, change mode-name to
6158 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6159 Remove commented code about cvs.
6160 (sieve-manage-quit): New function.
6161 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6162
6163 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6164
6165 * gnus-group.el (gnus-import-other-newsrc-file): New function.
6166
6167 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
6168
6169 * auth-source.el (auth-source-search): Cache empty result sets.
6170
6171 * auth-source.el (auth-source-save-behavior): New variable to replace
6172 `auth-source-never-create'.
6173 (auth-source-netrc-create): Use it.
6174 (auth-source-never-save): Remove.
6175
6176 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
6177
6178 * nnimap.el (nnimap-stream): Doc fix.
6179 (nnimap-open-connection-1): Reverse the order of the ports to that the
6180 prompted-for port is first.
6181
6182 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6183 retrieval by the no-group selection.
6184
6185 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6186 numerical parameters.
6187
6188 2011-02-25 Julien Danjou <julien@danjou.info>
6189
6190 * gnus-gravatar.el: Use gnus-with-article-buffer.
6191
6192 * gnus-art.el (gnus-with-article-buffer): Check that the
6193 gnus-article-buffer is alive.
6194
6195 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
6196
6197 * auth-source.el (auth-source-creation-prompts): New variable to manage
6198 creation-time prompts.
6199 (auth-source-search): Document it.
6200 (auth-source-format-prompt): Add utility function.
6201 (auth-source-netrc-create): Don't default the user name to
6202 user-login-name. Use `auth-source-creation-prompts' and some default
6203 prompts for user, host, port, and password (the default generic prompt
6204 remains ugly).
6205 (auth-source-never-save): Add customizable option to never save info.
6206 (auth-source-netrc-create): Use it and improve save prompts. Fix help
6207 mode excursion.
6208
6209 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
6210
6211 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6212 argument that XEmacs doesn't support.
6213
6214 2011-02-23 Julien Danjou <julien@danjou.info>
6215
6216 * gnus-art.el (article-make-date-line): Ignore errors if time is
6217 invalid and not convertible.
6218 (article-make-date-line): Only add lapsed time if time is not nil.
6219
6220 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
6221
6222 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6223 `read-char-choice' for backwards compatibility.
6224 (auth-source-netrc-element-or-first): New function to DTRT for
6225 parameter extraction.
6226 (auth-source-netrc-create): Use it and fix multiple parameter print
6227 bug. Use the default passed from above (given-default) or the
6228 built-in (user-login-name for :user).
6229
6230 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
6231
6232 * gnus-start.el (gnus-dribble-read-file):
6233 Set buffer-save-without-query, since we always want to save the dribble
6234 file, probably.
6235
6236 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6237 nnimap.
6238
6239 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6240 -summary- since it's a user-visible variable.
6241
6242 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6243 first time you use the new Gnus.
6244
6245 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
6246
6247 * auth-source.el: Don't load netrc.el.
6248 (auth-sources): Search ~/.netrc as well by default.
6249 (auth-source-debug): Add 'trivia option for extra output.
6250 (auth-source-do-trivia): Use it.
6251 (auth-source-search): Simplify logic to use
6252 `auth-source-search-backends'. Use `auth-source-do-trivia' where
6253 appropriate. Don't keep a running count at this level. Layer :create
6254 and :delete options appropriately on the first and second passes.
6255 Don't track the backend with the search results.
6256 (auth-source-search-backends): New function to search a list of
6257 backends for a processed spec.
6258 (auth-source-netrc-parse): Cache all netrc files, making
6259 auth-source-netrc-cache an alist keyed by the file name and using the
6260 file mtime as the caching criterion. Keep the obfuscated data secret
6261 with a lexical bind.
6262 (auth-source-netrc-search): Don't calculate the length of the results
6263 unnecessarily.
6264 (auth-source-search-backends): Fix bug.
6265 (auth-source-netrc-create): Rework prompts.
6266
6267 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
6268
6269 * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6270 Lower case names of search constraints.
6271 (nnir-run-query): Cache and reuse search constraints for all imap
6272 servers.
6273
6274 2011-02-22 Sam Steingold <sds@gnu.org>
6275
6276 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
6277
6278 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
6279
6280 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6281 after exit.
6282 (gnus-setup-message): Define missing variable from last checkin.
6283
6284 * gnus-sum.el (gnus-summary-show-article): When called with t as the
6285 value, show the raw article.
6286
6287 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
6288
6289 * nnimap.el (nnimap-open-connection-1): Revert last change, since
6290 auth-source now accepts numbers.
6291
6292 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6293 spec, too.
6294 (auth-source-ensure-strings): New function.
6295
6296 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6297 (gnus-article-setup-buffer): Always restart the date timer so that user
6298 changes to the frequency is respected.
6299
6300 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6301 port numbers, so make sure it gets that if nnimap-server-port is
6302 explicit.
6303
6304 2011-02-21 Simon Josefsson <simon@josefsson.org>
6305
6306 * nnimap.el (nnimap-inbox): Doc fix.
6307
6308 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
6309
6310 * shr-color.el (shr-color->hexadecimal): Use renamed function names
6311 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6312 color-lab-to-srgb.
6313
6314 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
6315
6316 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6317 given method as in the group name if we're using an extended method.
6318 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6319 command, if we're using that, instead of waiting for the beginning.
6320
6321 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6322 we're sure to get unique server names, and we don't output two async
6323 commands in the same buffer. This fixes an NNTP hang for some users.
6324
6325 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
6326
6327 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6328 summary buffer before reading going to the next buffer. This avoids
6329 putting the point in the group buffer if you `C-g' the command.
6330
6331 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6332 cache (for now) to make ~/.authinfo.gpg files usable.
6333
6334 * nnfolder.el (copyright-update): Define for the compiler.
6335
6336 * auth-source.el (auth-source-search): Fix unbound variable.
6337
6338 2011-02-19 Glenn Morris <rgm@gnu.org>
6339
6340 * gnus.el (gnus-meta): Doc fix.
6341
6342 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
6343
6344 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6345 in case it's not yet loaded.
6346
6347 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
6348
6349 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6350 line we're waiting for.
6351
6352 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
6353
6354 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6355 face with line-width greater than zero will cause RET in gnus summary
6356 buffer to scroll down article page-wise because auto vscroll happens,
6357 it should be temporally disabled when doing a scroll-up.
6358
6359 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
6360
6361 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6362 outputs from the server.
6363
6364 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
6365
6366 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6367 later so that bbdb can hook in easier.
6368
6369 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
6370
6371 * auth-source.el (auth-source-search): Don't try to create credentials
6372 if the caller doesn't want that.
6373 (auth-source-search): If we don't find a match, don't bug out on
6374 non-bound variables.
6375 (auth-source-search): Only ask a single backend to create the
6376 credentials.
6377
6378 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6379 logging.
6380 (nnimap-credentials): Protect against auth-source-search returning nil.
6381 (nnimap-request-list): Protect against not being able to open the
6382 server.
6383
6384 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
6385
6386 * auth-source.el (auth-source-search): Do a two-phase search, one with
6387 no :create to get the responses from all backends.
6388
6389 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6390 when getting credentials.
6391
6392 * gnus-util.el (gnus-delete-duplicates): New function.
6393
6394 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
6395
6396 * nnimap.el (nnimap-credentials): Instead of picking the first port as
6397 a creation default, pass the whole port list down. It will be
6398 completed.
6399
6400 * auth-source.el (auth-source-search): Update docs to talk about
6401 multiple creation choices.
6402 (auth-source-netrc-create): Accept a list as a value (from the search
6403 parameters) and do completion on that list. Keep a separate netrc line
6404 with the password obscured for showing the user.
6405
6406 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6407 first choice to `auth-source-search' so it will be used for entry
6408 creation instead of the server's Gnus-specific name.
6409 (nnimap-credentials): Rely on the auth-source library to select which
6410 port is actually wanted in the new netrc entry, so don't override
6411 `auth-source-creation-defaults'.
6412
6413 * auth-source.el (auth-source-netrc-parse): Use :port instead of
6414 :protocol and accept a missing user, host, or port as a wildcard match.
6415 (auth-source-debug): Default to off.
6416
6417 (auth-source-netrc-search, auth-source-netrc-create)
6418 (auth-source-secrets-search, auth-source-secrets-create)
6419 (auth-source-user-or-password, auth-source-backend, auth-sources)
6420 (auth-source-backend-parse-parameters, auth-source-search): Use :port
6421 instead of :protocol.
6422
6423 * nnimap.el (nnimap-credentials): Pass a port default to
6424 `auth-source-search' in case an entry needs to be created.
6425 (nnimap-open-connection-1): Use :port instead of :protocol.
6426
6427 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
6428
6429 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
6430 instead of delete-dups that is not available in XEmacs 21.4.
6431
6432 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
6433
6434 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6435 nil means that nnimap doesn't get updated.
6436
6437 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
6438
6439 * auth-source.el (auth-source-netrc-create): Return a synthetic search
6440 result when the user doesn't want to write to the file.
6441 (auth-source-netrc-search): Expect a synthetic result and proceed
6442 accordingly.
6443 (auth-source-cache-expiry): New variable to override
6444 `password-cache-expiry'.
6445 (auth-source-remember): Use it.
6446
6447 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6448 parameter. Create entry if necessary by using :create t.
6449 (nnimap-open-connection-1): Don't pass `inhibit-create'.
6450
6451 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
6452
6453 * auth-source.el (auth-source-debug): Enable by default and don't
6454 mention the obsolete `auth-source-hide-passwords'.
6455 (auth-source-do-warn): New function to debug unconditionally.
6456 (auth-source-do-debug): Use it.
6457 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6458 and for Secrets API entries when the secrets.el library is not
6459 available.
6460
6461 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6462
6463 * gnus-sum.el (gnus-propagate-marks): Default to nil.
6464 (gnus-summary-exit): Kill the correct article buffer on exit from a
6465 `C-d' group.
6466
6467 * gnus-start.el (gnus-use-backend-marks): Remove, since it duplicates
6468 gnus-propagate-marks.
6469
6470 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6471 before killing the buffers so that a non-full window conf gets handled
6472 correctly.
6473 (gnus-summary-exit): Ditto.
6474 (gnus-summary-read-group-1): Ditto.
6475
6476 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6477 async code again so that we can debug it properly.
6478
6479 * message.el (message-reply): Take an optional switch-buffer parameter
6480 so that Gnus window confs are respected better.
6481
6482 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
6483
6484 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6485 `plist-get' to accept non-list parameters (XEmacs issue).
6486 Fix docstring.
6487 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6488 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6489 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6490 Login collection is "Login" and not "login".
6491
6492 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6493
6494 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6495 multiple headers.
6496
6497 * nnimap.el (nnimap-inhibit-logging): New variable.
6498 (nnimap-log-command): Don't log login commands.
6499
6500 * auth-source.el (auth-source-netrc-search): The asserts seem to want
6501 to have more parameters.
6502
6503 * nnimap.el (nnimap-send-command): Mark the command time for each
6504 command, so that we don't get NOOPs stepping on our toes.
6505
6506 * gnus-art.el (article-date-ut): Get the date from the Date header on
6507 `t'.
6508
6509 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
6510
6511 * auth-source.el (auth-source-search): Use copy-sequence instead of
6512 the cl.el copy-list.
6513
6514 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
6515
6516 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6517 Improve prompt.
6518
6519 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
6520
6521 * gnus-art.el (gnus-article-mode-line-format): Remove the article
6522 washing status from the default format. It isn't very informative.
6523
6524 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
6525
6526 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6527 Fix Gcc processing on imap.
6528
6529 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
6530
6531 * message.el (message-bury): Don't pop up a new window when selected
6532 window is dedicated.
6533
6534 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
6535
6536 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6537
6538 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
6539
6540 * sieve-manage.el: Autoload `auth-source-search'.
6541 (sieve-sasl-auth): Use it.
6542
6543 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
6544
6545 * nnimap.el: Autoload `auth-source-forget+'.
6546 (nnimap-open-connection-1): Use it if the connection fails.
6547
6548 * auth-source.el: Require `password-cache'.
6549 (auth-source-hide-passwords, auth-source-cache): Remove and mark
6550 obsolete.
6551 (auth-source-magic): Marker for `password-cache' keys.
6552 (auth-source-do-cache): Update docstring.
6553 (auth-source-search): Use and check cache.
6554 (auth-source-forget-all-cached, auth-source-remember)
6555 (auth-source-recall, auth-source-forget, auth-source-forget+)
6556 (auth-source-specmatchp): Caching support functions.
6557 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6558 Remove and obsolete.
6559 (auth-source-user-or-password): Remove caching to further discourage
6560 using it. Always hide passwords.
6561
6562 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
6563
6564 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6565 code for now, since it doesn't work for all users.
6566
6567 2011-02-09 Julien Danjou <julien@danjou.info>
6568
6569 * message.el (message-options): Make message-options really buffer
6570 local.
6571
6572 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
6573
6574 * mail-source.el: Autoload `auth-source-search'.
6575 (mail-source-keyword-map): Note order matters.
6576 (mail-source-set-1): Get all the mail-source source values and
6577 defaults and search auth-source on those if needed. This can all
6578 probably be simplified.
6579
6580 * nnimap.el: Autoload `auth-source-search'.
6581 (nnimap-credentials): Use it.
6582 (nnimap-open-connection-1): Ask for the virtual server and physical
6583 address in one shot.
6584
6585 * nntp.el: Autoload `auth-source-search'.
6586 (nntp-send-authinfo): Use it. Note TODO.
6587
6588 2011-02-08 Julien Danjou <julien@danjou.info>
6589
6590 * shr.el (shr-tag-body): Add support for text attribute in body
6591 markups.
6592
6593 * message.el (message-options): Make message-options a local variable.
6594
6595 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
6596
6597 * auth-source.el (auth-source-secrets-search)
6598 (auth-source-user-or-password): Use `append' instead of `nconc'.
6599 (auth-source-user-or-password): Build return list better and protect
6600 against nil :secret.
6601
6602 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
6603
6604 * nnimap.el (nnimap-update-info): Refactor slightly.
6605 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6606 (nnimap-update-info): Clean up slightly.
6607 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6608 characters.
6609 (nnimap-process-quirk): Rename function to avoid collision.
6610 (nnimap-update-info): Fix macrology bug-out.
6611 (nnimap-update-info): Simplify split history test.
6612
6613 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
6614
6615 * auth-source.el (top): Require 'eieio unconditionally.
6616 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6617 (auth-source-secrets-search): Limit search when `max' is greater than
6618 number of results.
6619
6620 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6621
6622 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6623 part not returning any data.
6624
6625 * proto-stream.el (open-protocol-stream): Document the return value.
6626
6627 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
6628
6629 * auth-source.el (auth-source-secrets-search): Add examples.
6630
6631 2011-02-06 Julien Danjou <julien@danjou.info>
6632
6633 * message.el (message-setup-1): Handle message-generate-headers-first
6634 set to t.
6635
6636 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
6637
6638 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6639 API with a string "secrets:collection-name" and with 'default.
6640 (auth-source-backend-parse): Parse "secrets:collection-name" and
6641 'default. Recurse on parses instead of repeating code. Use the
6642 Secrets API is the source is not nil and 'ignore otherwise. Emit a
6643 message when ignoring a source.
6644 (auth-source-search): List ignored search keys at the top level.
6645 (auth-source-netrc-create): Use `case' instead of `cond'.
6646 (auth-source-secrets-search): Created with TODOs.
6647 (auth-source-secrets-create): Created with TODOs.
6648 (auth-source-retrieve, auth-source-create, auth-source-delete)
6649 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6650 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6651 (auth-source-user-or-password-sftp)
6652 (auth-source-user-or-password-smtp): Remove.
6653 (auth-source-user-or-password): Deprecated and modified to be a wrapper
6654 around `auth-source-search'. Not tested thoroughly.
6655
6656 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
6657
6658 * auth-source.el: Bring in assoc and eioeio libraries.
6659 (secrets-enabled): New variable to track the status of the Secrets API.
6660 (auth-source-backend): New EIOEIO class to represent a backend.
6661 (auth-source-creation-defaults): New variable to set prompt defaults
6662 during token creation (see the `auth-source-search' docstring for
6663 details).
6664 (auth-sources): Simplify to allow a simple string as a netrc backend
6665 spec.
6666 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6667 (auth-source-backend-parse-parameters): Fill in the backend parameters.
6668 (auth-source-search): Main auth-source API entry point.
6669 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6670 (auth-source-search-collection): Helper function for searching.
6671 (auth-source-netrc-parse, auth-source-netrc-normalize)
6672 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6673 Supports search, create, and delete.
6674 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6675 backend stubs.
6676 (auth-source-user-or-password): Call `auth-source-search' but it's not
6677 ready yet.
6678
6679 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
6680
6681 * message.el (message-setup-1): Remove the read-only stuff, since it
6682 doesn't work under XEmacs, for some reason.
6683
6684 * gnus-sum.el (gnus-user-date): Rename back from
6685 gnus-summary-user-date since user code refers to it.
6686
6687 * shr.el (shr-render-td): Store the actual background color used.
6688
6689 * message.el (message-setup-1): Don't bind the constant
6690 -forbidden-properties.
6691 (message-setup-1): Revert previous change, since it needs to bind the
6692 props to insert them.
6693 (message-resend): Allow removing the read-only separator line.
6694
6695 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6696
6697 * nnimap.el (nnimap-request-accept-article): Give an error message if
6698 the APPEND wasn't successful.
6699
6700 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
6701
6702 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6703 that have no groups.
6704
6705 2011-02-03 Julien Danjou <julien@danjou.info>
6706
6707 * gnus-draft.el: Remove progn around gnus-draft-setup.
6708
6709 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6710
6711 * gnus-start.el (gnus-read-active-for-groups): This function is never
6712 called with a nil `infos', so clean that up.
6713 (gnus-get-unread-articles): Request active files from primary/secondary
6714 methods that have no groups (yet).
6715
6716 2011-02-03 Julien Danjou <julien@danjou.info>
6717
6718 * message.el (message-setup-1): Always generate References first.
6719 (message-mail): Return the return value of message-setup, not always t.
6720 (message-setup-1): Insert mail-header-separator with read-only and
6721 intangible properties set.
6722
6723 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6724 user-date in docstring.
6725
6726 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6727
6728 * gnus.el (gnus-summary-line-format): Mention &user-date format in
6729 docstring.
6730
6731 * gnus.el (gnus-user-date-format-alist): Change default value.
6732 Use defcustom, with type and group. Move from gnus-util.el.
6733 Rename to gnus-summary-user-date-format-alist.
6734
6735 2011-02-03 Glenn Morris <rgm@gnu.org>
6736
6737 * nnimap.el (gnus-fetch-headers): Declare.
6738
6739 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6740
6741 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6742
6743 * message.el (message-forward-make-body-digest-plain)
6744 (message-followup, message-reply): Clean up things noted by Stefan.
6745
6746 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6747 gnus-article-update-date-headers is nil.
6748 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6749 it didn't really work with defcustom.
6750 (article-update-date-lapsed): Make sure the window start doesn't move,
6751 either.
6752
6753 2011-02-01 Julien Danjou <julien@danjou.info>
6754
6755 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6756 format.
6757
6758 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6759 standard in Emacs nowadays.
6760
6761 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
6762
6763 * message.el (message-expand-name): Don't trust the return value of
6764 bbdb-complete-name.
6765 (message-check-news-header-syntax): Remove unused var `start'.
6766 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6767 (message-inhibit-body-encoding): Move to before first use.
6768 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6769 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6770 (Organization, Message-ID, Date, mh-previous-window-config):
6771 Defvar the vars using dynamic scoping.
6772
6773 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
6774
6775 * shr.el (shr-render-td): Only do colors at the final rendering.
6776 Should be slightly faster.
6777 (shr-insert-table): Fix up TD background colors when doing the
6778 vertical padding.
6779
6780 * gnus-art.el (article-date-ut): Protect against articles with no Date
6781 header.
6782 (article-update-date-lapsed): Don't use current-column to find the
6783 horizontal position. It's fragile in the presence of \003 characters.
6784
6785 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6786
6787 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
6788
6789 * gnus-art.el (article-transform-date): Rewrite to still work when
6790 there are several rfc2822 parts.
6791 (article-transform-date): Fix infinite recursion.
6792 (article-date-ut): Replace infinitely many Date headers with a single
6793 one when called interactively.
6794
6795 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6796 secure manner.
6797
6798 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6799 move around by not using save-window-excursion. It seems to work...
6800
6801 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
6802
6803 * gnus-art.el (article-make-date-line): Work for user-defined format.
6804
6805 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
6806
6807 * nntp.el (nntp-retrieve-group-data-early)
6808 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6809 fetching functions.
6810
6811 * gnus-start.el (gnus-read-active-for-groups): Read the active files
6812 thoroughly for all backends that have no known groups. This should
6813 allow new nnml methods to retrieve mail.
6814
6815 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6816 that Gnus doesn't know exists again.
6817
6818 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6819 (gnus-treat-date-ut): Ditto.
6820 (gnus-article-update-date-header): Rename.
6821 (gnus-treat-date-local): Remove.
6822 (gnus-treat-date-english): Remove.
6823 (gnus-treat-date-lapsed): Remove.
6824 (gnus-treat-date-combined-lapsed): Remove.
6825 (gnus-treat-date-original): Remove.
6826 (gnus-treat-date-iso8601): Remove.
6827 (gnus-treat-date-user-defined): Remove.
6828 (gnus-article-date-headers): New variable to control all the date
6829 header options.
6830 (article-date-ut): Rewrite to allow using the new way to format date
6831 headers(s).
6832
6833 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
6834
6835 * nnmail.el (nnmail-article-group): Check for a direct fancy split
6836 method.
6837 (nnmail-article-group): A better test for fanciness.
6838
6839 * nnimap.el (nnimap-request-head): Protect against not finding the
6840 article by Message-ID.
6841
6842 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
6843
6844 * gnus-art.el (article-update-date-lapsed): Try a better way to really
6845 keep point at the "same place".
6846
6847 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
6848
6849 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6850 data if the group is inactive.
6851
6852 2011-01-28 Julien Danjou <julien@danjou.info>
6853
6854 * gnus-win.el: Remove dead function gnus-window-configuration-element.
6855 (gnus-all-windows-visible-p): Remove old compatibility code.
6856 (gnus-window-top-edge): Add docstring.
6857
6858 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6859
6860 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
6861
6862 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6863 older request-update-info.
6864
6865 * gnus-art.el (article-make-date-line): Limit the length a bit more.
6866
6867 2011-01-28 Daiki Ueno <ueno@unixuser.org>
6868
6869 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6870 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6871
6872 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
6873
6874 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6875 groups. This makes the nndraft:queue group pop up if it's not already
6876 there.
6877
6878 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6879 messages" logic, which was reversed.
6880
6881 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6882 the "same place" even if point is on the line being replaced.
6883 (article-update-date-lapsed): Allow updating both the combined lapsed
6884 and the lapsed headers.
6885 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6886 (article-make-date-line): Limit the number of segments dynamically to
6887 avoid too-long lines.
6888
6889 2011-01-27 Julien Danjou <julien@danjou.info>
6890
6891 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6892 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6893
6894 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
6895
6896 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6897 Use plist-get instead of the cl function getf.
6898
6899 2011-01-27 Glenn Morris <rgm@gnu.org>
6900
6901 * gnus-util.el (float-time): Get rid of compiler warning, again.
6902
6903 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
6904
6905 * shr.el (shr-put-color): Special-case background colors: Do put them
6906 at the blank parts at the front of the lines.
6907
6908 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6909 exit hook to nix out all data on readedness on group exit.
6910
6911 * gnus-util.el (float-time): If float-time is bound, always use it on
6912 all Emacsen. It's unclear why the subrp check was there.
6913 (time-date): Require to make some autoload issues on XEmacs go away.
6914
6915 * shr.el (shr-put-color): Don't do the box padding in tables, since
6916 they're already padded.
6917
6918 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
6919
6920 * gnus-art.el (gnus-article-next-page): When the last line of the
6921 article is displayed, scroll down once more instead of going to the
6922 next article at once.
6923 (article-lapsed-string): Refactor out and allow specifying how many
6924 segments you want.
6925 (gnus-article-setup-buffer): Start updating the lapsed header directly.
6926 (gnus-article-update-lapsed-header): New variable.
6927
6928 * shr.el: Revert change that made headings use different-sized faces.
6929 The Emacs display engine isn't advanced enough that, for instance,
6930 tables can comfortably use differently-sized faces.
6931
6932 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
6933
6934 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6935 used.
6936 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6937 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6938 we're using an encrypted connection.
6939
6940 * proto-stream.el: Alter the interface functions to also return the
6941 actual stream type used: network or TLS.
6942
6943 2011-01-25 Julien Danjou <julien@danjou.info>
6944
6945 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6946 (mm-display-javascript-inline): New function.
6947
6948 * mm-decode.el (mm-inline-media-tests): Add application/javascript
6949 viewing function.
6950
6951 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
6952
6953 * shr.el (shr-expand-newlines): Fix variable name.
6954
6955 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
6956
6957 * shr.el (shr-expand-newlines): Make nested boxes work.
6958
6959 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
6960
6961 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6962 backgrounds.
6963 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6964 in a more sensible manner.
6965
6966 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
6967
6968 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6969 if EPG is loaded.
6970
6971 2011-01-24 Julien Danjou <julien@danjou.info>
6972
6973 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6974 tags.
6975
6976 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
6977
6978 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6979 commands.
6980
6981 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6982 in the article buffer.
6983 (gnus-gravatar-insert): Use blank space from the current buffer to
6984 avoid breaking text properties. This makes X-Sent updating work again.
6985
6986 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6987
6988 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
6989
6990 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6991 fix the bug in url-http.el instead.
6992
6993 * shr.el (shr-image-fetched): Ditto.
6994
6995 * shr.el (shr-image-fetched): Avoid having point move in the article
6996 buffer.
6997
6998 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6999 buffer after being called. It's apparently being killed by url.el, and
7000 killing it made point move to end-of-buffer in a random buffer.
7001
7002 * shr.el (shr-image-fetched): Ditto.
7003
7004 2011-01-23 Julien Danjou <julien@danjou.info>
7005
7006 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7007
7008 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7009 text/x-org.
7010
7011 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
7012
7013 * gnus-sum.el (gnus-summary-move-article): Protect against backends
7014 (i.e., nnimap) returning nil as the article number.
7015
7016 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
7017
7018 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7019 "DelSp" parameter in RFC3676.
7020
7021 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
7022
7023 * message.el (message-check-recipients): Display the encoded version of
7024 the bogus address if they differ.
7025
7026 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7027 after sending.
7028
7029 * gnus-agent.el (gnus-agent-send-mail): Ditto.
7030
7031 * gnus-group.el (gnus-group-refresh-group): New convenience function.
7032
7033 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7034 group buffer after sending the queue.
7035
7036 * gnus-agent.el (gnus-agent-send-mail): Ditto.
7037
7038 2011-01-22 Julien Danjou <julien@danjou.info>
7039
7040 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7041
7042 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
7043
7044 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7045 nested related parts.
7046
7047 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7048 unexpired articles. This fixes the regression that led expiry marks to
7049 disappear from nnfolder groups.
7050
7051 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
7052
7053 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7054 Don't confuse the "ret" of "retrograde" with RET.
7055
7056 2011-01-21 Julien Danjou <julien@danjou.info>
7057
7058 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7059 than mm-insert-inline.
7060
7061 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
7062
7063 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7064 Widen article buffer.
7065
7066 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
7067
7068 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7069 the temp buffer.
7070 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7071
7072 2011-01-20 Julien Danjou <julien@danjou.info>
7073
7074 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7075
7076 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7077 than mm-insert-inline to insert inline part: this respect
7078 mm-inline-media-tests displayers.
7079
7080 * mm-view.el (mm-display-shell-script-inline): New function.
7081
7082 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7083
7084 * mm-uu.el (mm-uu-type-alist): Add org block.
7085 (mm-uu-org-src-code-block-extract): New function.
7086
7087 * mm-view.el (mm-display-org-inline): New function.
7088
7089 * mm-decode.el (mm-automatic-display): Add text/org.
7090
7091 * mailcap.el (mailcap-mime-extensions): Add .org.
7092
7093 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
7094
7095 * gnus-art.el (gnus-article-highlight): Remove argument passed to
7096 gnus-article-add-buttons.
7097
7098 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
7099
7100 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7101 From header with a date and "nobody" as the sender.
7102
7103 2011-01-19 Julien Danjou <julien@danjou.info>
7104
7105 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7106 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7107 if you have the same regexp several times.
7108 (gnus-button-push): Fix matching when regexp is symbol.
7109
7110 2011-01-15 Glenn Morris <rgm@gnu.org>
7111
7112 * message.el (message-mail): A compose-mail function should
7113 accept headers as strings.
7114
7115 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
7116
7117 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7118 Add :vert-only tags.
7119 (message-mail): New arg RETURN-ACTION.
7120 (message-return-action): New var.
7121 (message-bury): Use it.
7122 (message-mode): Make it buffer-local.
7123 (message-send-and-exit): Always call message-bury.
7124
7125 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
7126 message-mail.
7127
7128 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7129
7130 * nnimap.el (nnimap-convert-partial-article): Protect against
7131 zero-length body parts.
7132
7133 * mm-decode.el (mm-preferred-alternative-precedence):
7134 Discourage showing empty parts.
7135
7136 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7137 and stuff if the backend didn't return the article number. This fixes
7138 an Exchange-related nnimap bug.
7139
7140 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7141 group window, because it does the wrong thing when a separate frame
7142 displays the group buffer.
7143
7144 * proto-stream.el (open-protocol-stream): Protect against the low-level
7145 transport functions returning nil.
7146
7147 2011-01-07 Daiki Ueno <ueno@unixuser.org>
7148
7149 * mml2015.el (epg-sub-key-fingerprint): Autoload.
7150 (mml2015-epg-find-usable-secret-key): New function.
7151 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7152 mml2015-epg-find-usable-key (Bug#7797).
7153 (mml2015-epg-encrypt): Ditto.
7154
7155 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7156
7157 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7158
7159 2011-01-03 Glenn Morris <rgm@gnu.org>
7160
7161 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7162
7163 * sieve.el (sieve-open-server): Give a more explicit error if
7164 sieve-manage-open returns nil. (Bug#7720)
7165
7166 2011-01-02 Karl Fogel <kfogel@red-bean.com>
7167
7168 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7169
7170 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7171
7172 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7173 This avoids sending passwords in plain text over non-encrypted
7174 channels.
7175
7176 * shr.el (shr-rescale-image): Display all GIF images as animated images.
7177
7178 * nnimap.el (nnimap-login): Refactored out into own function, and
7179 implement CRAM-MD5.
7180 (nnimap-wait-for-line): Refactored out.
7181
7182 * mm-view.el (mml-smime): Require.
7183
7184 2010-12-20 David Engster <deng@eml.cc>
7185
7186 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7187 use EPG to decrypt S/MIME messages instead of openssl.
7188
7189 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7190
7191 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7192
7193 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7194 status is the group clearly is unreachable.
7195
7196 * auth-source.el (auth-source-create): Add the optional second
7197 parameter to `local-variable-p' to be compatible with XEmacs.
7198
7199 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
7200
7201 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7202 work when using a compressed nnml folder.
7203
7204 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7205
7206 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7207 backends after sanitising on entry, because this never makes sense:
7208 If the articles have gone missing, then the data no longer exists on
7209 the backend, and if they haven't, then Gnus is wrong, and shouldn't
7210 overwrite anything anyway.
7211
7212 * shr.el (shr-insert-document): Bind shr-width dynamically to
7213 window-width if it's nil.
7214
7215 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
7216
7217 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7218 with the meaning of using the full emacs window width for rendering.
7219
7220 2010-12-27 Daiki Ueno <ueno@unixuser.org>
7221
7222 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7223 case when sender is not given.
7224
7225 2010-12-23 Julien Danjou <julien@danjou.info>
7226
7227 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7228 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7229 the addresses, otherwise we might misplaced the gravatar.
7230
7231 2010-12-21 Daiki Ueno <ueno@unixuser.org>
7232
7233 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7234 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7235 obsolete in Emacs.
7236
7237 2010-12-20 Julien Danjou <julien@danjou.info>
7238
7239 * gnus-util.el (gnus-rescale-image): Revert last change.
7240
7241 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7242
7243 * gnus-group.el (gnus-group-delete-articles): New command.
7244
7245 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
7246
7247 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7248
7249 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7250
7251 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7252 here, since it's up to the backends to do CRLF removal if their
7253 protocol has it.
7254
7255 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7256
7257 2010-12-17 Julien Danjou <julien@danjou.info>
7258
7259 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7260 they are from file. Can also scale up.
7261
7262 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
7263
7264 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7265 Restore gnus-use-agent.
7266 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7267
7268 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7269
7270 2010-12-17 Julien Danjou <julien@danjou.info>
7271
7272 * gravatar.el (gravatar-retrieve-synchronously): New function.
7273 (gravatar-get-data): Make more robust.
7274
7275 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7276
7277 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7278 to really consider the last line.
7279
7280 2010-12-16 Daiki Ueno <ueno@unixuser.org>
7281
7282 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7283 list of recipient keys, or use symmetric encryption if not a list.
7284 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7285 EPA override, replacing the call to `netrc-store-data'.
7286
7287 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
7288
7289 * gnus-srvr.el: Avoid passing nil regexp argument to
7290 delete-matching-lines.
7291
7292 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7293
7294 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7295 fetching stops when Gnus exits.
7296
7297 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7298 function.
7299 (nnfolder-request-expire-articles): Save all the buffers after doing
7300 expiry.
7301
7302 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7303 the last article", since that led to serious performance regressions
7304 when expiring nnml groups.
7305
7306 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
7307
7308 * nnir.el: Improve customizations.
7309
7310 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7311
7312 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7313
7314 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7315 group has been killed.
7316 (gnus-group-yank-group): Ditto.
7317
7318 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7319
7320 * nnimap.el (nnimap-request-update-group-status): New function.
7321
7322 * gnus-int.el (gnus-request-update-group-status): New interface
7323 function.
7324
7325 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7326 copying read-ness to the backends.
7327
7328 * nnimap.el (nnimap-quirk): New function.
7329 (nnimap-retrieve-group-data-early): Use it.
7330 (nnimap-quirks): New alist.
7331
7332 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
7333
7334 * shr.el (shr-insert): Set shr-start after deleting trailing space;
7335 don't delete it within indentation.
7336
7337 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7338
7339 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7340 previous line.
7341
7342 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7343
7344 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7345 QRESYNC command by deleting a superfluous space which broke Cyrus
7346 servers. This change will break other servers that are buggy the other
7347 way around.
7348
7349 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
7350
7351 * spam.el: Reindent and fix long lines.
7352 (spam-copy-or-move-routine): Exclude invalid move destinations.
7353
7354 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
7355
7356 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7357 installed the registry.
7358
7359 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
7360
7361 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7362 groupname doesn't contain "gmane".
7363
7364 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7365
7366 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7367 (gnus-1): Don't create the nndrafts group twice.
7368 (gnus-setup-news): There's no need to read the active file here, since
7369 that's done again later on a per-backend basis.
7370 (gnus-start-draft-setup): Make sure that the new group is started out
7371 empty.
7372
7373 * gnus-agent.el (gnus-agentize): Don't create the queue group
7374 automatically on startup. It'll be created later, if needed.
7375
7376 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7377 of automatically subscribed groups.
7378 (gnus-auto-subscribed-categories): New variable.
7379 (gnus-matches-options-n): Use it.
7380 (gnus-default-subscribed-newsgroups): Remove unused variable.
7381 (gnus-start-draft-setup): Message a bit less.
7382
7383 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
7384
7385 * nnir.el (nnir-run-imap): Return article list in order of increasing
7386 UID.
7387
7388 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7389
7390 * gnus-sum.el (gnus-summary-enter-digest-group):
7391 Mention gnus-auto-select-on-ephemeral-exit.
7392
7393 * proto-stream.el (proto-stream-open-network-only): Fix the calling
7394 convention of the network-only option.
7395
7396 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7397
7398 * proto-stream.el (proto-stream-open-network-only): New function to
7399 have a way to specify non-STARTTLS upgrade connections.
7400
7401 2010-12-10 Julien Danjou <julien@danjou.info>
7402
7403 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7404 email address is nil.
7405
7406 * message.el (message-bogus-recipient-p): Set address to "" if nil.
7407
7408 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
7409
7410 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7411 deletion.
7412 (nnir-run-imap): Only need to parse list once.
7413
7414 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7415
7416 * shr.el (shr-tag-script): Ignore <script>.
7417 (shr-tag-label): Add <label> support.
7418
7419 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
7420
7421 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7422
7423 * shr.el (shr-image-displayer): Work for images lined side by side.
7424
7425 2010-12-08 Robert Pluim <rpluim@gmail.com>
7426
7427 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7428 parameter, since XEmacs doesn't accept t as a parameter.
7429
7430 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
7431
7432 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7433 ids.
7434 (nnir-run-gmane): Simplify groupspec formatting.
7435 (nnir-request-expire-articles): New function.
7436
7437 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7438
7439 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7440 overflow, possibly.
7441
7442 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7443 (shr-render-td): Handle td style="" better.
7444 (shr-tag-table): Use the color from the style sheet.
7445 (shr-render-td): Make sure we copy over all the overlays, too.
7446
7447 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
7448
7449 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7450 (nnir-request-article): Improve article retrieval.
7451
7452 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
7453
7454 * mm-util.el (mm-extra-numeric-entities): New variable.
7455
7456 * mm-url.el (mm-url-decode-entities):
7457 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7458
7459 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7460
7461 * message.el: Use completion-at-point.
7462 (message-completion-function): New fun, extracted from message-tab.
7463 (message-mode): Use it for completion-at-point-functions.
7464 (message-tab): Use it and completion-at-point.
7465
7466 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
7467
7468 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7469 character if a non-breakable character follows.
7470
7471 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7472
7473 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7474 any stream.
7475
7476 * shr.el (shr-tag-font): Colorize the region.
7477 (shr-tag-body): Ditto.
7478 (shr-tag-font): Actually let the styles be inherited instead of
7479 overwriting them.
7480 (shr-tag-font): Get the background color right.
7481 (shr-tag-style): Ignore all <style> tags for the moment.
7482
7483 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7484 a Message-ID to avoid having nnimap depend on gnus-sum.
7485
7486 * shr.el (shr-descend): Only colorize something if we have a node that
7487 sets colors.
7488
7489 2010-12-06 Julien Danjou <julien@danjou.info>
7490
7491 * shr.el (shr-render-td): Render td content with shr-descend, so style
7492 will be applied to <td> too.
7493 (shr-colorize-region): Colorize region even if we only have a background.
7494 (shr-tag-body): Fix color and background color inheritance.
7495 Do not recolorize after shr-generic.
7496 (shr-tag-font): Let shr-generic colorize via inheritance.
7497
7498 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
7499
7500 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7501
7502 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
7503
7504 * nnir.el (nnir-request-move-article): Remove obsolete code.
7505
7506 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7507
7508 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7509
7510 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7511
7512 * gnus-sum.el (gnus-summary-respool-article): The completion function
7513 expects a list instead of an alist.
7514
7515 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7516 string as the parameter.
7517
7518 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7519
7520 * shr.el (shr-stylesheet): New dynamic variable for cascading the
7521 styles.
7522 (shr-colorize-region): New function.
7523 (shr-insert-background-overlay): Remove.
7524 (shr-render-td): Background setting should be taken care of on a higher
7525 level.
7526 (shr-tag-body): Use post-hoc colorizations.
7527 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7528 (shr-put-color-1): Don't overwrite old colors.
7529 (shr-colorize-region): When the background color isn't explicit, use
7530 a fixed background.
7531
7532 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7533 nnmail variables.
7534
7535 2010-12-05 Bjørn Mork <bjorn@mork.no>
7536
7537 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7538 unless necessary.
7539
7540 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
7541
7542 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7543 server.
7544
7545 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7546
7547 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7548 so that TAB works.
7549
7550 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7551 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7552
7553 * shr.el (shr-urlify): Show the URL before the title to avoid
7554 misleading URLs.
7555
7556 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
7557
7558 * shr.el (shr-urlify): Display the title in <a> tags.
7559
7560 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
7561
7562 * nnir.el (nnir-categorize): Replace mapcar with mapc.
7563
7564 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
7565
7566 * nnir.el: Rearrange code to allow macros to be autoloaded by
7567 gnus-sum.el.
7568 (nnir-retrieve-headers-override-function): Make this variable
7569 customizable.
7570 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7571
7572 * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
7573 from nnir.el.
7574
7575 2010-12-03 Julien Danjou <julien@danjou.info>
7576
7577 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7578
7579 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7580
7581 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7582 allow optional argument `environment'.
7583
7584 2010-12-03 Glenn Morris <rgm@gnu.org>
7585
7586 * mm-extern.el (message-goto-body): Update declaration.
7587
7588 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7589
7590 * gnus-util.el (gnus-macroexpand-all): New function.
7591
7592 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7593 instead of macroexpand-all that is unavailable in XEmacs.
7594
7595 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
7596
7597 * nnir.el (nnir-summary-line-format): New variable.
7598 (nnir-mode): Use it.
7599 (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
7600 (nnir-article-ids): Reimplement as defsubst.
7601 (nnir-retrieve-headers): Don't mangle the subject header.
7602 (nnir-run-imap): Use 100 as RSV score.
7603 (nnir-run-find-grep): Fix for full server searching.
7604 (nnir-run-gmane): Better restriction to gmane groups.
7605
7606 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7607 summary buffers.
7608
7609 2010-12-02 Julien Danjou <julien@danjou.info>
7610
7611 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7612
7613 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7614
7615 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7616 support.
7617
7618 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
7619
7620 * nnir.el: Update to handle the registry better.
7621 (autoload): Silence byte-compiler.
7622 (nnir-open-server): Add a hook for nnir groups.
7623 (nnir-request-move-article): Don't mangle the header. Better to use
7624 formatting variables (which will be added in the future).
7625 (nnir-registry-action): Update the registry using the original article
7626 group name.
7627 (nnir-mode): Install nnir-specific hooks for updating the registry.
7628
7629 * gnus-sum.el
7630 (gnus-article-original-subject, gnus-newsgroup-original-name):
7631 Remove obsolete variables.
7632 (gnus-summary-move-article): Remove use of obsolete variables.
7633 (gnus-summary-local-variables): Make move and delete hooks local to
7634 summary buffers.
7635
7636 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7637
7638 * rtree.el: New file.
7639
7640 2010-12-01 Julien Danjou <julien@danjou.info>
7641
7642 * message.el (message-user-organization): Do not use
7643 gnus-local-organization.
7644
7645 * gnus.el: Remove gnus-local-organization.
7646
7647 * gnus-msg.el: Remove nastygram thing.
7648
7649 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
7650
7651 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7652 funcall.
7653
7654 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
7655
7656 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7657 names.
7658
7659 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7660 characters.
7661
7662 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7663 to t of inhibit-read-only since it is inside gnus-with-article-headers.
7664 Suggested by Štěpán Němec <stepnem@gmail.com>.
7665 (gnus-gravatar-transform-address): Use mail-extract-address-components
7666 that supports non-ASCII names rather than mail-header-parse-addresses.
7667
7668 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7669
7670 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
7671 handled by the network handler.
7672
7673 2010-11-30 Julien Danjou <julien@danjou.info>
7674
7675 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7676 (nnimap-open-connection-1): Fix PREAUTH.
7677
7678 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7679
7680 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7681
7682 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7683 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7684 (shr-insert): Use them.
7685 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7686
7687 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
7688
7689 * nnir.el (nnir-request-move-article): Bail out if original group
7690 doesn't support article moves.
7691 (nnir-get-active): Improve active list retrieval.
7692
7693 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7694
7695 * shr.el (shr-find-fill-point): Don't break before apostrophes.
7696
7697 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
7698
7699 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7700 seem to accept strings-with-numbers as port numbers.
7701
7702 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
7703
7704 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7705 change the registry.
7706
7707 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7708
7709 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7710 delete-dups that is not available in XEmacs 21.4.
7711
7712 * mm-util.el (mm-delete-duplicates): Add comment.
7713
7714 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
7715
7716 * nnir.el (nnir-ignored-newsgroups): New variable.
7717 (nnir-get-active): Use it.
7718
7719 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7720
7721 * proto-stream.el (proto-stream-open-network): Add some comments.
7722
7723 * nntp.el (nntp-open-connection): Provide a :success condition.
7724
7725 * nnimap.el (nnimap-open-connection-1): Ditto.
7726
7727 * proto-stream.el (proto-stream-open-network): See what the response to
7728 the STARTTLS command is.
7729
7730 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7731 backwards compatibility).
7732 (nnimap-open-connection-1): Really respect nnimap-server-port.
7733
7734 * proto-stream.el (proto-stream-open-network): When doing opportunistic
7735 TLS upgrades we don't really care about the identity of the peer.
7736 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7737 that what we've checked for.
7738 (proto-stream-always-use-starttls): Only default to t if
7739 open-gnutls-stream exists.
7740 (proto-stream-open-network): If STARTTLS failed, then just open a
7741 normal connection.
7742 (proto-stream-open-network): Wait until the greeting before doing
7743 STARTTLS.
7744
7745 * nntp.el (nntp-open-connection): Report what the connection error is.
7746
7747 * proto-stream.el (open-protocol-stream): Rename from
7748 open-proto-stream.
7749
7750 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7751
7752 * nnimap.el (nnimap-stream): Change default to `undecided'.
7753 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7754 first, and then network.
7755 (nnimap-open-connection-1): Respect nnimap-server-port.
7756 (nnimap-open-connection): Be more backwards-compatible.
7757
7758 * proto-stream.el (proto-stream-always-use-starttls): New variable.
7759 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
7760 (proto-stream-open-starttls): Folded back into the main function.
7761 (proto-stream-open-network): Fix typo in the GnuTLS path.
7762 (proto-stream-command): Refactor out.
7763
7764 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7765
7766 * proto-stream.el (proto-stream-open-starttls): Actually implement the
7767 starttls.el STARTTLS.
7768
7769 * color.el (color-lab->srgb): Fix function call name.
7770
7771 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7772 if we're using tls.el.
7773 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
7774 built in, then don't try to establish a STARTTLS connection.
7775
7776 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7777 servers.
7778
7779 * proto-stream.el (open-proto-stream): Use network, not stream.
7780 (open-proto-stream): Add a way to specify what the end of a command is.
7781
7782 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7783 connections types.
7784 (nntp-open-network-stream): Remove.
7785 (nntp-open-ssl-stream): Remove.
7786 (nntp-open-tls-stream): Remove.
7787 (nntp-ssl-program): Remove.
7788
7789 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7790
7791 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
7792
7793 * nnir.el: Fix typos.
7794 (nnir-retrieve-headers-override-function): Rename variable to reflect
7795 new semantics.
7796 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7797 macros.
7798 (nnir-request-article, nnir-request-move-article): Use them.
7799 (nnir-categorize): New function.
7800 (nnir-run-query): Use it.
7801 (nnir-retrieve-headers): Rewrite to batch header retrieval.
7802 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7803 sorted.
7804 (nnir-group-full-name): Use gnus-group-full-name instead.
7805 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7806 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7807
7808 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7809
7810 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7811
7812 * proto-stream.el: New library to provide protocol-specific
7813 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7814 protocols.
7815 (open-proto-stream): Complete the documentation.
7816 (proto-stream-open-network): Fix some typos.
7817
7818 * nnimap.el (nnimap-open-connection): Use it.
7819
7820 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
7821
7822 * pop3.el (pop3-open-server): Read server greeting before starting TLS
7823 negotiation.
7824
7825 2010-11-26 Julien Danjou <julien@danjou.info>
7826
7827 * color.el: Rename various rgb functions to srgb.
7828
7829 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7830
7831 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7832 names.
7833
7834 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
7835
7836 * shr.el (shr-insert): Revert last change.
7837 (shr-find-fill-point): Never leave point being at bol;
7838 relax the kinsoku limitation when rendering tables.
7839
7840 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7841
7842 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7843 results from -accept-article.
7844
7845 * shr-color.el: Require cl when compiling.
7846
7847 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7848 checkin.
7849
7850 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7851
7852 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7853
7854 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7855 'add and 'delete to set backend marks.
7856
7857 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7858
7859 * nnheader.el (nnheader-update-marks-actions): Refactor out.
7860
7861 * nntp.el (nntp-request-set-mark): Use it.
7862
7863 * nnfolder.el (nnfolder-request-set-mark): Ditto.
7864
7865 * nnml.el (nnml-request-set-mark): Ditto.
7866
7867 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7868 introduces regressions in article selection.
7869 (nnimap-find-uid-response): New function.
7870 (nnimap-request-accept-article): Use the UID returned, if any.
7871 (nnimap-request-move-article): Use the UID returned, if any.
7872 (nnimap-get-groups): Reimplement to work with folded lines.
7873 (nnimap-find-uid-response): The UID is the last element in the list.
7874 (nnimap-request-set-mark): Extend syntax with 'set.
7875
7876 * nnml.el (nnml-request-set-mark): Ditto.
7877
7878 * nnfolder.el (nnfolder-request-set-mark): Ditto.
7879
7880 * nntp.el (nntp-request-set-mark): Ditto.
7881
7882 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7883
7884 * message.el (message-called-interactively-p): A temporary macro.
7885 (message-goto-body): Use it temporarily.
7886
7887 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7888
7889 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7890 (nnimap-last-response-string): Unfold quoted lines, if they exist.
7891 (nnimap-last-response-string): Fix last unfolding fix.
7892
7893 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7894
7895 * shr.el (shr-insert): Fix the way to fold lines.
7896
7897 2010-11-25 Julien Danjou <julien@danjou.info>
7898
7899 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7900
7901 * color.el: Rename from color-lab.el
7902 (color-rgb->hex): Add.
7903 (color-complement): Add.
7904 (color-complement-hex): Add.
7905
7906 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7907
7908 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7909
7910 * shr-color.el (shr-color-visible): Don't bug out if the color names
7911 don't exist.
7912
7913 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7914
7915 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7916 assuming that article displaying or another mml-preview may be
7917 interrupted for an error or for the like.
7918
7919 * shr.el (shr-get-background): Fix argument name.
7920
7921 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7922
7923 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7924
7925 * gnus-sum.el (gnus-summary-include-articles): New function.
7926
7927 * message.el (message-goto-body): called-interactively-p needs a
7928 parameter, so use `any'.
7929
7930 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7931 clear marks before moving, since they're synced from the Gnus side
7932 first.
7933
7934 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7935 (gnus-summary-move-article): Copy over all marks before moving, so that
7936 IMAP doesn't think a new article has arrived.
7937
7938 2010-11-24 Julien Danjou <julien@danjou.info>
7939
7940 * shr.el (shr-insert-background-overlay): Fix typo.
7941 (shr-render-td): Copy the background before rendering.
7942
7943 * shr-color.el (shr-color-visible): Fix docstring.
7944
7945 * shr.el (shr-tag-table): Add bgcolor support.
7946 (shr-render-td): Add bgcolor support.
7947 (shr-get-background): Add.
7948 (shr-insert-foreground-overlay): Use shr-get-background.
7949
7950 * message.el (message-goto-body): Use called-interactively-p.
7951 (message-in-body-p): message-goto-body returns point.
7952
7953 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7954
7955 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
7956 Fixes something or other in Emacs 23, and is backwards compatible.
7957
7958 * message.el (message-goto-body): Remove the <#secure special-casing,
7959 which is too special.
7960
7961 * shr.el (shr-parse-style): Drop !important from styles.
7962
7963 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
7964
7965 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7966 this function to return incorrect results when calling it with an
7967 explicit article argument different from
7968 (gnus-summary-article-number).
7969
7970 2010-11-24 Julien Danjou <julien@danjou.info>
7971
7972 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7973 (shr-tag-body): Add background support.
7974 (shr-descend): Add background support.
7975 (shr-tag-title): Add.
7976
7977 * shr-color.el (shr-color-visible): Really return original background
7978 if fixed.
7979
7980 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7981
7982 * shr.el (shr-color-check): Protect against non-existent color names.
7983
7984 2010-11-24 Julien Danjou <julien@danjou.info>
7985
7986 * color-lab.el: Require 'cl when compiling.
7987
7988 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7989
7990 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7991 matched part.
7992
7993 * color-lab.el: Fix all expt calls to use float type.
7994
7995 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
7996
7997 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7998 expression to shr-color-check as is.
7999
8000 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8001
8002 * color-lab.el: Add coding cookie.
8003 (float-pi): Use eval-and-compile.
8004
8005 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8006
8007 * shr.el (shr-insert-color-overlay): Split stuff like
8008 "#444444 !important" to find the real color.
8009 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8010 parse <font color="red"> entries.
8011
8012 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
8013
8014 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
8015 point when parsing headers.
8016
8017 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
8018 is positioned properly when parsing headers.
8019
8020 2010-11-23 Julien Danjou <julien@danjou.info>
8021
8022 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8023
8024 * shr-color.el (shr-color->hexadecimal): Add support for color names.
8025
8026 * shr.el (shr-parse-style): Replace \n with space in style parsing.
8027
8028 * shr-color.el (shr-color-hsl-to-rgb-fractions):
8029 Use shr-color-hue-to-rgb.
8030 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8031
8032 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8033
8034 * shr.el (shr-color->hexadecimal): Autoload.
8035 (shr-descend): Add color to all tags.
8036
8037 2010-11-22 Julien Danjou <julien@danjou.info>
8038
8039 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8040 shr-color->hexadecimal.
8041
8042 * shr-color.el (shr-color->hexadecimal): Add converting functions for
8043 RGB() or HSL() color representation.
8044
8045 * shr.el (shr-tag-font): Add.
8046 (shr-tag-color-check): New function to get better colors.
8047 (shr-tag-insert-color-overlay): Factorize code between tag-font and
8048 tag-span.
8049
8050 * shr-color.el: New file.
8051
8052 * color-lab.el: New file.
8053
8054 * gnus-art.el (gnus-url-mailto): Do not downcase args.
8055
8056 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
8057
8058 * nnir.el: Fix typo in comments.
8059 (nnir-run-imap): Simplify code. No need to reverse artlist.
8060 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8061
8062 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8063
8064 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8065
8066 * nnimap.el (nnimap-get-capabilities): Refactor out.
8067 (nnimap-open-connection): Re-request capabilities after STARTTLS.
8068
8069 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
8070
8071 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8072 appearing when `mm-uu-hide-markers' is nil.
8073
8074 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8075
8076 * nnimap.el (nnimap-unselect-group): Make into its own function.
8077 (nnimap-request-rename-group): Unselect group before renaming.
8078 This had gotten lost somewhere.
8079 (nnimap-request-accept-article): Keep track of examined groups, and
8080 unselect the group before APPENDing to read-only groups.
8081 (nnimap-request-move-article): Clear flags before moving so that they
8082 can be re-set later.
8083
8084 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
8085
8086 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8087 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8088
8089 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
8090
8091 * gnus-art.el (gnus-mime-display-single):
8092 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8093 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8094 parameter.
8095
8096 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8097
8098 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8099 (shr-table-vertical-line): New variable.
8100 (shr-insert-table): Use it.
8101
8102 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
8103
8104 * gnus-html.el (gnus-html-wash-images): Don't display images if
8105 gnus-inhibit-images is non-nil; register displayer for cid images.
8106 (gnus-html-display-image): Work for cid image.
8107 (gnus-html-insert-image): Allow arguments.
8108 (gnus-html-put-image): Inhibit read-only.
8109 (gnus-html-prefetch-images): Don't prefetch images if
8110 gnus-inhibit-images is non-nil.
8111
8112 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8113
8114 * shr.el (shr-put-image): Break lines when inserting big pictures.
8115
8116 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
8117
8118 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8119 sender, thanks Katsumi Yamaoka.
8120
8121 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
8122
8123 * nnir.el (nnir-run-imap): Reverse the article list for each group
8124 rather than the whole list.
8125
8126 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
8127
8128 * shr.el (shr-image-displayer): Protect function against non-existent
8129 image source.
8130
8131 * gnus-art.el (gnus-inhibit-images): New user option.
8132 (gnus-mime-display-single): Don't display image if it is non-nil.
8133
8134 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8135 gnus-inhibit-images.
8136
8137 * shr.el (shr-image-displayer): New function.
8138 (shr-tag-img): Use it.
8139
8140 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
8141
8142 * mml2015.el (mml2015-epg-sign): Use From header.
8143
8144 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8145
8146 * gnus-html.el (gnus-html-wash-images): Register a displayer.
8147
8148 * gnus-util.el (gnus-find-text-property-region): Return markers.
8149
8150 * shr.el (shr-tag-img): Put a displayer in the text property.
8151
8152 * gnus-util.el (gnus-find-text-property-region): New utility function.
8153
8154 * gnus-html.el (gnus-html-display-image): Make the alt optional.
8155 (gnus-html-show-images): Remove.
8156
8157 * gnus-art.el (gnus-article-show-images): New, more general function.
8158
8159 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8160 image url text properties.
8161
8162 * shr.el: Ditto.
8163
8164 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8165 gnus-agent-auto-agentize-methods is set. Which it isn't.
8166
8167 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
8168
8169 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8170 work for two or more articles.
8171
8172 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
8173
8174 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8175 divide an image that's in an html article to two or more when washing
8176 non-ASCII characters in alt text of it.
8177
8178 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
8179
8180 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8181 smime-decrypt-region using function argument.
8182 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8183
8184 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8185
8186 * smime.el (smime-decrypt-region): Catch it.
8187
8188 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8189
8190 * smime.el (smime-mode-map): Move initialization into declaration.
8191 (gnus-run-mode-hooks): Don't autoload.
8192 (smime-mode): Use define-derived-mode.
8193
8194 2010-11-11 Glenn Morris <rgm@gnu.org>
8195
8196 * smime.el (from): Restrict declaration to XEmacs.
8197
8198 * nnir.el (gnus-group-topic-name): Autoload.
8199
8200 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
8201
8202 * shr.el (shr-insert): Don't break long line if it is because of
8203 kinsoku-bol characters in the line end.
8204
8205 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
8206
8207 * nnir.el (nnir-request-move-article): Fix to provide original group
8208 and subject.
8209 (nnir-warp-to-article): Don't fail on articles whose headers haven't
8210 been retrieved.
8211
8212 * gnus-sum.el (gnus-summary-move-article): Use original group and
8213 subject for virtual articles such as those in an nnir summary buffer.
8214
8215 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
8216
8217 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8218 least 21.5).
8219
8220 * smime.el (from): Declare it again for XEmacs.
8221
8222 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8223
8224 * message.el (message-resend): Don't disable encoding unless it's
8225 already encoded.
8226
8227 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8228 low-numbered articles.
8229
8230 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8231
8232 * rfc2047.el (rfc2047-syntax-table): Simplify.
8233
8234 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8235 set-char-table-range for XEmacs.
8236
8237 2010-11-10 Glenn Morris <rgm@gnu.org>
8238
8239 * smime.el (from): Remove unused declaration.
8240
8241 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8242 (gnus-float-time): On Emacs, always an alias.
8243
8244 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8245 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8246
8247 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8248
8249 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8250
8251 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8252
8253 * shr.el (browse-url-mailto): Autoload.
8254
8255 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8256
8257 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8258 regexp doesn't need quoting.
8259
8260 2010-11-09 Sven Joachim <svenjoac@gmx.de>
8261
8262 * message.el (message-subject-trailing-was-ask-regexp)
8263 (message-subject-trailing-was-regexp): Match was: in addition to was.
8264
8265 2010-11-09 Glenn Morris <rgm@gnu.org>
8266
8267 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8268 (nnbabyl-check-mbox): Use point-at-bol.
8269
8270 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8271
8272 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8273
8274 * message.el (message-mailto): New function.
8275 (message-mailto): Should accept other parameters.
8276 (message-mailto): Remove since it duplicates browse-url-mailto
8277 functionality.
8278
8279 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8280
8281 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8282 methods.
8283 (gnus-read-active-file): Ditto.
8284
8285 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8286 ": " from the prompt.
8287 (gnus-group-make-group): Ditto.
8288
8289 2010-11-07 Glenn Morris <rgm@gnu.org>
8290
8291 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8292 (gnus-bookmark-kill-line): Use point-at-eol.
8293
8294 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
8295
8296 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8297 asterisks in From header.
8298
8299 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8300
8301 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8302 string to avoid making the From headers syntactically invalid.
8303
8304 * message.el (message-send-mail): Don't insert courtesy messages if the
8305 message already has List-Post and List-ID messages.
8306
8307 2010-11-06 Glenn Morris <rgm@gnu.org>
8308
8309 * gnus-art.el (gnus-treat-article): Give dynamic local variables
8310 `condition', `type', `length' a prefix.
8311 (gnus-treat-predicate): Update for above name changes.
8312
8313 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
8314
8315 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8316 binding. Handled by `gnus-summary-refer-thread' instead.
8317 (nnir-warp-to-article): New backend function.
8318
8319 * nnimap.el (nnimap-request-thread): Force dependency updating.
8320
8321 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8322 (gnus-summary-refer-thread): Rework to improve thread-referral.
8323
8324 * gnus-int.el (gnus-warp-to-article): New function.
8325
8326 * gnus-sum.el (gnus-summary-article-map): Bind it.
8327
8328 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
8329
8330 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8331 gnus-summary-refer-thread.
8332
8333 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8334 headers.
8335 (gnus-summary-limit-include-thread): Prevent articles in thread from
8336 being cut in gnus-cut-threads.
8337 (gnus-summary-refer-thread): Limit retrieved headers to those in
8338 thread.
8339
8340 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8341
8342 * message.el (message-send-mail): Use the value of
8343 message-courtesy-message from the message buffer.
8344
8345 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8346
8347 * shr.el (shr-browse-url): Implement mailto: URLs.
8348
8349 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8350 "raw".
8351
8352 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8353 if it's already selected.
8354
8355 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8356
8357 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
8358
8359 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8360 to measure the length and truncate alt text.
8361
8362 2010-11-03 Glenn Morris <rgm@gnu.org>
8363
8364 * nndiary.el (nndiary-generate-nov-databases-1)
8365 (nndiary-generate-active-info): Rename dynamic variable `files' to
8366 something less generic.
8367
8368 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
8369
8370 * nnir.el (nnir-request-move-article): Call the underlying backend to
8371 move articles from nnir.
8372
8373 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8374
8375 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8376
8377 2010-11-02 Julien Danjou <julien@danjou.info>
8378
8379 * nnir.el: Remove wais support.
8380
8381 2010-11-02 Glenn Morris <rgm@gnu.org>
8382
8383 * gnus-html.el: Reorder requirements to quieten compiler.
8384
8385 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8386
8387 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8388 properly for XEmacs as well.
8389 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8390 (gnus-article-natural-long-line-p): Use window-width rather than
8391 frame-width.
8392
8393 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
8394
8395 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
8396 (nnir-read-parms): Don't modify query.
8397 (nnir-run-query): Add ability to search topic on current line.
8398 (nnir-get-active): Clean up.
8399
8400 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8401
8402 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8403 degenerate articles.
8404
8405 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8406 (gnus-print-buffer): Just print the buffer as is, without any copying
8407 to a buffer and then re-highlighting.
8408
8409 * nnimap.el (nnimap-request-group): Store the new updated info.
8410 (nnimap-request-group): Select the group when we don't know whether it
8411 exists or not.
8412
8413 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8414 groups.
8415
8416 * gnus-group.el (gnus-group-find-new-groups): Display all the new
8417 groups.
8418
8419 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8420 groups.
8421
8422 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8423 long-lines case by only filling the long lines.
8424
8425 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8426 (bug#7311).
8427
8428 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8429
8430 * shr.el: No need to declare `declare-function' since shr.el is for
8431 only Emacsen that provide `libxml-parse-html-region'.
8432
8433 2010-11-01 Glenn Morris <rgm@gnu.org>
8434
8435 * mm-util.el (gnus-completing-read): Autoload.
8436 (mm-read-coding-system): Simplify Emacs definition.
8437
8438 * nnmail.el (gnus-activate-group):
8439 * nnimap.el (gnutls-negotiate):
8440 * nntp.el (netrc-parse): Fix declarations.
8441
8442 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8443
8444 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8445 string-match-p in Emacs >=23.
8446
8447 * gnus-msg.el (gnus-configure-posting-styles):
8448 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8449
8450 2010-11-01 Glenn Morris <rgm@gnu.org>
8451
8452 * nnir.el (declare-function): Add compat stub.
8453 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8454 (nnir-run-gmane): Require 'mm-url.
8455
8456 * mm-util.el (mm-string-to-multibyte): Simplify.
8457
8458 * shr.el (declare-function): Add compat stub.
8459 (url-cache-create-filename): Declare.
8460 (mm-disable-multibyte, widget-convert-button): Autoload.
8461
8462 * smime.el (ldap-search): Declare.
8463 (smime-cert-by-ldap-1): Require ldap on Emacs.
8464
8465 * nnimap.el: Require nnmail, and gnus-sum when compiling.
8466 (nnimap-keepalive): Use gnus-float-time.
8467
8468 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8469 (mail-source-delete-crash-box): Use gnus-float-time.
8470
8471 * gnus-dired.el (gnus-completing-read): Autoload.
8472
8473 * mm-view.el (gnus-rescale-image): Autoload.
8474
8475 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8476
8477 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8478
8479 * sieve-manage.el: Require 'cl when compiling.
8480
8481 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8482 (gnus-iswitchb-completing-read): Require iswitchb.
8483 (gnus-select-frame-set-input-focus): Silence compiler.
8484
8485 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8486
8487 * message.el (message-subject-trailing-was-query): Change default to t,
8488 since I think that's what most people want.
8489
8490 * nnimap.el (nnimap-request-accept-article): Erase buffer before
8491 appending for easier debugging.
8492 (nnimap-wait-for-connection): Take a regexp.
8493 (nnimap-request-accept-article): Wait for the continuation line before
8494 sending anything unless we're streaming.
8495
8496 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8497 leave the header washing to take place.
8498
8499 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
8500
8501 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8502 regular expression match and replace in posting styles.
8503
8504 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
8505
8506 * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
8507 an entire server.
8508 (nnir-get-active): New function.
8509 (nnir-run-imap): Use it.
8510 (nnir-run-gmane): Who knew, gmane search returns an article score!
8511
8512 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8513 server on the current line with nnir.
8514
8515 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8516
8517 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8518 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8519 left edge.
8520 (gnus-article-foldable-buffer): Skip past the prefix when determining
8521 raggedness.
8522
8523 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8524 the raw article, and change `C-u g' to show the article without doing
8525 treatments.
8526
8527 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8528 on to `gnus-treat-article'.
8529 (gnus-inhibit-article-treatments): New variable.
8530
8531 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8532
8533 * gnus-art.el (gnus-treatment-function-alist): Have
8534 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8535 (gnus-treat-fill-long-lines): Change default to fill all text/plain
8536 sections.
8537
8538 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8539 parameter.
8540 (gnus-article-fill-cited-long-lines): New function.
8541 (gnus-article-fill-cited-article): Allow filling only long sections.
8542
8543 * shr.el (shr-find-fill-point): Don't break lines between punctuation
8544 and non-punctuation (like after the apostrophe in "'We").
8545
8546 * gnus-sum.el (gnus-summary-select-article): Make sure
8547 gnus-original-article-buffer is alive.
8548
8549 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8550 reflect the order they are in the digest.
8551
8552 * gnus.el (gnus-group-startup-message): Move point to the start of the
8553 buffer.
8554
8555 * nnimap.el (nnimap-capability): New function.
8556 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8557 is set.
8558
8559 2010-10-31 David Engster <dengste@eml.cc>
8560
8561 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8562 conform with changes to gnus-completing-read.
8563
8564 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8565
8566 * shr.el (shr-tag-img): Output "*" instead of "[img]".
8567
8568 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
8569
8570 * nnir.el: Move defvar, defcustom around to keep file organized
8571 and keep byte-compiler quiet.
8572 (nnir-read-parms): Accept search-engine as arg.
8573 (nnir-run-query): Pass search-engine as arg.
8574 (nnir-search-engine): Remove.
8575
8576 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8577
8578 * shr.el (shr-generic): The text nodes should be text, not :text.
8579
8580 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8581 later in the file.
8582
8583 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
8584
8585 * nnir.el: General clean up. Allow searching with multiple engines.
8586 Allow separate extra-parameters for each engine.
8587 Batch queries when possible.
8588 (nnir-imap-default-search-key, nnir-method-default-engines):
8589 Add customize interface.
8590 (nnir-run-gmane): New engine.
8591 (nnir-engines): Use it. Qualify all prompts with engine name.
8592 (nnir-search-engine): Remove global variable.
8593 (nnir-run-hyrex): Restore for now.
8594 (nnir-extra-parms, nnir-search-history): New variables.
8595 (gnus-group-make-nnir-group): Use them.
8596 (nnir-group-server): Remove in favor of gnus-group-server.
8597 (nnir-request-group): Avoid searching twice.
8598 (nnir-sort-groups-by-server): New function.
8599
8600 2010-10-30 Julien Danjou <julien@danjou.info>
8601
8602 * gnus-group.el: Remove gnus-group-fetch-control.
8603
8604 * gnus-start.el (gnus-find-new-newsgroups):
8605 Remove gnus-check-first-time-used.
8606
8607 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8608
8609 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
8610
8611 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8612 set on groups that don't have \* permanentflags.
8613
8614 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8615
8616 * shr.el (shr-tag-span): Drop colorization of regions since we don't
8617 control the background color.
8618 (shr-tag-img): Ignore very small web bug type images.
8619 (shr-put-image): Add help-echo alt texts to the images.
8620 (shr-tag-video): Show the video poster image.
8621
8622 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8623
8624 * shr.el (shr-table-depth): New variable.
8625 (shr-tag-table-1): Only insert the images after the top-level table.
8626
8627 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8628
8629 * gnus-util.el (gnus-list-memq-of-list): New function.
8630
8631 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8632 selected.
8633 (nnimap-unsplittable-articles): New slot.
8634 (nnimap-new-articles): Use it.
8635
8636 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
8637
8638 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8639 move to the previous line on `M-g'.
8640
8641 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8642
8643 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8644 *-request-group, which seems unnecessary.
8645
8646 * nnimap.el (nnimap-quote-specials): Function copied over from
8647 imap.el.
8648 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8649 they support that. Suggested by Tom Regner.
8650
8651 2010-10-29 Julien Danjou <julien@danjou.info>
8652
8653 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8654 defalias.
8655 (gnus-summary-delete-marked-with): Remove obsolete defalias.
8656
8657 * gnus.el: Remove `gnus-nntp-service' variable.
8658 (gnus-secondary-servers): Make obsolete.
8659 (gnus-nntp-server): Make obsolete.
8660
8661 * gnus-start.el (gnus-1): Remove x-splash calls.
8662
8663 * gnus-ems.el (gnus-x-splash): Remove.
8664
8665 * gnus.el (gnus-group-startup-message): Simplify/update code.
8666
8667 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8668 capability before doing anything.
8669 (gnus-group-insert-group-line): Remove useless
8670 gnus-group-remove-excess-properties.
8671
8672 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
8673
8674 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8675
8676 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8677
8678 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8679 config after reselecting.
8680
8681 2010-10-28 Julien Danjou <julien@danjou.info>
8682
8683 * shr.el (shr-put-image): Use point even if only inserting text.
8684 (shr-put-image): Save excursion when inserting alt text on non-graphic
8685 display, so the behavior is the same when we are on a graphic display.
8686
8687 * nnir.el (nnir-run-swish-e): Remove hyrex support.
8688
8689 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
8690
8691 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8692 (gnus-mime-copy-part): Check coding system, not charset.
8693 (gnus-mime-view-part-externally): Never remove part.
8694 (gnus-mime-view-part-internally): Don't remove part here.
8695 (gnus-article-part-wrapper): Make sure MIME tag is visible.
8696 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8697 multipart/alternative.
8698
8699 * mm-decode.el (mm-display-part): Take optional arg `force'.
8700
8701 2010-10-26 Julien Danjou <julien@danjou.info>
8702
8703 * gnus-group.el (gnus-group-default-list-level): Add this function to
8704 compute the default list level.
8705 (gnus-group-default-list-level): Add possibility to use a function.
8706
8707 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
8708
8709 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8710
8711 * gnus-group.el (gnus-group-completing-read)
8712 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8713 gnus-replace-in-string.
8714
8715 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
8716
8717 * shr.el (shr-tag-div): Add.
8718
8719 2010-10-25 Julien Danjou <julien@danjou.info>
8720
8721 * gnus-util.el: Remove `gnus-with-local-quit'.
8722
8723 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8724
8725 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8726
8727 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8728 the original article buffer.
8729
8730 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8731
8732 * nnimap.el (nnimap-request-head): New function.
8733 (nnimap-request-move-article): Try to be slightly faster by not
8734 requesting the entire message when moving.
8735 (nnimap-transform-headers): Don't bug out on bodiless articles.
8736 (nnimap-send-command): Have no outstanding messages if the IMAP server
8737 doesn't support streaming.
8738 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8739
8740 2010-10-24 Julien Danjou <julien@danjou.info>
8741
8742 * message.el (message-default-headers): Fix type.
8743
8744 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8745
8746 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8747 prefetching images.
8748
8749 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8750 backend for unknown groups. This is mainly useful for nnimap groups.
8751
8752 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8753 group isn't covered by the agent.
8754
8755 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
8756
8757 * nnir.el (nnir-method-default-engines): New variable.
8758 (nnir-run-query): Use it.
8759 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8760 (gnus-summary-nnir-goto-thread): Change group if needed.
8761
8762 * gnus-group.el (gnus-group-group-map): Add key binding for
8763 gnus-group-make-nnir-group.
8764
8765 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8766
8767 * shr.el (shr-tag-object): Add.
8768
8769 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8770 original article buffer live.
8771 (gnus-summary-select-article-buffer):
8772 Mention gnus-widen-article-buffer.
8773
8774 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8775
8776 * shr.el (shr-tag-strong): Add.
8777
8778 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8779
8780 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8781 group names. They mess up the group buffer badly.
8782
8783 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8784
8785 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8786 instead of the summary one.
8787
8788 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
8789
8790 * mml.el (mml-preview): Work properly when editing article.
8791
8792 * gnus-start.el (gnus-read-active-file-1): Don't add method to
8793 gnus-have-read-active-file if it's already been in.
8794
8795 2010-10-22 Tom Tromey <tromey@redhat.com>
8796
8797 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8798 gnus-group-completing-read.
8799
8800 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8801
8802 * message.el (message-mode-map): Don't bind M-; to comment region, to
8803 allow the global comment-dwim to work.
8804
8805 2010-10-21 Julien Danjou <julien@danjou.info>
8806
8807 * message.el (message-setup-1): Allow message-default-headers to be a
8808 function.
8809
8810 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8811
8812 * shr.el (shr-tag-table): Simplify.
8813
8814 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8815
8816 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8817 to avoid trying to snarf invalid stuff.
8818
8819 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8820
8821 * gnus.el (gnus-message-archive-group): Quote value.
8822 (gnus-message-archive-group): Mark as changed.
8823
8824 * shr.el (shr-add-font): Don't put the font properties on the newline
8825 or the indentation.
8826
8827 * message.el (message-fix-before-sending): Change options when sending
8828 non-printable characters.
8829
8830 * gnus.el (gnus-message-archive-method): Change the default to
8831 monthly outgoing groups.
8832
8833 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8834 that have gotten new numbers.
8835
8836 * nnimap.el (nnimap-request-replace-article): New function.
8837
8838 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8839
8840 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8841 (nnrss-request-article): Don't use special html washing code.
8842
8843 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8844
8845 * shr.el (shr-tag-table): Remove useless nconc.
8846
8847 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8848
8849 * gnus-art.el (article-wash-html): Simplify and remove the charset
8850 stuff. Use the normal html rendering code instead of the special html
8851 washing code.
8852
8853 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8854 `gnus-w3m' symbols.
8855 (mm-text-html-washer-alist): Remove.
8856
8857 * mm-decode.el (mm-inline-text-html-renderer): Remove.
8858 (mm-inline-media-tests): Remove use.
8859 (mm-text-html-renderer): Change default to the `shr' symbol.
8860
8861 * mm-view.el (mm-inline-text-html): Remove use.
8862
8863 * gnus-art.el (gnus-blocked-images): New function. Allow the
8864 `gnus-blocked-images' to be a function.
8865 (gnus-article-wash-function): Remove.
8866
8867 2010-10-20 Julien Danjou <julien@danjou.info>
8868
8869 * spam.el (spam-list-of-processors): Mark as obsolete.
8870
8871 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8872 (nnimap-insert-partial-structure): Fix boundary detection.
8873
8874 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
8875
8876 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8877 run file-truename on remote files. This can be expensive and even
8878 prevent one from editing drafts if some unrelated buffer has a stale
8879 connection.
8880
8881 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8882
8883 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8884 kinsoku-eol regardless of shr-kinsoku-shorten.
8885 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8886 (shr-tag-table): Support caption, thead, and tfoot.
8887
8888 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8889
8890 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8891 lines.
8892 (shr-save-contents): New command and keystroke.
8893
8894 * nndoc.el (nndoc-type-alist): Add git support.
8895 (nndoc-git-type-p): New function.
8896 (nndoc-transform-git-article): Ditto.
8897 (nndoc-transform-git-headers): Ditto.
8898 (nndoc-transform-git-headers): Generate Subject headers.
8899
8900 * shr.el (shr-parse-style): New function.
8901 (shr-tag-span): Ditto.
8902
8903 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8904 to `G G' to avoid collisions.
8905
8906 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
8907
8908 * shr.el: Load kinsoku if necessary.
8909 (shr-kinsoku-shorten): New internal variable.
8910 (shr-find-fill-point): Make kinsoku shorten text line if
8911 shr-kinsoku-shorten is bound to non-nil.
8912 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8913 shr-indentation too when testing if table is wider than frame width.
8914 (shr-insert-table): Use `string-width' instead of `length' to measure
8915 text width.
8916 (shr-insert-table-ruler): Make sure indentation is done at bol.
8917
8918 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8919
8920 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8921 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8922 undecoded network data.
8923
8924 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8925
8926 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8927 name in the mode line spec so that the mode line menu works
8928 (bug#2431).
8929
8930 * message.el (message-get-reply-headers): If we're fed `to-address',
8931 then always use that.
8932
8933 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8934 aren't so wide as to need to switch off the edit menu.
8935
8936 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8937 binding. Suggested by Leo <sdl.web@gmail.com> (bug#6613).
8938
8939 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8940 `M-g'.
8941 (nnimap-update-info): Update flags/read marks even if \* isn't part of
8942 the permanent marks.
8943
8944 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
8945
8946 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8947 Splitting according to references/in-reply-to obeys the ignore-groups
8948 variable, while splitting by sender and subject do not.
8949
8950 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8951
8952 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8953 alist, so that we can look for non-Unicode chars.
8954 (article-translate-strings): Allow both character and string maps.
8955
8956 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
8957
8958 * shr.el (shr-insert): Don't insert space behind a wide character
8959 categorized as kinsoku-bol, or between characters both categorized as
8960 nospace.
8961
8962 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
8963
8964 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
8965 headers to gnus-newsgroup-headers.
8966
8967 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8968
8969 * shr.el (shr-tag-img): Don't align images -- since we're not
8970 rescaling, this often leads to ugly displays.
8971
8972 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
8973
8974 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8975 duplicates.
8976
8977 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
8978
8979 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8980 call.
8981
8982 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8983
8984 * gnus.el: Autoload gnus-html-show-images.
8985
8986 * nnimap.el: Use nnheader-message throughout.
8987
8988 * shr.el (shr-tag-img): Ignore images with no data.
8989
8990 2010-10-15 Julien Danjou <julien@danjou.info>
8991
8992 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8993 a possibility to disable format=flow encoding when using hard newlines.
8994
8995 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8996
8997 * shr.el (shr-insert): Remove space inserted before or after a
8998 breakable character or at the beginning or the end of a line.
8999 (shr-find-fill-point): Do kinsoku; find the second best point or give
9000 it up if there's no breakable point.
9001
9002 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9003
9004 * nnimap.el (nnimap-open-connection): Message when opening connection
9005 for debugging purposes.
9006
9007 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9008 on every setup buffer call to allow this to change from article to
9009 article.
9010
9011 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9012 buffers where we have a wide table.
9013
9014 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
9015
9016 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9017 uses *-request-thread.
9018
9019 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9020
9021 * nnimap.el (nnimap-open-connection): Remove %s from openssl
9022 incantation, which is no longer valid.
9023
9024 2010-10-14 Julien Danjou <julien@danjou.info>
9025
9026 * shr.el: Fix defcustom type (char -> character).
9027
9028 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9029
9030 * nnimap.el (nnimap-open-connection): tls-program should be a list of
9031 programs.
9032
9033 2010-10-14 Julien Danjou <julien@danjou.info>
9034
9035 * shr.el (shr-tag-a): Use url-link as widget type.
9036
9037 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9038 `gnus-group-get-icon'.
9039
9040 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9041
9042 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9043 This should make server editing work better.
9044
9045 * shr.el (shr-find-fill-point): Don't inloop on indented text.
9046
9047 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9048 (nnimap-parse-flags): Fix regexp.
9049
9050 * shr.el (shr-find-fill-point): Use a filling algorithm that should
9051 probably work for CJVK text, too.
9052
9053 * nnimap.el (nnimap-extend-tls-programs): Remove.
9054 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9055
9056 2010-10-13 Julien Danjou <julien@danjou.info>
9057
9058 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9059 responses.
9060
9061 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9062
9063 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9064
9065 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9066 anything in Emacs.
9067
9068 * shr.el (shr-current-column): Remove buggy and unnecessary function.
9069
9070 2010-10-13 Julien Danjou <julien@danjou.info>
9071
9072 * shr.el (shr-width): Make shr-width a defcustom with default to
9073 fill-column.
9074 (shr-tag-img): Use shr-width rather than fill-column.
9075
9076 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9077
9078 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9079
9080 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9081 position when (X-)Faces exist.
9082 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9083 avatars when called interactively.
9084
9085 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9086
9087 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9088 gnus-article-x-face-too-ugly is bound.
9089
9090 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9091
9092 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9093
9094 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9095 mailbox that doesn't exist.
9096
9097 2010-10-12 Julien Danjou <julien@danjou.info>
9098
9099 * shr.el (shr-tag-img): Encode URL properly when retrieving.
9100 (shr-get-image-data): Encode URL properly when fetching from cache.
9101 (shr-tag-img): Use aligned-to spaces to align correctly images.
9102
9103 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9104 before inserting the Gravatar.
9105
9106 * shr.el (shr-tag-img): Add align attribute support for <img>.
9107
9108 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9109
9110 * gnus-gravatar.el (gnus-art): Require.
9111
9112 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9113 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9114 Remove long obsoleted functions.
9115
9116 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9117
9118 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9119
9120 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9121 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9122 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
9123 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
9124 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
9125 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
9126 Fix comment for declare-function.
9127
9128 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9129
9130 * nnimap.el (nnimap-request-rename-group): Select group read-only
9131 before renaming it.
9132
9133 * shr.el (shr-insert): Fix up the white space only regexp.
9134
9135 * nnimap.el (nnimap-transform-split-mail): Not all articles have
9136 bodies. Protect against this. Reported by Michael Welsh Duggan.
9137
9138 * shr.el (shr-current-column): New function.
9139 (shr-find-fill-point): New function.
9140
9141 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
9142
9143 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9144 numbers.
9145
9146 2010-10-11 Julien Danjou <julien@danjou.info>
9147
9148 * shr.el (shr-hr-line): Add.
9149 (shr-tag-hr): Use shr-hr-line to specify which character to use to
9150 display hr lines.
9151 (shr-max-columns): Do not change state to nil if we just inserting
9152 spaces.
9153
9154 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9155
9156 * gnus-topic.el (gnus-topic-read-group): If after the last group,
9157 select the last group.
9158
9159 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
9160
9161 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9162
9163 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9164
9165 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9166 for Gnus.
9167 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9168 (nnimap-update-qresync-info): Mark \Seen articles as read.
9169
9170 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9171 non-variable, too.
9172
9173 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
9174 available.
9175 (nnimap-update-info): Rely more on the current active than the param
9176 active to avoid marking articles as read too much.
9177
9178 * auth-source.el (auth-source-create): Use (user-login-name) for the
9179 user name default.
9180
9181 * nnimap.el (nnimap-update-info): If the server doesn't return any
9182 useful info, just use the previous info.
9183 (nnimap-update-info): Prefer old info over start-article.
9184 (nnimap-update-qresync-info): Finish implementing QRESYNC.
9185
9186 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
9187
9188 * nnir.el (autoload): Clean up autoloads.
9189 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9190 Use key rather than value.
9191 (nnir-imap-search-other): New variable.
9192 (nnir-read-parm): Use it.
9193 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9194 (gnus-summary-nnir-goto-thread): Modify to work with imap.
9195
9196 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9197
9198 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9199 the process, too.
9200
9201 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9202
9203 * spam.el (gnus-summary-mode-map): Bind to "$".
9204 Suggested by Russ Allbery.
9205
9206 * shr.el: Rework the way things are indented by <li> slightly.
9207
9208 * gnus.el (gnus-group-set-parameter): Fix typo.
9209
9210 * nnimap.el: Start implementing QRESYNC support.
9211
9212 2010-10-09 Julien Danjou <julien@danjou.info>
9213
9214 * nnir.el (nnir-engines): Fix too many arguments.
9215
9216 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9217
9218 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9219 group is the "last", so that the backends like nnfolder actually save
9220 their folders.
9221
9222 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
9223 try to use that for the TLS stream.
9224 (nnimap-retrieve-group-data-early): Rework the marks code to heed
9225 UIDVALIDITY and find out which groups are read-only and not.
9226 (nnimap-get-flags): Use the same marks parsing code as the rest of
9227 nnimap.
9228
9229 2010-10-09 Julien Danjou <julien@danjou.info>
9230
9231 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9232
9233 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9234 retrieving gravatars.
9235
9236 * shr.el (shr-table-corner): Add.
9237 (shr-table-line): Add.
9238 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9239
9240 2010-10-08 Julien Danjou <julien@danjou.info>
9241
9242 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9243
9244 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
9245
9246 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9247
9248 * gnus-sum.el (gnus-mark-article-as-unread)
9249 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9250 (gnus-summary-set-bookmark): Use it.
9251
9252 * gnus-msg.el (gnus-setup-message): Use it.
9253
9254 * gnus-demon.el (gnus-demon-remove-handler): Use it.
9255
9256 * gnus.el (gnus-group-remove-parameter): Use it.
9257
9258 * gnus-group.el (gnus-group-make-web-group): Use it.
9259
9260 * gnus-demon.el (gnus-demon-remove-handler): Use it.
9261
9262 * nnregistry.el: Update docs to mention manual.
9263
9264 * gnus-registry.el: Update docs to mention nnregistry.el.
9265 (gnus-registry-initialize): Don't install nnregistry refer method
9266 automatically.
9267 (gnus-registry-install-nnregistry): Remove it.
9268
9269 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9270
9271 * shr.el (shr-insert): Don't insert double spaces.
9272
9273 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
9274
9275 * gnus-gravatar.el (gnus-treat-from-gravatar)
9276 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9277 called interactively.
9278
9279 * gnus-art.el (gnus-mime-view-part-externally)
9280 (gnus-mime-view-part-internally): Make predicate function passed to
9281 gnus-mime-view-part-as-type assume argument is a mime type, not a list
9282 of a mime type.
9283
9284 * shr.el (shr-table-widths): Don't use cl function `reduce'.
9285
9286 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9287
9288 * shr.el (require): Require cl when compiling.
9289 (shr-tag-hr): New function.
9290
9291 * nnimap.el (nnimap-update-info): Remove double setting of high.
9292 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9293 This makes nnimap work properly on Courier again.
9294
9295 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9296 the variable for backwards compatibility.
9297
9298 * mm-decode.el (mm-save-part): If given a non-directory result, expand
9299 the file name before using to avoid setting mm-default-directory to
9300 nil.
9301
9302 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9303 bidning gnus-agent variables.
9304
9305 * shr.el (shr-render-td): Use a cache for the table rendering function
9306 to avoid getting an exponential rendering behavior in nested tables.
9307 (shr-insert): Rework the line-breaking algorithm.
9308 (shr-insert): Don't leave trailing spaces.
9309 (shr-insert-table): Also insert empty TDs.
9310 (shr-tag-blockquote): Ensure paragraphs after </ul>.
9311
9312 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9313
9314 * gnus-sum.el (gnus-number): Rename from `number'.
9315 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9316 (gnus-summary-limit-children): Update uses correspondingly.
9317
9318 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9319
9320 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9321 (gnus-gravatar-transform-address): Don't show avatars of people of
9322 which mail addresses match gnus-gravatar-too-ugly.
9323
9324 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9325
9326 * shr.el (shr-table-widths): Expand TD elements to fill available
9327 space.
9328
9329 2010-10-07 Julien Danjou <julien@danjou.info>
9330
9331 * nnimap.el (nnimap-request-rename-group): Add this method.
9332
9333 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9334
9335 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9336 name from XEmacs' function-arglist.
9337
9338 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9339 gravatar under XEmacs.
9340
9341 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
9342
9343 * auth-source.el: Update docs with TODO items.
9344
9345 * gnus-sync.el: Update docs to explain state and plans.
9346
9347 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9348 Hooks for mark updates.
9349 (gnus-request-set-mark, gnus-request-update-mark): Use them.
9350
9351 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9352 hooks with arguments, which is needed for mark update hooks.
9353
9354 2010-10-06 Julien Danjou <julien@danjou.info>
9355
9356 * gnus.el (gnus-expand-group-parameter): Only return and act on what
9357 was matched.
9358
9359 * sieve-manage.el: Update example in `Commentary'.
9360
9361 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9362
9363 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9364 not 2000.
9365 (sieve-manage-authenticate): Re-add function.
9366
9367 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9368
9369 * shr.el (shr-insert): Get 'space transition right.
9370 (shr-render-td): Only delete space at the end of the TD.
9371
9372 * nnimap.el (nnimap-open-connection): Prepare to support
9373 open-gnutls-stream.
9374
9375 * shr.el: Rearrange function order to be more logical.
9376
9377 2010-10-06 Julien Danjou <julien@danjou.info>
9378
9379 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9380 (nnrss-discover-feed): Remove 404 URL in docstring.
9381
9382 * nnir.el: Fix Swish-E URL.
9383 Fix Namazu URL.
9384
9385 * message.el (message-change-subject): Remove 404 URL in a comment.
9386
9387 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9388
9389 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9390 called interactively.
9391
9392 * gnus-util.el (gnus-remove-if): Allow hash table.
9393 (gnus-remove-if-not): New function.
9394
9395 * gnus-art.el (gnus-mime-view-part-as-type):
9396 * gnus-score.el (gnus-summary-score-effect):
9397 * gnus-sum.el (gnus-read-move-group-name):
9398 Replace remove-if-not with gnus-remove-if-not.
9399
9400 * gnus-group.el (gnus-group-completing-read):
9401 Regard collection as a hash table if it is not a list.
9402
9403 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9404
9405 * shr.el (shr-render-td): Allow blank/missing <TD>s.
9406
9407 * shr.el: Document the table-rendering algorithm.
9408
9409 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9410 invalid URLs.
9411
9412 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9413 line-broken.
9414 (shr-tag-img): Ignore image fetching errors.
9415 (shr-overlays-in-region): Compute overlay positions correctly.
9416
9417 * mm-decode.el (mm-shr): Require shr.
9418
9419 * gnus-art.el (gnus-blocked-images): Move variable here.
9420
9421 * shr.el (shr-insert-table): Bind free variable.
9422
9423 * mm-decode.el (mm-shr): Bind shr-content-function.
9424
9425 * shr.el (shr-content-function): New variable.
9426
9427 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9428 added for symmetry.
9429
9430 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9431
9432 * gnus-group.el (gnus-group-make-group): Doc fix.
9433
9434 * nnimap.el (nnimap-request-newgroups): Return success.
9435
9436 * shr.el (shr-find-elements): New function.
9437 (shr-tag-table): Put all the images after the table.
9438 (shr-tag-table): Really inhibit images inside the table.
9439 (shr-collect-overlays): Copy over overlays from the TD elements to the
9440 main document.
9441
9442 * mm-decode.el (mm-shr): Bind shr-blocked-images to
9443 gnus-blocked-images.
9444
9445 2010-10-05 Julien Danjou <julien@danjou.info>
9446
9447 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9448
9449 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9450 (gnus-html-maximum-image-size): Add this function.
9451 (gnus-html-put-image): Use gnus-html-maximum-image-size.
9452
9453 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9454 server-value of the capability is nil.
9455
9456 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9457
9458 * shr.el (shr-tag-em): Add <EM> tag.
9459
9460 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
9461
9462 * sieve-manage.el (sieve-manage-default-stream): Make default stream
9463 customizable.
9464
9465 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9466 handing broken links to browse-url.
9467
9468 2010-10-05 Julien Danjou <julien@danjou.info>
9469
9470 * gnus-util.el (gnus-emacs-completing-read)
9471 (gnus-iswitchb-completing-read): Use autoload rather than require.
9472
9473 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
9474
9475 * gnus-util.el (gnus-completing-read-function): Exclude
9476 gnus-icompleting-read and gnus-ido-completing-read from candidates for
9477 XEmacs since iswitchb.el is very old and ido.el is unavailable in
9478 XEmacs.
9479
9480 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9481 not to use `delete-dups' that is unavailable in XEmacs 21.4.
9482
9483 * gnus-html.el: Don't require help-fns under XEmacs.
9484 (gnus-html-schedule-image-fetching): Work for XEmacs.
9485
9486 * mm-decode.el (mm-shr): Decode contents by charset.
9487
9488 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9489
9490 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9491 unknown.
9492
9493 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9494 (shr-get-image-data): Ensure against the cache file missing.
9495
9496 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9497 for data.
9498
9499 * spam-report.el (spam-report-url-ping-plain): Don't query about
9500 killing the process.
9501
9502 * shr.el (shr-render-td): Protect against too-wide text.
9503
9504 2010-10-04 Julien Danjou <julien@danjou.info>
9505
9506 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9507 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9508
9509 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9510 retrieved.
9511
9512 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9513
9514 * shr.el (browse-url): Require.
9515 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9516 lines.
9517 (shr-show-alt-text, shr-browse-image): New commands.
9518 (shr-browse-url, shr-copy-url): New commands.
9519
9520 * gnus-sum.el (gnus-widen-article-window): New variable.
9521 (gnus-summary-select-article-buffer): Use it.
9522
9523 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9524 without @ signs.
9525
9526 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
9527
9528 * nnir.el (nnir-run-imap): Remove spurious space in search string.
9529
9530 2010-10-04 Julien Danjou <julien@danjou.info>
9531
9532 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9533 for XEmacs.
9534
9535 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9536
9537 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9538
9539 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9540 (nnimap-close-server): Implement.
9541
9542 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9543 (shr-insert): Tweak line breaking.
9544 (shr-insert): Handle <pre> better.
9545 (shr-tag-li): Get <li> indentation right.
9546 (shr-tag-li): Get <li> indentation even righter.
9547 (shr-tag-blockquote): Ensure paragraph start.
9548 (shr-make-table): Tweak table generation.
9549 (shr-make-table): Fix typo.
9550
9551 * shr.el: Implement table rendering.
9552
9553 2010-10-04 Julien Danjou <julien@danjou.info>
9554
9555 * gnus-html.el (gnus-html-put-image): Fix resize image code.
9556
9557 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9558
9559 * shr.el (shr-insert): Use string anchors instead of line anchors.
9560
9561 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9562
9563 * shr.el: Add headings.
9564 (shr-ensure-paragraph): Actually work.
9565 (shr-tag-li): Make <ul> prettier.
9566 (shr-insert): Get white space at the beginning/end of elements right.
9567 (shr-tag-p): Collapse subsequent <p>s.
9568 (shr-ensure-paragraph): Don't insert double line feeds after blank
9569 lines.
9570 (shr-insert): \t is also space.
9571 (shr-tag-s): Fix "s" tag name function.
9572 (shr-tag-s): Fix face prop name.
9573
9574 2010-10-03 Julien Danjou <julien@danjou.info>
9575
9576 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9577
9578 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9579 gnus-window-inside-pixel-edges.
9580
9581 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9582 gnus-ems.
9583
9584 * mm-view.el (mm-inline-image-emacs): Support image resizing.
9585
9586 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9587 function.
9588
9589 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9590 resize choice.
9591
9592 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9593
9594 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9595 beginning of the buffer.
9596
9597 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9598 article buffer again.
9599
9600 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9601
9602 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9603 when it's at the start of the buffer.
9604
9605 * shr.el (shr-tag-blockquote): Convert name.
9606 (shr-rescale-image): Use the right image-size variant.
9607
9608 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9609 buffer isn't shown, then select the current article first instead of
9610 bugging out.
9611 (gnus-summary-select-article-buffer): Show both the article and summary
9612 buffers again.
9613
9614 * shr.el (shr-fontize-cont): Protect against regions with no text.
9615 Rename tag functions to shr-tag-* for enhanced security.
9616 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9617
9618 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
9619
9620 * shr.el (shr-insert):
9621 * pop3.el (pop3-movemail):
9622 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9623 loaded.
9624
9625 2010-10-03 Glenn Morris <rgm@gnu.org>
9626
9627 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9628
9629 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9630
9631 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9632
9633 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9634
9635 * gnus-util.el (gnus-make-local-hook): Simplify.
9636
9637 2010-10-02 Julien Danjou <julien@danjou.info>
9638
9639 * gnus-util.el (gnus-iswitchb-completing-read): New function.
9640 (gnus-ido-completing-read): New function.
9641 (gnus-emacs-completing-read): New function.
9642 (gnus-completing-read): Use gnus-completing-read-function.
9643 Add gnus-completing-read-function.
9644
9645 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9646
9647 * shr.el (shr-insert-document): Autoload.
9648 (shr-img): Be silent.
9649 (shr-insert): Add a newline after every picture before text.
9650 (shr-add-font): Use overlays for combining faces.
9651 (shr-insert): Pass upwards the text start point.
9652
9653 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9654 possible.
9655 (mm-shr): New function.
9656
9657 2010-10-02 Julien Danjou <julien@danjou.info>
9658
9659 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9660 should go backward.
9661
9662 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
9663
9664 * shr.el (shr): Fix typo in provide call.
9665
9666 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9667
9668 * shr.el: New file.
9669
9670 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9671
9672 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9673 completing read.
9674
9675 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9676
9677 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9678 we're being queried about. Suggested by Dan Jacobson.
9679
9680 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9681 Suggested by Jason Eisner.
9682
9683 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9684 table, too. Suggested by Stefan Wiens.
9685 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9686 the table unnecessary. Suggested by Stefan Wiens.
9687
9688 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9689 longer needed, and probably doesn't work either, as pointed out by
9690 Stefan Wiens.
9691 (gnus-summary-exit): Remove call to the clearing function.
9692 (gnus-summary-exit-no-update): Ditto.
9693
9694 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9695 instead of gnus-eval-in-buffer-window to avoid popping up frames.
9696 Reported by Stefan Monnier.
9697 (gnus-summary-save-in-rmail): Ditto.
9698
9699 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9700 article buffer, instead of both the article buffer and the summary
9701 buffer. Sort of suggested by Dan Jacobson.
9702
9703 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9704
9705 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9706 Suggested by Dan Jacobson.
9707
9708 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9709 documentation clearer.
9710
9711 * message.el (message-shorten-references): Comment on the number "21".
9712 Suggested by Stefan Monnier.
9713
9714 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9715 Suggested by Dan Jacobson.
9716
9717 * gnus.el (gnus-large-newsgroup):
9718 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
9719
9720 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9721 externalize attachments. Bug reported by Steve Wen.
9722
9723 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9724 really message anything to the user.
9725
9726 * nnmail.el (nnmail-article-group): Allow using the fancy split method
9727 directly.
9728
9729 * nnimap.el (nnimap-request-group): Low higher than high to signal no
9730 messages in empty groups.
9731
9732 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
9733
9734 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9735 non-UIDNEXT group.
9736
9737 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9738
9739 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9740 not the value from the collection.
9741
9742 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9743 values. This sometimes happens on some groups that have no info.
9744 (nnimap-request-newgroups): New function.
9745
9746 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
9747
9748 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9749 check into `gnus-registry-initialize'.
9750 (gnus-registry-initialize): Ditto.
9751 Fix and extend header docs.
9752
9753 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9754
9755 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9756 regexp backtrace overflows.
9757
9758 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9759 for starttls that tls.el implements; i.e. openssl.
9760
9761 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9762
9763 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9764 (gravatar-create-image): New function that's an alias to
9765 gnus-xmas-create-image, gnus-create-image, or create-image.
9766 (gravatar-data->image): Use it.
9767
9768 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
9769
9770 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9771 install the nnregistry refer method.
9772 (gnus-registry-install-hooks): Use it.
9773 (gnus-registry-unfollowed-groups): Add nnmairix to the default
9774 unfollowed groups.
9775
9776 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
9777
9778 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9779 expanding threads.
9780
9781 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9782
9783 * nnir.el: Use the server names without suffixes (bug#7009).
9784
9785 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9786 unencrypted to STARTTLS, if possible.
9787
9788 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9789
9790 * message.el (message-ignored-supersedes-headers): Strip Injection-*
9791 headers before superseding.
9792
9793 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9794
9795 * nnrss.el (nnrss-use-local): Add documentation.
9796
9797 * nnimap.el (nnimap-extend-tls-programs): New function.
9798 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9799 (nnimap-wait-for-connection): Accept the greeting from the stupid
9800 output from openssl s_client -starttls, too.
9801
9802 * nnimap.el (nnimap-find-article-by-message-id): Really return the
9803 article number.
9804 (nnimap-split-fancy): New variable.
9805 (nnimap-split-incoming-mail): Use it.
9806
9807 * nntp.el (nntp-server-list-active-group): Document.
9808
9809 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9810 SELECT to get the message-id.
9811
9812 * mail-source.el (mail-sources): Remove webmail support.
9813 (defvar): Ditto.
9814 (mail-source-fetcher-alist): Ditto.
9815 (mail-source-fetch-webmail): Remove.
9816
9817 * webmail.el: Remove -- doesn't seem relevant any more.
9818
9819 * gnus.el: Fix up make-obsolete-variable declarations throughout.
9820
9821 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9822 the \r.
9823
9824 2010-09-30 Julien Danjou <julien@danjou.info>
9825
9826 * gnus-agent.el (gnus-agent-add-group): Fix call to
9827 gnus-completing-read.
9828
9829 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9830
9831 * nndoc.el (nndoc-retrieve-groups): New function.
9832
9833 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9834 `default', use nnmail-split-methods.
9835 (nnimap-request-article): Downcase the NILs so that they are nil.
9836
9837 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9838 symbol.
9839
9840 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9841 code, since if the user has requested network, that's what they ought
9842 to get.
9843 (nnimap-request-set-mark): Erase the buffer before issuing commands.
9844 (nnimap-split-rule): Mark as obsolete.
9845
9846 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9847 New variable.
9848
9849 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9850 correct slot, too.
9851
9852 2010-09-29 Julien Danjou <julien@danjou.info>
9853
9854 * gnus.el (gnus-local-domain): Declare variable obsolete.
9855
9856 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9857 Fix history computing.
9858 (gnus-ido-completing-read): Require ido.
9859
9860 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9861
9862 * gnus-registry.el: Don't prompt on load, which makes it impossible to
9863 build Gnus.
9864
9865 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9866 when interpreting the structures.
9867 (nnimap-request-accept-article): Add \r\n to the lines to make this
9868 work with Cyrus.
9869
9870 * nndraft.el (nndraft-request-expire-articles): Use the group name
9871 instead if "nndraft". Fix found by Nils Ackermann.
9872
9873 2010-09-29 Ludovic Courtès <ludo@gnu.org>
9874
9875 * nnregistry.el: Add.
9876
9877 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
9878
9879 * nnmail.el (group, group-art-list, group-art):
9880 Remove unneeded directives.
9881
9882 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
9883
9884 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9885 (mm-mime-charset):
9886 * rfc2047.el (rfc2047-syntax-table):
9887 * utf7.el (utf7-utf-16-coding-system): Comment fix.
9888
9889 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9890 rather than `insert-file-contents' and `eval-region'.
9891
9892 2010-09-29 Julien Danjou <julien@danjou.info>
9893
9894 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9895 replacement of `gnus-gravatar-relief' to mimic
9896 `gnus-faces-properties-alist'.
9897 Add :version property.
9898
9899 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9900
9901 * mail-source.el (mail-source-report-new-mail):
9902 * message.el (message-default-mail-headers):
9903 * mm-decode.el (mm-valid-image-format-p): Comment fix.
9904
9905 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9906
9907 2010-09-28 Julien Danjou <julien@danjou.info>
9908
9909 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9910 mail-address contains the same string as real-name.
9911
9912 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9913 non-blank in header, otherwise it'll get stripped.
9914
9915 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9916 real-name, and then for mail address rather than doing : or , search.
9917
9918 2010-09-27 Julien Danjou <julien@danjou.info>
9919
9920 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9921 right completing-read function.
9922 (gnus-use-ido): New variable
9923 (gnus-completing-read-with-default): Remove.
9924 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9925 (gnus-agent-add-group):
9926 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9927 * mm-view.el (mm-view-pkcs7-decrypt):
9928 * mm-util.el (mm-codepage-setup):
9929 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9930 * mml-smime.el (mml-smime-openssl-sign-query):
9931 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9932 (mml-insert-multipart):
9933 * gnus-msg.el (gnus-summary-yank-message):
9934 * gnus-int.el (gnus-start-news-server):
9935 * mm-decode.el (mm-interactively-view-part):
9936 * gnus-dired.el (gnus-dired-attach):
9937 * gnus.el (gnus-read-method):
9938 * gnus-bookmark.el (gnus-bookmark-jump):
9939 * gnus-art.el (gnus-mime-view-part-as-type)
9940 (gnus-mime-action-on-part, gnus-article-encrypt-body):
9941 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9942 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9943 * nnmairix.el (nnmairix-create-server-and-default-group)
9944 (nnmairix-update-groups, nnmairix-get-server)
9945 (nnmairix-backend-to-server, nnmairix-goto-original-article)
9946 (nnmairix-get-group-from-file-path):
9947 * nnrss.el (nnrss-find-rss-via-syndic8):
9948 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9949 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9950 (gnus-group-browse-foreign-server):
9951 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9952 (gnus-summary-execute-command, gnus-summary-respool-article)
9953 (gnus-read-move-group-name):
9954 * gnus-score.el (gnus-summary-increase-score)
9955 (gnus-summary-score-effect):
9956 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9957
9958 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9959
9960 * nnimap.el (auth-source-forget-user-or-password)
9961 (auth-source-user-or-password): Autoload.
9962
9963 * message.el (message-from-style, message-interactive)
9964 (message-signature): Remove comment.
9965 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
9966 always.
9967 (message-sendmail-envelope-from): Comment fix.
9968 (message-yank-prefix): Default to mail-yank-prefix always.
9969 (message-indentation-spaces):
9970 Default to mail-indentation-spaces always.
9971 (message-signature-file): Default to mail-signature-file always.
9972
9973 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9974
9975 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9976 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9977 new articles.
9978
9979 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9980 parts.
9981 (nnimap-request-article): Work with the t setting, too.
9982
9983 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9984 that you don't get flashes of other buffers.
9985 (gnus-summary-show-complete-article): Intern before setting.
9986
9987 2010-09-27 David Engster <dengste@eml.cc>
9988
9989 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9990 well as HEADERS.
9991 (nnmairix-retrieve-headers): Provide new argument for the above.
9992
9993 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9994
9995 * gnus-sum.el (gnus-summary-move-article): Don't alter
9996 gnus-newsgroup-active. This makes `/ N' work after copying to the same
9997 group.
9998
9999 * nnimap.el (nnimap-update-info): Don't destructively alter active.
10000
10001 * message.el (message-cite-prefix-regexp): Revert my last edit.
10002
10003 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10004 variable instead of the Gnus variable.
10005
10006 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10007
10008 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10009
10010 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10011 since some servers don't like it.
10012 (nnimap-open-connection): Forget credentials if the server says the
10013 password was wrong.
10014 (nnimap-parse-line): Protect against invalid data.
10015
10016 * gnus-sum.el (gnus-summary-move-article): Add comment.
10017 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10018 nothing alters it while scanning for new messages.
10019
10020 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10021 which may or may not help.
10022 (nnimap-open-connection): If we're doing a stream connection, and then
10023 discover we're on a STARTTLS-capable server, then open a STARTTLS
10024 connection instead.
10025
10026 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10027
10028 * nnimap.el (utf7): Require.
10029
10030 * message.el (message-cite-prefix-regexp): Remove "}" from citation
10031 prefix.
10032
10033 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
10034
10035 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10036
10037 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10038
10039 * nnimap.el (nnimap-request-accept-article): Message the error on
10040 error.
10041
10042 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
10043
10044 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10045
10046 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10047
10048 * nndoc.el (nndoc-request-list): Return success always.
10049
10050 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10051 `fetch-old' -- we only want to fetch the articles we've requested.
10052 The rest are in the agent, probably.
10053 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10054 disappeared server" to something low. It's not important.
10055
10056 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10057 arrived before the FETCH data.
10058
10059 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10060 target here, because we don't know the Gnus name of the group.
10061
10062 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10063 for the correct group.
10064
10065 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10066
10067 * gnus.el (gnus): Give a final warning after startup.
10068
10069 * gnus-util.el (gnus-action-message-log): New variable.
10070 (gnus-message): Use it.
10071 (gnus-final-warning): New function.
10072
10073 * nnimap.el (nnimap-open-connection): Record the greeting.
10074 (nnimap): Add greeting.
10075
10076 2010-09-26 Julien Danjou <julien@danjou.info>
10077
10078 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10079 arguments.
10080 (gnus-html-wash-images): Fix spec computing to include start/end.
10081
10082 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10083
10084 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10085
10086 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10087 deletion.
10088 (nnimap-retrieve-headers): Don't select the group, because that's
10089 already done by nnimap-possibly-change-group.
10090
10091 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10092 (gnus-picon-transform-address): Use it.
10093
10094 * mail-source.el (mail-source-value): Revert previous patch.
10095
10096 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10097 on failure.
10098 (nnimap-open-connection): Look up both virtual and physical server name
10099 credentials.
10100
10101 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10102
10103 2009-02-08 Dave Love <fx@gnu.org>
10104
10105 * gnus-win.el (gnus-window-to-buffer-helper)
10106 (gnus-all-windows-visible-p): Function needn't be a symbol.
10107
10108 * mail-source.el (mail-source-value): Function needn't be a symbol.
10109
10110 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10111
10112 * message.el (message-cite-prefix-regexp): Remove } from the cite
10113 prefix.
10114
10115 * gnus-art.el (gnus-treatment-function-alist): Do picons before
10116 highlight again, so that the highlight is correct.
10117
10118 * gnus-picon.el (gnus-picon): Remove again.
10119 (gnus-picon-create-glyph): Set the background XPM color explicitly.
10120
10121 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10122 doing the header highlightling, so that the background color of the
10123 picon is correct.
10124
10125 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10126 (gnus-picon): Ditto.
10127 (gnus-picon): Reinstate. The background color for picons is white.
10128 (gnus-picon-insert-glyph): Make the background white.
10129
10130 * nnml.el (nnml-open-nov): Don't return dead buffers.
10131
10132 * auth-source.el (auth-source-create): Query the user for whether to
10133 store the credentials.
10134
10135 * auth-source.el (auth-source-user-or-password): Use the existing auth
10136 sources, if any, for creation.
10137
10138 * gnus.el (gnus-group-fast-parameter): Return the last matching
10139 parameter instead of the first matching parameter.
10140
10141 2010-09-26 Julien Danjou <julien@danjou.info>
10142
10143 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10144
10145 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10146
10147 * mml2015.el (mml2015-use): Remove gpg support.
10148
10149 * mml1991.el (mml1991-function-alist): Remove gpg function.
10150 (mml1991-gpg-sign): Remove.
10151
10152 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
10153
10154 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10155 (gnus-browse-unsubscribe-current-group): Document it.
10156 (gnus-browse-unsubscribe-group): Use it.
10157
10158 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10159
10160 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10161 address to the To list for easier response.
10162
10163 * gnus.el (gnus-play-startup-jingle): Remove.
10164 (gnus-splash): Don't play jingle.
10165 (gnus): Silence gnus-load message.
10166
10167 * gnus-art.el (gnus-treat-play-sounds): Remove.
10168
10169 * gnus.el (gnus-play-jingle): Remove audio support.
10170
10171 * gnus-cus.el (gnus-score-customize): Remove audio reference.
10172
10173 * earcon.el: Remove -- no users.
10174
10175 * gnus-audio.el: Remove -- no users of this package.
10176
10177 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10178
10179 * gnus-start.el (gnus-setup-news): Remove nocem support.
10180
10181 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10182
10183 * gnus.el (gnus-use-nocem): Remove.
10184
10185 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10186 Remove.
10187
10188 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
10189 uses NoCeM any more.
10190
10191 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10192 (gnus-button-ctan-handler): Ditto.
10193 (gnus-button-handle-ctan-bogus-regexp): Ditto.
10194 (gnus-button-ctan-directory-regexp): Ditto.
10195 (gnus-button-handle-ctan): Ditto.
10196 (gnus-button-tex-level): Ditto.
10197 (gnus-button-alist): Remove CTAN stuff.
10198
10199 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10200
10201 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10202 nnimap-streaming test.
10203
10204 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10205 servers twice.
10206
10207 * nnimap.el (nnimap-open-connection): Add more error reporting when
10208 nnimap fails early.
10209
10210 * nnheader.el (nnheader-get-report-string): New function.
10211 (nnheader-get-report): Use it.
10212
10213 * gnus-int.el (gnus-check-server): Say what the error was when opening
10214 failed.
10215
10216 * nnimap.el (nnimap-wait-for-response): Search further when we're not
10217 using streaming.
10218
10219 2010-09-25 Julien Danjou <julien@danjou.info>
10220
10221 * gnus-html.el (gnus-html-rescale-image): Use our defalias
10222 gnus-window-inside-pixel-edges.
10223
10224 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10225
10226 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10227
10228 * mm-decode.el (mm-save-part): Allow saving to other directories the
10229 normal Emacs way.
10230
10231 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10232 Suggested by Jay Berkenbilt.
10233
10234 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10235 there isn't a single byte.
10236
10237 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10238 just do it. It doesn't really seem to matter what the user responds
10239 here, I think, so it's just a confusing question.
10240
10241 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10242 non-streaming case.
10243
10244 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10245 (gnus-article-encrypt-body): Use it.
10246
10247 * gnus-sum.el (gnus-summary-show-complete-article): New command and
10248 keystroke.
10249
10250 * nnimap.el (nnimap-find-wanted-parts-1):
10251 Use gnus-fetch-partial-articles.
10252
10253 * gnus-art.el (gnus-fetch-partial-articles): New variable.
10254
10255 * nnimap.el (nnimap-insert-partial-structure): New function.
10256 (nnimap-get-partial-article): New function.
10257 (nnimap-request-article): Use it.
10258 (nnimap-wait-for-response): Return whether the wait was successful.
10259 (nnimap-finish-retrieve-group-infos): Don't do anything if the
10260 retrieval wasn't successful.
10261 (nnimap-retrieve-group-data-early): Allow throttling servers.
10262 (nnimap-streaming): New variable.
10263 (nnimap-fetch-partial-articles): Remove.
10264
10265 * mm-decode.el (mm-with-part): Protect against killed buffers.
10266
10267 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10268 for prettier summary display.
10269
10270 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
10271
10272 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10273
10274 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10275
10276 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10277 apparently third-party libraries depend on it.
10278
10279 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10280 before starting negotiation.
10281
10282 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10283 privacy reasons.
10284 (gnus-treat-mail-gravatar): Ditto.
10285
10286 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10287 buffer when inserting images. Inserting text into the headers, for
10288 instance, can make them invalid.
10289
10290 2010-09-25 Julien Danjou <julien@danjou.info>
10291
10292 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10293 variables.
10294
10295 * nnheader.el: Remove useless variables news-reply-yank-from and
10296 news-reply-yank-message-id.
10297
10298 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10299 variables.
10300
10301 * mml1991.el: Remove useless mml1991-verbose.
10302
10303 * gnus.el: Remove useless variable gnus-use-generic-from.
10304 Remove obsolete variable gnus-topic-indentation.
10305
10306 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10307
10308 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10309
10310 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10311
10312 * gnus-group.el: Remove useless gnus-group-icon-cache.
10313 Remove useless gnus-ephemeral-group-server.
10314
10315 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10316
10317 * mml2015.el: Remove useless mml2015-verbose.
10318
10319 * mml-smime.el: Remove useless mml-smime-verbose.
10320
10321 * gnus.el: Remove useless gnus-local-domain.
10322
10323 * gnus-gravatar.el (gnus-gravatar-transform-address):
10324 Use gnus-gravatar-size.
10325
10326 * gnus-art.el: Remove useless gnus-treat-translate.
10327
10328 2010-09-24 Julien Danjou <julien@danjou.info>
10329
10330 * gnus-sum.el: Add support for Gravatars.
10331
10332 * gnus-art.el: Add support for Gravatars.
10333
10334 * gnus-gravatar.el: Add this file.
10335
10336 * gravatar.el: Add this file.
10337
10338 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10339
10340 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10341
10342 * gnus-group.el (gnus-group-fetch-faq): Remove.
10343
10344 * gnus.el (gnus-group-faq-directory): Remove.
10345
10346 * gnus-group.el (gnus-group-fetch-charter): Remove.
10347
10348 * gnus.el (gnus-group-charter-alist): Remove.
10349
10350 * gnus-group.el (gnus-group-archive-directory): Remove.
10351 (gnus-group-recent-archive-directory): Ditto.
10352 (gnus-group-make-archive-group): Remove.
10353
10354 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10355
10356 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10357 use the same article number for all the cached articles.
10358
10359 * nnimap.el (nnimap-command): Register the last command time so
10360 that we can use it for idling NOOPs.
10361 (nnimap-open-connection): Start the keeplive timer.
10362 (nnimap-make-process-buffer): Store all the process buffers.
10363 (nnimap-keepalive): New function.
10364
10365 * starttls.el (starttls-open-stream): Add autoload cookie.
10366
10367 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
10368
10369 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10370 handling.
10371
10372 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10373
10374 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10375 its data structures.
10376
10377 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10378 instead of the cl.el copy-list.
10379 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10380 equalp.
10381
10382 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
10383
10384 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10385 and tool-bar-local-item-from-menu.
10386
10387 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10388 mode-line-highlight face for Emacs.
10389
10390 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10391 loading gnus-sum.elc; fix comment for canlock-verify.
10392 (gnus-article-jump-to-part): Use read-number.
10393 (gnus-insert-mime-button, gnus-insert-mime-security-button):
10394 Remove Emacs pre-21 compatible code for help-echo.
10395 (gnus-article-next-page-1): No need to adjust the number of lines.
10396 (gnus-article-describe-bindings): Always use help-buffer.
10397
10398 * gnus-audio.el (gnus-audio-inline-sound):
10399 * gnus-cus.el (gnus-custom-mode):
10400 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10401
10402 * gnus-sum.el (gnus-remove-overlays): Doc fix.
10403
10404 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10405 compatible code.
10406
10407 2010-09-24 Glenn Morris <rgm@gnu.org>
10408
10409 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10410 visiting the fcc file in rmail-mode.
10411
10412 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
10413
10414 * nnir.el: Silence the byte compiler.
10415
10416 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10417 alias to browse-url-url-encode-chars if any.
10418 (gnus-html-encode-url): Use it.
10419
10420 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10421
10422 * gnus-start.el (gnus-use-backend-marks): New variable.
10423 (gnus-get-unread-articles-in-group): Use it.
10424
10425 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10426 makeover.
10427
10428 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
10429
10430 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10431
10432 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10433
10434 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10435 Remove.
10436 (gnus-setup-news-hook):
10437 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10438
10439 * gnus-int.el (gnus-request-update-info): Protect against backends not
10440 having the function.
10441
10442 * nnimap.el (nnimap-stream): Mention STARTTLS.
10443 (nnimap-open-connection): Add STARTTLS support.
10444
10445 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
10446
10447 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10448
10449 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10450
10451 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10452 BODYSTRUCTUREs.
10453 (nnimap-transform-headers): Unfold quoted {42} headers.
10454
10455 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10456 the info.
10457 (gnus-get-unread-articles): Only call updatep on backends that support
10458 it.
10459
10460 * nnweb.el (nnweb-request-update-info): NOOP.
10461
10462 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10463
10464 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10465 since it only deals with marks.
10466
10467 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10468 gnus-request-marks, and make a new gnus-request-update-info.
10469
10470 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10471 the active instead of the high number, which is usually too low.
10472
10473 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
10474
10475 * encrypt.el: Remove.
10476
10477 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10478
10479 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10480 server in symbolic form.
10481
10482 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10483
10484 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10485
10486 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10487 (nnimap-update-info): Fix up code slightly.
10488
10489 * gnus-int.el (gnus-open-server): Add tracing for performance
10490 debugging.
10491
10492 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10493 (gnus-group-insert-group-line): Pass the real group name so that it
10494 gets the right data.
10495
10496 * gnus-start.el (gnus-get-unread-articles): Don't have
10497 `gnus-get-unread-articles-in-group' update info, since that can be
10498 really slow and doesn't seem to be needed?
10499
10500 2010-09-22 Julien Danjou <julien@danjou.info>
10501
10502 * gnus-group.el (gnus-group-insert-group-line):
10503 Call gnus-group-highlight-line.
10504 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10505 default hook list.
10506 (gnus-group-update-eval-form): Add new function.
10507 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10508 (gnus-group-get-icon): Use gnus-group-update-eval-form.
10509
10510 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10511
10512 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10513 immediate, then expire all articles.
10514 (nnimap-update-info): Fix off-by-one errors.
10515 (nnimap-flags-to-marks): Would return no marks lists for group with no
10516 flags. Instead return the other data.
10517
10518 2010-09-22 Julien Danjou <julien@danjou.info>
10519
10520 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10521 Only return an icon.
10522 (gnus-group-insert-group-line): Compute icon to return.
10523
10524 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10525 (gnus-html-image-fetched): Only cache if
10526 gnus-html-image-automatic-caching is set.
10527 (gnus-html-image-fetched): Check for errors.
10528
10529 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10530
10531 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10532 once per method on `g'. This ensures that backends like nnfolder don't
10533 open all their folders.
10534
10535 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10536 (nnimap-request-list): Nix out group in the correct buffer.
10537 (nnimap-parse-flags): Implement by using `read' instead of
10538 hand-parsing.
10539 (nnimap-flags-to-marks): Pass on permanent-flags.
10540 (nnimap-make-process-buffer): Record the server name.
10541 (nnimap-parse-flags): Fix typo.
10542 (nnimap-request-scan): Run split on the server in general, not just a
10543 single group.
10544
10545 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10546 parameter, and propagate this downwards.
10547
10548 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10549 since EXAMINE changes it on the server.
10550
10551 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10552 this command might take a while.
10553
10554 2010-09-22 Julien Danjou <julien@danjou.info>
10555
10556 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
10557 harmful if you have 2 images side-by-side, they can't be properly
10558 update on text deletion. Using text-property is safer here.
10559 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10560 data.
10561
10562 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10563
10564 * nnimap.el (nnimap-expunge-inbox): Remove.
10565 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10566 (nnimap-expunge): Flip default to t.
10567
10568 * gnus.el (gnus-method-to-server): Don't push things to the cache
10569 unless it's unique.
10570 (gnus-server-to-method): Ditto.
10571
10572 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
10573
10574 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10575
10576 2010-09-22 Julien Danjou <julien@danjou.info>
10577
10578 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10579 get the start of data.
10580 (gnus-html-encode-url): Add this function to encode special chars in
10581 URL.
10582 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10583 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10584
10585 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10586 default.
10587 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10588
10589 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10590 images alt-text.
10591 (gnus-html-put-image): Put alt-text as help-echo.
10592
10593 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
10594
10595 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10596 * mm-util.el (mm-decompress-buffer):
10597 * nnir.el (nnir-run-find-grep):
10598 * pop3.el (pop3-list): Use 3rd arg of split-string.
10599
10600 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10601
10602 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10603 outside the active range. Suggested by Dan Christensen.
10604
10605 * gnus-start.el (gnus-get-unread-articles): Get the extended method
10606 slightly later to avoid double-getting it.
10607
10608 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10609 previous patch.
10610
10611 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10612
10613 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
10614
10615 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10616
10617 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10618
10619 * gnus-int.el (gnus-open-server): Give a better error message in the
10620 "go offline" case.
10621
10622 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10623 marks for nnimap, which is seldom the right thing to do.
10624
10625 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10626 (gnus-same-method-different-name): New function.
10627
10628 * nnimap.el (parse-time): Require.
10629
10630 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10631 method in the presence of many similar methods.
10632
10633 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10634
10635 * nnimap.el (nnimap-find-expired-articles): Don't refer to
10636 nnml-inhibit-expiry.
10637
10638 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10639 find out whether methods are equal.
10640
10641 * nnimap.el (nnimap-find-expired-articles): New function.
10642 (nnimap-process-expiry-targets): New function.
10643 (nnimap-request-move-article): Request the article before looking at
10644 what the Message-ID is. Fix found by Andrew Cohen.
10645 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10646
10647 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10648 for oldness in addition to being a predicate.
10649
10650 * nnimap.el (nnimap-request-group): When we have zero articles, return
10651 the right data to Gnus.
10652 (nnimap-request-expire-articles): Only delete articles immediately if
10653 the target is 'delete.
10654
10655 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10656 method, this would bug out.
10657
10658 * gnus-group.el (gnus-group-expunge-group): Rename from
10659 gnus-group-nnimap-expunge, and implemented as a normal interface
10660 function.
10661
10662 * gnus-int.el (gnus-request-expunge-group): New function.
10663
10664 * nnimap.el (nnimap-request-create-group): Implement.
10665 (nnimap-request-expunge-group): New function.
10666
10667 2010-09-21 Julien Danjou <julien@danjou.info>
10668
10669 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10670 (gnus-html-cache-expired): Add new function.
10671 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10672 wethever we should display image for fetch it.
10673 Compute alt-text earlier to pass it to the fetching function too.
10674 (gnus-html-schedule-image-fetching): Change function argument to only
10675 get one image at a time, not a list.
10676 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10677 cache.
10678 (gnus-html-get-image-data): New function to retrieve image data from
10679 cache.
10680 (gnus-html-put-image): Change buffer argument to use image data rather
10681 than file, and place image above region rather than inserting a new
10682 one. Do not take alt-text as argument, since it's useless now: we place
10683 the image above alt-text.
10684 (gnus-html-prune-cache): Remove.
10685 (gnus-html-show-images): Start to fetch image when we find one, do not
10686 push into a temporary list.
10687 (gnus-html-prefetch-images): Only fetch image if they have expired.
10688 (gnus-html-browse-image): Fix, use 'gnus-image-url.
10689 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10690
10691 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
10692
10693 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10694
10695 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10696
10697 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10698 spec inser "*" if the group isn't active instead of 0.
10699
10700 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10701 opening the server.
10702 (nnimap-request-delete-group): Implement group deletion.
10703 (nnimap-transform-headers): Return the size of the entire message in
10704 the Bytes header, not just the size of the first part.
10705 (nnimap-request-move-article): When moving an article from nnimap,
10706 request the article first so the accepting form has an article to
10707 accept. Reported by Dan Christensen.
10708 (nnimap-command): Make sure that the error message doesn't error out.
10709
10710 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
10711
10712 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10713 we haven't requested anything.
10714
10715 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10716
10717 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10718 "". Fix found by Andrew Cohen.
10719
10720 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10721 instead of -encode-string.
10722
10723 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
10724
10725 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10726
10727 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10728 by mm-subst-char-in-string.
10729
10730 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10731
10732 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10733 waiting for the connection string.
10734
10735 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10736 arriving.
10737
10738 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10739 bogus characters. This allows selecting certain Gmail groups.
10740
10741 * nnimap.el (nnimap-find-wanted-parts-1): New function.
10742 (nnimap-fetch-partial-articles): New variable.
10743 (nnimap-open-connection): When looking for credentials, also use the
10744 nnimap-server-port.
10745 (nnimap-request-article): Return the group/article number, so that Gnus
10746 `^' works as expected.
10747 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10748
10749 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10750 comments.
10751 (gnus-methods-sloppily-equal): New function.
10752 (gnus): When using the development version of Gnus, load the gnus-load
10753 file.
10754
10755 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10756 `gnus-open-server' on each method before trying to scan them etc.
10757 This ensures that all the backend parameters are set correctly.
10758
10759 * nnimap.el (nnimap-authenticator): New variable.
10760 (nnimap-open-connection): Allow anonymous login.
10761 (nnimap-transform-headers): The chars header is called Chars not Bytes.
10762 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10763
10764 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10765 patch, found by Knut Anders Hatlen.
10766
10767 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
10768
10769 * gnus-agent.el (gnus-agent-batch-confirmation)
10770 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10771 to gnus-message.
10772 * gnus-art.el (gnus-article-describe-briefly): Likewise.
10773 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10774 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10775 * gnus-int.el (gnus-open-server): Likewise.
10776 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10777 (gnus-score-check-syntax): Likewise.
10778 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10779 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10780 Likewise.
10781 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10782
10783 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10784
10785 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10786 calling conventions so that prefetch doesn't bug out.
10787
10788 2010-09-19 Julien Danjou <julien@danjou.info>
10789
10790 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10791 rather than `subst-char-in-region' in order to be able to replace ASCII
10792 char by UTF-8 ones.
10793
10794 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10795 than curl.
10796 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10797 the right URL and ALT text on images.
10798 (gnus-html-wash-tags): Fix tag case.
10799 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
10800 (gnus-article-html): Add -o display_ins_del=2 option.
10801 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10802
10803 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10804
10805 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10806 the extra mail headers, which sometimes seem to happen for unknown
10807 reasons.
10808
10809 * mail-parse.el (mail-header-encode-parameter): Define as
10810 rfc2045-encode-string instead of as rfc2231-encode-string, since some
10811 (or most, perhaps?) mail readers don't understand the latter, but do
10812 understand the former.
10813
10814 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10815 to nil, so that no methods are automatically agentized. I think this
10816 is probably what most users want.
10817
10818 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10819 from url-retrieve, for instance about invalid URLs.
10820
10821 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10822 groups that have no articles.
10823 (nnimap-request-article): Check that we really got an article when we
10824 requested one.
10825
10826 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10827 doesn't exist.
10828
10829 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10830 nntp buffer so the agent can save it.
10831 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10832 that CRLF doesn't get translated to \n.
10833 (nnimap-open-connection): Don't make 'shell commands only send \n.
10834
10835 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10836
10837 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10838 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10839 Update var name.
10840 (nnml-generate-nov-file): Use dolist.
10841 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10842 Use with-current-buffer.
10843
10844 2010-09-18 Julien Danjou <julien@danjou.info>
10845
10846 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10847 parallel.
10848
10849 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10850
10851 * nnimap.el (nnimap-update-info): When doing partial marks update, get
10852 the range update right.
10853 (nnimap-request-group): Don't make `M-g' bug out on group with no
10854 marks.
10855 (nnoo): Require, so that other packages can require nnimap.
10856 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10857 command we're looking for. This helps when the server sends more
10858 responses after we've gotten everything we expected.
10859 (nnimap): Add a `newlinep' field to keep track of end-of-line
10860 conventions.
10861 Don't send CRLF to things that don't want it.
10862 (nnimap-request-accept-article): Ditto.
10863
10864 2010-09-18 Julien Danjou <julien@danjou.info>
10865
10866 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10867 than curl to retrieve images.
10868
10869 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10870
10871 * nnimap.el (nnimap-update-info): Extend the info so that we can set
10872 the marks.
10873 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10874 (nnimap-wait-for-connection): New function.
10875 (nnimap-open-connection): If we have PREAUTH, don't query for login
10876 credentials.
10877 (nnimap-update-info): Fix off-by-one error when concatenating ranges
10878 when doing a partial update.
10879
10880 2010-09-18 Julien Danjou <julien@danjou.info>
10881
10882 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10883 tags.
10884
10885 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10886
10887 * nnimap.el (nnimap-credentials): New function.
10888 (nnimap-open-connection): Use the new function to look for credentials
10889 also on the numeric equivalents of "imap" and "imaps".
10890
10891 * gnus-start.el (gnus-activate-group): Send the info to
10892 gnus-request-group.
10893
10894 * nnimap.el (nnimap-request-group): Have the "check" version of the
10895 function parse flags and update the info, so that a `M-g' get a total
10896 resync of all flags from the group.
10897
10898 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10899 to allow backends to alter the info on group selection. Also alter all
10900 the backend -request-group functions to take the parameter.
10901
10902 * nnimap.el (nnimap-store-info): New function.
10903 (nnimap-update-info): Store the info for later usage.
10904 (nnimap-request-group): Use the stored info for the dont-check case, so
10905 that we don't retrieve all marks when we enter a group.
10906
10907 * nnimap.el: Use deffoo instead of defun for interface functions.
10908
10909 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10910 update the group info. This makes the nndraft groups, for instance, go
10911 back to their old behavior.
10912
10913 * gnus-sum.el (gnus-select-newsgroup): Indent.
10914
10915 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10916 in.
10917 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10918 nothing.
10919
10920 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10921 from methods that are denied.
10922
10923 * gnus-int.el (gnus-method-denied-p): New function.
10924
10925 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10926 store the password instead of netrc.
10927 (nnimap-open-connection): Don't error out when we can't make a
10928 connections.
10929
10930 * auth-source.el (auth-source-create): In the password prompt, say what
10931 we're querying for. Also prompt for user name if that hasn't been
10932 given.
10933
10934 * nnimap.el (nnimap-with-process-buffer): Remove.
10935
10936 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10937
10938 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10939 method when we're reading from the agent.
10940
10941 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10942
10943 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10944 that's probably most useful for users.
10945
10946 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10947 "failed" all the time.
10948
10949 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10950 ...)) with (with-current-buffer ...).
10951
10952 * nntp.el (nntp-open-server): Return whether the open was successful or
10953 not.
10954
10955 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10956 select an unread unseen article first.
10957
10958 * nnimap.el (nnimap-open-connection): If the user doesn't have a
10959 /etc/services, supply some sensible port defaults.
10960
10961 2010-09-17 Julien Danjou <julien@danjou.info>
10962
10963 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10964
10965 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
10966
10967 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10968 doesn't have any parameters.
10969
10970 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10971
10972 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10973 only upcased checks.
10974
10975 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10976
10977 * nnimap.el (nnimap-open-shell-stream): New function.
10978 (nnimap-open-connection): Use it.
10979 (nnimap-transform-headers): Get the number of lines in each message.
10980 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10981 number of lines.
10982 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
10983 problem.
10984
10985 * utf7.el (utf7-encode): Autoload.
10986
10987 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10988 to allow the mail splitting to not return a default group. This is
10989 useful for nnimap, which will leave unmatched mail in the inbox.
10990
10991 * nnimap.el: Rewritten.
10992
10993 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10994 nnimap usage.
10995
10996 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10997 if the move is internal, so that nnimap can do fast internal moves.
10998
10999 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11000 data.
11001 (gnus-read-active-for-groups): Support finishing the early retrieval of
11002 data.
11003
11004 * gnus-range.el (gnus-range-nconcat): New function.
11005
11006 * gnus-int.el (gnus-finish-retrieve-group-infos)
11007 (gnus-retrieve-group-data-early): New functions.
11008
11009 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
11010
11011 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11012 (nnrss-retrieve-groups):
11013 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11014 (pop3-quit): Use with-current-buffer.
11015
11016 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
11017
11018 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11019 instead of nnheader-accept-process-output.
11020
11021 * gnus-html.el (gnus-html-schedule-image-fetching)
11022 (gnus-html-prefetch-images): Replace process-kill-without-query by
11023 gnus-set-process-query-on-exit-flag.
11024
11025 2010-09-16 Romain Francoise <romain@orebokech.com>
11026
11027 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11028
11029 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11030
11031 * gnus-registry.el (gnus-registry-install-shortcuts): The second
11032 parameter to unintern is mandatory-ish in Emacs 24.
11033
11034 * gnus-html.el (gnus-html-schedule-image-fetching)
11035 (gnus-html-prefetch-images): Check for curl before using it.
11036
11037 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11038 depend on curl, which isn't essential.
11039
11040 * imap.el: Revert back to version
11041 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11042 seem problematic.
11043
11044 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
11045
11046 * gnus-registry.el (gnus-registry-install-shortcuts):
11047 Explicitly pass `obarray' to `unintern' to avoid a warning.
11048
11049 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11050
11051 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11052 change.
11053
11054 * nnrss.el (nnrss-request-list): Remove this function and related
11055 functions, including the moreover stuff.
11056
11057 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11058
11059 * nnrss.el (nnrss-retrieve-groups): New function.
11060
11061 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
11062
11063 * .dir-locals.el: Add no-byte-compile cookie.
11064
11065 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
11066
11067 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11068 for back end that doesn't support request-scan.
11069
11070 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11071
11072 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11073 then do request scans from the backends.
11074
11075 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11076 avoid running a hook per line, since this takes a lot of time,
11077 profiling shows.
11078 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11079 directly if gnus-visual-p is true.
11080
11081 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
11082
11083 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11084 groups; replace mapcar with dolist which is a bit faster; pass groups
11085 info to gnus-read-active-file-1.
11086 (gnus-read-active-file-1): Scan only specified groups if the new
11087 optional arg `infos' is given.
11088
11089 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
11090
11091 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11092
11093 * pop3.el (pop3-movemail): Remove.
11094 (pop3-streaming-movemail): Rename to pop3-movemail.
11095
11096 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11097 don't restrict end-tag searches to the end of the line.
11098
11099 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11100
11101 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11102 articles of every unchecked group to t, which means unknown since the
11103 server has never been opened.
11104
11105 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11106
11107 * gnus-html.el (gnus-html-show-alt-text): New command.
11108 (gnus-html-browse-image): Ditto.
11109 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11110 to browse the image directly.
11111 (gnus-html-wash-tags): Search for images first, so that <a><img> works
11112 better.
11113
11114 * gnus-async.el (gnus-async-article-callback):
11115 Call `gnus-html-prefetch-images' unconditionally.
11116
11117 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11118 before feeding URLs to curl.
11119
11120 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
11121
11122 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11123 internal images as deletable by `W D D'.
11124
11125 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11126 (gnus-async-article-callback): Fix typo.
11127
11128 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11129
11130 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11131 current line to work around bugs in the output from w3m.
11132
11133 * gnus-async.el (gnus-async-article-callback): Always prefetch images
11134 for groups that want that.
11135
11136 * nntp.el (nntp-wait-for-string): Supply a timeout for
11137 accept-process-output to ensure progress.
11138
11139 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11140 level to get unread articles from, then use that for foreign groups,
11141 too.
11142
11143 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11144 confuses the rest of the function.
11145
11146 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11147 for the methods that support -retrieve-groups, too.
11148
11149 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11150
11151 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
11152
11153 * pop3.el: Require cl when compiling.
11154 (pop3-number-of-responses): Search for "+OK", not "+OK ".
11155
11156 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
11157
11158 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11159 that aren't going to be activated.
11160 (gnus-get-unread-articles): Fix up the last commit.
11161
11162 * gnus-html.el (gnus-article-html): Allow calling without specifying
11163 the handle. In that case, dissect the buffer first.
11164
11165 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11166
11167 * nnimap.el (nnimap-open-connection): Revert the change that would look
11168 into authinfo for imaps instead of imap.
11169
11170 * gnus-start.el (gnus-activate-group): Take an optional parameter to
11171 say that you don't want to call gnus-request-group with don-check, but
11172 do check the response. This is for virtual groups only.
11173 (gnus-get-unread-articles): Count the archive groups as secondary, so
11174 that they're activated the same way as before.
11175
11176 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11177 case-insensitively.
11178 (nnimap-debug): Remove.
11179
11180 * mail-source.el (mail-source-fetch): Don't message if we're fetching
11181 mail from a file, and the file doesn't exist.
11182
11183 * pop3.el (pop3-streaming-movemail): Return t for success.
11184
11185 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11186 .authinfo if we're using ssl connection.
11187
11188 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11189 already have if we're in a main Gnus `g' run.
11190
11191 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11192
11193 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
11194
11195 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11196
11197 * nnmh.el (nnmh-request-list-1): Bind `file'.
11198
11199 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11200 alias to set-process-query-on-exit-flag or process-kill-without-query.
11201 (pop3-open-server): Use it.
11202
11203 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11204
11205 * mail-source.el (mail-source-delete-crash-box): Always move the crash
11206 box to the Incoming file. Fixes mistake in previous checkin.
11207
11208 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11209 request loop (for debugging purposes) removed.
11210
11211 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11212 culprit is more visible.
11213 (nnml-save-incremental-nov, nnml-open-incremental-nov)
11214 (nnml-add-incremental-nov): New functions to do "incremental" nov
11215 updates, where we just append to the end of the existing nov files
11216 without reading/writing them in full.
11217
11218 * mail-source.el (mail-source-delete-crash-box): Really only check the
11219 incoming files once in a while.
11220
11221 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11222
11223 * mail-source.el (mail-source-delete-crash-box): Only check the
11224 incoming files for deletion once per day to save a lot of file
11225 accesses.
11226
11227 * pop3.el (pop3-logon): Fix up unbound variable typo.
11228
11229 * mail-source.el (pop3-streaming-movemail): Autoload.
11230
11231 * pop3.el (pop3-streaming-movemail):
11232 Respect pop3-leave-mail-on-server.
11233
11234 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11235 retrieval.
11236
11237 * pop3.el (pop3-process-filter): Remove unused function.
11238 (pop3-streaming-movemail, pop3-send-streaming-command)
11239 (pop3-wait-for-messages, pop3-write-to-file)
11240 (pop3-number-of-responses): New functions for streaming pop3
11241 retrieval.
11242
11243 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11244 come from no known methods.
11245 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11246 list.
11247
11248 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11249 message sizes.
11250 (pop3-movemail): Use erase-buffer instead of looping and deleting
11251 regions, which seems rather odd.
11252
11253 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11254 file once per `g' run.
11255
11256 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11257 directories. This makes the draft queue directory work.
11258
11259 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11260 data from the backends, so that we only request the list of groups from
11261 each method once. This should speed things up considerably.
11262
11263 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11264 detect that it's not implemented.
11265
11266 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11267 we actually do recurse down into the tree, but don't stat all leaf
11268 nodes.
11269
11270 * gnus-html.el (gnus-html-show-images): If there are no images to show,
11271 then say so instead of bugging out.
11272
11273 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11274 files exist before trying to read them.
11275
11276 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11277 around <pre_int>.
11278
11279 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11280
11281 * nnmh.el (nnmh-request-list-1): Optimize for speed.
11282
11283 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11284
11285 * mm-util.el (mm-image-load-path): Just return the image directories,
11286 not all directories in the path in addition to the image directories.
11287 (mm-image-load-path): Maintain a cache of the image directories so that
11288 the `g' command in Gnus doesn't have to stat dozens of directories each
11289 time.
11290
11291 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11292 (gnus-html-wash-tags): Add a new `i' command to insert images.
11293 (gnus-html-insert-image): New command and keystroke.
11294 (gnus-html-redisplay-with-images): New command and keystroke.
11295 (gnus-html-show-images): Rename command.
11296 (gnus-html-wash-tags): Remove more white space before <pre_int> image
11297 spacers.
11298 (gnus-html-wash-tags): Decode entities at the end, so that entities
11299 inside the tags don't mess up the rest of the "parsing".
11300
11301 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11302 so that nnimap methods aren't agentized by default. There's apparently
11303 many problems related to agent/imap behavior.
11304
11305 * gnus-art.el (gnus-article-copy-string): New command and key binding.
11306
11307 * gnus-html.el: Doc fix.
11308
11309 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
11310
11311 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11312 glyph-width and glyph-height instead of display-graphic-p and
11313 image-size; make avoidance of displaying small images work for XEmacs.
11314
11315 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11316 for XEmacs.
11317
11318 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11319 of symbol that holds plist data.
11320 (gnus-process-plist): Remove plist of process after getting it.
11321
11322 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11323
11324 * message.el (message-generate-hashcash): Change default to
11325 'opportunistic if hashcash is installed.
11326
11327 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11328 (gnus-html-put-image): Only call image-size once, since it's somewhat
11329 time-consuming on remote X servers.
11330
11331 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
11332
11333 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11334 decoded contents.
11335 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11336
11337 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11338
11339 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11340 group line format, since it isn't very interesting.
11341
11342 * gnus-agent.el (gnus-agent-short-article),
11343 (gnus-agent-long-article): Increase values for these two variables,
11344 since most people are likely to have more network connection and
11345 storage than before.
11346
11347 * gnus.el (gnus-refer-article-method): Change default to 'current.
11348 When referring an article, the common behavior is to refer it from the
11349 current select method, not the native select method. The chances of
11350 the native select method having the message in question is rather slim
11351 these days.
11352
11353 * gnus-sum.el (gnus-auto-select-subject): Change default to
11354 `unseen-or-unread'. I think it's likely that most people want to
11355 select an unseen article over a previously seen, but unread one.
11356
11357 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
11358 means that in the article buffer none of the minor mode elements will
11359 be shown, usually, and this is not desirable in most cases.
11360
11361 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11362 that commands like `d' (and the like) go to the next line in the
11363 buffer, instead of the next unread article. I think this is the
11364 behavior that is most natural for most users.
11365 (gnus-single-article-buffer): Change default to nil, so that people can
11366 have as many article buffers open as they have summary buffer. I think
11367 this is the most natural way for the groups to behave.
11368
11369 * message.el (message-generate-new-buffers): Change default to
11370 `unsent', so that all new message buffers start their names with the
11371 string "*unsent", and it's easier to find the buffers if you move from
11372 them.
11373
11374 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11375
11376 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11377 small. They're probably tracking images.
11378 (gnus-html-wash-tags): Remove all <pre_int> place holders.
11379 (gnus-html-rescale-image): Yet another try at getting the image sizing
11380 right.
11381
11382 * nntp.el (nntp-request-set-mark): Refuse to do marks if
11383 nntp-marks-file-name is nil.
11384
11385 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
11386
11387 * gnus-html.el (gnus-html-wash-tags)
11388 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11389 Better logging.
11390
11391 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11392
11393 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11394
11395 * gnus-html.el (gnus-html-wash-tags): Check the value of
11396 gnus-blocked-images in the summary buffer.
11397
11398 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
11399
11400 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11401
11402 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11403
11404 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11405 like "a", it seems like.
11406 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11407 since it needs to be picked from the correct buffer.
11408
11409 * nnwfm.el: Remove.
11410
11411 * nnlistserv.el: Remove.
11412
11413 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
11414
11415 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11416 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11417
11418 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11419
11420 * nnkiboze.el: Remove.
11421
11422 * nndb.el: Remove.
11423
11424 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11425 alt text.
11426 (gnus-html-rescale-image): Try to get the rescaling logic right for
11427 images that are just wide and not tall.
11428
11429 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11430 overshadow variable bindings.
11431
11432 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
11433
11434 * gnus-html.el (gnus-html-wash-tags)
11435 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11436 Add extra logging.
11437
11438 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11439
11440 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11441 (gnus-max-image-proportion): New variable.
11442 (gnus-html-rescale-image): New function.
11443 (gnus-html-put-image): Rescale images.
11444
11445 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11446
11447 Fix up some byte-compiler warnings.
11448 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11449 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11450 (gnus-article-fill-cited-article, gnus-article-hide-citation)
11451 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11452 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11453 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11454 (gnus-group-update-group): Use save-excursion and with-current-buffer.
11455
11456 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11457
11458 * gnus-html.el (gnus-article-html): Decode contents by charset.
11459
11460 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11461
11462 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11463 (gnus-html-frame-width, gnus-blocked-images):
11464 * message.el (message-prune-recipient-rules): Add custom version.
11465 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11466
11467 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11468 functions.
11469
11470 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11471 gnus-process-get.
11472
11473 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
11474
11475 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11476 instead of lsub directly.
11477
11478 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11479
11480 * nnwarchive.el: Remove.
11481
11482 * gnus-soup.el: Remove.
11483
11484 * nnsoup.el: Remove.
11485
11486 * nnultimate.el: Remove.
11487
11488 * gnus-html.el (gnus-blocked-images): New variable.
11489
11490 * message.el (message-prune-recipients): New function.
11491 (message-prune-recipient-rules): New variable.
11492
11493 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11494 guess whether a long line is natural text or not.
11495
11496 * gnus-html.el (gnus-html-schedule-image-fetching):
11497 Use gnus-process-plist and friends for compatibility.
11498
11499 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
11500
11501 * gnus-html.el: Require packages that define macros used in this file.
11502 (gnus-article-mouse-face): Declare to silence byte-compiler.
11503 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11504 process-get.
11505 (gnus-html-put-image): Use plist-get to avoid getf.
11506 (gnus-html-prefetch-images): Use with-current-buffer.
11507
11508 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
11509
11510 * gnus-ems.el: Provide compatibility functions for
11511 gnus-set-process-plist.
11512
11513 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11514 * gnus.el (gnus-valid-select-methods):
11515 * message.el (message-send-mail-partially-limit):
11516 * mm-decode.el (mm-text-html-renderer):
11517 * mml.el (mml-insert-mime-headers-always):
11518 * smiley.el (smiley-regexp-alist): Bump custom version.
11519
11520 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11521
11522 * gnus-html.el: Require mm-url.
11523 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11524 with the url to `url'.
11525 (gnus-html-wash-tags): Support cid: URLs/images.
11526
11527 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11528
11529 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11530 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11531 bindings, as they aren't useful at all. `w' is moved to `W w'.
11532
11533 * gnus-move.el: Remove file, since it doesn't really work.
11534
11535 * gnus-html.el (gnus-article-html): Tell w3m that the input is
11536 UTF-8. This seems to fix problems with some German web feeds.
11537
11538 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11539 at the top so that the proper colors are applied.
11540
11541 * gnus-art.el (gnus-article-view-part): Doc fix.
11542
11543 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11544 XEmacs-compatible.
11545 (gnus-html-put-image): Don't do images on non-graphic displays.
11546
11547 * nnslashdot.el: Remove this unused backend.
11548
11549 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11550 actions.
11551 (gnus-undo-register-1): Revert last change.
11552
11553 * gnus-group.el (gnus-group-completing-read): Protect against not
11554 having completion-styles bound.
11555
11556 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11557 make broken recipients happier.
11558
11559 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11560
11561 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11562 point parameter.
11563
11564 * gnus-group.el (gnus-group-completing-read): Add 'substring to
11565 completion-styles for group selection.
11566
11567 2009-02-04 Andreas Schwab <schwab@suse.de>
11568
11569 * gnus-score.el (gnus-score-string): Fix regex for matching extra
11570 headers and regexp-quote the match if necessary.
11571
11572 2009-03-24 Miles Bader <miles@gnu.org>
11573
11574 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11575 the blinking smiley.
11576
11577 2009-03-24 Simon Josefsson <simon@josefsson.org>
11578
11579 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11580 blink smiley.
11581
11582 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11583
11584 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11585 where the dribbel file lives exists.
11586
11587 * message.el (message-send-mail-partially-limit): Change the default to
11588 nil, since most people don't want this.
11589
11590 * mm-url.el (mm-url-decode-entities): Also decode entities like
11591 &#x3212.
11592
11593 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
11594
11595 * gnus-sum.el (gnus-summary-idna-message):
11596 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11597 Hyperlink urls in docstrings with URL `...'.
11598
11599 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
11600
11601 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11602 functions.
11603
11604 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11605
11606 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11607 say what the mouseover text should be.
11608
11609 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11610 version of the mm-w3m-safe-url-regexp variable to only download images
11611 in the groups where we want that to happen.
11612
11613 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11614
11615 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11616 easier debugging.
11617 (gnus-article-beginning-of-window): Add kludge to allow spacing past
11618 big pictures in the article buffer.
11619
11620 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11621 gnus-article-html.
11622 (mm-text-html-renderer): gnus-article-html needs curl in addition to
11623 w3m.
11624
11625 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11626
11627 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
11628
11629 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11630 which doesn't exist.
11631
11632 * message.el (message-inhibit-ecomplete): New variable to allow some
11633 function to inhibit ecomplete address storage.
11634 (message-resend): Disable ecomplete message storage when resending
11635 messages.
11636
11637 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11638
11639 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
11640
11641 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11642 Save excursion while copying, moving, and deleting articles in order to
11643 prevent the cursor from jumping to unforeseen place.
11644
11645 2010-08-17 Glenn Morris <rgm@gnu.org>
11646
11647 * gnus-sync.el: Require gnus components whose functions are used.
11648
11649 * gnus-art.el (bookmark-make-record-function):
11650 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11651 Declare for compiler.
11652
11653 * mm-url.el (mml-compute-boundary): Autoload.
11654
11655 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
11656
11657 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11658
11659 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
11660
11661 Typo fix "hoo4a" -> "hook".
11662
11663 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11664
11665 2010-08-14 Glenn Morris <rgm@gnu.org>
11666
11667 * gnus-sync.el (gnus-sync): Fix defgroup version.
11668
11669 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
11670
11671 Doc fixes and keep unknown groups (ammended for nunion bug fix).
11672
11673 * gnus-sync.el: Fix docs.
11674 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11675 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11676
11677 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11678
11679 Optimizations for gnus-sync.el.
11680
11681 * gnus-sync.el: Add docs about gnus-sync-backend
11682 possibilities.
11683 (gnus-sync-save): Remove unnecessary message.
11684 (gnus-sync-read): Optimize and show what groups were skipped.
11685
11686 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11687
11688 Minor bug fixes for gnus-sync.el.
11689
11690 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11691 Don't read the sync on get-new-news.
11692
11693 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11694 quiet.
11695
11696 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11697 (fix typo).
11698
11699 2010-07-30 Lawrence Mitchell <wence@gmx.li>
11700
11701 Make saving and restoring of hidden threads work with overlays.
11702 Patch applied by Ted Zlatanov.
11703
11704 * gnus-sum.el (gnus-hidden-threads-configuration)
11705 (gnus-restore-hidden-threads-configuration): Update to deal with text
11706 properties, rather than searching for a magic character.
11707
11708 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11709
11710 New gnus-sync.el library for synchronization of marks.
11711
11712 * gnus-sync.el: New library for synchronization of marks.
11713
11714 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11715 renamed from `gnus-registry-grep-in-list'.
11716
11717 * gnus-registry.el (gnus-registry-follow-group-p):
11718 Use `gnus-grep-in-list'.
11719
11720 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11721
11722 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
11723
11724 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11725 determining charset of text fails.
11726
11727 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
11728
11729 * nnmail.el (nnmail-get-new-mail-1): Revert.
11730
11731 * nnml.el (nnml-active-number): Make sure names of newly created groups
11732 in nnml-group-alist are encoded.
11733
11734 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
11735
11736 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11737 containing non-ASCII characters in active file for nnml back end.
11738
11739 2010-07-24 David Engster <dengste@eml.cc>
11740
11741 * mml-smime.el (mml-smime-epg-verify): Also accept the older
11742 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11743
11744 2010-07-21 Daiki Ueno <ueno@unixuser.org>
11745
11746 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11747 tag (Bug#6654).
11748
11749 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
11750
11751 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11752 the article buffer, not the summary buffer.
11753
11754 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
11755
11756 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11757 Emacs 23 as well.
11758
11759 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11760
11761 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11762 Patch applied by Karl Fogel.
11763
11764 * gnus-sum.el (gnus-summary-bookmark-make-record):
11765 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11766
11767 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11768
11769 Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
11770 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
11771 C-w still not working correctly from Article buffers; Thierry's
11772 patch to fix that will be applied after this.
11773
11774 * gnus-art.el (bookmark-make-record-function): New local variable.
11775
11776 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11777 article buffer.
11778 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11779
11780 2010-07-13 Karl Fogel <kfogel@red-bean.com>
11781
11782 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11783 on changes in bookmark.el.
11784
11785 2010-06-22 Mark A. Hershberger <mah@everybody.org>
11786
11787 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11788 the *other* type of HTML form submission.
11789
11790 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
11791
11792 * auth-source.el (auth-source-pick): If choice does not contain a
11793 questioned keyword, set the check to t.
11794
11795 2010-06-12 Romain Francoise <romain@orebokech.com>
11796
11797 * gnus-util.el (gnus-date-get-time): Move up before first use.
11798
11799 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
11800
11801 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11802 (gnus-article-edit-part): Bind it to make last part that is substituted
11803 or deleted visible.
11804 (gnus-mime-display-single): Buttonize part of which id equals to
11805 gnus-mime-buttonized-part-id.
11806
11807 2010-06-10 Dan Christensen <jdc@uwo.ca>
11808
11809 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11810 (gnus-dd-mmm): Use gnus-date-get-time.
11811 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11812 simplify logic.
11813 (gnus-summary-limit-to-age): Use gnus-date-get-time.
11814 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11815
11816 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
11817
11818 * auth-source.el (top): Autoload `secrets-list-collections',
11819 `secrets-create-item', `secrets-delete-item'.
11820 (auth-sources): Fix tag string.
11821 (auth-get-source, auth-source-retrieve, auth-source-create)
11822 (auth-source-delete): New defuns.
11823 (auth-source-pick): Rewrite in order to avoid 2 passes.
11824 (auth-source-forget-user-or-password): New parameter USERNAME.
11825 (auth-source-user-or-password): New parameters CREATE-MISSING and
11826 DELETE-EXISTING. Retrieve password interactively, if needed.
11827
11828 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
11829
11830 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11831 deleting unused directories when gnus-expert-user is t.
11832
11833 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
11834
11835 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11836 for each temp file when gnus-article-browse-delete-temp is ask.
11837
11838 2010-05-20 Kevin Ryde <user42@zip.com.au>
11839
11840 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
11841
11842 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
11843
11844 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11845 article unless decoding article to be saved.
11846
11847 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
11848
11849 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11850 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11851 generated within the mm-with-unibyte-current-buffer macro.
11852
11853 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
11854
11855 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11856 to nil when we're in a mml-preview buffer and no group is selected.
11857
11858 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
11859
11860 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11861 when catching the `C-g'. Reported by "Leo".
11862
11863 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
11864
11865 * message.el (message-forward-make-body-plain)
11866 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11867 multibyte-string-p.
11868
11869 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
11870
11871 * message.el (message-forward-make-body-mml): Assume original message
11872 is multibyte string; error on unibyte.
11873 (message-forward-make-body-plain): Ditto; don't add excessive newline
11874 in body end.
11875
11876 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
11877
11878 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11879 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
11880
11881 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
11882
11883 * mm-extern.el (mm-extern-url): Don't use
11884 mm-with-unibyte-current-buffer.
11885 (mm-extern-cache-contents): Use with-current-buffer instead of
11886 save-excursion + set-buffer.
11887
11888 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11889
11890 * mm-util.el (mm-emacs-mule): Remove.
11891
11892 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
11893
11894 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11895 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11896 change.
11897
11898 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11899
11900 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11901 bind the default value of enable-multibyte-characters to nil.
11902
11903 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11904
11905 * message.el (message-forward-make-body-plain)
11906 (message-forward-make-body-mml):
11907 Don't use mm-with-unibyte-current-buffer.
11908
11909 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
11910
11911 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11912 (Bug#5592).
11913
11914 2010-05-07 Julien Danjou <julien@danjou.info>
11915
11916 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11917 it to mm-pipe-part.
11918
11919 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11920 it is given.
11921
11922 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11923
11924 * nnweb.el (nnweb-gmane-search):
11925 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11926 XEmacs.
11927
11928 * gnus-art.el (gnus-article-browse-html-parts):
11929 * gnus-group.el (gnus-read-ephemeral-gmane-group)
11930 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11931 make-temp-file.
11932
11933 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11934 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11935 compiling.
11936
11937 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11938 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11939 XEmacs when compiling.
11940
11941 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11942 gnus-pick-mode-off-hook for XEmacs when compiling.
11943 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11944 gnus-binary-mode-off-hook for XEmacs when compiling.
11945
11946 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11947 Return nil if char-charset is not available.
11948
11949 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
11950 macro.
11951
11952 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11953 instead of encode-coding-string.
11954
11955 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11956 'xemacs) instead of mm-emacs-mule to switch function definitions.
11957 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11958
11959 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
11960
11961 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11962
11963 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
11964
11965 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11966 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11967
11968 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
11969
11970 * mm-util.el (mm-decompress-buffer): Use `delete-file';
11971 alias `jka-compr-delete-temp-file' no longer exists.
11972
11973 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11974
11975 Use define-minor-mode in Gnus where applicable.
11976 * mml.el (mml-mode): Use define-minor-mode.
11977 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11978 (gnus-undo-mode): Use define-minor-mode.
11979 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11980 (gnus-dead-summary-mode): Use define-minor-mode.
11981 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11982 Initialize in declaration.
11983 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11984 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11985 (gnus-mailing-list-mode): Use define-minor-mode.
11986 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11987 (gnus-draft-mode): Use define-minor-mode.
11988 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11989 (gnus-dired-mode): Use define-minor-mode.
11990
11991 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
11992
11993 * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
11994 handles on recursive mml-to-mime translation and check them for
11995 boundary delimiter collisions. Reported by Greg Troxel.
11996
11997 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
11998
11999 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12000
12001 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12002
12003 * mm-util.el (mm-find-buffer-file-coding-system):
12004 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12005
12006 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
12007
12008 * message.el (message-generate-headers): Record insertion of optional
12009 headers as well. Otherwise the check to prevent repeated insertion of
12010 optional headers is a no-op.
12011
12012 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
12013
12014 * smime.el: Don't mention CVS.
12015
12016 * nnrss.el (nnrss-fetch): Don't mention CVS.
12017
12018 * nnir.el: Don't mention CVS.
12019
12020 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12021
12022 * gnus-sum.el (gnus-summary-bookmark-make-record):
12023 Add `location' field.
12024
12025 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12026
12027 * gnus-sum.el: Add bookmark declarations to silence the compiler.
12028 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12029 Use with-current-buffer to silence the byte-compiler.
12030 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12031 bother to require `gnus'.
12032 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
12033
12034 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12035
12036 * gnus-sum.el (gnus-summary-bookmark-make-record)
12037 (gnus-summary-bookmark-jump): New functions.
12038 (gnus-summary-mode): Setup bookmark support.
12039
12040 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
12041
12042 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12043 if set.
12044
12045 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
12046
12047 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12048 gnus-article-browse-html-save-cid-image; make it work recursively for
12049 forwarded messages as well.
12050 (gnus-article-browse-html-parts): Work when prefix arg is given.
12051 (gnus-article-browse-html-article): Doc fix.
12052
12053 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
12054
12055 * message.el (message-default-mail-headers)
12056 (message-default-headers): Carry the value mail-default-headers over
12057 into message-default-mail-headers, rather than message-default-headers.
12058
12059 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
12060
12061 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12062 charset.
12063
12064 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12065 charset into the <meta> tag when the article is encoded to utf-8.
12066
12067 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
12068
12069 * gnus-art.el (gnus-article-browse-delete-temp-files):
12070 Delete directories as well.
12071 (gnus-article-browse-html-parts): Work for images that do not specify
12072 file names; delete temp directory when quitting; insert header at the
12073 right place; use file: scheme for image files.
12074
12075 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
12076
12077 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12078 (gnus-article-browse-html-parts): Use it to make temporary cid image
12079 files in addition to html file so that browser may display them.
12080
12081 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
12082
12083 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12084
12085 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
12086
12087 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12088
12089 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
12090
12091 * auth-source.el (auth-sources): Change default to be simpler.
12092 Explain about Secret Service API sources. Improve Customize options.
12093 (auth-source-pick): Change to accept any number of search parameters.
12094 Implement fallbacks iteratively, not recursively. Add scoring on the
12095 second pass and sort by score. Call Secret Service API when needed.
12096 (auth-source-user-or-password): Use it. Call Secret Service API
12097 directly when needed to get the user name and the password.
12098
12099 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12100
12101 * message.el (message-interactive): Doc fix.
12102 (message-qmail-inject-args): Reflow.
12103 (message-kill-to-signature): Fix typo in docstring.
12104
12105 * smiley.el (smiley-buffer): Fix typo in docstring.
12106
12107 2010-03-24 Glenn Morris <rgm@gnu.org>
12108
12109 * mail-source.el (gnus-message): Declare.
12110 (mail-source-delete-old-incoming): Require gnus-util.
12111
12112 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
12113
12114 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12115
12116 * message.el (ecomplete-setup): Autoload it for Emacs <23.
12117
12118 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12119 password-cache's default if it is not bound.
12120 (mml-secure-passphrase-cache-expiry): Default to 16 that is
12121 password-cache-expiry's default if it is not bound.
12122
12123 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12124 available in Emacs 21.
12125
12126 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
12127
12128 * auth-source.el (auth-sources): Fix up definition so extra parameters
12129 are always inline.
12130
12131 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
12132
12133 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12134 wasn't updated after mismatch. Clear cached mailbox info correctly
12135 when uidvalidity changes.
12136 (nnimap-group-prefixed-name): New function to avoid some code
12137 duplication.
12138 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12139 (nnimap-request-group): Use it.
12140 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12141 (nnimap-update-unseen): Significantly improved speed of Gnus startup
12142 with many imap folders. This is done by caching the group status from
12143 the imap server persistently in a group parameter `imap-status'. (This
12144 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12145 but not persistently, so every Gnus startup was still very slow.)
12146
12147 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12148
12149 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
12150 secrets.el dependency.
12151 (auth-sources): Add optional user name. Add secrets.el configuration
12152 choice (unused right now).
12153
12154 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12155
12156 * gnus-sum.el (gnus-summary-make-menu-bar):
12157 Let `gnus-registry-install-shortcuts' fill in the functions.
12158
12159 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12160 warnings.
12161 (gnus-registry-misc-menus): Variable to hold registry mark menus.
12162 (gnus-registry-install-shortcuts): Populate and use it in a
12163 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12164
12165 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
12166
12167 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12168 In-place substitutions for the group name encoding/decoding.
12169 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12170 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12171 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12172 (nnimap-update-unseen, nnimap-request-list)
12173 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12174 (nnimap-request-set-mark, nnimap-split-to-groups)
12175 (nnimap-split-articles, nnimap-request-newgroups)
12176 (nnimap-request-create-group, nnimap-request-accept-article)
12177 (nnimap-request-delete-group, nnimap-request-rename-group)
12178 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
12179 `encoded-mbx' for consistency.
12180 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12181 variable `imap-current-mailbox'.
12182
12183 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12184 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12185
12186 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
12187
12188 * pop3.el (pop3-display-message-size-flag): Display message size byte
12189 counts during POP3 download.
12190 (pop3-movemail): Use it.
12191 (pop3-list): Implement listing of available messages.
12192
12193 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
12194
12195 * nnir.el (nnir-get-article-nov-override-function): New function to
12196 override the normal NOV retrieval.
12197 (nnir-retrieve-headers): Use it.
12198
12199 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
12200
12201 * auth-source.el (netrc-machine-user-or-password): Autoload.
12202
12203 2010-03-19 Glenn Morris <rgm@gnu.org>
12204
12205 Stop message.el from loading about 40 libraries it doesn't always need.
12206 The general approach is to autoload rather than require, and to
12207 require in the specific functions rather than the file. (Bug#5642)
12208
12209 * gmm-utils.el: Don't require wid-edit.
12210 (widget-create-child-value, widget-convert, widget-default-get):
12211 Autoload.
12212
12213 * gnus-util.el: Don't require time-date, netrc.
12214 (message-fetch-field, gnus-group-name-decode): Declare rather than
12215 autoloading.
12216 (gnus-fetch-field): Require message.
12217 (gnus-decode-newsgroups): Require gnus-group.
12218
12219 * ietf-drums.el: Don't require time-date.
12220
12221 * message.el: Don't require hashcash, canlock, ecomplete.
12222 Do require mail-utils. Require nnheader only when compiling.
12223 (smtpmail-default-smtp-server): Remove declaration.
12224 (message-send-mail-function): Check smtpmail-default-smtp-server
12225 is bound rather than requiring smtpmail.
12226 (message-auto-save-directory, message-insert-signature):
12227 Use expand-file-name rather than nnheader-concat.
12228 (nnheader-insert-file-contents): Autoload.
12229 (hashcash-wait-async): Declare.
12230 (message-send-mail): Only call gnus-setup-posting-charset if
12231 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
12232 (message-send-mail-with-sendmail): Require sendmail.
12233 (canlock-password, canlock-password-for-verify): Declare.
12234 (message-canlock-password): Require canlock.
12235 (nnheader-get-report): Autoload.
12236 (gnus-setup-posting-charset): Declare.
12237 (message-send-news): Require gnus-msg.
12238 (message-make-references, message-make-in-reply-to): Use mail-header-id
12239 rather than the alias mail-header-message-id.
12240 (ecomplete-add-item, ecomplete-save): Declare.
12241 (message-put-addresses-in-ecomplete): Require ecomplete.
12242 (ecomplete-display-matches): Autoload.
12243
12244 * mm-decode.el: Don't require mailcap, gnus-util.
12245 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12246 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12247 Autoload.
12248 (mailcap-mime-extensions): Declare.
12249
12250 * mm-encode.el: Don't require mailcap.
12251 (mailcap-extension-to-mime): Autoload.
12252
12253 * mml-sec.el: Don't require password-cache.
12254
12255 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12256 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12257 (mml-minibuffer-read-type): Require mailcap.
12258 (mml-preview): Require gnus-msg.
12259
12260 * mml1991.el: Require password-cache.
12261 (password-cache-expiry): Remove declaration.
12262
12263 * mml2015.el: Require password-cache.
12264 (password-cache-expiry): Remove declaration.
12265
12266 * nneething.el (mailcap): Require mailcap.
12267
12268 * nnheader.el (declare-function): Add compatibility stub.
12269 (message-remove-header): Declare rather than autoload.
12270 (nnheader-replace-header): Require message.
12271
12272 * nnimap.el (declare-function): Add compatibility stub.
12273 (netrc-parse, netrc-machine-user-or-password): Declare.
12274 (nnimap-open-connection): Require netrc.
12275
12276 * nntp.el (declare-function): Add compatibility stub.
12277 (netrc-parse, netrc-machine, netrc-get): Declare.
12278 (nntp-send-authinfo): Require netrc.
12279
12280 * rfc2047.el: Don't require qp.
12281 (quoted-printable-encode-region, quoted-printable-decode-string):
12282 Autoload.
12283
12284 * sieve-mode.el: Don't require easymenu.
12285 (easy-menu-add-item): Autoload it.
12286
12287 * spam-stat.el (time-to-number-of-days): Autoload it.
12288
12289 2010-03-17 Kevin Ryde <user42@zip.com.au>
12290
12291 * mml.el (mml-read-tag): Unquote values with `read' to reverse
12292 prin1 in mml-insert-tag (just stripping the quotes gave wrong
12293 value if any backslash escapes).
12294
12295 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
12296
12297 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12298 if it is available. (bug#5647)
12299
12300 2010-02-26 Glenn Morris <rgm@gnu.org>
12301
12302 * message.el (message-send-mail-function): Change the default, so that
12303 it inherits from a customized send-mail-function. (Bug#5643)
12304
12305 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12306
12307 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12308 shell-command-to-string signals an error (bug#5299).
12309
12310 2010-02-24 Glenn Morris <rgm@gnu.org>
12311
12312 * message.el (message-smtpmail-send-it)
12313 (message-send-mail-with-mailclient): Doc fixes.
12314
12315 2010-02-16 Glenn Morris <rgm@gnu.org>
12316
12317 * message.el (message-default-mail-headers): Change the default value
12318 to ease the transition from mail-mode to message-mode. (Bug#5555)
12319
12320 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
12321
12322 * message.el (message-mail): Just pass yank-action on to message-setup.
12323 (message-setup): Handle (FUN . ARGS) form of yank-action.
12324 (message-with-reply-buffer, message-widen-reply)
12325 (message-yank-original): Handle non-buffer values of
12326 message-reply-buffer (Bug#4080).
12327 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12328
12329 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
12330
12331 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12332 Fix typo in docstring.
12333
12334 2010-01-08 Jason Rumney <jasonr@gnu.org>
12335
12336 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12337 response.
12338
12339 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12340
12341 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12342
12343 * message.el (message-check-news-header-syntax): Protect against a
12344 string that `rfc822-addresses' returns when parsing fails.
12345
12346 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12347
12348 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12349 (gnus-previous-char-property-change): New functions.
12350
12351 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12352
12353 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
12354
12355 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12356 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
12357
12358 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
12359
12360 * message.el (message-exchange-point-and-mark): Rework last change to
12361 avoid using optional arg of exchange-point-and-mark, for backward
12362 compatibility.
12363
12364 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
12365
12366 * message.el (message-exchange-point-and-mark):
12367 Call exchange-point-and-mark with an argument rather than setting
12368 mark-active by hand (Bug#5175).
12369
12370 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
12371
12372 * nntp.el (nntp-service-to-port): Work for service expressed with
12373 numeric string; replace [:digit:] with [0-9] for XEmacs.
12374
12375 2009-12-17 Glenn Morris <rgm@gnu.org>
12376
12377 * gnus-group.el (gnus-bug-group-download-format-alist):
12378 Change emacs entry to debbugs.gnu.org. Bump :version.
12379
12380 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
12381
12382 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12383
12384 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
12385
12386 * message.el (message-info): Explain why we use `Info-goto-node'.
12387
12388 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12389
12390 * message.el (message-completion-in-region): New compatibility function.
12391 (message-expand-group): Use it.
12392
12393 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
12394
12395 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12396 with no unread article should be listed if the 2nd arg `predicate' is
12397 given.
12398
12399 2009-11-29 Juri Linkov <juri@jurta.org>
12400
12401 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12402 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
12403 on `gnus-recenter'. (Bug#4698, Bug#4981)
12404
12405 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
12406
12407 * message.el (message-from-style, message-interactive)
12408 (message-signature): Always set default values from the corresponding
12409 mail-* variables.
12410 (message-cite-prefix-regexp, message-sendmail-envelope-from)
12411 (message-yank-prefix, message-indentation-spaces)
12412 (message-signature-file, message-default-headers): Use boundp rather
12413 than (featurep 'xemacs) to check if the corresponding mail-* variables
12414 exist.
12415
12416 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
12417
12418 * message.el (message-send-mail-with-sendmail): Revert last change.
12419
12420 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
12421
12422 * message.el (message-from-style, message-interactive)
12423 (message-cite-prefix-regexp, message-sendmail-envelope-from)
12424 (message-yank-prefix, message-indentation-spaces, message-signature)
12425 (message-signature-file, message-default-headers): For GNU Emacs, set
12426 default values from the corresponding mail-* variables.
12427 (message-send-mail-with-sendmail): Use envelope-from only if
12428 mail-specify-envelope-from is non-nil.
12429
12430 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
12431
12432 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12433 containing tspecial characters if they have been already quoted.
12434
12435 2009-10-24 Glenn Morris <rgm@gnu.org>
12436
12437 * gnus-art.el (help-xref-stack-item): Define for compiler.
12438
12439 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
12440
12441 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12442
12443 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
12444
12445 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12446 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12447
12448 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
12449
12450 * gnus.el (gnus-overlay-get): New alias to overlay-get.
12451 (gnus-overlays-in): New alias to overlays-in.
12452
12453 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12454 gnus-overlay-get, and gnus-delete-overlay.
12455 (gnus-summary-show-thread): Make it work as well for systems in which
12456 next-single-char-property-change is not available.
12457 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12458
12459 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
12460
12461 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12462
12463 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
12464
12465 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12466 and XEmacs that don't have `remove-overlays'.
12467
12468 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12469
12470 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12471 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12472 selective display. Use overlays instead.
12473
12474 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
12475
12476 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12477
12478 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12479
12480 * spam-stat.el (spam-stat-load): Fix typo in message.
12481
12482 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
12483
12484 * gnus-art.el (gnus-article-encrypt-body):
12485 * message.el (message-check-recipients):
12486 * mm-util.el (mm-codepage-setup):
12487 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12488 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12489
12490 2009-09-22 Daiki Ueno <ueno@unixuser.org>
12491
12492 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12493 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12494 keys from the menu if mm-{sign,encrypt}-option is 'guided.
12495 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12496 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12497
12498 2009-09-18 Glenn Morris <rgm@gnu.org>
12499
12500 * gnus-diary.el (gnus-diary-check-message):
12501 * message.el (message-insert-formatted-citation-line):
12502 * nnbabyl.el (top-level):
12503 * nndiary.el (nndiary-schedule):
12504 Fix typos in condition-case handlers.
12505
12506 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
12507
12508 * gnus-art.el (gnus-article-edit-part): Work for the buffer
12509 configuration that provides the sole article window in a frame;
12510 position point correctly after deleting a part.
12511
12512 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
12513
12514 * spam.el (spam-unregister-on-reregister): Add boolean variable.
12515 (spam-resolve-registrations-routine): Use it to unregister articles
12516 that change status.
12517
12518 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
12519
12520 * nnrss.el (nnrss-request-article): Remove binding of
12521 default-enable-multibyte-characters that has gotten needless by
12522 the 2007-07-13 change in rfc2047-encode-message-header.
12523
12524 * mml.el (mml-insert-multipart): Error on the message header.
12525 (mml-insert-part): Error on the message header; position point at
12526 the end of a MIME tag.
12527
12528 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12529
12530 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12531 (gnus-float-time): Alias to float-time if it exists.
12532
12533 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12534 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12535 float-time is available; suppress compile warning for time-to-seconds.
12536
12537 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
12538
12539 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12540 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12541 Add the optional argument `encoding' that overrides the default.
12542
12543 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12544 mm-encode-buffer.
12545
12546 2009-09-04 Glenn Morris <rgm@gnu.org>
12547
12548 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12549 mm-disable-multibyte, rather than default-enable-multibyte-characters.
12550 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12551 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12552 * mm-util.el (mm-with-unibyte-current-buffer)
12553 (mm-find-buffer-file-coding-system):
12554 * yenc.el (yenc-decode-region): Use default-value rather than
12555 default-enable-multibyte-characters.
12556
12557 2009-09-03 Glenn Morris <rgm@gnu.org>
12558
12559 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12560 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12561 than default-enable-multibyte-characters.
12562
12563 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
12564
12565 * gnus-art.el (gnus-article-read-summary-keys):
12566 Fix gnus-buffer-configuration's value temporarily used.
12567
12568 2009-09-02 Glenn Morris <rgm@gnu.org>
12569
12570 * gnus-util.el (gnus-float-time): New function.
12571 * gnus-delay.el (gnus-delay-article):
12572 * gnus-sum.el (gnus-thread-latest-date):
12573 * gnus-util.el (gnus-user-date): Use gnus-float-time.
12574 * nnspool.el (nnspool-request-newgroups):
12575 Use gnus-float-time rather than time-to-seconds.
12576 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12577
12578 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12579 (gnus-header-subject-face, gnus-header-newsgroups-face)
12580 (gnus-header-name-face, gnus-header-content-face):
12581 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12582 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12583 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12584 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12585 (gnus-cite-face-11):
12586 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12587 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12588 (gnus-server-closed-face, gnus-server-denied-face)
12589 (gnus-server-offline-face):
12590 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12591 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12592 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12593 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12594 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12595 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12596 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12597 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12598 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12599 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12600 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12601 (gnus-summary-selected-face, gnus-summary-cancelled-face)
12602 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12603 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12604 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12605 (gnus-summary-high-undownloaded-face)
12606 (gnus-summary-low-undownloaded-face)
12607 (gnus-summary-normal-undownloaded-face)
12608 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12609 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12610 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12611 (gnus-splash-face):
12612 * message.el (message-header-to-face, message-header-cc-face)
12613 (message-header-subject-face, message-header-newsgroups-face)
12614 (message-header-other-face, message-header-name-face)
12615 (message-header-xheader-face, message-separator-face)
12616 (message-cited-text-face, message-mml-face):
12617 * sieve-mode.el (sieve-control-commands-face)
12618 (sieve-action-commands-face, sieve-test-commands-face)
12619 (sieve-tagged-arguments-face):
12620 * spam.el (spam-face):
12621 Mark face aliases with "-face" in the name as obsolete.
12622
12623 2009-09-01 Glenn Morris <rgm@gnu.org>
12624
12625 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12626 than goto-line.
12627
12628 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
12629
12630 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12631 Don't move point if the command is invoked inside the message header.
12632
12633 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
12634
12635 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12636 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12637 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12638 * nnir.el (nnir-swish-e-index-file):
12639 * gnus-sum.el (gnus-summary-delete-marked-as-read)
12640 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12641 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12642 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12643 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12644 (gnus-treat-display-xface): Add Emacs version of obsolescence.
12645
12646 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
12647
12648 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12649 Don't save excursion.
12650
12651 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12652
12653 * nnheader.el (nnheader-find-file-noselect):
12654 * mm-util.el (mm-insert-file-contents):
12655 Use (default-value 'major-mode) instead of default-major-mode.
12656
12657 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
12658
12659 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12660
12661 2009-08-25 Glenn Morris <rgm@gnu.org>
12662
12663 * nnir.el (top-level): Don't require cl at run-time.
12664 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12665 Replace cl-function substitute with gnus-replace-in-string.
12666 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12667 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12668 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12669 simplified expansions.
12670
12671 2009-08-22 Glenn Morris <rgm@gnu.org>
12672
12673 * gnus-art.el (gnus-button-patch): Use forward-line rather than
12674 goto-line.
12675
12676 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
12677
12678 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12679
12680 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12681 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12682 (gnus-mm-display-part, gnus-mime-display-single)
12683 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12684 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12685
12686 * gnus-sum.el
12687 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12688 (gnus-summary-move-article): Add expirable mark to articles copied or
12689 moved to group that has auto-expire turned on if the option is non-nil.
12690
12691 2009-07-24 Glenn Morris <rgm@gnu.org>
12692
12693 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12694 Fix typo. (Bug#3903)
12695
12696 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
12697
12698 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12699 gnus-article-read-summary-keys rather than gnus-summary-edit-article
12700 that should not be used for draft articles.
12701 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12702 that has no concern in minor mode keys.
12703 (gnus-article-summary-command, gnus-article-summary-command-nosave):
12704 Abolish.
12705
12706 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
12707
12708 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12709 article without making inquiry to a user for unknown encoding.
12710
12711 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12712 (nnmaildir--scan): Assume i-node and device number that file-attributes
12713 returns might be cons-cell.
12714
12715 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
12716
12717 * auth-source.el: Remove docs now in auth.texi. Don't use
12718 `gnus-message' for logging. Add new variables `auth-source-debug' and
12719 `auth-source-hide-passwords' and use them.
12720
12721 2009-07-15 Glenn Morris <rgm@gnu.org>
12722
12723 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12724
12725 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
12726
12727 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12728 excessive whitespace from the default values of title and description.
12729
12730 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
12731
12732 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12733 mail-fetch-field to fetch Content-Description header in order to
12734 exclude newlines.
12735
12736 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
12737
12738 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12739 to deleted part.
12740
12741 2009-05-30 David Engster <dengste@eml.cc>
12742
12743 * nnmairix.el: Remove old documentation in the commentary block.
12744 (nnmairix-request-group): Do not update active file for nnml back ends.
12745 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12746 end so that overview files are ignored.
12747 (nnmairix-update-groups): Make updating the groups more robust by using
12748 marks.
12749 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12750 with dollar characters in message-id.
12751
12752 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
12753
12754 * spam.el: Use dns-query instead of query-dns. Was renamed on
12755 2008-12-25 in dns.el.
12756
12757 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12758
12759 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12760 could happen if the text is only composed of spaces and/or tabs.
12761
12762 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
12763
12764 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12765 when sending a queued message to avoid extra mml tags.
12766
12767 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
12768
12769 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12770
12771 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
12772
12773 * gnus-dired.el: Remove autoload for gnus-setup-message.
12774 (gnus-dired-attach): Fake this-command value to prevent Gnus from
12775 displaying Gnus logo; always use compose-mail.
12776
12777 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
12778
12779 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12780
12781 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
12782
12783 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12784 (gnus-nocem-issuers): List currently active issuers; fix custom type.
12785 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12786 available.
12787 (gnus-nocem-epg-verify): New function.
12788
12789 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
12790
12791 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12792
12793 2009-02-15 Glenn Morris <rgm@gnu.org>
12794
12795 * gnus-util.el (rmail-insert-rmail-file-header)
12796 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12797 autoloads.
12798 (rmail-default-rmail-file): Remove unnecessary declaration.
12799 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12800
12801 2009-02-14 Glenn Morris <rgm@gnu.org>
12802
12803 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12804 variable (only used in gnus-util, which declares it anyway).
12805 (rmail-output-to-rmail-file): Remove autoload of deleted function,
12806 which was only needed by gnus-art (changed to not use it any more).
12807 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12808 only used in gnus-util, which autoloads it itself.
12809 (rmail-update-summary): Fix autoload.
12810
12811 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12812 rather than rmail-output-to-rmail-file.
12813
12814 2009-02-07 Glenn Morris <rgm@gnu.org>
12815
12816 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12817 autoload of function that no longer exists.
12818 (rmail-toggle-header): Declare.
12819 (message-forward-rmail-make-body): Handle mbox Rmail.
12820
12821 2009-01-31 Glenn Morris <rgm@gnu.org>
12822
12823 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12824 2009-01-09 change.
12825
12826 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
12827
12828 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12829 (auth-source-forget-all-cached): New convenience function.
12830 (auth-source-user-or-password): Accept list of modes or a single mode.
12831
12832 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12833 auth-source modes.
12834
12835 * nnimap.el (nnimap-open-connection): Use list of
12836 auth-source modes.
12837
12838 * nntp.el (nntp-send-authinfo): Use list of
12839 auth-source modes.
12840
12841 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
12842
12843 * auth-source.el: Update docs to reflect epa-file-enable is to be used
12844 now.
12845
12846 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12847
12848 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12849 coding system in XEmacs; add a workaround for XEmacs.
12850
12851 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
12852
12853 * mm-util.el (mm-coding-system-priorities): Protect against nil value
12854 of current-language-environment.
12855
12856 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
12857
12858 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12859 available at runtime.
12860
12861 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12862
12863 * gnus-art.el (article-date-ut): Fix end point of narrowing.
12864
12865 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
12866
12867 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12868 the greatest positive fixnum value doesn't work under an XEmacs with
12869 bignum support; use the most-positive-fixnum constant instead,
12870 available since Emacs 21.1 with cl and XEmacs 21.1.
12871
12872 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
12873
12874 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12875 XEmacs gets not to work.
12876
12877 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
12878
12879 * mm-util.el (mm-coding-system-priorities): Allow the value like
12880 "Japanese (UTF-8)" of current-language-environment.
12881
12882 2009-01-09 Glenn Morris <rgm@gnu.org>
12883
12884 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12885 with last-command-event.
12886
12887 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
12888
12889 * message.el (message-fix-before-sending): Amend comment.
12890
12891 2009-01-07 David Engster <dengste@eml.cc>
12892
12893 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12894 simplified server definitions by converting it via
12895 gnus-server-to-method.
12896
12897 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12898
12899 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12900 parameter's operands.
12901
12902 2009-01-06 David Engster <dengste@eml.cc>
12903
12904 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12905 primary select method (for gnus-group-mark-article-as-read).
12906
12907 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
12908
12909 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12910 `(gnus)Face', not `(gnus)X-Face'.
12911
12912 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12913
12914 * mm-util.el (mm-ucs-to-char): New function.
12915
12916 * mm-url.el (mm-url-decode-entities): Use it.
12917
12918 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
12919
12920 * message.el (message-fix-before-sending): Add `eight-bit' to
12921 illegible-text check.
12922
12923 2009-01-03 Michael Olson <mwolson@gnu.org>
12924
12925 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12926 `headers' is nil. This can occur if the IMAP server does not have
12927 permissions to read messages from a folder, but can write new messages
12928 to the folder.
12929 (nnimap-request-article-part): Do not insert `data' if it is nil.
12930
12931 2009-01-01 Dave Love <fx@gnu.org>
12932
12933 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12934
12935 * nnimap.el: Fix author email.
12936 (nnimap-split-rule): Add FIXME comment.
12937 (nnimap-debug): Fix doc string.
12938
12939 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
12940
12941 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12942 overlay-arrow-position and overlay-arrow-string buffer-local; no need
12943 to check if those variables exist (first appeared in Emacs 18.50).
12944
12945 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
12946
12947 * mm-util.el (mm-line-number-at-pos): New function.
12948
12949 * spam-report.el (spam-report-process-queue): Use it.
12950
12951 2008-12-24 David Engster <dengste@eml.cc>
12952
12953 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12954 parameters that haven't existed as variables as buffer-local variables.
12955
12956 2008-12-23 Dave Love <fx@gnu.org>
12957
12958 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12959 cadar.
12960
12961 * sieve-manage.el (sieve-manage-starttls-p): Rename from
12962 imap-starttls-p.
12963 (sieve-manage-starttls-open): Rename from imap-starttls-open.
12964
12965 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
12966
12967 * spam-report.el (spam-report-gmane-max-requests): New constant.
12968 (spam-report-gmane-wait): New variable.
12969 (spam-report-gmane-ham, spam-report-gmane-spam)
12970 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12971 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12972 the server.
12973
12974 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12975 Add explanations.
12976
12977 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12978 nnheader-accept-process-output and nnheader-read-timeout if available.
12979 (pop3-movemail): Use it.
12980
12981 * message.el (message-check-news-body-syntax): Fix signature check if
12982 there's an attachment.
12983
12984 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
12985
12986 * mm-util.el: Add comments to the mm- emulating functions.
12987
12988 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
12989
12990 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12991 Reported by Stephen Berman <stephen.berman@gmx.net>.
12992
12993 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
12994
12995 * mm-util.el (mm-substring-no-properties): New function.
12996 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12997 (mm-special-display-p): Enable those lambda forms to be byte compiled.
12998 (mm-string-to-multibyte): Doc fix.
12999
13000 * mml.el (mml-attach-file): Use mm-substring-no-properties.
13001
13002 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
13003
13004 * mml.el (mml-attach-file): Strip text properties from file name.
13005 (Bug#1574)
13006
13007 2008-12-16 Glenn Morris <rgm@gnu.org>
13008
13009 * mm-util.el (mm-charset-override-alist): Declare for compiler.
13010
13011 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
13012
13013 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
13014 knows since the charset specified might be a bogus alias that
13015 mm-charset-synonym-alist provides.
13016
13017 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
13018
13019 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
13020 "ISO_8859-1".
13021
13022 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
13023
13024 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
13025
13026 * mm-util.el (mm-charset-eval-alist):
13027 Define it before mm-charset-to-coding-system.
13028 (mm-charset-to-coding-system): Add optional argument `silent';
13029 define it before mm-charset-override-alist.
13030 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
13031 default value if it can be used in Emacs currently running;
13032 silence mm-charset-to-coding-system.
13033
13034 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
13035
13036 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
13037 `allow-override' which says whether to use `mm-charset-override-alist'.
13038 (rfc2047-decode-encoded-words): Use it.
13039
13040 * mm-util.el (mm-charset-override-alist): Fix custom type;
13041 add `(gb2312 . gbk)' to choices.
13042
13043 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
13044
13045 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
13046 fast.
13047
13048 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13049
13050 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
13051
13052 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
13053 on links.
13054
13055 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13056
13057 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
13058
13059 * message.el (message-idna-to-ascii-rhs-1): Protect against local
13060 users' addresses that don't have domain parts.
13061 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
13062 rather than message-narrow-to-head since there will be the message
13063 header separator.
13064
13065 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
13066
13067 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
13068 since the result is inserted in a unibyte buffer anyway.
13069 (nnimap-demule-use-string-to-multibyte): Remove.
13070 (nnimap-demule): Alias it to mm-string-to-multibyte.
13071
13072 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
13073
13074 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
13075 variable for debugging bug#464 and bug#1174.
13076 (nnimap-demule): Use it.
13077
13078 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
13079
13080 * gnus-score.el (gnus-score-find-trace): Handle default score in total
13081 score calculation correctly.
13082
13083 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13084
13085 * message.el (message-send-mail): Just set the buffer to unibyte
13086 rather than use mm-with-unibyte-current-buffer which does a lot more.
13087 (message-send-mail-partially): Don't bother with
13088 mm-with-unibyte-current-buffer since it's already been made unibyte by
13089 message-send-mail.
13090
13091 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
13092
13093 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
13094
13095 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
13096
13097 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
13098
13099 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
13100
13101 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
13102 require itself and to remove `with-no-warnings'.
13103
13104 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
13105
13106 * starttls.el (starttls-any-program-available): Get the name of the
13107 available TLS layer program.
13108 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
13109 well as the host name in the "opening" message.
13110
13111 * auth-source.el (auth-source-cache, auth-source-do-cache)
13112 (auth-source-user-or-password): Cache passwords and logins by default,
13113 allow override with `auth-source-do-cache'.
13114 (auth-source-forget-user-or-password): Allow users to remove cache
13115 entries if needed.
13116
13117 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
13118
13119 * ietf-drums.el (ietf-drums-remove-comments): Localize second
13120 condition-case to only the forward-sexp call.
13121
13122 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
13123
13124 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
13125 quotes contained. Make it more robust regardless by an extra
13126 condition-case wrapper.
13127
13128 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
13129
13130 * nnml.el (nnml-request-expire-articles): Check if the function set to
13131 `nnmail-expiry-target' returns the symbol `delete'.
13132
13133 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13134
13135 * nnmail.el (nnmail-expiry-target): Fix custom type.
13136
13137 2008-10-02 Glenn Morris <rgm@gnu.org>
13138
13139 * mm-util.el (mm-codepage-setup): Tweak codepage error.
13140 Silence compiler warning.
13141
13142 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
13143
13144 * mml.el (mml-menu): Don't assume mml2015 is bound.
13145
13146 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
13147
13148 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13149 exists.
13150
13151 2008-09-27 Glenn Morris <rgm@gnu.org>
13152
13153 * gnus-util.el (mail-header-remove-comments): Autoload it.
13154
13155 2008-09-27 Andreas Schwab <schwab@suse.de>
13156
13157 * gnus-util.el (gnus-split-references): Strip comments.
13158 (gnus-parent-id): Likewise.
13159
13160 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
13161
13162 * message.el (message-confirm-send): Fix version.
13163
13164 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
13165
13166 * message.el (message-idna-to-ascii-rhs-1): Use
13167 mail-extract-address-components rather than mail-header-parse-addresses
13168 that is an alias by default to ietf-drums-parse-addresses that does not
13169 support non-ASCII names in headers' contents.
13170
13171 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
13172
13173 * message.el (message-confirm-send): Fix variable documentation to
13174 avoid the "y/n" wording.
13175
13176 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
13177
13178 * message.el (message-set-auto-save-file-name): Save to a different
13179 filename so multiple messages (especially drafts) can be recovered.
13180
13181 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
13182
13183 * message.el (message-confirm-send): Add appropriate version.
13184
13185 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
13186
13187 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
13188 defvar.
13189
13190 2008-09-22 Daiki Ueno <ueno@unixuser.org>
13191
13192 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
13193 (mm-pkcs7-enveloped-magic): Ditto.
13194
13195 2008-09-17 Simon Josefsson <simon@josefsson.org>
13196
13197 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
13198 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
13199
13200 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
13201
13202 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
13203 default, it's better.
13204
13205 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
13206
13207 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
13208 summary line gnus-number property and ignore them (with a warning
13209 message).
13210
13211 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
13212
13213 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
13214 macro caddr in the interactive form since it won't be expanded.
13215
13216 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
13217
13218 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13219 `charset'; fix name of function called recursively.
13220 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13221
13222 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
13223
13224 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13225 (gnus-mime-set-charset-parameters): New function.
13226 (gnus-mime-view-part-as-charset): Use it to correctly display part
13227 specifying wrong charset.
13228
13229 2008-09-08 David Engster <dengste@eml.cc>
13230
13231 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13232 in completing-read for back end server.
13233
13234 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
13235
13236 * message.el (message-confirm-send): New variable to confirm sending a
13237 message.
13238 (message-send): Use it.
13239
13240 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
13241
13242 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13243
13244 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
13245
13246 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13247
13248 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
13249
13250 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13251 prevent tracking too many groups.
13252 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13253 Use it.
13254
13255 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
13256
13257 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13258 moving point to the bottom of the window in order to avoid recentering.
13259
13260 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
13261
13262 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13263 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13264 (gnus-article-beginning-of-window): Fix calculation.
13265
13266 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
13267
13268 * gnus-msg.el (gnus-summary-supersede-article)
13269 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13270 value of gnus-newsgroup-charset to decode non-MIME encoded text in
13271 message header.
13272
13273 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
13274
13275 * message.el:
13276 * gnus-start.el:
13277 * gnus-registry.el: Remove VMS support.
13278
13279 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
13280
13281 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13282 macro.
13283 (rfc2104-hash): Use it.
13284
13285 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
13286
13287 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13288 (gnus-summary-sort-by-most-recent-date): New commands.
13289 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13290 and menu entries.
13291
13292 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
13293
13294 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13295 don't redisplay article for raw contents; remove plural articles stuff.
13296
13297 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13298 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13299 on gnus-summary-save-article; display results properly.
13300
13301 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
13302
13303 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13304
13305 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
13306
13307 * gnus-art.el (gnus-summary-save-in-pipe):
13308 Consider gnus-save-all-headers.
13309
13310 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
13311
13312 * gnus-util.el (ns-focus-frame): Remove declaration.
13313 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
13314 like x.
13315
13316 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
13317
13318 * rfc2104.el (rfc2104-zero): Delete defconst.
13319 (rfc2104-hex-alist): Likewise.
13320 (rfc2104-hex-to-int): Delete func.
13321 (rfc2104-hexstring-to-bitstring): Likewise.
13322 (rfc2104-nybbles): New defconst.
13323 (rfc2104-hash): Rewrite for speed.
13324
13325 2008-07-16 Glenn Morris <rgm@gnu.org>
13326
13327 * gnus-util.el (ns-focus-frame): Declare for compiler.
13328
13329 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
13330
13331 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13332 set as a group parameter.
13333 (gnus-summary-save-in-pipe): Work when it is called independently.
13334 (gnus-summary-pipe-to-muttprint): Don't modify
13335 gnus-summary-pipe-output-default-command.
13336
13337 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
13338
13339 * message.el (message-send-mail-with-sendmail):
13340 Display the error message.
13341
13342 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
13343
13344 * gnus-art.el (gnus-default-article-saver):
13345 Add gnus-summary-save-in-pipe to choices.
13346 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13347 gnus-summary-pipe-output-default-command as the default command.
13348 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13349 instead of gnus-last-shell-command.
13350
13351 * gnus-sum.el (gnus-summary-pipe-output-default-command):
13352 New user option.
13353 (gnus-summary-muttprint-program): Mention the value will be changed.
13354 (gnus-summary-save-article): Force showing of all headers.
13355 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13356
13357 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
13358
13359 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13360
13361 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
13362
13363 * nnimap.el (nnimap-id):
13364 * sieve-manage.el (sieve-manage-open): Doc fixes.
13365
13366 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
13367
13368 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13369 if available.
13370
13371 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
13372
13373 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13374
13375 * nnkiboze.el (nnkiboze-generate-group):
13376 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13377
13378 * nnmairix.el: Require CL.
13379
13380 2008-06-15 David Engster <dengste@eml.cc>
13381
13382 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13383
13384 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
13385
13386 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13387 New macros that expand to an `aset'/`aref' call under Emacs, and to a
13388 runtime choice under XEmacs.
13389
13390 * gnus-sum.el (gnus-summary-set-display-table):
13391 Use `gnus-put-display-table', `gnus-get-display-table',
13392 `gnus-set-display-table' for the display table, instead of `aset'.
13393
13394 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
13395
13396 * nnmairix.el: Add autoloads.
13397
13398 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
13399
13400 * nnmairix.el (nnmairix-delete-recreate-group)
13401 (nnmairix-update-and-clear-marks): Fix error messages.
13402
13403 2008-06-14 David Engster <dengste@eml.cc>
13404
13405 * nnmairix.el: Upgrade to version 0.6.
13406 (nnmairix-group-toggle-propmarks-this-group)
13407 (nnmairix-group-toggle-readmarks-this-group)
13408 (nnmairix-group-delete-recreate-this-group)
13409 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13410 (nnmairix-remove-tick-mark-original-article): New commands.
13411 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13412 (nnmairix-propagate-marks-to-nnmairix-groups)
13413 (nnmairix-only-use-registry, nnmairix-allowfast-default)
13414 (nnmairix-marks-cache, nnmairix-version-output): New variables.
13415 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13416 functions needed for marks propagation and manipulation of read marks.
13417 (nnmairix-update-groups): New function.
13418 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13419 (nnmairix-determine-original-group-from-registry)
13420 (nnmairix-determine-original-group-from-path)
13421 (nnmairix-get-group-from-file-path, nnmairix-map-range)
13422 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13423 New helper functions.
13424 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13425 keystrokes for new commands.
13426 (nnmairix-delete-and-create-on-change): Doc string cleanup.
13427 (nnmairix-request-group): Check allow-fast group parameter.
13428 (nnmairix-request-create-group): Set allow-fast group parameter if
13429 nnmairix-allowfast-default is set.
13430 (nnmairix-close-group): Propagate marks upon closing if needed.
13431 (nnmairix-group-toggle-threads-this-group): Use new.
13432 nnmairix-group-toggle-parameter helper function.
13433 (nnmairix-search): Better check for empty search result.
13434 (nnmairix-goto-original-article): Use new helper functions for
13435 determining original article.
13436 (nnmairix-show-original-article): Make sure message-id is in brackets.
13437 (nnmairix-call-mairix-binary): Change variable name.
13438 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13439 helper function.
13440 (nnmairix-widget-toggle-activate): Fix doc string.
13441
13442 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
13443
13444 * nnir.el: Require edmacro when compiling with XEmacs.
13445 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13446 available in Emacs 21.
13447
13448 2008-06-11 Glenn Morris <rgm@gnu.org>
13449
13450 * gnus-util.el (x-focus-frame):
13451 * gnus.el (image-size):
13452 * mm-decode.el (image-size): Declare.
13453
13454 * gnus-picon.el (declare-function): Add compat definition.
13455 (image-size): Declare.
13456
13457 * gnus-group.el (tool-bar-map):
13458 * gnus-sum.el (tool-bar-map): Define for compiler.
13459
13460 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13461
13462 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13463
13464 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13465 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13466 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13467 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13468 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13469 * sieve-manage.el, spam-report.el, spam.el:
13470 Remove unnecessary eval-and-compile of autoloads.
13471
13472 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
13473
13474 * auth-source.el: Precise Tramp doc.
13475
13476 2008-06-07 Glenn Morris <rgm@gnu.org>
13477
13478 * nnmairix.el: Remove unnecessary eval-when-compile.
13479
13480 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
13481
13482 * nnir.el: New file.
13483
13484 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13485
13486 * gnus-util.el (gnus-read-shell-command): New function.
13487 * mm-decode.el (mm-pipe-part):
13488 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13489
13490 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
13491
13492 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13493
13494 2008-06-03 Glenn Morris <rgm@gnu.org>
13495
13496 * pop3.el (nnheader-accept-process-output): Autoload it.
13497
13498 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
13499
13500 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13501 are not 2-digit hexadecimal characters that follow `%'s.
13502
13503 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
13504
13505 * message.el (message-bogus-recipient-p): Fix type in doc string.
13506 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13507 (message-bogus-addresses): Rename from message-bogus-address-regexp.
13508 Improve custom options.
13509 (message-bogus-recipient-p): Adjust accordingly.
13510
13511 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
13512
13513 * nnmairix.el: Require edmacro when compiling with XEmacs.
13514
13515 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
13516
13517 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13518 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13519
13520 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
13521
13522 * auth-source.el: Add more docs.
13523
13524 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13525
13526 * nnheader.el (nnheader-read-timeout): Change the default timeout from
13527 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
13528 retrieval faster in some cases, but might make CPU usage larger.
13529 If this has any bad side effects, we might revert this change.
13530
13531 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13532 seems to make mail retrieval much, much faster.
13533 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13534 unconditionally.
13535
13536 * gnus-draft.el (gnus-group-send-queue):
13537 Bind message-send-mail-partially-limit to nil to avoid being prompted.
13538
13539 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
13540
13541 * mml.el (mml-attach-buffer): Prompt for `disposition'.
13542
13543 * message.el (message-bogus-address-regexp): Fix and improve custom
13544 type.
13545 (message-setup-hook): Add message-check-recipients as custom option.
13546
13547 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
13548
13549 * message.el (message-cite-function): Remove bogus autoload which crept
13550 in during merge from v5-10.
13551
13552 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
13553
13554 * nnimap.el (nnimap-open-connection): Fix login/password bug.
13555
13556 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13557
13558 * auth-source.el: Preliminary Tramp docs.
13559 (auth-sources): Change the default auth-sources to use
13560 EPA .gpg files.
13561
13562 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
13563
13564 * nntp.el: Autoload `auth-source-user-or-password'.
13565 (nntp-send-authinfo): Use it.
13566
13567 * nnimap.el: Autoload `auth-source-user-or-password'.
13568 (nnimap-open-connection): Use it.
13569
13570 * auth-source.el: Add docs on using with url-auth. Import gnus-util
13571 for the gnus-message function.
13572 (auth-source-user-or-password): Use it.
13573
13574 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13575
13576 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13577 rfc2104-hexstring-to-byte-list. Return a unibyte string.
13578 (rfc2104-hash): Use it.
13579
13580 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
13581
13582 * gnus-art.el (gnus-article-toggle-truncate-lines):
13583 Don't use `iff' in docstring.
13584
13585 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
13586
13587 * gnus-registry.el: Adjusted copyright dates and added a keyword.
13588
13589 * gnus-util.el (gnus-extract-address-component-name)
13590 (gnus-extract-address-component-email): Convenience functions around
13591 `gnus-extract-address-components'.
13592
13593 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13594 Use `gnus-extract-address-component-email' to fix bug of comparing full
13595 sender name to `user-mail-address'.
13596
13597 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
13598
13599 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13600 catch/throw to optimize.
13601 (gnus-registry-find-keywords): Just use member to find a keyword.
13602
13603 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13604
13605 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13606 is current before calling gnus-server-prepare.
13607 (gnus-server-setup-buffer, gnus-server-update-server)
13608 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13609
13610 2008-05-04 Juri Linkov <juri@jurta.org>
13611
13612 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13613 (mailcap-file-default-commands): Use mailcap-replace-in-string
13614 instead of replace-regexp-in-string, and mailcap-delete-duplicates
13615 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
13616
13617 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
13618
13619 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13620
13621 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13622
13623 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13624 hooks.
13625 (gnus-update-read-articles): Speed up non-marks-using users.
13626 (gnus-use-marks): Define gnus-use-marks.
13627 (gnus-propagate-marks): Rename variable to something more sensible.
13628
13629 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
13630
13631 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13632 (gmm-image-load-path-for-library): Fix typos in docstrings.
13633 (gmm-message): Reflow docstring.
13634
13635 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
13636
13637 * mail-source.el (mail-source-set-1, mail-source-bind):
13638 Move auth-source code out of the macro to clean it up and fix bugs.
13639
13640 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
13641
13642 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13643 by sender if it's equal to user-mail-address, it's likely to be
13644 useless.
13645
13646 * mail-source.el (mail-source-bind): Don't use user or password if they
13647 are not bound. Unintern them if they are nil. Don't use server unless
13648 it's bound, and default it to empty string otherwise.
13649
13650 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
13651
13652 * mail-source.el: Load auth-source.el.
13653 (mail-source-bind): Add comments. Call auth-source-user-or-password to
13654 get user name or password, if auth-sources is set up.
13655
13656 * gnus-registry.el (gnus-registry-split-strategy): New variable for
13657 strategy of splitting with parent.
13658 (gnus-registry-split-fancy-with-parent)
13659 (gnus-registry-post-process-groups): Use it and fix prior
13660 bug (returning a list as the split result).
13661
13662 * auth-source.el (auth-sources): Remove server parameter.
13663 (auth-source-pick, auth-source-user-or-password)
13664 (auth-source-user-or-password-imap)
13665 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13666 (auth-source-user-or-password-sftp)
13667 (auth-source-user-or-password-smtp): Remove server parameter.
13668
13669 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
13670
13671 * smime.el (smime-sign-region, smime-encrypt-region)
13672 (smime-decrypt-region):
13673 Remove redundant calls to `generate-new-buffer-name'.
13674
13675 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
13676
13677 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13678 Don't use QP for message/rfc822.
13679 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13680
13681 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13682
13683 * sieve-manage.el (sieve-string-bytes): Remove.
13684 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13685 correct byte-length only if the process's coding-system is the same as
13686 the one used internally by Emacs to represent strings.
13687
13688 2008-04-22 Juri Linkov <juri@jurta.org>
13689
13690 * mailcap.el (mailcap-file-default-commands): New function.
13691
13692 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
13693
13694 * message.el (message-signature-separator, message-cite-function):
13695 Change custom version.
13696
13697 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
13698
13699 * mm-decode.el (mm-display-external): Make temp file read-only.
13700
13701 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
13702
13703 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13704 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
13705 `C-c C-f d'.
13706
13707 2008-04-12 Adrian Aichner <adrian@xemacs.org>
13708
13709 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13710
13711 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
13712
13713 * auth-source.el: Add docs.
13714 (auth-sources): Modify format to support server.
13715 (auth-source-pick, auth-source-user-or-password)
13716 (auth-source-user-or-password-imap)
13717 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13718 (auth-source-user-or-password-sftp)
13719 (auth-source-user-or-password-smtp): Add server parameter.
13720
13721 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
13722
13723 * gnus-registry.el: Initialize the registry when gnus-registry-install
13724 is t.
13725
13726 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
13727
13728 * compface.el (uncompface): Make buffer unibyte.
13729
13730 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13731
13732 * mail-source.el (mail-source-value):
13733 Prefer fboundp to functionp so it works with macros as well.
13734
13735 2008-04-05 Glenn Morris <rgm@gnu.org>
13736
13737 * gnus-ems.el (mm-disable-multibyte): Autoload it.
13738
13739 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13740
13741 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13742 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13743
13744 * nnheader.el (nnheader-init-server-buffer): Change buffer's
13745 multibyteness after rather than before erasing it.
13746
13747 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13748 mm-with-multibyte.
13749 (gnus-request-article-this-buffer): Make sure the proper decoding is
13750 used if gnus-original-article-buffer happens to be unibyte.
13751
13752 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13753 default-enable-multibyte-characters.
13754
13755 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13756 default-enable-multibyte-characters.
13757
13758 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13759
13760 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13761
13762 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13763
13764 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13765 Fix last change in case the element is not even a symbol.
13766
13767 2008-04-02 Simon Josefsson <simon@josefsson.org>
13768
13769 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13770 imap-enable-exchange-bug-workaround.
13771 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13772
13773 2008-04-01 Simon Josefsson <simon@josefsson.org>
13774
13775 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13776 a 100 byte status-checks into a 2-3MB transfer for each group.
13777 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13778 to enable bug workaround or not.
13779 (nnimap-find-minmax-uid): Only enable workaround conditionally.
13780
13781 2008-03-31 Glenn Morris <rgm@gnu.org>
13782
13783 * message.el (mml2015-use): Declare for compiler.
13784 (message-info): Require mml2015 when appropriate.
13785
13786 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13787
13788 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13789 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13790 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13791 (nntp-service-to-port): New function.
13792 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13793 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13794 (nntp-open-netcat-stream): New function.
13795 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13796
13797 2008-03-29 Sven Joachim <svenjoac@gmx.de>
13798
13799 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13800
13801 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13802
13803 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13804
13805 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
13806
13807 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13808
13809 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
13810
13811 * message.el (message-signature-separator): Change default.
13812 Improve custom type.
13813 (message-cite-function): Change default to
13814 message-cite-original-without-signature.
13815
13816 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13817 toggle.
13818
13819 * message.el (message-check-news-body-syntax): Fix signature check.
13820 (message-setup-1): Mark buffer as unmodified _after_ running
13821 message-setup-hook and handling message-alternative-emails.
13822 (message-shorten-references): Be more strict when building list of
13823 valid references to comply with GNKSA.
13824
13825 * gnus-group.el (gnus-read-ephemeral-bug-group)
13826 (gnus-read-ephemeral-debian-bug-group)
13827 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13828
13829 * message.el (message-info): Don't use booleanp which isn't supported
13830 in Emacs 21 and XEmacs.
13831
13832 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
13833
13834 * gnus-group.el (gnus-gmane-group-download-format): Rename from
13835 gnus-group-gmane-group-download-format.
13836 (gnus-group-read-ephemeral-gmane-group): Rename from
13837 gnus-group-read-ephemeral-gmane-group.
13838 (gnus-read-ephemeral-gmane-group-url): Rename from
13839 gnus-group-read-ephemeral-gmane-group-url.
13840 (gnus-bug-group-download-format-alist): New variable.
13841 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13842 (gnus-read-ephemeral-emacs-bug-group): New commands.
13843
13844 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
13845
13846 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13847 (gnus-visible-headers): Improve custom type.
13848
13849 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
13850
13851 * mml.el (mml-menu): Add workarounds for XEmacs.
13852
13853 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13854 X-Boundary header.
13855
13856 * message.el (message-simplify-recipients): Fix previous commit.
13857
13858 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13859
13860 * mm-util.el (mm-set-buffer-multibyte): New function.
13861 * mm-decode.el (mm-copy-to-buffer): Use it.
13862
13863 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13864 Prefer fboundp to functionp so it works with macros as well.
13865
13866 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
13867
13868 * message.el (message-alter-recipients-discard-bogus-full-name):
13869 New function.
13870 (message-alter-recipients-function): New variable.
13871 (message-get-reply-headers): Use it.
13872 (message-replace-header): New helper function.
13873 (message-recipients-without-full-name): New variable.
13874 (message-simplify-recipients): New command.
13875
13876 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13877
13878 * message.el (message-info): Handle EasyPG manual.
13879
13880 * mml.el (mml-menu): Add entry for EasyPG.
13881
13882 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
13883
13884 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13885 parameter.
13886
13887 * message.el (message-disassociate-draft): Specify drafts group name
13888 fully.
13889
13890 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
13891
13892 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13893 Eliminate unnecessary duplicates from the match list.
13894
13895 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
13896
13897 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13898 args of `how-many' of which the XEmacs version doesn't take; declare
13899 Info-index-next as function.
13900
13901 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
13902
13903 * gnus-score.el (gnus-score-headers): Fix handling of
13904 gnus-inhibit-slow-scoring.
13905
13906 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13907 string.
13908 (gnus-button-url-regexp): Improve handling of parenthesis.
13909 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13910 (gnus-button-handle-info-keystrokes): Handle index entries.
13911
13912 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
13913
13914 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13915 Incoming* files.
13916
13917 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
13918
13919 * auth-source.el (auth-sources): Rename from auth-source-choices.
13920 (auth-source-pick): Use it.
13921
13922 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
13923
13924 * auth-source.el (auth-source-protocols)
13925 (auth-source-protocols-customize, auth-source-choices): Add and
13926 modified variable customizations and defaults.
13927 (auth-source-pick, auth-source-user-or-password)
13928 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13929 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13930 (auth-source-user-or-password-sftp)
13931 (auth-source-user-or-password-smtp): Use new variables and provide an
13932 interface to netrc.el.
13933
13934 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
13935
13936 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13937 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13938 Make sure the nntp port to specify is a string.
13939
13940 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13941
13942 * nntp.el: Use with-current-buffer.
13943 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13944 dubious mm-with-unibyte-current-buffer.
13945 (nntp-with-open-group-function): New function extracted from
13946 nntp-with-open-group macro.
13947 (nntp-with-open-group): Use the function, so it's easier to debug.
13948 Add indentation and debugging info.
13949 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13950 Recommend the use of the netcat alternatives.
13951
13952 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13953 Avoid mm-string-as-multibyte as well.
13954
13955 * nnweb.el (nnweb-insert-html):
13956 Remove use of nnheader-string-as-multibyte.
13957
13958 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13959 (nnheader-string-as-multibyte): Remove.
13960
13961 * mm-view.el: Use inhibit-read-only.
13962 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13963 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13964 or unibyte-string.
13965
13966 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13967 (mm-uu-yenc-extract): Use with-current-buffer.
13968
13969 * gnus-soup.el (gnus-soup-send-packet): Don't use
13970 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13971
13972 * nnmh.el: Use with-current-buffer.
13973 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13974 mm-string-as-multibyte on the output of mm-encode-coding-string.
13975
13976 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13977 (nnimap-request-move-article): Use with-current-buffer.
13978
13979 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13980 inserting the handle-buffer's text, so the implicit multibyte->unibyte
13981 conversion uses string-make-unibyte rather than string-as-unibyte.
13982
13983 * gnus-msg.el: Use with-current-buffer.
13984
13985 * message.el (message-ignored-resent-headers): Add "Delivered-To".
13986
13987 2008-03-10 Daiki Ueno <ueno@unixuser.org>
13988
13989 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13990 string for caching if it is 'PIN.
13991
13992 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
13993
13994 * mail-source.el (mail-source-delete-old-incoming-confirm):
13995 Change default to nil.
13996 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13997
13998 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
13999
14000 * gnus-art.el (gnus-narrow-to-page): Position point properly.
14001 (gnus-article-goto-prev-page): Work for articles having ^L's.
14002
14003 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
14004
14005 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
14006
14007 2008-03-07 Karl Fogel <kfogel@red-bean.com>
14008
14009 * gnus-bookmark.el: Adjust for renames in bookmark.el.
14010 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
14011 (gnus-bookmark-jump): Adjust some variable names.
14012
14013 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
14014
14015 * auth-source.el: New package.
14016 (auth-source-choices): Add customization entry point variable.
14017
14018 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
14019 bug.
14020
14021 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
14022
14023 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
14024 (gnus-registry-initialize, gnus-registry-install-p): Use it.
14025 (gnus-registry-install-shortcuts): Rename from
14026 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
14027 the `gnus-registry-mark-map' keymap dynamically from
14028 `gnus-registry-marks'. The generated functions update the summary line
14029 when a registry mark is added or deleted, and will call
14030 `gnus-registry-install-p' (see the comments in the code).
14031 (gnus-registry-user-format-function-M): Use concat intelligently.
14032
14033 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
14034 the registry mark functions.
14035
14036 2008-03-05 Glenn Morris <rgm@gnu.org>
14037
14038 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
14039 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
14040 gnus-art.
14041 (top-level): No need to load own source when compiling.
14042
14043 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
14044
14045 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
14046 Suggested by <chris.anderton@zetnet.co.uk>.
14047
14048 2008-03-04 Glenn Morris <rgm@gnu.org>
14049
14050 * gnus-sum.el (top-level): No need to require gnus when compiling,
14051 since unconditionally required near start of file.
14052 (gnus-summary-display-while-building): Move definition before use.
14053
14054 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
14055
14056 * gnus-registry.el (gnus-registry-user-format-function-M):
14057 Add formatting function.
14058
14059 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
14060
14061 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
14062 with plists.
14063 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
14064 Use new format.
14065
14066 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
14067
14068 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
14069 `where-is-internal' that returns a range of key sequences.
14070
14071 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
14072
14073 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
14074
14075 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
14076 (gnus-summary-jump-to-group): Consider windows on other displayed
14077 frames as well. Similar changes might be needed elsewhere, but that's
14078 the one I've bumped into during my use.
14079
14080 * nndoc.el (nndoc-oe-dbx-type-p):
14081 * gnus-msg.el (gnus-debug):
14082 * gnus-group.el (gnus-update-group-mark-positions):
14083 Use mm-string-to-multibyte.
14084
14085 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
14086
14087 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
14088 doesn't handle NotDashEscaped.
14089
14090 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
14091 (mml-dnd-attach-options): Fix typo in custom choice.
14092
14093 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
14094 Change nndoc-article-type to mbox.
14095 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
14096
14097 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
14098 to nil, instead of html2text.
14099
14100 * imap.el (imap-debug): Add `imap-ping-server'.
14101
14102 * gnus-bookmark.el: Add FIXMEs.
14103
14104 * message.el (message-form-letter-separator)
14105 (message-send-form-letter-delay): New variables.
14106 (message-send-form-letter): Use them. New command to send form
14107 letters. Requested by Uwe Siart.
14108 (message-send-mail-function): Doc fix. Add "Other" custom option.
14109
14110 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
14111
14112 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
14113 empty author.
14114
14115 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
14116
14117 * gnus-registry.el (gnus-registry-marks): Add variable for
14118 customization of marks and their appearance.
14119 (gnus-registry-read-mark): Use it.
14120 (gnus-registry-do-marks): Add utility function to loop through
14121 `gnus-registry-marks'.
14122 (gnus-registry-install-shortcuts-and-menus): Add function to install
14123 shortcuts and menus.
14124 (gnus-registry-initialize): Use it.
14125 (gnus-registry-default-mark): Clarify documentation.
14126
14127 2008-02-29 Glenn Morris <rgm@gnu.org>
14128
14129 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
14130 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
14131 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
14132 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14133 Change defcustom :version from 23.0 to 23.1.
14134
14135 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
14136
14137 * gnus-registry.el (gnus-registry-follow-group-p)
14138 (gnus-registry-post-process-groups): Add functions to aid registry
14139 splitting and improve logging. Clarify behavior in function
14140 documentation.
14141 (gnus-registry-split-fancy-with-parent): Use them.
14142
14143 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
14144
14145 * gnus-art.el: Use with-current-buffer.
14146
14147 2008-02-27 David Engster <dengste@eml.cc>
14148
14149 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14150 Express real group name in the response.
14151
14152 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
14153
14154 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14155 (nnmairix-last-server, nnmairix-current-server): Defvar them.
14156 (nnmairix-goto-original-article): Defvar gnus-registry-install and
14157 autoload gnus-registry-fetch-group when compiling.
14158 (nnmairix-request-group-with-article-number-correction):
14159 Remove unreferenced argument passed to nnmairix-call-backend.
14160
14161 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
14162
14163 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14164 (mm-uu-extract): Improve face for low color ttys.
14165 Reported by Sascha Wilde.
14166
14167 2008-02-27 Glenn Morris <rgm@gnu.org>
14168
14169 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14170 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14171 variables to defconsts. Convert comments to doc-strings.
14172 (nnmairix-last-server, nnmairix-current-server): Convert from free
14173 variables to defvars. Convert comments to doc-strings.
14174 (gnus-registry-fetch-group): Autoload.
14175 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14176 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14177 (nnmairix-widget-build-editable-fields): Use car cddr rather than
14178 caddr.
14179 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14180 nnmairix-request-group-with-article-number-correction call.
14181 (nnmairix-fast, nnmairix-group): New, less general names, for free
14182 variables passed from nnmairix-request-group to
14183 nnmairix-request-group-with-article-number-correction. Declare.
14184 (nnmairix-request-group-with-article-number-correction):
14185 Use nnmairix-fast, nnmairix-group rather than fast, group.
14186
14187 2008-02-26 David Engster <dengste@eml.cc>
14188
14189 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
14190 version 0.5.
14191
14192 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
14193
14194 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14195 instead of making an extra function call. Don't add the current group
14196 to articles only when they have the group. Use
14197 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14198 Reported by David <de_bb@arcor.de>.
14199
14200 2008-02-24 Miles Bader <miles@gnu.org>
14201
14202 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14203 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14204 (mm-find-mime-charset-region):
14205 * mm-bodies.el (mm-encode-body):
14206 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14207
14208 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
14209
14210 * mail-source.el (mail-source-delete-incoming): Change default.
14211 Supplement doc string.
14212
14213 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14214
14215 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
14216
14217 * nnmail.el (nnmail-message-id-cache-file): Derive from
14218 `gnus-home-directory'.
14219
14220 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
14221
14222 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14223 Document negative prefix.
14224
14225 * gnus-group.el (gnus-group-read-group): Document negative prefix.
14226
14227 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14228
14229 * message.el (message-unsent-separator): Add the Exim bounce
14230 separator.
14231
14232 2008-02-10 Daiki Ueno <ueno@unixuser.org>
14233
14234 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14235 list.
14236 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14237 recipient/signer list.
14238
14239 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
14240
14241 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14242 fbound (Emacs 23 unicode), signal an error.
14243
14244 2008-02-08 Glenn Morris <rgm@gnu.org>
14245
14246 * gnus-art.el (pgg-display-output-buffer): Declare as function.
14247
14248 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
14249
14250 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14251 ports to the calls to `netrc-machine-user-or-password' in addition to
14252 "imap" and "imaps".
14253
14254 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
14255
14256 * gnus.el (gnus-group-startup-message): Add `find-image' call before
14257 image-load-path is let-bound. Reported by Harald Hanche-Olsen
14258 <hanche@math.ntnu.no>.
14259
14260 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
14261
14262 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14263
14264 2008-02-01 Zhang Wei <id.brep@gmail.com>
14265
14266 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14267
14268 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14269
14270 2008-02-01 Miles Bader <miles@gnu.org>
14271
14272 * mml.el (mml-parse-1): Remove apparently vestigial use of
14273 `mm-hack-charsets'.
14274 * mm-bodies.el (mm-encode-body): Likewise.
14275
14276 2008-02-01 Kenichi Handa <handa@m17n.org>
14277
14278 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14279 rfc2104-hexstring-to-bitstring and changed to return a byte list.
14280 (rfc2104-hash): Convert the result of concat to unibyte string.
14281
14282 2008-02-01 Dave Love <fx@gnu.org>
14283
14284 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14285 coding-system-for-read.
14286 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14287
14288 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14289 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
14290 (mm-find-mime-charset-region): Remove hack-charsets stuff.
14291
14292 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
14293
14294 * mail-source.el (mail-sources): Add `group' choice.
14295
14296 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14297 parameter `in-group' to control into which group the articles go.
14298 Add treatment of `group' mail-source.
14299
14300 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
14301
14302 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14303 * message.el (message-beginning-of-line): Use featurep instead of bound
14304 tests in order to resolve conditionals at compile time.
14305
14306 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
14307
14308 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14309
14310 * mm-decode.el (mm-dissect-buffer): Decode description.
14311
14312 * mml.el (mml-to-mime): Encode message header first.
14313
14314 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
14315
14316 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14317 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14318
14319 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
14320
14321 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14322
14323 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
14324
14325 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14326 prefix keys.
14327 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14328 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14329 gnus-xmas.el.
14330
14331 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
14332
14333 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14334 Add new variables for article mark management.
14335 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14336 list of extra data entries which, when present, will indicate that the
14337 article ID should not be trimmed from the registry.
14338 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14339 functions.
14340 (gnus-registry-read-mark): New function to read a mark name from the
14341 user.
14342 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14343 (gnus-registry-set-article-mark-internal): New functions to add and
14344 remove marks.
14345 (gnus-registry-get-article-marks): New function to show the marks for
14346 an article, or retrieve them for further use.
14347
14348 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
14349
14350 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14351 keys when no argument is given.
14352
14353 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
14354
14355 * gnus-sum.el (gnus-article-sort-by-random)
14356 (gnus-thread-sort-by-random): Fix doc strings.
14357 Reported by jidanni@jidanni.org.
14358
14359 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
14360
14361 * gnus-art.el (gnus-article-describe-bindings): New function.
14362 (gnus-article-read-summary-keys): Use it.
14363 (gnus-article-mode-map): Bind `C-h b' to it.
14364
14365 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
14366
14367 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14368 XEmacs.
14369 (gnus-article-describe-key, gnus-article-describe-key-briefly):
14370 Protect against non-character events.
14371
14372 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
14373
14374 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14375 New command.
14376 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14377 instead of END. Change name of the temp file.
14378 (gnus-group-gmane-group-download-format): Add doc string. Make it
14379 customizable.
14380
14381 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
14382
14383 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14384 bind `S W' to gnus-article-wide-reply-with-original; set default
14385 binding to gnus-article-read-summary-send-keys.
14386 (gnus-article-read-summary-keys): Fix the order of keys; display
14387 continuation keys correctly in the echo area; describe bindings
14388 correctly when keys end with `C-h'.
14389 (gnus-article-read-summary-send-keys): New function.
14390 (gnus-article-describe-key, gnus-article-describe-key-briefly):
14391 Work for gnus-article-read-summary-send-keys; display continuation keys
14392 correctly in the echo area.
14393 (gnus-article-reply-with-original): Ignore prefix argument.
14394 (gnus-article-wide-reply-with-original): New function.
14395
14396 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
14397
14398 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14399 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14400
14401 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
14402
14403 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14404 (gnus-group-read-ephemeral-gmane-group): New command.
14405
14406 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
14407
14408 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14409
14410 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
14411
14412 * message.el (message-send-mail-function): Increase custom version.
14413
14414 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14415 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
14416
14417 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
14418
14419 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14420 html parts correctly; support forwarded messages.
14421 (gnus-article-browse-html-article): Remove work buffers.
14422
14423 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14424 compiling.
14425 (netrc-bound-and-true-p): New macro.
14426 (netrc-parse): Use it instead of bound-and-true-p that is not available
14427 in XEmacs 21.4.
14428
14429 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
14430
14431 * gnus-registry.el (gnus-registry-mark-article)
14432 (gnus-registry-article-marks): Add functionality to mark articles
14433 through the Gnus registry.
14434
14435 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14436 (netrc-parse): Use encrypt-file-alist to determine if
14437 encrypt-find-model or encrypt-insert-file-contents should be used.
14438
14439 2007-12-19 Glenn Morris <rgm@gnu.org>
14440
14441 * mml.el (message-options-set, message-narrow-to-head)
14442 (message-in-body-p, message-mail-p, message-encode-message-body):
14443 Autoload.
14444 (message-remove-header, message-narrow-to-headers-or-head)
14445 (message-subscribed-p, message-make-mail-followup-to)
14446 (message-position-on-field, message-news-p)
14447 (message-options-set-recipient, message-generate-headers)
14448 (message-sort-headers): Declare as functions.
14449
14450 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
14451
14452 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14453 convention in doc string.
14454
14455 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
14456
14457 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14458 title to html parts.
14459 (gnus-article-browse-html-article): Pass message header to it.
14460
14461 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14462
14463 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
14464
14465 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14466 or password compatible with XEmacs.
14467
14468 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
14469
14470 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14471 format document.
14472 (gnus-mime-delete-part): Don't write description line if empty.
14473 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14474
14475 2007-12-14 Johan Bockgård <bojohan@gnu.org>
14476
14477 * gnus-sum.el (gnus-summary-mark-unread-as-read)
14478 (gnus-summary-mark-read-and-unread-as-read)
14479 (gnus-summary-mark-current-read-and-unread-as-read)
14480 (gnus-summary-mark-unread-as-ticked): Doc fix.
14481 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14482
14483 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
14484
14485 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14486 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14487
14488 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
14489
14490 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14491 yes-or-no-p.
14492
14493 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
14494
14495 * mm-decode.el (mm-add-meta-html-tag): New function.
14496 (mm-save-part-to-file, mm-pipe-part): Use it.
14497
14498 * gnus-art.el (gnus-article-browse-delete-temp-files):
14499 Use gnus-y-or-n-p instead of y-or-n-p.
14500 (gnus-article-browse-html-parts): Work with message/external-body; use
14501 mm-add-meta-html-tag.
14502
14503 2007-12-11 Glenn Morris <rgm@gnu.org>
14504
14505 * gnus-cache.el: Require gnus-sum not just when compiling.
14506
14507 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14508
14509 * gnus-int.el (gnus-server-opened, gnus-status-message):
14510 Move definitions before use.
14511
14512 * mm-decode.el: Require gnus-util.
14513 (mm-remove-part): Only call delete-annotation on XEmacs.
14514
14515 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14516
14517 * nnmail.el: Require gnus-int.
14518
14519 * spam.el: Move `require's before `eval-when-compile's.
14520
14521 * gnus-ems.el (gnus-alive-p):
14522 * gnus-fun.el (message-goto-eoh):
14523 * gnus-util.el (gnus-group-name-decode):
14524 * mail-source.el (gnus-compress-sequence):
14525 * message.el (Info-goto-node, format-spec):
14526 * mm-bodies.el (message-options-get):
14527 * mm-decode.el (mm-view-pkcs7):
14528 * mm-util.el (gmm-write-region):
14529 * mml-smime.el (mml-compute-boundary)
14530 (gnus-completing-read-with-default):
14531 * mml.el (widget-button-press, gnus-make-hashtable):
14532 * mml1991.el (mm-decode-content-transfer-encoding)
14533 (mm-encode-content-transfer-encoding)
14534 (message-options-get, message-options-set):
14535 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14536 * nnfolder.el (gnus-request-group):
14537 * nnheader.el (ietf-drums-unfold-fws):
14538 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14539 * smime.el (gnus-run-mode-hooks):
14540 * spam-stat.el (gnus-message): Autoload.
14541
14542 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14543 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14544 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14545 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14546 Add declare-function compatibility definition.
14547
14548 * gnus-cache.el (nnvirtual-find-group-art):
14549 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14550 (gnus-add-image, gnus-add-wash-type):
14551 * gnus-group.el (nnkiboze-score-file):
14552 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14553 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14554 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14555 (message-tokenize-header, gnus-get-buffer-create)
14556 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14557 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14558 * gnus.el (gnus-group-decoded-name):
14559 * mail-source.el (imap-capability):
14560 * mm-bodies.el (message-options-set):
14561 * mm-decode.el (gnus-configure-windows):
14562 * mm-extern.el (message-goto-body):
14563 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14564 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14565 (epg-sub-key-validity, message-options-set):
14566 * mml.el (widget-event-point, gnus-configure-windows):
14567 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14568 * mml2015.el (epg-check-configuration, epg-configuration)
14569 (message-options-set):
14570 * nndb.el (nndb-request-article):
14571 * nnfolder.el (gnus-request-create-group):
14572 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14573 * nnmaildir.el (gnus-group-mark-article-read):
14574 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14575 * rfc1843.el (message-fetch-field):
14576 * spam.el (gnus-extract-address-components):
14577 Declare as functions.
14578
14579 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
14580
14581 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14582
14583 2007-12-09 Glenn Morris <rgm@gnu.org>
14584
14585 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14586
14587 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14588 * message.el, mm-view.el, sieve-manage.el, smime.el:
14589 Add declare-function compatibility definition.
14590
14591 * gnus-art.el (w3-region, w3m-region, Info-menu):
14592 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14593 * gnus-sum.el (gnus-get-predicate):
14594 * gnus-util.el (mm-append-to-file, w32-focus-frame):
14595 * message.el (mail-abbrev-in-expansion-header-p):
14596 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14597 (w3m-detect-meta-charset, w3m-region):
14598 * sieve-manage.el (password-read, password-cache-add)
14599 (password-cache-remove):
14600 * smime.el (password-read-and-add): Declare as functions.
14601
14602 2007-12-08 David Kastrup <dak@gnu.org>
14603
14604 * gnus-sum.el (gnus-summary-simplify-subject-query):
14605 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14606 `message'.
14607
14608 2007-12-07 Glenn Morris <rgm@gnu.org>
14609
14610 * gnus-art.el (article-make-date-line): Revert previous change.
14611
14612 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14613
14614 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14615
14616 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
14617
14618 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14619 Call gnus-add-to-range ranges only once with a prepared article-list.
14620
14621 2007-12-06 Paul Jarc <prj@po.cwru.edu>
14622
14623 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14624 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14625 group names with backslashes.
14626 Reported by Tassilo Horn <tassilo@member.fsf.org>.
14627
14628 2007-12-06 Deepak Goel <deego3@gmail.com>
14629
14630 * gnus-art.el (article-make-date-line):
14631 * gnus-start.el (gnus-load):
14632 * pop3.el (pop3-read-response): Fix buggy call to `error'.
14633
14634 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14635
14636 * gnus-art.el (gnus-use-idna):
14637 * gnus-start.el (gnus-site-init-file):
14638 * message.el (message-use-idna):
14639 * mm-uu.el (mm-uu-hide-markers):
14640 * smiley.el (smiley-style): Revert changes that suppress warnings.
14641
14642 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14643
14644 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14645 specify charset to html source.
14646 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14647
14648 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14649
14650 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14651 idna-program in order to suppress byte compile warning issued by XEmacs
14652 that came to byte compile the default value section of defcustom forms
14653 recently.
14654
14655 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14656 value of installation-directory.
14657
14658 * message.el (message-use-idna): Don't directly refer to the value of
14659 idna-program.
14660
14661 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14662
14663 * smiley.el (smiley-style): Don't directly call face-attribute.
14664
14665 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
14666
14667 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14668
14669 * gnus-dired.el: Reduce Gnus dependencies.
14670 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14671 Don't require. Use autoloads instead.
14672 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14673 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14674 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14675 (gnus-dired-mode): Adjust doc string.
14676 (gnus-dired-mail-mode): New variable.
14677 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14678 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14679 (gnus-dired-mail-buffers): New function. Return mail or message
14680 composition buffers.
14681 (gnus-dired-attach): Use it.
14682 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14683 NO-DECODE.
14684 (gnus-dired-print): Use `gnus-print-buffer' depending on
14685 `gnus-dired-mail-mode'.
14686
14687 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
14688
14689 * rfc2047.el (rfc2047-encoded-word-regexp)
14690 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14691 explaining what regexp patterns are for.
14692
14693 2007-12-04 Glenn Morris <rgm@gnu.org>
14694
14695 * password.el: Move to ../password-cache.el.
14696
14697 * mml1991.el (password-read, password-cache-add, password-cache-remove):
14698 * mml2015.el (password-read, password-cache-add, password-cache-remove):
14699 * mml-smime.el (password-read, password-cache-add)
14700 (password-cache-remove):
14701 No need to autoload, since mml-sec requires password.
14702
14703 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14704 * message.el (gnus-extract-address-components):
14705 * mml-smime.el (gnus-extract-address-components): Define for compiler.
14706
14707 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14708 password.
14709
14710 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
14711
14712 * mailcap.el: Reduce dependencies.
14713 (mail-header-parse-content-type): Autoload.
14714 (mailcap-delete-duplicates): New alias.
14715 (mailcap-mime-info): Add optional argument NO-DECODE.
14716 (mailcap-mime-types): Use mailcap-delete-duplicates.
14717
14718 * message.el (message-ignored-supersedes-headers): Add "X-ID".
14719
14720 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14721
14722 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14723 function.
14724
14725 * gnus-uu.el (gnus-uu-decode-yenc): New command.
14726 (gnus-uu-yenc-article): New function.
14727
14728 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14729
14730 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14731
14732 2007-12-02 Glenn Morris <rgm@gnu.org>
14733
14734 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
14735 Move to ../net.
14736
14737 * binhex.el, uudecode.el: Move to ../mail.
14738
14739 * encrypt.el: Remove file.
14740
14741 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
14742
14743 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14744 matches on patches.
14745
14746 * gnus-art.el (gnus-article-browse-html-article):
14747 Mention `mm-text-html-renderer' in the doc string.
14748
14749 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14750 string. Add comments.
14751
14752 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14753 if rhs is ASCII.
14754
14755 2007-12-01 Glenn Morris <rgm@gnu.org>
14756
14757 * dig.el, dns.el: Move to ../net.
14758 * format-spec.el, hex-util.el, sha1.el: Move to ../.
14759
14760 * mail-source.el (top-level): Require format-spec before
14761 eval-when-compile.
14762
14763 2007-11-30 Glenn Morris <rgm@gnu.org>
14764
14765 * encrypt.el: Require password, rather than autoloading password-read.
14766
14767 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
14768
14769 * gnus.el (gnus-method-to-server): Add an optional parameter so the
14770 caller can indicate whether the cache should be disregarded for this
14771 call. This way the result of the call is reproducible at all times and
14772 can be considered a canonical server name for the supplied method.
14773 (gnus-agent-method-p): Canonicalize server names by pushing their
14774 method through `gnus-method-to-server' using the no-cache argument.
14775
14776 * gnus-srvr.el (gnus-server-insert-server-line):
14777 Call `gnus-method-to-server' with `no-cache' argument.
14778
14779 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14780 gnus-agent-possibly-synchronize-flags as this should be called when the
14781 server is actually being opened.
14782 (gnus-agent-possibly-synchronize-flags)
14783 (gnus-agent-possibly-synchronize-flags-server): Move check for the
14784 flags file of an agentized server to the latter function.
14785
14786 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14787 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14788 after a connection has been established successfully.
14789
14790 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
14791
14792 * gnus-art.el (article-display-face): Force to display face if called
14793 interactively; check if gnus-article-x-face-too-ugly matches author.
14794 (article-display-x-face): Display face even if From header is missing
14795 as article-display-face does.
14796
14797 2007-11-28 Richard Stallman <rms@gnu.org>
14798
14799 * md4.el: Move to ../.
14800 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
14801
14802 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
14803
14804 * mail-source.el (mail-sources): Default to fetch from file for
14805 compatibility with default of nnmail-spool-file.
14806
14807 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
14808
14809 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14810 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14811 to look for encoded word that should be encoded again.
14812 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14813 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14814 encoding pattern.
14815 (rfc2047-decode-region): Switch strict regexp and loose one according
14816 to rfc2047-allow-irregular-q-encoded-words.
14817
14818 2007-11-26 Simon Josefsson <simon@josefsson.org>
14819
14820 * imap.el: Move to ../net directory.
14821
14822 2007-11-25 Romain Francoise <romain@orebokech.com>
14823
14824 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14825
14826 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
14827
14828 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14829 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14830
14831 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14832 `nnmail-spool-file'.
14833
14834 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14835 `nnmail-spool-file'.
14836
14837 * gnus-move.el (gnus-change-server): Ditto.
14838
14839 * gnus-kill.el (gnus-batch-score): Ditto.
14840
14841 * gnus-cache.el (gnus-jog-cache): Ditto.
14842
14843 * gnus-msg.el (gnus-summary-reply):
14844 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14845
14846 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
14847
14848 * gnus-cache.el (gnus-cache-generate-nov-databases):
14849 Use nnml-generate-nov-databases-directory instead of
14850 nnml-generate-nov-databases-1.
14851
14852 2007-11-24 Glenn Morris <rgm@gnu.org>
14853
14854 * message.el (message-tool-bar-retro): Update for rename
14855 mail_send.xpm->mail-send.xpm.
14856
14857 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
14858
14859 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14860 `smime-ldap-search' for Emacs 22 and up.
14861
14862 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
14863
14864 * hashcash.el: Move to ../mail directory.
14865
14866 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
14867
14868 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14869 `smime-ldap-search' for Emacs 22 and up.
14870
14871 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14872
14873 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14874
14875 * message.el (message-send-mail-function): Fix error convention.
14876 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14877 (message-widen-reply, message-send-mail, message-talkative-question)
14878 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14879 (message-clone-locals, message-send-news): Use with-current-buffer.
14880 (message-insert-or-toggle-importance): Remove unused var `valid'.
14881 (message-make-references): Remove unused var `new-references'.
14882 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14883
14884 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
14885
14886 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14887 (spam-split-symbolic-return-positive): Reflow docstring.
14888 (spam-backends, spam-summary-exit-behavior)
14889 (spam-mark-ham-unread-before-move-from-spam-group)
14890 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14891 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14892 (spam-clear-cache, spam-backend-check, spam-install-backend)
14893 (spam-install-statistical-backend, spam-list-of-processors)
14894 (spam-group-processor-p, spam-split, spam-bogofilter-score)
14895 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14896 (spam-check-crm114, spam-initialize, spam-unload-hook):
14897 Fix typos in docstrings.
14898
14899 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14900
14901 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14902 been checked if they have never been read and those group levels are
14903 higher than the one that a user specified.
14904
14905 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14906
14907 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14908 foreign groups unless a group level is specified by a user.
14909 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14910
14911 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
14912
14913 * message.el (message-send-mail-function): Require sendmail.
14914
14915 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
14916
14917 * message.el (message-send-mail-function): Check for smtpmail too.
14918
14919 * utf7.el (utf7-encode, utf7-decode): Use coding system
14920 `utf-7'/`utf-7-imap' from utf-7.el' if available.
14921
14922 * message.el (message-send-mail-function): New function.
14923 (message-send-mail-function): Set default using
14924 message-send-mail-function. Adjust doc string.
14925 (message-send-mail-with-mailclient): New function.
14926
14927 2007-11-17 Richard Stallman <rms@gnu.org>
14928
14929 * assistant.el: Remove file.
14930
14931 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
14932
14933 * smime.el (from):
14934 * rfc2047.el (message-posting-charset):
14935 * qp.el (mm-use-ultra-safe-encoding):
14936 * pop3.el (parse-time-months):
14937 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14938 * nnml.el (files):
14939 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14940 (jka-compr-compression-info-list, ange-ftp-path-format)
14941 (efs-path-regexp):
14942 * nndiary.el (files):
14943 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14944 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14945 (epg-digest-algorithm-alist, inhibit-redisplay)
14946 (password-cache-expiry):
14947 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14948 (pgg-output-buffer, password-cache-expiry):
14949 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14950 (efs-path-regexp):
14951 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14952 (inhibit-redisplay):
14953 * mm-uu.el (file-name, start-point, end-point, entry)
14954 (gnus-newsgroup-name, gnus-newsgroup-charset):
14955 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14956 (latin-unity-ucs-list):
14957 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14958 (mm-uu-binhex-decode-function):
14959 * message.el (gnus-message-group-art, gnus-list-identifiers)
14960 (rmail-enable-mime-composing, gnus-local-organization)
14961 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14962 (gnus-read-active-file, facemenu-add-face-function)
14963 (facemenu-remove-face-function, gnus-article-decoded-p)
14964 (tool-bar-mode):
14965 * mail-source.el (display-time-mail-function):
14966 * gnus-util.el (nnmail-pathname-coding-system)
14967 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14968 (gnus-original-article-buffer, gnus-user-agent)
14969 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14970 (xemacs-codename, sxemacs-codename, emacs-program-version):
14971 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14972 * gnus-start.el (gnus-agent-covered-methods)
14973 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14974 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14975 (gnus-newsgroup-headers, gnus-group-list-mode)
14976 (gnus-group-mark-positions, gnus-newsgroup-data)
14977 (gnus-newsgroup-unreads, nnoo-state-alist)
14978 (gnus-current-select-method, mail-sources)
14979 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14980 (nnmail-spool-file, gnus-cache-active-hashtb):
14981 * gnus-mh.el (mh-lib-progs):
14982 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14983 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14984 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14985 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14986 (gnus-group-buffer):
14987 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14988 (font-lock-set-defaults):
14989 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14990 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14991 (gnus-summary-post-menu, total-parts, type, condition, length):
14992 * gnus-agent.el (gnus-agent-read-agentview):
14993 * flow-fill.el (show-trailing-whitespace):
14994 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14995 eval-and-compile wrappers for byte compiler pacifiers.
14996
14997 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14998 (mm-display-inline-fontify): Check for featurep 'xemacs not
14999 extent-list.
15000
15001 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
15002 itimer-list.
15003 (mm-create-image-xemacs): Only do something for XEmacs.
15004 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
15005
15006 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
15007
15008 * gnus-registry.el (gnus-adaptive-word-syntax-table):
15009 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
15010
15011 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
15012
15013 * nnimap.el (nnimap-split-download-body):
15014 * gnus-demon.el (gnus-demon):
15015 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
15016
15017 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
15018
15019 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
15020 New macros.
15021 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
15022 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
15023 copy data from unibyte buffer to multibyte current buffer.
15024 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
15025 to copy data from unibyte current buffer to multibyte buffer.
15026 (nntp-make-process-buffer): Make process buffer unibyte.
15027
15028 * pop3.el (pop3-open-server): Fix typo in Lisp code.
15029
15030 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
15031
15032 * pop3.el (pop3-open-server): Accept and process data more robustly at
15033 connection start to avoid spurious "POP SSL connection failed" errors.
15034
15035 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
15036
15037 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15038 read group names.
15039
15040 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
15041
15042 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15043
15044 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
15045
15046 * nnmail.el (nnmail-parse-active): Make group names unibyte.
15047 (nnmail-save-active): Use a unibyte buffer when saving active file,
15048 which may contain non-ASCII group names.
15049
15050 * nnml.el (nnml-request-group): Decode group names in messages.
15051
15052 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
15053
15054 * message.el (message-citation-line-function)
15055 (message-insert-formatted-citation-line): Fix spelling of
15056 `message-insert-formated-citation-line'.
15057
15058 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
15059
15060 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15061
15062 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
15063
15064 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15065 nnmail-pathname-coding-system.
15066
15067 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15068 that a user enters; decode group names in messages.
15069
15070 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15071
15072 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
15073
15074 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15075
15076 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15077
15078 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15079 risky local variable.
15080
15081 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15082
15083 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
15084
15085 * encrypt.el: Improve documentation to fix function name typo.
15086 Reported by Daiki Ueno <ueno@unixuser.org>.
15087
15088 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
15089
15090 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15091 even if the point is not in the last page of an article.
15092 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15093 back to the previous page.
15094
15095 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
15096
15097 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15098
15099 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
15100
15101 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15102
15103 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
15104
15105 * message.el (message-check-news-body-syntax):
15106 Avoid mm-string-as-multibyte.
15107 (message-hide-headers): Don't assume (point-min)==1.
15108
15109 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
15110
15111 * message.el (message-remove-blank-cited-lines): Fix if remove is
15112 given.
15113 (message-bogus-address-regexp): New variable.
15114 (message-bogus-recipient-p): New function.
15115 (message-check-recipients): New command.
15116 (message-syntax-checks): Add `bogus-recipient'.
15117 (message-fix-before-sending): Add `bogus-recipient'.
15118
15119 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15120 (gnus-treat-body-boundary): Don't test window-system.
15121
15122 2007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
15123
15124 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15125
15126 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
15127
15128 * gnus.el: Bump version to Gnus v5.13.
15129
15130 2007-10-28 Miles Bader <miles@gnu.org>
15131
15132 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15133 at compile-time too.
15134
15135 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
15136
15137 * gnus-msg.el (gnus-message-setup-hook):
15138 Add `message-remove-blank-cited-lines' to options.
15139
15140 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
15141
15142 * message.el (message-remove-blank-cited-lines): New function.
15143 Suggested by Karl Plästerer.
15144
15145 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
15146
15147 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15148 mapc.
15149
15150 * imap.el (imap-open): Replace mapcar called for effect with mapc.
15151 (top-level): Use mapc to set functions to be traced for debugging.
15152
15153 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15154 called for effect with while loop.
15155
15156 * message.el (message-talkative-question): Replace mapcar called for
15157 effect with mapc.
15158
15159 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15160 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15161 called for effect with dolist.
15162
15163 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15164
15165 * nndiary.el: Use dolist instead of mapcar to add diary headers to
15166 gnus-extra-headers and nnmail-extra-headers.
15167
15168 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15169 called for effect with dolist.
15170 (top-level): Use mapc to set functions to be traced for debugging.
15171
15172 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15173 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15174 dolist.
15175
15176 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15177 Replace mapcar called for effect with mapc.
15178 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15179 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15180 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15181 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15182
15183 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15184 remove-if that's a cl function.
15185
15186 * webmail.el (webmail-debug): Replace mapcar called for effect with
15187 dolist.
15188
15189 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
15190
15191 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15192 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15193 with while loop.
15194
15195 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15196 functions from article-* functions.
15197 (gnus-multi-decode-header): Replace mapcar called for effect with
15198 dolist.
15199
15200 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15201 (gnus-bookmark-show-details): Replace mapcar called for effect with
15202 while loop.
15203
15204 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15205 called for effect with while loop.
15206
15207 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15208 with dolist.
15209
15210 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15211 Replace mapcar called for effect with dolist.
15212
15213 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15214
15215 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15216 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15217 Replace mapcar called for effect with dolist.
15218 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15219 mapc.
15220
15221 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15222 Replace mapcar called for effect with dolist.
15223 (gnus-topic-list): Replace mapcar called for effect with mapc.
15224
15225 * gnus.el: Use mapc instead of mapcar to add autoloads.
15226
15227 2007-10-23 Richard Stallman <rms@gnu.org>
15228
15229 * gnus-group.el (gnus-group-highlight): Mark as risky.
15230
15231 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
15232
15233 * gnus.el (gnus-server-to-method): Return method found first in
15234 gnus-newsrc-alist.
15235
15236 * gnus-art.el (gnus-article-highlight-signature)
15237 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15238 button overlay without the front stickiness.
15239
15240 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
15241
15242 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15243 overview buffer needed a catch to receive its throw.
15244 (gnus-agent-flush-cache): Declare as interactive to make this function
15245 easier to use.
15246
15247 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
15248
15249 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15250 `next-line'.
15251
15252 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
15253
15254 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15255 exclude address matching message-dont-reply-to-names.
15256
15257 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
15258
15259 * gnus-util.el (gnus-string<): New function.
15260
15261 * gnus-sum.el (gnus-article-sort-by-author)
15262 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15263
15264 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
15265
15266 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15267 the frame-focus tag is set in gnus-buffer-configuration.
15268
15269 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
15270
15271 * gnus-art.el (gnus-article-add-button): Make a button overlay without
15272 the front stickiness.
15273
15274 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
15275
15276 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15277 url pattern; remove duplicate one.
15278 (gnus-article-extend-url-button): New function.
15279 (gnus-article-add-buttons): Use it.
15280 (gnus-button-push): Use concatenated url that it makes.
15281
15282 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
15283
15284 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15285 (sieve-manage-open): Use `mapc' instead of `mapcar'.
15286
15287 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
15288
15289 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15290 Don't hardcode point-min==1.
15291
15292 2007-09-30 David Kastrup <dak@gnu.org>
15293
15294 * gnus-art.el (gnus-article-reply-with-original)
15295 (gnus-article-followup-with-original): When `transient-mark-mode' is
15296 off, refrain from active-region behavior for followups.
15297
15298 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
15299
15300 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15301 Fix comment about "iso8859-1".
15302
15303 2007-10-08 Daiki Ueno <ueno@unixuser.org>
15304
15305 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15306 ones returned from the verify-function.
15307
15308 * mm-uu.el (mm-uu-pgp-signed-extract-1):
15309 Call mml2015-extract-cleartext-signature if extraction failed.
15310
15311 2007-10-07 Daiki Ueno <ueno@unixuser.org>
15312
15313 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15314 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15315 failed.
15316
15317 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
15318
15319 * Relicense "GPLv2 or later" files to "GPLv3 or later".
15320
15321 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
15322
15323 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15324 to mark a thread as expirable. Add variable `hide' to handle hiding of
15325 thread for both the null and zero (kill/expire thread) universal prefix
15326 cases.
15327 (gnus-summary-expire-thread): Add new function to expire a thread,
15328 using gnus-summary-kill-thread.
15329 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15330 shortcuts for gnus-summary-expire-thread.
15331 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15332 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
15333
15334 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
15335
15336 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15337 extras value, so an extras entry can be deleted.
15338 (gnus-registry-delete-extra-entry): Use it.
15339 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15340 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15341 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15342 storage through the gnus-registry, and provide an appropriate API for
15343 it.
15344
15345 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
15346
15347 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15348 Suggested by Leo <sdl.web@gmail.com>.
15349
15350 * gnus.el: Do.
15351
15352 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
15353
15354 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15355 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
15356
15357 * gnus-agent.el (gnus-agent-fetch-headers): Do.
15358
15359 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15360 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15361
15362 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
15363
15364 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15365 newline.
15366 (nnmbox-request-accept-article): Don't change article in source buffer;
15367 narrow to header to use message-fetch-field rather than
15368 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15369 (nnmbox-request-replace-article): Quote lines that'll be misidentified
15370 as delimiters; make sure article ends with newline.
15371 (nnmbox-delete-mail): Correct last position of article to be deleted;
15372 ignore X-Gnus-Newsgroup header in article body.
15373 (nnmbox-save-mail): Quote lines looking like delimiters at the right
15374 positions; make sure article ends with newline.
15375
15376 * message.el (message-display-abbrev): Don't infloop when a user
15377 inserts SPC in the beginning of header.
15378
15379 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
15380
15381 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15382 list of groups not followed by default. Fix type to be regexp.
15383 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15384
15385 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
15386
15387 * hmac-def.el (define-hmac-function): Switch from old-style to
15388 new-style backquotes.
15389
15390 * md4.el (md4-make-step): Likewise.
15391
15392 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
15393
15394 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15395 raw-text coding system when saving .newsrc file, which may contain
15396 non-ASCII group names.
15397
15398 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
15399
15400 * gnus-cus.el (gnus-score-extra): New widget.
15401 (gnus-score-extra-convert): New function.
15402 (gnus-score-customize): Use it for Extra.
15403
15404 2007-08-31 Daiki Ueno <ueno@unixuser.org>
15405
15406 * mml2015.el (mml2015-extract-cleartext-signature): New function.
15407 (mml2015-mailcrypt-clear-verify): Use it.
15408 (mml2015-gpg-clear-verify): Use it.
15409 (mml2015-pgg-clear-verify): Use it.
15410 (mml2015-epg-clear-verify): Replace the current part with the output
15411 from GnuPG; don't extract the plaintext by itself.
15412
15413 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15414 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15415 mml2015-clear-verify-function; don't touch the armor headers or
15416 dash-escaped text here.
15417
15418 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
15419
15420 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15421 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15422 parts, or application/octet-stream as a last resort.
15423 (gnus-mime-view-part-as-type): Don't toggle display.
15424 (gnus-mime-view-part-as-charset): Don't turn off display before
15425 querying charset.
15426
15427 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15428 stuff to undisplayer function in Emacs.
15429 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15430
15431 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15432 text/calendar parts.
15433
15434 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
15435
15436 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15437 decoding text/calendar parts.
15438
15439 * message.el (message-forward-make-body-mime): Always mark body as
15440 having no illegible text; remove signed-or-encrypted argument.
15441 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15442
15443 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15444 (mml-generate-mime-1): Don't encode body if it is specified to be in
15445 raw form; don't make buffer be unibyte when inserting multibyte string.
15446
15447 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15448
15449 * sha1.el: Fix up comment style.
15450 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15451 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15452
15453 * hex-util.el: Fix up comment style.
15454 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15455
15456 * gnus-salt.el: Use with-current-buffer.
15457 (gnus-pick-setup-message): Fix long-standing typo.
15458
15459 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
15460
15461 * imap.el (imap-logout-timeout): New variable.
15462 (imap-logout, imap-logout-wait): New functions.
15463 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15464
15465 * nnimap.el (nnimap-logout-timeout): New server variable.
15466 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15467 nnimap-logout-timeout.
15468
15469 * gnus-art.el (gnus-article-summary-command-nosave)
15470 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15471
15472 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
15473
15474 * gnus.el (gnus-maximum-newsgroup): New variable.
15475
15476 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15477 according to gnus-maximum-newsgroup.
15478
15479 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15480 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15481 Limit the range of articles according to gnus-maximum-newsgroup.
15482
15483 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
15484
15485 * gnus-art.el (gnus-sticky-article): Fix problems described in
15486 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
15487 Don't perform gnus-configure-windows here; reuse existing sticky
15488 article buffer.
15489
15490 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15491 it doesn't exist in gnus-article-mode.
15492
15493 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
15494
15495 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15496 (gnus-agent-decoded-group-name): New function.
15497 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15498 (gnus-agent-expire-group-1): Use it; decode group name in messages.
15499
15500 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
15501
15502 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15503 Add binding for gnus-sticky-article.
15504 (gnus-summary-exit): Don't kill sticky article buffers.
15505
15506 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15507 article buffer.
15508 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15509 (gnus-kill-sticky-article-buffers): New commands.
15510
15511 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
15512
15513 * nntp.el (nntp-xref-number-is-evil): New server variable.
15514 (nntp-find-group-and-number): If it is non-nil, don't trust article
15515 numbers in the Xref header.
15516
15517 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
15518
15519 * gnus-agent.el (gnus-agent-read-group): New function.
15520 (gnus-agent-flush-group, gnus-agent-expire-group)
15521 (gnus-agent-regenerate-group): Use it.
15522 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15523 nnmail-pathname-coding-system.
15524
15525 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
15526
15527 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15528
15529 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15530 that are unread as unread, and also as selected so that information of
15531 marks having been changed by a user may be updated when exiting group.
15532
15533 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
15534
15535 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15536
15537 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
15538
15539 * gnus-art.el (gnus-mime-display-single): Pass part number that is
15540 calculated ignoring signature parts to gnus-treat-article.
15541
15542 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
15543
15544 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15545 a point here in order to keep the window start.
15546 (gnus-insert-mime-security-button): Make a button overlay without the
15547 front stickiness.
15548 (gnus-mime-display-security): Goto the end of a button.
15549
15550 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15551
15552 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
15553
15554 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15555 group-name-at-point.
15556 (gnus-group-completing-read): New function that offers decoded
15557 non-ASCII group names for completion.
15558 (gnus-fetch-group, gnus-group-read-ephemeral-group)
15559 (gnus-group-jump-to-group, gnus-group-make-group-simple)
15560 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15561 (gnus-group-fetch-control): Use it.
15562 (gnus-fetch-group): Use group-name-at-point for the initial value
15563 rather than the default value; use gnus-alive-p.
15564
15565 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15566 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15567 (gnus-summary-post-news): Use gnus-group-completing-read.
15568
15569 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15570 (gnus-read-move-group-name): Decode group name for completion.
15571
15572 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
15573
15574 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15575 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15576 Yamaoka slightly modified the code).
15577
15578 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
15579
15580 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15581 (nnmail-split-incoming): Bind it.
15582
15583 * nnml.el (nnml-group-name-charset): New function.
15584 (nnml-decoded-group-name): Use it; don't decode group name if
15585 nnmail-group-names-not-encoded-p is non-nil.
15586 (nnml-encoded-group-name): New function.
15587 (nnml-group-pathname): Inline nnml-decoded-group-name.
15588 (nnml-request-expire-articles): Decode group name in message.
15589 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15590 nnmail-pathname-coding-system.
15591 (nnml-save-mail, nnml-active-number): Work with decoded group names and
15592 not decoded ones according to nnmail-group-names-not-encoded-p.
15593 (nnml-generate-active-info): Use nnml-encoded-group-name.
15594
15595 2007-08-08 Glenn Morris <rgm@gnu.org>
15596
15597 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15598 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15599 doc-strings and comments.
15600
15601 2007-07-25 Glenn Morris <rgm@gnu.org>
15602
15603 * Relicense all FSF files to GPLv3 or later.
15604
15605 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
15606
15607 * gnus-sum.el (gnus-summary-move-article):
15608 Make gnus-summary-respool-article work.
15609
15610 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
15611
15612 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15613 string.
15614
15615 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
15616
15617 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
15618 that should be ignored when comparing distant RSS articles with local
15619 ones.
15620 (nnrss-make-hash-index): New function. Create a hash index according
15621 to the ignored fields.
15622 (nnrss-check-group): Use it.
15623
15624 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
15625
15626 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15627
15628 * gnus-art.el (article-decode-group-name): Decode Xref header too.
15629
15630 * gnus-group.el (gnus-group-make-group): Encode group name here unless
15631 the new optional argument ENCODED is non-nil.
15632 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15633 coding system for encoding group name.
15634 (gnus-group-make-rss-group): Pass un-encoded group name to
15635 gnus-group-make-group.
15636 (gnus-group-set-info): Tell gnus-group-make-group that group name is
15637 encoded.
15638
15639 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15640 Encode group name to which articles are moved or copied.
15641 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15642 coding system for encoding Newsgroup, Followup-To and Xref headers.
15643
15644 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15645 marks; use nnheader-file-coding-system to write a file.
15646 (nnagent-retrieve-headers): Bind file-name-coding-system to
15647 nnmail-pathname-coding-system.
15648
15649 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15650
15651 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15652 (nnml-request-article, nnml-request-create-group)
15653 (nnml-request-rename-group, nnml-find-id)
15654 (nnml-possibly-change-directory, nnml-possibly-create-directory)
15655 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15656 (nnml-save-marks): Use nnml-group-pathname instead of
15657 nnmail-group-pathname.
15658
15659 (nnml-request-create-group, nnml-request-expire-articles)
15660 (nnml-request-move-article, nnml-request-delete-group)
15661 (nnml-deletable-article-p, nnml-possibly-create-directory)
15662 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15663 (nnml-open-marks): Bind file-name-coding-system to
15664 nnmail-pathname-coding-system.
15665
15666 (nnml-request-article): Pass server argument to nnml-find-group-number.
15667 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15668 Pass server argument to nnml-possibly-create-directory.
15669 (nnml-request-accept-article): Pass server argument to
15670 nnml-active-number and nnml-save-mail.
15671 (nnml-find-group-number): Pass server argument to nnml-find-id.
15672 (nnml-request-update-info): Pass server argument to
15673 nnml-marks-changed-p.
15674
15675 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15676 (nnml-save-mail, nnml-active-number): Add server argument.
15677
15678 (nnml-request-delete-group): Warn if group is missing.
15679 (nnml-get-nov-buffer): Decode group name.
15680 (nnml-generate-active-info): Encode group name.
15681 (nnml-open-marks): Decode group name in messages.
15682
15683 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
15684
15685 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15686 if it is not specified.
15687 (gnus-article-pipe-part, gnus-article-save-part)
15688 (gnus-article-interactively-view-part, gnus-article-copy-part)
15689 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15690 (gnus-article-inline-part, gnus-article-save-part-and-strip)
15691 (gnus-article-replace-part, gnus-article-delete-part)
15692 (gnus-article-view-part-as-type): Pass raw prefix argument to
15693 gnus-article-part-wrapper.
15694
15695 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
15696
15697 * gnus-agent.el (gnus-agent-save-active):
15698 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15699
15700 * gnus-cache.el (gnus-cache-save-buffers)
15701 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15702 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15703 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15704 (gnus-cache-braid-nov, gnus-cache-braid-heads)
15705 (gnus-cache-generate-active, gnus-cache-rename-group)
15706 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15707 (gnus-cache-update-overview-total-fetched-for):
15708 Bind file-name-coding-system to nnmail-pathname-coding-system.
15709 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15710 New variables.
15711 (gnus-cache-decoded-group-name): New function.
15712 (gnus-cache-file-name): Use it.
15713 (gnus-cache-generate-active): Use non-decoded group name for active.
15714
15715 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15716 right place.
15717 (gnus-write-active-file): Don't break non-ASCII group names.
15718
15719 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15720 nnmail-pathname-coding-system.
15721
15722 * gnus-uu.el (gnus-uu-decode-save): Typo.
15723
15724 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
15725
15726 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15727
15728 2007-07-14 David Kastrup <dak@gnu.org>
15729
15730 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15731 finishing actions if we did not edit the article.
15732
15733 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15734
15735 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15736 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15737 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15738 (gnus-agent-flush-group, gnus-agent-flush-cache)
15739 (gnus-agent-fetch-headers, gnus-agent-load-alist)
15740 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15741 (gnus-agent-retrieve-headers, gnus-agent-request-article)
15742 (gnus-agent-regenerate-group)
15743 (gnus-agent-update-files-total-fetched-for)
15744 (gnus-agent-update-view-total-fetched-for):
15745 Bind file-name-coding-system to nnmail-pathname-coding-system.
15746 (gnus-agent-group-pathname): Don't encode file names by
15747 nnmail-pathname-coding-system.
15748 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15749 coding-system-for-write instead of buffer-file-coding-system to
15750 gnus-agent-file-coding-system.
15751
15752 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15753 Decode group name.
15754
15755 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15756
15757 * gnus-start.el (gnus-update-active-hashtb-from-killed)
15758 (gnus-read-newsrc-el-file): Make group names unibyte.
15759
15760 * nnmail.el (nnmail-group-pathname): Don't encode file names by
15761 nnmail-pathname-coding-system.
15762
15763 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15764 (nnrss-request-delete-group): Bind file-name-coding-system to
15765 nnmail-pathname-coding-system.
15766 (nnrss-read-server-data, nnrss-read-group-data):
15767 Bind file-name-coding-system correctly.
15768 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15769
15770 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15771 (nntp-server-to-method-cache): New variable.
15772 (nntp-group-pathname): New function that decodes non-ASCII group names.
15773 (nntp-possibly-create-directory, nntp-marks-changed-p)
15774 (nntp-save-marks, nntp-open-marks): Use it.
15775 (nntp-possibly-create-directory, nntp-open-marks):
15776 Bind file-name-coding-system to nnmail-pathname-coding-system.
15777 (nntp-open-marks): Decode group names when bootstrapping marks.
15778
15779 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15780 Newsgroups and Followup-To headers.
15781
15782 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15783
15784 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15785 (gnus-server-closed-face, gnus-server-denied-face)
15786 (gnus-server-offline-face): Remove variable.
15787 (gnus-server-font-lock-keywords): Use faces that are not aliases.
15788
15789 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15790 of modifying message-stack directly for XEmacs.
15791
15792 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15793 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15794 if the coding-system argument is nil for XEmacs.
15795
15796 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15797 mm-charset-override-alist.
15798
15799 * rfc2047.el: Don't require base64; require rfc2045 for the function
15800 rfc2045-encode-string.
15801 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15802 to quote the parameter value.
15803
15804 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
15805
15806 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15807 form in gnus-group-name-charset-method-alist.
15808
15809 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15810 overrides the default layout edit-form.
15811
15812 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15813
15814 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15815
15816 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
15817
15818 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15819 as unfetched articles.
15820
15821 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
15822
15823 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15824
15825 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
15826
15827 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15828 original back end that keeps marks in the local system.
15829
15830 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
15831
15832 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15833 arg of pop-to-buffer for XEmacs.
15834 (gnus-article-read-summary-keys): Ditto; don't restore window
15835 configuration if summary command ends up with neither article buffer
15836 nor summary buffer; describe bindings if summary keys end with C-h.
15837
15838 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
15839
15840 * message.el (message-fix-before-sending): Skip raw message part to be
15841 forwarded while checking illegible text.
15842 (message-forward-make-body-mime, message-forward-make-body):
15843 Mark signed or encrypted raw message as having no illegible text.
15844
15845 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
15846
15847 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15848 (gnus-message-with-timestamp-1): New macro.
15849 (gnus-message-with-timestamp): New function.
15850 (gnus-message): Use them.
15851
15852 * nnheader.el (nnheader-message): Use them.
15853
15854 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
15855
15856 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15857 .newsrc.eld file.
15858
15859 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15860
15861 * gnus-agent.el (gnus-agent-fetch-headers)
15862 (gnus-agent-retrieve-headers):
15863 Bind gnus-decode-encoded-address-function to identity.
15864
15865 * nntp.el (nntp-send-xover-command): Recognize an xover command is
15866 available also when the server returns simply a dot.
15867
15868 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15869
15870 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
15871
15872 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15873
15874 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
15875
15876 * gnus-ems.el (gnus-x-splash): Make it work.
15877
15878 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15879 from being used.
15880
15881 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
15882
15883 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15884 the front stickiness.
15885 (gnus-article-summary-command-nosave): Correct the order of the
15886 arguments passed to pop-to-buffer.
15887 (gnus-article-read-summary-keys): Ditto; make it work properly when the
15888 summary command ends up with the article buffer.
15889
15890 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15891 the same faces.
15892
15893 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
15894
15895 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15896
15897 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
15898
15899 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15900 * gnus-sum.el (gnus-summary-highlight):
15901 * mail-source.el (mail-source-delete-old-incoming-confirm):
15902 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15903
15904 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
15905
15906 * gnus-art.el (gnus-mime-view-part-externally)
15907 (gnus-mime-view-part-internally): Fix predicate function passed to
15908 completing-read.
15909
15910 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15911
15912 * gnus.el (gnus-update-message-archive-method): Add :version.
15913
15914 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
15915
15916 * gnus.el (gnus-update-message-archive-method): New variable.
15917
15918 * gnus-start.el (gnus-setup-news): Update saved "archive" method
15919 according to gnus-message-archive-method if
15920 gnus-update-message-archive-method is non-nil.
15921
15922 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
15923
15924 * gnus-sum.el (gnus-summary-limit-to-address): New function.
15925 Suggested by Loic Dachary <loic@dachary.org>.
15926 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15927
15928 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
15929
15930 * message.el (message-pop-to-buffer): Add switch-function argument.
15931 (message-mail): Pass switch-function argument to it.
15932
15933 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
15934
15935 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15936 Improve doc string.
15937
15938 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
15939
15940 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15941 (gnus-header-content):
15942 * gnus-cite.el (gnus-cite-10):
15943 * gnus-srvr.el (gnus-server-closed):
15944 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15945 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15946 (gnus-group-mail-3-empty, gnus-group-mail-low)
15947 (gnus-group-mail-low-empty, gnus-splash):
15948 * message.el (message-header-to, message-header-cc)
15949 (message-header-subject, message-header-other, message-header-name)
15950 (message-header-xheader, message-separator, message-cited-text)
15951 (message-mml): Lighten colors of faces used for dark background.
15952
15953 2007-05-24 Simon Josefsson <simon@josefsson.org>
15954
15955 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15956 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
15957
15958 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
15959
15960 * message.el (message-narrow-to-headers-or-head):
15961 Ignore mail-header-separator in the body.
15962
15963 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
15964
15965 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15966 same as window size.
15967
15968 2007-05-22 Kevin Ryde <user42@zip.com.au>
15969
15970 * message.el (message-font-lock-keywords): Use message-header-xheader
15971 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
15972 ahead of the anything pattern, to get it recognized.
15973
15974 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
15975
15976 * gnus-sum.el (gnus-articles-to-read)
15977 (gnus-summary-insert-old-articles): Don't truncate group name for
15978 `read-string'.
15979
15980 * gnus-util.el (gnus-limit-string): Delete this function.
15981
15982 * gnus-sum.el (gnus-simplify-subject-fully):
15983 Use `truncate-string-to-width' instead.
15984
15985 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
15986
15987 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15988 Tell if, on summary exit, the next group has to be selected.
15989 (gnus-summary-exit): Use it.
15990
15991 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
15992
15993 * gnus-art.el (gnus-article-mode): Fix comment about displaying
15994 non-break space.
15995
15996 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
15997
15998 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15999 Check if group is not a directory.
16000 (nnfolder-request-expire-articles): Don't delete articles if the target
16001 group is not available.
16002
16003 * nnml.el (nnml-request-create-group): Properly check if group is not a
16004 file.
16005 (nnml-request-expire-articles): Don't delete articles if the target
16006 group is not available.
16007
16008 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16009 Don't quote characters that are within parentheses.
16010
16011 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
16012
16013 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
16014 (gnus-handle-ephemeral-exit): Select article according to it.
16015
16016 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
16017
16018 * message.el (message-insert-formated-citation-line): Remove newline.
16019 (message-citation-line-format): Add final \n here so that the user can
16020 avoid a blank line.
16021
16022 2007-05-03 Dan Christensen <jdc@uwo.ca>
16023
16024 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
16025 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
16026 Update lanl/arXiv support.
16027
16028 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
16029
16030 * gnus.el: Bump version number.
16031
16032 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16033
16034 * gnus.el (gnus-version-number): Bump version.
16035
16036 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
16037
16038 * gnus.el: No Gnus v0.6 is released.
16039
16040 2007-04-27 Didier Verna <didier@xemacs.org>
16041
16042 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16043 * gmm-utils.el (gmm-regexp-concat): ... here.
16044 * message.el: Don't require 'gnus-util.
16045 (message-dont-reply-to-names): Handle name change above.
16046 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16047
16048 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
16049
16050 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16051 since the initial value varies according to the system.
16052
16053 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
16054
16055 * mm-util.el (mm-charset-synonym-alist): Defcustom.
16056
16057 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
16058
16059 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
16060
16061 2007-04-24 Didier Verna <didier@xemacs.org>
16062
16063 Improve the type of gnus-ignored-from-addresses.
16064 * gnus-util.el (gnus-orify-regexp): New function.
16065 * message.el (gnus-util): Require it.
16066 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16067 * gnus-sum.el (gnus-ignored-from-addresses): New function.
16068 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16069
16070 2007-04-24 Didier Verna <didier@xemacs.org>
16071
16072 * gnus-sum.el:
16073 * gnus-utils.el: Fix some trailing whitespaces.
16074
16075 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
16076
16077 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16078 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16079 article's Message-ID; refer parent article in summary buffer.
16080
16081 * message.el (message-bounce): Call mime-to-mml.
16082
16083 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
16084
16085 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16086
16087 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
16088
16089 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16090 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16091 displayed of multipart/alternative part if it is invoked from summary
16092 buffer.
16093
16094 * mm-view.el (mm-inline-text-html-render-with-w3m)
16095 (mm-inline-text-html-render-with-w3m-standalone)
16096 (mm-inline-render-with-function): Use mail-parse-charset by default.
16097
16098 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
16099
16100 * parse-time.el (parse-time-string-chars): Check if CHAR
16101 is less than the length of parse-time-syntax.
16102
16103 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
16104
16105 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16106 from gnus-newsgroup-processable.
16107
16108 2007-04-16 Didier Verna <didier@xemacs.org>
16109
16110 * gnus-msg.el (gnus-configure-posting-styles):
16111 Handle message-signature-directory properly with :file syntax.
16112 Reported by "Leo".
16113
16114 2007-04-11 Didier Verna <didier@xemacs.org>
16115
16116 New user option: message-signature-directory.
16117 * gnus-msg.el (gnus-configure-posting-styles): Support it.
16118 * message.el (message-insert-signature): Ditto.
16119 * message.el (message-signature-file): Doc update.
16120 * message.el (message-signature-directory): New.
16121
16122 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
16123
16124 * gnus-msg.el (gnus-inews-yank-articles):
16125 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16126
16127 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
16128
16129 * message.el (message-yank-original): Make sure cited text ends with
16130 newline; don't exchange point and mark.
16131
16132 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
16133
16134 * tls.el (open-tls-stream): Properly handle case where there
16135 is no associated buffer.
16136
16137 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
16138
16139 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16140 message-yank-original, make sure (< mark TEXT point).
16141
16142 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
16143
16144 * message.el (message-fill-column): New variable.
16145 (message-mode): Use it. Add comment on a possible new hook.
16146
16147 * nnmail.el (nnmail-spool-file): Mark as obsolete.
16148 (nnmail-get-new-mail): Reformat.
16149
16150 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16151
16152 * gmm-utils.el: Fix Commentary.
16153 (gmm-tool-bar-from-list): Fix typo in doc string.
16154
16155 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
16156
16157 * message.el (message-yank-original): Don't switch point and mark
16158 unnecessarily to put point and mark as documented.
16159
16160 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16161
16162 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16163 from the message heads.
16164
16165 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
16166
16167 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16168 article buffer does not have a window. This may not be the best
16169 solution but is certainly better than setting the start of the null,
16170 that is the current, window.
16171
16172 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
16173
16174 * gnus-draft.el (gnus-draft-setup-hook): New hook.
16175 (gnus-draft-setup): Run it.
16176
16177 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16178 gnus-score-fast-scoring. Allow regexp.
16179 (gnus-score-headers): Use it.
16180
16181 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16182 XEmacs.
16183
16184 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16185 string.
16186 (gnus-button-alist): Also catch `<f1> k ...'.
16187 (gnus-treat-display-x-face): Fix doc string.
16188
16189 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16190
16191 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16192 evaluation of gnus-extended-version to ensure correct generation of the
16193 User-Agent header when message-generate-headers-first is used.
16194
16195 2007-03-24 Simon Josefsson <simon@josefsson.org>
16196
16197 * hashcash.el (hashcash-generate-payment-async): Don't crash if
16198 hashcash-path is nil. Don't call callback with incorrect number of
16199 parameters if val is 0.
16200
16201 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16202
16203 * message.el (message-required-news-headers):
16204 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16205
16206 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
16207
16208 * message.el (message-generate-new-buffers): Change the meaning of the
16209 nil value; add `standard' to the choices; treat t as `unique'; improve
16210 doc string.
16211 (gnus-select-frame-set-input-focus): Autoload.
16212 (message-buffer-name): Search for the existing message buffer if
16213 message-generate-new-buffers is nil or `standard'; treat the value t of
16214 message-generate-new-buffers as `unique'.
16215 (message-pop-to-buffer): Raise the frame already displaying the message
16216 buffer; clear the echo area after querying.
16217 (message-setup): Pass the `continue' argument to compose-mail.
16218 (message-mail): Prefer `switch-function' if it is given; search for the
16219 existing message buffer if the `continue' argument is non-nil; pass
16220 continue and switch-function arguments to compose-mail by way of
16221 message-setup.
16222 (message-mail-other-window): Adjust argument of message-setup.
16223 (message-mail-other-frame): Ditto.
16224
16225 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
16226
16227 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16228 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16229 to turn font-lock on when turning gnus-message-citation-mode on.
16230
16231 2007-03-06 Daiki Ueno <ueno@unixuser.org>
16232
16233 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16234 (mml-smime-function-alist): New variable; add epg as the backend.
16235 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16236 mml-smime- functions instead.
16237 * mm-view.el: Require smime.
16238
16239 2007-03-05 Didier Verna <didier@xemacs.org>
16240
16241 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16242 instead of just inheritance for posting styles.
16243 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16244
16245 2007-02-24 John Paul Wallington <jpw@pobox.com>
16246
16247 * tls.el (tls-certtool-program): Fix custom type.
16248
16249 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
16250
16251 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16252 and point-at-eol instead of line-(beginning|end)-position.
16253
16254 * assistant.el (assistant-parse-buffer): Ditto.
16255
16256 2007-02-28 Daiki Ueno <ueno@unixuser.org>
16257
16258 * mml2015.el (mml2015-epg-find-usable-key): New function.
16259 (mml2015-epg-sign): Use it.
16260 (mml2015-epg-encrypt): Use it.
16261
16262 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
16263
16264 * message.el (message-make-in-reply-to): Quote name containing
16265 non-ASCII characters. It will make the RFC2047 encoder cause an error
16266 if there are special characters. Reported by NAKAJI Hiroyuki
16267 <nakaji@jp.freebsd.org>.
16268
16269 2007-02-27 Didier Verna <didier@xemacs.org>
16270
16271 Include the group parameters as well as the topic ones in the
16272 inheritance filter process.
16273 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16274 argument GROUP-PARAMS-LIST.
16275 * gnus-topic.el (gnus-group-topic-parameters): Use it.
16276
16277 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
16278
16279 * nntp.el (nntp-never-echoes-commands)
16280 (nntp-open-connection-functions-never-echo-commands): New variables.
16281 (nntp-send-command): Use them.
16282
16283 2007-02-20 Daiki Ueno <ueno@unixuser.org>
16284
16285 * mml2015.el (mml2015-epg-verify): Simplify.
16286
16287 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
16288
16289 * mml.el (mml-content-disposition-alist): New user option.
16290 (mml-content-disposition): New function.
16291 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16292 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16293
16294 2007-02-19 Daiki Ueno <ueno@unixuser.org>
16295
16296 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16297 verification.
16298
16299 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16300
16301 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16302 articles posted in the last 24 hours.
16303
16304 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
16305
16306 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16307
16308 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
16309
16310 * nntp.el (nntp-send-command): Don't wait for echoes when
16311 nntp-open-ssl-stream is used.
16312
16313 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
16314
16315 * gnus-cite.el (gnus-test-font-lock-add-keywords)
16316 (gnus-message-add-citation-keywords)
16317 (gnus-message-remove-citation-keywords): Remove.
16318 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16319 directly, make the variables in font-lock-defaults buffer-local, add
16320 gnus-message-citation-keywords to them and then update the value of
16321 font-lock-keywords.
16322
16323 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
16324
16325 * message.el (message-cite-original-1): Don't call
16326 gnus-article-highlight-citation.
16327
16328 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16329 citations; fix line count.
16330
16331 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
16332
16333 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16334 (gnus-message-add-citation-keywords)
16335 (gnus-message-remove-citation-keywords): Use it; fix the emulating
16336 versions of font-lock-add-keywords and font-lock-remove-keywords to
16337 work with XEmacs correctly.
16338
16339 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
16340
16341 * gnus-cite.el (gnus-cite-face-list): Set the values of
16342 gnus-message-max-citation-depth and gnus-message-citation-keywords.
16343 (gnus-message-max-citation-depth): Use defvar rather than defconst.
16344 (gnus-message-cite-prefix-regexp): New variable.
16345 (gnus-message-search-citation-line): Use it; protect against long
16346 citation prefix; fill match data with nil rather than 0 for XEmacs; set
16347 the 0th match data for Emacs.
16348 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16349 (gnus-message-add-citation-keywords): Append keywords rather than
16350 prepending; emulate font-lock-add-keywords if it is not available.
16351 (gnus-message-remove-citation-keywords):
16352 Emulate font-lock-remove-keywords if it is not available.
16353
16354 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16355
16356 * message.el (message-cite-prefix-regexp): Set the value of
16357 gnus-message-cite-prefix-regexp.
16358
16359 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16360
16361 * nnweb.el (nnweb-google-parse-1): Update parser.
16362
16363 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
16364
16365 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16366
16367 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16368
16369 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16370 regexp.
16371
16372 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16373
16374 * uudecode.el (uudecode-string-to-multibyte): New function emulating
16375 string-to-multibyte.
16376 (uudecode-decode-region-internal): Use it.
16377
16378 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
16379
16380 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16381 Fix custom choice.
16382
16383 * gnus-art.el (gnus-signature-limit): Fix custom choice.
16384
16385 2007-01-22 Daiki Ueno <ueno@unixuser.org>
16386
16387 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16388
16389 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16390 `write-region' to respect `mm-inhibit-file-name-handlers'.
16391
16392 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
16393
16394 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16395 Use gnus-home-directory instead of "~/" or "$HOME".
16396
16397 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
16398
16399 * encrypt.el (encrypt-insert-file-contents): Add better prompt
16400 to mention filename.
16401 Add comments at beginning regarding usage.
16402 (encrypt-write-file-contents): Change interactive so a string is
16403 acceptable. If the file has no associated model, show an error instead
16404 of a nonsense prompt.
16405
16406 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16407
16408 * spam.el (spam-bsfilter-ham-switch): Fix typo.
16409 Thanks to Yoshihiko Yamada for kind notification of this typo.
16410
16411 2007-01-12 Kenichi Handa <handa@m17n.org>
16412
16413 * uudecode.el (uudecode-decode-region-internal): Make it work in a
16414 multibyte buffer.
16415
16416 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
16417
16418 * gnus-score.el (gnus-score-fast-scoring): New variable.
16419 (gnus-score-headers): Use it.
16420
16421 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16422
16423 * message.el (message-cite-original-1):
16424 Call gnus-article-highlight-citation if requested.
16425 (message-make-from): Allow name and address as optional arguments.
16426
16427 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16428
16429 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16430 bugs to doc string.
16431 (gnus-button-alist): Add mid\\|message-id.
16432 (gnus-button-fetch-group): Extend for use in
16433 `browse-url-browser-function'.
16434 (gnus-button-url-regexp): Try to catch paired parentheses like in
16435 Wikipedia URLs.
16436
16437 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16438 Suggested by Simon Krahnke <overlord@gmx.li>.
16439
16440 2007-01-13 Romain Francoise <romain@orebokech.com>
16441
16442 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16443 Update copyright.
16444
16445 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
16446
16447 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16448
16449 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
16450
16451 * gnus-registry.el (gnus-registry-unfollowed-groups)
16452 (gnus-registry-split-fancy-with-parent): Fix documentation.
16453
16454 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
16455
16456 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16457 from nnweb groups.
16458
16459 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
16460
16461 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16462 Xref urls. Erase buffer before requesting head.
16463
16464 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16465
16466 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
16467
16468 * gnus-soup.el (gnus-soup): New custom group. Make user variables
16469 customizable.
16470
16471 2007-01-05 Daiki Ueno <ueno@unixuser.org>
16472
16473 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16474 no signing key is found.
16475 (mml2015-epg-encrypt): Ask user whether to skip or abort if
16476 no encrypting and/or signing key is found.
16477
16478 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
16479
16480 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16481
16482 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16483
16484 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16485 headers read from disk with the ones newly found in the current search.
16486 This should no longer cause problems, because the article numbers in
16487 Gmane's `nov.php' output are ignored since the previous change.
16488
16489 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16490
16491 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16492
16493 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
16494
16495 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16496
16497 2007-01-01 Romain Francoise <romain@orebokech.com>
16498
16499 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16500
16501 2006-12-31 Steve Youngs <steve@sxemacs.org>
16502
16503 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16504 `define-minor-mode' macro definition expanded properly.
16505 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16506 exclude it there.
16507
16508 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16509 of 2006-12-30. The default is nil on (S)XEmacs already because of the
16510 `fboundp' test.
16511 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16512 This is OK to autoload in (S)XEmacs now.
16513
16514 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16515
16516 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16517 keystroke.
16518 (gnus-summary-limit-to-singletons): Fix typo.
16519
16520 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16521 else fails.
16522
16523 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16524
16525 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16526 docstring.
16527
16528 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16529 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16530 (gnus-summary-insert-dormant-articles): Fix typo in message.
16531
16532 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
16533
16534 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16535 nil for XEmacs.
16536 (gnus-message-citation-mode): Don't autoload in XEmacs.
16537
16538 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16539
16540 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
16541
16542 * nnimap.el (nnimap-expunge-search-string):
16543 Mention nnimap-search-uids-not-since-is-evil in docstring.
16544
16545 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
16546
16547 * spam.el: Revert to make-obsolete-variable because
16548 define-obsolete-variable-alias is not supported in Emacs 21.
16549
16550 * spam.el (spam-ifile-path, spam-ifile-database-path)
16551 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16552 make-obsolete-variable.
16553 (spam-bsfilter-path, spam-bsfilter-program)
16554 (spam-spamassassin-path, spam-spamassassin-program)
16555 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16556 Don't use "path" inappropriately.
16557 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16558 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16559 variable names.
16560
16561 2006-12-28 Daiki Ueno <ueno@unixuser.org>
16562
16563 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16564 summary buffer.
16565
16566 * password.el (password-cache-remove): Use clear-string to burn
16567 password, if available.
16568
16569 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
16570
16571 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16572
16573 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16574
16575 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16576 (gnus-message-highlight-citation): Move defcustom here from
16577 gnus-cite.el.
16578 (gnus-message-citation-mode): Autoload.
16579
16580 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
16581 checks to make it compile with XEmacs.
16582 (gnus-message-citation-mode): New minor mode.
16583 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16584 (gnus-message-highlight-citation): New variables.
16585 (gnus-message-search-citation-line)
16586 (gnus-message-add-citation-keywords)
16587 (gnus-message-remove-citation-keywords)
16588 (turn-on-gnus-message-citation-mode)
16589 (turn-off-gnus-message-citation-mode): New functions.
16590
16591 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
16592
16593 * gnus-cite.el: Enable highlighting of different citation levels in
16594 message-mode.
16595
16596 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
16597
16598 * message.el (message-make-fqdn): Fix comment.
16599 (message-bogus-system-names): Add ".local".
16600
16601 * spam.el (spam-ifile-path, spam-ifile-program)
16602 (spam-ifile-database-path, spam-ifile-database)
16603 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16604 Don't use "path" inappropriately.
16605 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16606 strings.
16607 (spam-check-ifile, spam-ifile-register-with-ifile)
16608 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16609 Use new variable names.
16610
16611 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16612 (gnus-treat-display-smileys): Simplify using
16613 gnus-image-type-available-p.
16614
16615 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16616 available.
16617
16618 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16619
16620 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16621 one after turning on the buffer's multibyteness instead of decoding
16622 them directly in the unibyte buffer that causes unexpected conversion
16623 in Emacs 23 (unicode).
16624
16625 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16626
16627 * message.el (message-generate-hashcash): Fix custom type.
16628
16629 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
16630
16631 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16632
16633 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
16634
16635 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16636 disconnect icons. Add help text.
16637
16638 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
16639
16640 * spam.el (spam-extra-header-to-number): CRM114 spam score is
16641 negated to be consistent with the others we handle.
16642
16643 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16644
16645 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16646 version of gnus-summary-buffer to something, so that we can use two
16647 article buffers at the same time.
16648
16649 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
16650
16651 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16652 trigger all the extra headers.
16653 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16654 sorting.
16655
16656 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16657
16658 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16659 solid groups.
16660
16661 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
16662
16663 * legacy-gnus-agent.el: Add Copyright notice.
16664
16665 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
16666
16667 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16668
16669 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16670
16671 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16672
16673 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16674 to make it work reliably in CVS Emacs.
16675 (gnus-summary-limit-strange-charsets-predicate)
16676 (gnus-summary-limit-to-predicate): New functions.
16677
16678 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
16679
16680 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16681 specifying array size.
16682 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16683 array if it is too small.
16684 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16685 (gnus-sort-threads-loop): New function.
16686
16687 2006-12-06 Chris Moore <dooglus@gmail.com>
16688
16689 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16690 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16691
16692 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
16693
16694 * mm-url.el (mm-url-predefined-programs): Call curl with correct
16695 options.
16696
16697 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16698
16699 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16700 DOS-ing the recipient.
16701
16702 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16703 the headers when creating the mapping to avoid mismappings.
16704 (nnweb-gmane-create-mapping): Always nix out old mapping.
16705
16706 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
16707
16708 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16709 and mm-verify-option to never.
16710
16711 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
16712
16713 * message.el (message-signed-or-encrypted-p): New function.
16714 (message-forward-make-body): Use it.
16715
16716 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16717 Replace encode-coding-string with mm-encode-coding-string.
16718
16719 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
16720
16721 * nneething.el (nneething-decode-file-name):
16722 Replace decode-coding-string with mm-decode-coding-string.
16723
16724 * gnus-int.el (gnus-open-server): Say failed server's name.
16725
16726 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
16727
16728 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16729 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16730
16731 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16732 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16733 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16734 (gnus-group-make-directory-group, gnus-group-transpose-groups):
16735 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16736 (gnus-subscribe-newsgroup, gnus-1):
16737 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16738 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16739 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16740 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16741
16742 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16743
16744 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16745 keystroke.
16746 (gnus-summary-limit-to-bodies): Implement headersp.
16747
16748 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16749
16750 * dns.el (query-dns): Protect against "Process dns deleted" strings.
16751
16752 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
16753
16754 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16755
16756 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16757
16758 * message.el (message-generate-hashcash): Expand range of values to
16759 include `opportunistic'.
16760 (message-send-mail): Use it.
16761
16762 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16763
16764 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16765 and comment it.
16766
16767 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16768
16769 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
16770
16771 * gnus-util.el (gnus-extract-address-components): Improve comment.
16772
16773 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
16774
16775 * gnus-util.el (gnus-extract-address-components): Work with address in
16776 which the name portion contains @.
16777
16778 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16779
16780 * gnus.el (gnus-start): Move custom group up.
16781 (gnus-select-method): Don't autoload, but make it available for
16782 `customize-variable'.
16783 (gnus-getenv-nntpserver): Don't autoload.
16784
16785 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
16786
16787 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16788
16789 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16790
16791 * message.el (message-sendmail-extra-arguments): New variable.
16792 (message-send-mail-with-sendmail): Use it.
16793
16794 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
16795
16796 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16797 mm-with-unibyte-current-buffer to make string unibyte.
16798
16799 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16800 mm-string-as-multibyte.
16801
16802 2006-11-14 Daiki Ueno <ueno@unixuser.org>
16803
16804 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16805 Reported by Werner Koch <wk@gnupg.org>.
16806
16807 2006-11-14 Daiki Ueno <ueno@p360>
16808
16809 * mml2015.el: Autoload epa-select-keys when compiling.
16810
16811 2006-11-13 Daiki Ueno <ueno@unixuser.org>
16812
16813 * mml2015.el (mml2015-epg-sign): Save the signing keys in
16814 message-options.
16815 (mml2015-epg-encrypt): Save the recipient keys in message-options.
16816
16817 2006-11-13 Daiki Ueno <ueno@unixuser.org>
16818
16819 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16820 EasyPG (< 0.0.6).
16821 (mml2015-always-trust): New user option.
16822 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16823 prompt.
16824
16825 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
16826
16827 * nntp.el (nntp-authinfo-force): New variable.
16828 (nntp-send-authinfo): Use it.
16829
16830 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
16831
16832 * message.el (message-strip-subject-encoded-words): Allow _not_ to
16833 decode encoded words. Improve prompt. Add comment about forwarding.
16834 (message-replacement-char): Move up.
16835
16836 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16837
16838 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16839 instead of gnus-intersection because arguments of gnus-sorted-nunion
16840 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
16841
16842 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
16843
16844 * message.el (message-strip-subject-encoded-words): Reformat prompt.
16845 (message-simplify-subject-functions):
16846 Enable message-strip-subject-encoded-words by default.
16847
16848 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
16849
16850 * message.el (message-strip-subject-encoded-words): New function.
16851 (message-simplify-subject-functions): New variable.
16852 (message-simplify-subject): Use it. Fix typo in doc string.
16853 Support message-strip-subject-encoded-words.
16854
16855 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
16856
16857 * gnus-diary.el (gnus-diary-delay-format-function):
16858 * nndiary.el (nndiary-reminders):
16859 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16860
16861 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
16862
16863 * gnus-art.el (article-hide-boring-headers): Fetch date from
16864 gnus-original-article-buffer to avoid problems with localized date
16865 strings.
16866
16867 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
16868
16869 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16870
16871 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
16872
16873 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16874 New variables.
16875 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16876 (mm-charset-synonym-alist): Move some entries to
16877 mm-codepage-iso-8859-list.
16878 (mm-charset-synonym-alist, mm-charset-override-alist):
16879 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16880
16881 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
16882
16883 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16884
16885 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
16886
16887 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16888 with Emacs 21 and XEmacs.
16889
16890 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
16891
16892 * spam.el (spam-parse-address): New function for better parsing,
16893 catching errors, etc.
16894 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16895
16896 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
16897
16898 * mm-view.el: Add interactive arg to html2text autoload.
16899
16900 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
16901
16902 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16903
16904 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
16905
16906 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16907 New variables.
16908 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16909 (mm-charset-synonym-alist): Move some entries to
16910 mm-codepage-iso-8859-list.
16911
16912 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16913
16914 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
16915
16916 * message.el (message-citation-line-format)
16917 (message-insert-formated-citation-line): Fix implementation of %E, %N
16918 and %n according to the doc string.
16919
16920 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
16921
16922 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16923 Use car-safe to avoid bad parses.
16924
16925 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
16926
16927 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16928 names.
16929
16930 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16931
16932 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
16933
16934 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16935 header.
16936
16937 * message.el (message-draft-headers): Add Date.
16938 (message-headers-to-generate): Fix typo in docstring.
16939
16940 * nndraft.el (nndraft-required-headers): New variable.
16941 (nndraft-generate-headers): Use it.
16942
16943 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16944
16945 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
16946
16947 * gnus-registry.el (gnus-registry-wash-for-keywords)
16948 (gnus-registry-find-keywords): New functions to allow easy searching of
16949 articles that are in the registry.
16950
16951 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
16952
16953 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16954 Use ietf-drums-parse-address instead of gnus-extract-address-components.
16955 Reported by Damien Elmes <damien@repose.cx>.
16956
16957 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
16958
16959 * gnus.el (gnus-mime): Remove unused custom group.
16960
16961 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16962
16963 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16964 "blank line" when searching for end of armor headers.
16965
16966 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
16967
16968 * gmm-utils.el (gmm-write-region): Fix variable name.
16969
16970 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
16971
16972 * gmm-utils.el (gmm-write-region): New function based on compatibility
16973 code from `mm-make-temp-file'.
16974
16975 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16976
16977 * nnmaildir.el (nnmaildir--update-nov)
16978 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16979 Use `gmm-write-region'.
16980
16981 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
16982
16983 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16984 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16985
16986 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16987
16988 * message.el (message-replacement-char): New variable.
16989 (message-fix-before-sending): Use it.
16990 (message-simplify-subject): New function to remove duplicate code.
16991 (message-reply, message-followup): Use it.
16992
16993 * gnus-sum.el (gnus-summary-make-menu-bar):
16994 Clarify gnus-summary-limit-to-articles.
16995
16996 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
16997
16998 * gnus-util.el (gnus-with-local-quit): New macro.
16999
17000 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
17001
17002 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
17003
17004 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
17005 ignore non-string data.
17006
17007 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
17008
17009 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
17010 non-string data (needs to be done in the registry too).
17011
17012 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17013
17014 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
17015 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
17016 (gnus-registry-split-fancy-with-parent)
17017 (gnus-registry-fetch-simplified-message-subject-fast)
17018 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17019 Remove text properties on ingress into the registry and when it's saved.
17020 (gnus-registry-clean-empty-function): Fix bug with cleaning the
17021 registry from entries with no groups.
17022
17023 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17024
17025 * gnus-util.el (gnus-string-remove-all-properties): Add utility
17026 function to remove string properties.
17027
17028 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
17029
17030 * gmm-utils.el (gmm): Adjust custom version.
17031
17032 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17033 Adjust custom version.
17034
17035 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17036
17037 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
17038
17039 * gnus-art.el (gnus-insert-prev-page-button)
17040 (gnus-insert-next-page-button): Simplify. Reformat.
17041
17042 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
17043
17044 * gnus-art.el (gnus-insert-prev-page-button)
17045 (gnus-insert-next-page-button): Apply gnus-article-button-face.
17046
17047 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
17048
17049 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17050
17051 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
17052
17053 * gnus-art.el (gnus-insert-mime-button)
17054 (gnus-insert-mime-security-button):
17055 Apply gnus-article-button-face to MIME and security buttons.
17056
17057 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
17058
17059 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17060 readable.
17061
17062 2006-09-20 Steve Youngs <steve@sxemacs.org>
17063
17064 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17065 `browse-url-of-file' instead of `browse-url'.
17066
17067 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17068
17069 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17070 regexp. Articles containing quotation were cut prematurely.
17071
17072 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
17073
17074 * message.el (message-cite-original-1): Use nobody by default for the
17075 value of From header.
17076 (message-reply): Ditto.
17077
17078 2006-09-11 Daiki Ueno <ueno@unixuser.org>
17079
17080 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17081 to the gnus-info. This fixes a bug of inline-PGP message verification.
17082 Reported by Michael Piotrowski <mxp@dynalabs.de>.
17083
17084 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
17085
17086 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17087 mails in the doc string. Add some URLs in comment.
17088 (pop3-movemail): Warn about pop3-leave-mail-on-server.
17089
17090 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
17091
17092 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17093 backslashes handling and the way to find boundaries of quoted strings.
17094
17095 2006-09-07 Daiki Ueno <ueno@unixuser.org>
17096
17097 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17098 mml1991-encrypt-to-self is set and mml1991-signers is not set.
17099 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17100 mml2015-encrypt-to-self is set and mml2015-signers is not set.
17101
17102 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
17103
17104 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
17105 doc string.
17106 (gnus-button-regexp, gnus-button-last): Remove unused variables.
17107
17108 2006-09-06 Simon Josefsson <jas@extundo.com>
17109
17110 * mml2015.el (mml2015-use): Doc fix, mention epg.
17111
17112 2006-09-06 Daiki Ueno <ueno@unixuser.org>
17113
17114 * mml2015.el (mml2015-use): Default to epg, if available.
17115
17116 2006-09-06 Daiki Ueno <ueno@unixuser.org>
17117
17118 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17119 message-sender.
17120 (mml1991-epg-encrypt): Ditto.
17121 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17122 message-sender.
17123 (mml2015-epg-encrypt): Ditto.
17124
17125 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
17126
17127 * message.el (message-send-mail-with-sendmail): Look for sendmail in
17128 several common directories.
17129
17130 2006-09-05 Daiki Ueno <ueno@unixuser.org>
17131
17132 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17133 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17134
17135 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
17136
17137 * gnus-art.el (article-decode-encoded-words): Make it fast.
17138
17139 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
17140
17141 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17142
17143 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17144 in quoted string into `\'.
17145
17146 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
17147
17148 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17149 Use standard-syntax-table.
17150
17151 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
17152
17153 * gnus-art.el (gnus-decode-address-function): New variable.
17154 (article-decode-encoded-words): Use it to decode headers which are
17155 assumed to contain addresses.
17156 (gnus-mime-delete-part): Remove useless `or'.
17157
17158 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17159 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17160 (gnus-nov-parse-line): Use it to decode From header.
17161 (gnus-get-newsgroup-headers): Ditto.
17162 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17163
17164 * mail-parse.el (mail-decode-encoded-address-region): New alias.
17165 (mail-decode-encoded-address-string): New alias.
17166
17167 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17168 New function.
17169 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17170 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17171 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17172 (rfc2047-decode-string): Ditto.
17173 (rfc2047-decode-address-region): New function.
17174 (rfc2047-decode-address-string): New function.
17175
17176 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
17177
17178 * message.el (message-caesar-buffer-body): Allow rotating headers.
17179
17180 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17181
17182 * message.el (message-insert-formated-citation-line): Fix %f.
17183 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17184
17185 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
17186
17187 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17188 (gnus-bookmark-mouse-available-p): New macro.
17189 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17190 (gnus-bookmark-bmenu-show-infos): Use it.
17191 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17192 (gnus-bookmark-bmenu-hide-infos): Ditto.
17193 (gnus-bookmark-remove-properties): New function.
17194 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17195 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17196 (gnus-bookmark-write-file): Bind coding-system-for-write.
17197 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17198 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17199 group before selecting it.
17200 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17201 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17202 quit-window if it is not available; use gnus-mouse-2 and bind it to
17203 gnus-bookmark-bmenu-select-by-mouse.
17204 (gnus-bookmark-show-details): Remove unused variable `details-list'.
17205 (gnus-bookmark-bmenu-select-by-mouse): New function.
17206
17207 2006-08-13 Romain Francoise <romain@orebokech.com>
17208
17209 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17210 space.
17211
17212 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
17213
17214 * compface.el (uncompface): Use binary rather than raw-text-unix.
17215
17216 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
17217
17218 * compface.el (uncompface): Make sure the eol conversion doesn't take
17219 place when communicating with the external programs.
17220 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17221
17222 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
17223
17224 * nnheader.el (nnheader-insert-head): Fix typo in comment.
17225
17226 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17227
17228 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17229 Make it more robust by parsing author and date independently.
17230
17231 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
17232
17233 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17234
17235 2006-07-28 Daiki Ueno <ueno@unixuser.org>
17236
17237 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17238 first matching secret key.
17239 (mml2015-epg-encrypt): Ditto.
17240
17241 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17242 first matching secret key.
17243 (mml1991-epg-encrypt): Ditto.
17244
17245 * mml2015.el (mml2015-encrypt-to-self): New user option.
17246 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17247 mml2015-epg-encrypt-to-self is set.
17248
17249 * mml1991.el (mml1991-encrypt-to-self): New variable.
17250 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17251 mml1991-epg-encrypt-to-self is set.
17252
17253 * mml2015.el (mml2015-signers): New user option.
17254 (mml2015-epg-sign): Reflect the value of mml2015-signers.
17255 (mml2015-epg-encrypt): Allow to select signing keys.
17256
17257 * mml1991.el (mml1991-signers): New variable.
17258 (mml1991-epg-sign): Reflect the value of mml1991-signers.
17259 (mml1991-epg-encrypt): Allow to select signing keys.
17260
17261 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
17262
17263 * nnheader.el (nnheader-insert-head): Make it work even if the file
17264 uses CRLF for the line-break code.
17265
17266 2006-07-25 Daiki Ueno <ueno@unixuser.org>
17267
17268 * mml2015.el: Require mml-sec instead of password.
17269 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17270 (mml2015-cache-passphrase): Inherit the default value from
17271 mml-secure-cache-passphrase.
17272 (mml2015-passphrase-cache-expiry): Inherit the default value from
17273 mml-secure-passphrase-cache-expiry.
17274
17275 * mml1991.el: Require mml-sec instead of password.
17276 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17277 (mml1991-cache-passphrase): Inherit the default value from
17278 mml-secure-cache-passphrase.
17279 (mml1991-passphrase-cache-expiry): Inherit the default value from
17280 mml-secure-passphrase-cache-expiry.
17281
17282 * mml-sec.el: Require password.
17283 (mml-secure-verbose): New user option.
17284 (mml-secure-cache-passphrase): New user option.
17285 (mml-secure-passphrase-cache-expiry): New user option.
17286
17287 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
17288 Andreas Vögele <andreas@altroot.de> (tiny change)
17289
17290 * pgg-def.el (pgg-truncate-key-identifier):
17291 Truncate the key ID to 8 letters from the end.
17292
17293 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17294
17295 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17296 workaround for the url package included with Emacs.
17297
17298 * nnweb.el (nnweb-google-create-mapping): Update regexp.
17299
17300 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
17301
17302 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17303 correctly. This fixes a bug caused by the 2006-05-12 change.
17304
17305 2006-07-18 Karl Fogel <kfogel@red-bean.com>
17306
17307 * nnmail.el (nnmail-article-group): If splitting raises an error, give
17308 some information about the error when saying that the `bogus' mail
17309 group will be used.
17310
17311 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
17312
17313 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17314 string.
17315
17316 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
17317
17318 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17319
17320 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17321
17322 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17323
17324 2006-07-10 Daiki Ueno <ueno@unixuser.org>
17325
17326 * mml1991.el (mml1991-function-alist): Add epg.
17327 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17328 (mml1991-epg-encrypt): New functions.
17329
17330 2006-07-10 Daiki Ueno <ueno@unixuser.org>
17331
17332 * mml2015.el (mml2015-verbose): New variable.
17333 (mml2015-cache-passphrase): Ditto.
17334 (mml2015-passphrase-cache-expiry): Ditto.
17335 (mml2015-function-alist): Add epg.
17336 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17337 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17338 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17339 New functions.
17340
17341 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17342
17343 * message.el (message-cite-original-1): Preserve region when removing
17344 quoted text due to X-No-Archive in order to avoid bogus attribution
17345 when citing multiple messages.
17346
17347 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17348
17349 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17350 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17351
17352 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
17353
17354 * gnus-diary.el (gnus-user-format-function-d)
17355 (gnus-user-format-function-D): Autoload.
17356
17357 * imap.el (Commentary): Fix typo.
17358
17359 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17360 2006-04-22 contribution.
17361
17362 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17363
17364 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17365 It didn't really fix the bogosity I'm seeing with solid web groups.
17366
17367 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17368
17369 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17370 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17371 created using server names. If we use the feature without declaring
17372 it, Gnus does not properly manage server and group state.
17373
17374 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17375 bound.
17376
17377 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17378
17379 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17380 looking up the method using GROUP's prefix before inventing a new one.
17381 It is used on killed/unknown groups in various places where returning
17382 an all-new method isn't expected by the caller.
17383
17384 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17385 and match semantics of gnus-group-real-prefix.
17386
17387 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
17388
17389 * nnmail.el (nnmail-broken-references-mailers): New variable.
17390 (nnmail-ignore-broken-references): New function generalizing
17391 nnmail-fix-eudora-headers.
17392 (nnmail-fix-eudora-headers): Now obsolete.
17393
17394 * gnus-art.el (gnus-button-handle-custom):
17395 Support `customize-apropos*'.
17396
17397 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17398
17399 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17400
17401 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17402 articles.
17403
17404 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
17405
17406 * message.el (message-cite-reply-above): New variable.
17407 (message-yank-original): Use it.
17408
17409 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
17410
17411 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17412
17413 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
17414
17415 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17416 as read.
17417
17418 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17419
17420 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
17421
17422 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17423 (gnus-bookmark-default-file): Use gnus-directory.
17424 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17425 Remove "*" in doc string.
17426 (gnus-bookmark-write-file): Simplify.
17427 (gnus-bookmark-maybe-sort-alist): Use `when'.
17428 (gnus-bookmark-get-bookmark): Fix typo in doc string.
17429 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17430 Add FIXME about Emacs 21 and XEmacs compatibility.
17431 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17432 compatibility.
17433 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17434 compatibility.
17435 (gnus-bookmark-menu-heading): Fix version.
17436
17437 2006-06-19 Bastien Guerry <bzg@altern.org>
17438
17439 * gnus-bookmark.el: New file.
17440
17441 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
17442
17443 * message.el (message-syntax-checks): Doc fix.
17444
17445 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17446
17447 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17448 unsubscribed groups as if they were killed ones. It causes duplicate
17449 entries in gnus-newsrc-alist.
17450
17451 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
17452
17453 * message.el (message-syntax-checks): Doc fix.
17454 (message-send-mail): Add check for continuation headers.
17455 (message-check-news-header-syntax): Fix regexp used to check for
17456 continuation headers.
17457
17458 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
17459
17460 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17461
17462 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
17463
17464 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17465
17466 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
17467
17468 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17469 default-truncate-lines.
17470
17471 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
17472
17473 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17474 to fill the utf-8 entry.
17475
17476 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17477
17478 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17479
17480 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
17481
17482 * gnus-agent.el (directory-files-and-attributes): Move all the way
17483 forward (the third and final move).
17484 (gnus-agent-read-agentview): Trap reconstruction errors due to
17485 nonexistent directory. Handle by returning nil.
17486
17487 2006-05-30 Didier Verna <didier@xemacs.org>
17488
17489 * message.el (message-dont-reply-to-names): Update the custom type.
17490 * message.el (message-dont-reply-to-names): New defsubst: potentially
17491 convert a list of regexps into a single one.
17492 * message.el (message-get-reply-headers): Use it.
17493 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17494
17495 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
17496
17497 * gnus-agent.el (directory-files-and-attributes): Move forward.
17498
17499 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
17500
17501 * gnus-ml.el (gnus-mailing-list-subscribe)
17502 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17503 (gnus-mailing-list-message): Fix doc strings.
17504
17505 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17506
17507 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17508 of doing it manually.
17509
17510 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
17511
17512 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17513 comment.
17514
17515 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
17516
17517 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17518 (gnus-agent-read-agentview): Fix handling of end-of-file error.
17519 (gnus-agent-read-local): All symbols allocated in my-obarray.
17520 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17521 (gnus-agent-regenerate-group): Check numeric names to see if they are
17522 messages or groups.
17523 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17524 better way of do this...)
17525
17526 * gnus-cache.el (gnus-agent-total-fetched-for):
17527 Ignore 'dummy.group' (there should be a better way of do this...)
17528
17529 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
17530
17531 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17532 (gnus-saved-headers): Ditto.
17533 (gnus-default-article-saver): Mention functions may have properties.
17534 (gnus-article-save): Override gnus-save-all-headers and
17535 gnus-saved-headers by :headers property which saver function may have.
17536 (gnus-summary-save-in-file): Add :headers property.
17537 (gnus-summary-write-to-file): Ditto.
17538
17539 * gnus-sum.el (gnus-summary-save-article): Bind
17540 gnus-prompt-before-saving to t when saving many articles in a file;
17541 always show all headers.
17542
17543 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
17544
17545 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17546 marks.
17547
17548 * message.el (message-indent-citation): Add optional arguments to allow
17549 using it outside of message buffers.
17550
17551 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17552 (gnus-article-treat-unfold-headers): Use it.
17553 (gnus-article-truncate-lines): New variable.
17554 (gnus-article-mode): Use it.
17555 (gnus-article-toggle-truncate-lines): New function.
17556
17557 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17558 Add gnus-article-toggle-truncate-lines.
17559
17560 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17561 coding system in XEmacs, use binary.
17562
17563 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
17564
17565 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17566 after-load-alist.
17567
17568 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17569 this function should save decoded articles.
17570 (gnus-summary-write-to-file): Use property to specify this function
17571 should save decoded articles and specify gnus-summary-save-in-file
17572 should be used to save articles other than the first one when saving
17573 many articles.
17574 (gnus-summary-save-body-in-file): Use property to specify this
17575 function should save decoded articles.
17576 (gnus-summary-write-body-to-file): Use property to specify this
17577 function should save decoded articles and specify
17578 gnus-summary-save-body-in-file should be used to save articles other
17579 than the first one when saving many articles.
17580
17581 * gnus-sum.el (gnus-summary-save-article): Simplify.
17582
17583 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
17584
17585 * gnus-art.el (gnus-default-article-saver):
17586 Add gnus-summary-write-body-to-file.
17587 (gnus-article-save-coding-system): Don't use coding system object
17588 in XEmacs.
17589 (gnus-read-save-file-name): Add optional `dir-var' argument which
17590 specifies directory in which files are saved; work even if optional
17591 `variable' argument is not specified.
17592 (gnus-summary-write-to-file): Read file name.
17593 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17594 (gnus-summary-write-body-to-file): New function.
17595
17596 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17597 (gnus-summary-local-variables): Add it.
17598 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17599 (gnus-summary-save-article): Remove optional `decode' argument;
17600 determine whether to decode articles by the value of
17601 gnus-default-article-saver; when saving many files using
17602 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17603 it first and use gnus-summary-save-in-file or
17604 gnus-summary-save-body-in-file thereafter unless
17605 gnus-prompt-before-saving is always; move point to article which
17606 will be saved.
17607 (gnus-summary-save-article-file): Revert.
17608 (gnus-summary-write-article-file): Revert.
17609 (gnus-summary-save-article-body-file): Revert.
17610 (gnus-summary-write-article-body-file): New function.
17611
17612 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
17613
17614 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17615
17616 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
17617
17618 * gnus-art.el (gnus-default-article-saver): Doc fix.
17619 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17620 from gnus-summary-save-article-coding-system, and default to a
17621 certain coding system.
17622 (gnus-output-to-file): Add coding cookie and encode text according
17623 to gnus-article-save-coding-system; don't use mm-append-to-file.
17624
17625 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17626 gnus-art.el and rename to gnus-article-save-coding-system.
17627 (gnus-summary-save-article): Require gnus-art; don't show all
17628 headers if it decodes articles; don't add coding cookie here;
17629 don't bind mm-text-coding-system-for-write.
17630 (gnus-summary-save-article-file): Save decoded articles.
17631 (gnus-summary-write-article-file): When saving many files, use
17632 gnus-summary-write-to-file first and gnus-summary-save-in-file
17633 thereafter unless gnus-prompt-before-saving is always.
17634 (gnus-summary-save-article-body-file): Save decoded articles.
17635
17636 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17637
17638 * nnrss.el (nnrss-check-group): Bind hash-index.
17639
17640 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
17641
17642 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17643 its hash index. Store this hash in `nnrss-group-data'.
17644 (nnrss-read-group-data): Update accordingly.
17645
17646 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17647
17648 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17649 entry.
17650
17651 * gnus-sum.el (gnus-summary-make-menu-bar):
17652 Add gnus-article-browse-html-article.
17653
17654 2006-05-23 Hynek Schlawack <hynek@ularx.de>
17655
17656 * gnus-sum.el (gnus-summary-mime-map):
17657 Add gnus-article-browse-html-article.
17658
17659 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17660
17661 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17662 suitable coding systems in customize.
17663
17664 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
17665
17666 * mail-source.el (mail-sources): Fix custom type.
17667
17668 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
17669
17670 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17671 (gnus-summary-expire-articles-now): Shorten prompt.
17672
17673 * gmm-utils.el (wid-edit): Require.
17674 (defun-gmm): Rename from `gmm-defun-compat'.
17675 (gmm-image-search-load-path): Use it.
17676 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
17677
17678 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
17679
17680 * gnus-sum.el (gnus-summary-save-article-coding-system):
17681 New variable.
17682 (gnus-summary-save-article): Add optional `decode' argument.
17683 If it is set and gnus-summary-save-article-coding-system is non-nil,
17684 save decoded article.
17685 (gnus-summary-write-article-file): Save decoded article if
17686 gnus-summary-save-article-coding-system is non-nil.
17687
17688 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17689 type.
17690
17691 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
17692
17693 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17694
17695 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
17696
17697 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17698 first to test gnus-single-article-buffer which may be buffer-local.
17699
17700 * gnus-sum.el (gnus-summary-setup-buffer):
17701 Make gnus-single-article-buffer buffer-local and nil in ephemeral
17702 group; make gnus-article-buffer, gnus-article-current, and
17703 gnus-original-article-buffer always buffer-local.
17704 (gnus-summary-exit): Kill article buffer belonging to ephemeral
17705 group.
17706 (gnus-handle-ephemeral-exit): Don't move to next summary line.
17707
17708 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
17709
17710 * nnml.el (nnml-request-compact-group): Compressed files might not
17711 have .gz extension.
17712
17713 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
17714
17715 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17716 (mm-copy-to-buffer): Use with-current-buffer.
17717 (mm-display-part): Simplify.
17718 (mm-inlinable-p): Add optional arg `type'.
17719
17720 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17721
17722 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17723 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17724 Try harder to show the attachment internally or externally using
17725 gnus-mime-view-part-as-type.
17726
17727 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
17728
17729 * message.el (message-from-style, message-signature-separator)
17730 (message-user-organization-file, message-send-mail-function)
17731 (message-citation-line-function, message-yank-prefix)
17732 (message-indent-citation-function, message-signature)
17733 (message-signature-file, message-signature-insert-empty-line):
17734 Remove autoloads.
17735
17736 * gnus-art.el (gnus-buttonized-mime-types):
17737 Remove "multipart/signed". Revert 2006-04-26 change.
17738
17739 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17740
17741 * gnus.el (gnus-version-number): Bump version.
17742
17743 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17744
17745 * gnus.el: No Gnus v0.5 is released.
17746
17747 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17748
17749 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17750 fetching articles by message-id.
17751
17752 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17753
17754 * message.el (hashcash): Require hashcash as normal.
17755
17756 * ecomplete.el (ecomplete-highlight-match-line):
17757 Use point-at-eol.
17758 (ecomplete-highlight-match-line): Use `highlight', because that
17759 face exists in both Emacs and XEmacs.
17760
17761 * message.el (message-display-abbrev): Use point-at-bol.
17762
17763 * mail-source.el: Don't require timer/timer-funcs.
17764
17765 * gnus-async.el: Ditto.
17766
17767 * password.el: Ditto.
17768
17769 * mm-url.el: Ditto.
17770
17771 * mm-util.el: Require timer/timer-funcs.
17772
17773 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17774
17775 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17776 Close.
17777
17778 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
17779
17780 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17781 unibyte after clear-decrypt function runs.
17782
17783 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17784 returns as a unibyte string.
17785
17786 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
17787
17788 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17789 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17790 (mml1991-pgg-encrypt): Ditto.
17791
17792 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
17793
17794 * message.el (message-user-organization-file): Check several
17795 locations of the organization file.
17796
17797 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17798 Add gnus-article-view-part-as-type.
17799
17800 * gnus-art.el (gnus-article-view-part-as-type): New function.
17801
17802 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17803 .mobi and .travel. Remove .nato, .bitnet and .uucp.
17804
17805 * mml.el: Simplify autoload.
17806 (mml-mode): defvar dnd-protocol-alist instead of using
17807 symbol-value.
17808 (mml-default-directory): New variable.
17809 (mml-minibuffer-read-file): Use it.
17810 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17811
17812 * message.el (message-citation-line-format): New variable.
17813 (message-insert-formated-citation-line): New function.
17814 (message-citation-line-function):
17815 Add `message-insert-formated-citation-line' to custom type.
17816
17817 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17818 to doc string.
17819
17820 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17821 depending on mm-verify-option.
17822
17823 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
17824
17825 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17826 binding pgg-* variables; reimplement the section which prevents
17827 MIME header from being signed.
17828 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17829 pgg-text-mode; remove a blank line at the top of body.
17830
17831 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17832 lines at the top of body; use gnus-newsgroup-charset if there's no
17833 Charset header.
17834
17835 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
17836
17837 * message.el (message-self-insert-commands): Doc fix.
17838
17839 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17840 (mm-uu-pgp-encrypted-test): Ditto.
17841 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17842 between header and body; return application/pgp-encrypted handle
17843 if decryption failed; decode decrypted body by charset.
17844
17845 * mm-decode.el (mm-automatic-display): Don't make application/pgp
17846 element match to application/pgp-*.
17847
17848 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17849
17850 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17851 HTML.
17852
17853 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17854
17855 * mail-source.el (mail-source-call-script): Message the error
17856 string.
17857
17858 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17859
17860 * gnus-util.el (gnus-byte-compile): Use it.
17861
17862 2006-04-22 xyblor <fake@invalid.email> (tiny change)
17863
17864 * gnus-util.el (kill-empty-logs): New function.
17865
17866 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17867
17868 * message.el (message-mail-alias-type): Doc fix.
17869 (message-mail-alias-type-p): New function.
17870 (message-send): Use it.
17871 (message-mode): Ditto.
17872 (message-strip-forbidden-properties): Ditto.
17873
17874 * ecomplete.el (ecomplete-database-file-coding-system):
17875 New variable.
17876 (ecomplete-save): Use it.
17877 (ecomplete-setup): Use it.
17878
17879 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
17880
17881 * message.el (message-self-insert-commands): New variable.
17882 (message-strip-forbidden-properties): Use it.
17883
17884 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17885
17886 * message.el (message-put-addresses-in-ecomplete): Use a regexp
17887 that doesn't make XEmacs choke.
17888
17889 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
17890
17891 * gnus-util.el (gnus-replace-in-string):
17892 Prefer replace-regexp-in-string over of replace-in-string.
17893
17894 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
17895
17896 * gnus-util.el (gnus-select-frame-set-input-focus):
17897 Use select-frame-set-input-focus if it is available in XEmacs; use
17898 definition defined in Emacs 22 for old Emacsen.
17899
17900 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
17901
17902 * mm-view.el (mm-inline-text): Use equal instead of equalp.
17903
17904 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
17905
17906 * gnus-registry.el (gnus-registry-cache-save): Remove text
17907 properties when saving via the temp buffer.
17908
17909 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
17910
17911 * message.el (message-generate-hashcash): Honor custom type.
17912
17913 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17914
17915 * message.el (message-generate-hashcash): Default to non-nil when
17916 hashcash is found.
17917
17918 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17919 (gnus-refer-thread-limit): Increase default to 500.
17920
17921 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17922
17923 * flow-fill.el (fill-flowed): Allow delete-space.
17924
17925 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
17926
17927 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17928 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17929 Remove autoloads.
17930
17931 2006-04-18 Simon Josefsson <jas@extundo.com>
17932
17933 * message.el (message-generate-hashcash): Default to.
17934
17935 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
17936
17937 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17938 concatenating segments rather than before concatenating them.
17939
17940 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
17941
17942 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17943
17944 * imap.el (imap-quote-specials): New function.
17945 (imap-login-auth): Quote specials.
17946
17947 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17948
17949 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17950
17951 * message.el (message-forward-make-body-plain):
17952 Allow message-forward-ignored-headers to be a list.
17953 (message-remove-ignored-headers): Factor out into function.
17954 (message-forward-make-body-mml): Use it.
17955 * rfc2231.el (rfc2231-parse-string): Remove dead code.
17956 (rfc2231-parse-string): Allow concatanation of parameters that
17957 aren't contiguous. The test case is
17958 (mail-header-parse-content-type "message/external-body;
17959 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17960 access-type=LOCAL-FILE;
17961 name*1*=plugh%2fhello-sailor%2fbing.pdf")
17962
17963 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
17964
17965 * nntp.el (nntp-accept-process-output): Return the value of
17966 `nnheader-accept-process-output'.
17967
17968 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17969
17970 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17971 (gnus-button-alist): Recognize more diff formats.
17972 (gnus-button-patch): Strip directory.
17973
17974 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
17975
17976 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17977 Emacs 22 when setting focus.
17978
17979 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17980
17981 * gnus-art.el (gnus-article-treat-types): Do treatment of
17982 text/x-verbatim parts.
17983 (gnus-button-patch): New command.
17984
17985 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17986 addresses that contain invalid characters.
17987
17988 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17989
17990 * message.el (message-put-addresses-in-ecomplete):
17991 Use gnus-replace-in-string.
17992 (message-is-yours-p): Use the more correct
17993 mail-header-parse-address instead of
17994 mail-extract-address-components.
17995 (message-put-addresses-in-ecomplete): Fix typo.
17996
17997 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17998 keystroke.
17999
18000 * gnus-art.el (gnus-treatment-function-alist): Change order of
18001 newsgroups/generic header folding to avoid double-folding.
18002
18003 * message.el (message-hidden-headers): Add X-Draft-From.
18004
18005 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18006 New command.
18007 (gnus-summary-repeat-search-article-backward): New command.
18008
18009 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18010 groups in the parent topic.
18011
18012 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
18013
18014 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18015 (spam-extra-header-to-number): Return the CRM114 number as a
18016 number instead of a string.
18017
18018 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18019
18020 * gnus-art.el (gnus-face-properties-alist): Move here from
18021 gnus-fun.
18022
18023 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18024
18025 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18026
18027 * message.el (message-strip-forbidden-properties): Only display on
18028 self-insert-command.
18029
18030 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18031 reindent.
18032 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18033
18034 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
18035
18036 * smiley.el (smiley-style): Fix typo.
18037
18038 2006-03-23 Kenichi Handa <handa@m17n.org>
18039
18040 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18041 instead of set-buffer-multibyte.
18042
18043 2006-03-23 Kenichi Handa <handa@m17n.org>
18044
18045 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18046 buffer and then decode the buffer text if necessary.
18047 (rfc2231-encode-string): Be sure to work on multibyte buffer at
18048 first, and after mm-encode-body, change the buffer to unibyte.
18049
18050 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18051
18052 * hashcash.el (hashcash-insert-payment-async-2):
18053 Use message-goto-eoh instead of doing it manually.
18054 (mail-add-payment): Use message-narrow-to-header instead of trying
18055 to do the same itself.
18056
18057 * message.el (message-hidden-headers): Add Face.
18058
18059 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18060 reparenting code.
18061 (gnus-summary-reparent-children): Refactored out code.
18062 (gnus-summary-thread-map): New keystroke.
18063 (gnus-summary-reparent-children): Make into command.
18064
18065 * smiley.el (smiley-style): Default to `medium' if using a large
18066 font.
18067
18068 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18069 does it itself.
18070
18071 * message.el (message-point-in-header-p): Simplify definition.
18072
18073 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18074
18075 * nnagent.el (nnagent-request-set-mark): Silence log file
18076 writing.
18077 (nnagent-request-set-mark): Use write-region instead of
18078 append-to-file.
18079
18080 * gnus-sum.el (gnus-read-header): Fudge article number if using a
18081 strange select method.
18082
18083 * ecomplete.el (ecomplete-display-matches): Get highlightling
18084 right.
18085 (ecomplete-display-matches): Use literals.
18086 (ecomplete-display-matches): Disable message logging.
18087
18088 * message.el (message-display-abbrev): Small optimization.
18089
18090 * ecomplete.el (ecomplete-display-matches): Allow automatic
18091 display.
18092
18093 * message.el (message-strip-forbidden-properties):
18094 Display abbrevs.
18095 (message-display-abbrev): Get automatic display right.
18096
18097 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18098 keystrokes.
18099
18100 2006-04-13 Romain Francoise <romain@orebokech.com>
18101
18102 TODO: Backport to v5-10!
18103
18104 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18105 Move here (and rename) from gnus-registry.el.
18106
18107 * gnus-registry.el: Require gnus-util.
18108 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18109
18110 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18111
18112 * gnus-group.el (gnus-group-catchup-current):
18113 Change if-then-else-if-then-else into cond.
18114 (gnus-group-catchup): Indent.
18115 (group-name-at-point): New function.
18116 (gnus-fetch-group): Provide default from thing at point.
18117
18118 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18119
18120 * message.el (message-display-abbrev): Fix regexp.
18121
18122 * ecomplete.el (ecomplete-highlight-match-line):
18123 Reimplement choosing.
18124 (ecomplete-highlight-match-line): Fix up code rewrite, remove
18125 dead variables.
18126
18127 * message.el (message-newline-and-indent): Remove debugging.
18128 (message-display-abbrev): Use new implementation.
18129
18130 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
18131
18132 * gnus-art.el (gnus-article-mode):
18133 Set cursor-in-non-selected-windows to nil.
18134
18135 * smiley.el: Revert previous change.
18136 (smiley-data-directory): defvar it before using it in the
18137 defcustom of `smiley-style'.
18138
18139 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18140
18141 * message.el (message-newline-and-indent): New function.
18142
18143 * ecomplete.el: Implement more bits.
18144
18145 * message.el (message-put-addresses-in-ecomplete): Clean up the
18146 string.
18147
18148 * ecomplete.el (ecomplete-add-item): Chop off decimals.
18149
18150 * gnus-sum.el (gnus-summary-save-parts):
18151 Bind gnus-summary-save-parts-counter and use it to make unique file
18152 names.
18153
18154 * gnus-art.el (gnus-ignored-headers): Add some more headers.
18155
18156 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18157 parameter to say whether to actually parse the individual
18158 addresses.
18159
18160 * message.el (message-put-addresses-in-ecomplete): New function.
18161 (ecomplete): Require.
18162 (message-mail-alias-type): Add ecomplete as an option.
18163
18164 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
18165
18166 * flow-fill.el (fill-flowed): Remove trailing space from blank
18167 quoted lines.
18168
18169 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18170
18171 * smiley.el (smiley-style): Move definition later to avoid a
18172 compilation warning.
18173
18174 2006-04-12 Kenichi Handa <handa@m17n.org>
18175
18176 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18177 buffer and then decode the buffer text if necessary.
18178 (rfc2231-encode-string): Be sure to work on multibyte buffer at
18179 first, and after mm-encode-body, change the buffer to unibyte.
18180 Use mm-disable-multibyte instead of set-buffer-multibyte.
18181
18182 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
18183
18184 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18185 Content-Type header instead of Content-Disposition header.
18186 (gnus-mime-inline-part): Ditto.
18187 (gnus-mime-view-part-as-charset): Ignore charset that the part
18188 specifies.
18189
18190 * mm-decode.el (mm-display-part): Work with external parts and
18191 usual parts similarly.
18192
18193 * mm-extern.el (mm-inline-external-body): Use mm-display-part
18194 instead of gnus-display-mime.
18195
18196 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18197 instead of with-temp-buffer.
18198
18199 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18200 tag to summarized topics part in order to encode non-ASCII text.
18201
18202 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
18203
18204 * smiley.el (smiley-style): New variable.
18205 (smiley-directory): New function.
18206 (smiley-data-directory): Derive from `smiley-style' using
18207 `smiley-directory'.
18208 (smiley-regexp-alist): Add new entries.
18209
18210 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18211 (gnus-article-browse-delete-temp): Add :version.
18212
18213 2006-04-11 Arne Jørgensen <arne@arnested.dk>
18214
18215 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18216 the sieve region.
18217
18218 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18219
18220 * gnus.el (gnus-version-number): Bump version.
18221
18222 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
18223
18224 * gnus.el: No Gnus v0.4 is released.
18225
18226 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18227
18228 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18229 layout.
18230
18231 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18232 unknown charset.
18233
18234 * message.el (message-header-synonyms): Add Original-To to the
18235 default.
18236
18237 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18238 optional parameter.
18239
18240 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
18241
18242 * gnus-fun.el (gnus): Require it for gnus-directory.
18243
18244 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
18245
18246 * gnus-fun.el (gnus-face-properties-alist): Add :version.
18247
18248 2006-04-05 Daiki Ueno <ueno@unixuser.org>
18249
18250 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18251
18252 2006-04-05 Simon Josefsson <jas@extundo.com>
18253
18254 * password.el (password-reset): New function.
18255
18256 2006-04-05 Daiki Ueno <ueno@unixuser.org>
18257
18258 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18259 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18260
18261 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18262
18263 * nnweb.el (nnweb-google-create-mapping): Update regexp.
18264 Some whitespace was matched into the url, which broke browsing hits
18265 > 100 when mm-url-use-external was nil.
18266
18267 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
18268
18269 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18270 Check gnus-extra-headers for 'Newsgroups.
18271
18272 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18273 bound.
18274
18275 2006-04-04 Daiki Ueno <ueno@unixuser.org>
18276
18277 * pgg-gpg.el: Clean up process buffers every time gpg processes
18278 complete.
18279
18280 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
18281
18282 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18283 doc string.
18284
18285 2006-04-03 Daiki Ueno <ueno@unixuser.org>
18286
18287 * pgg-gpg.el (pgg-gpg-process-filter)
18288 (pgg-gpg-wait-for-completion): Check if buffer is alive.
18289
18290 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18291 lines, temporary fix.
18292
18293 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
18294
18295 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18296
18297 2006-03-29 Daiki Ueno <ueno@unixuser.org>
18298
18299 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18300 default-enable-multibyte-characters. This reverts the change from
18301 revision 6.17 which is no longer necessary because the passphrase
18302 is sent separately now. GnuPG messages are unreadable under
18303 multibyte locales with default-enable-multibyte-characters set to
18304 nil.
18305
18306 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
18307
18308 * message.el (message-tool-bar-gnome): Move "spell".
18309
18310 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
18311
18312 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18313 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
18314 instead.
18315
18316 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
18317
18318 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18319 Improve newsgroups handling for NNTP overviews which don't include
18320 Newsgroups.
18321
18322 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18323
18324 * message.el (message-resend): Bind message-generate-hashcash to nil.
18325
18326 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18327
18328 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18329 when searching for already-paid recipients.
18330
18331 2006-03-27 Daiki Ueno <ueno@unixuser.org>
18332
18333 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18334 passphrases when it is not needed.
18335 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18336 passphrase stuff from gpg, should only be necessary when you use
18337 gpg with a smartcard.
18338
18339 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
18340
18341 * mml.el (mml-insert-mime): Ignore cached contents of
18342 message/external-body part.
18343
18344 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18345 (mm-insert-part): Ditto.
18346
18347 2006-03-23 Simon Josefsson <jas@extundo.com>
18348
18349 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18350 Reiner.
18351 (pgg-gpg-use-agent-p): Use it again.
18352
18353 2006-03-23 Simon Josefsson <jas@extundo.com>
18354
18355 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18356 older emacsen.
18357 (pgg-gpg-use-agent-p): Don't use it.
18358
18359 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
18360
18361 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18362 if we can.
18363
18364 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
18365
18366 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18367 (pgg-gpg-update-agent): New function.
18368 (pgg-gpg-use-agent-p): New function.
18369 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18370 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18371 (pgg-gpg-sign-region): Use it.
18372
18373 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
18374
18375 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18376 Reported by Ralf Wachinger <rwachinger@gmx.de>.
18377
18378 2006-03-21 Simon Josefsson <jas@extundo.com>
18379
18380 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18381 <wilde@sha-bang.de>.
18382 (pgg-gpg-use-agent): New variable.
18383 (pgg-gpg-process-region): Use it.
18384 (pgg-gpg-encrypt-region): Likewise.
18385 (pgg-gpg-encrypt-symmetric-region): Likewise.
18386 (pgg-gpg-decrypt-region): Likewise.
18387 (pgg-gpg-sign-region): Likewise.
18388 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18389
18390 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
18391
18392 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18393
18394 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18395 Add comment on version.
18396
18397 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
18398
18399 * smiley.el: Add missing test smiley.
18400
18401 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
18402
18403 * mm-decode.el (mm-with-part): New macro.
18404 (mm-get-part): Use it; work with message/external-body as well.
18405 (mm-save-part): Treat name and filename equally.
18406
18407 * mm-extern.el (mm-extern-cache-contents): New function.
18408 (mm-inline-external-body): Use it; force the part to be displayed;
18409 move undisplayer added to the cached handle to the parent.
18410
18411 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18412 (gnus-mime-view-part-as-type): Work with message/external-body.
18413
18414 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18415
18416 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
18417
18418 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18419 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
18420 Emacs.]
18421
18422 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
18423
18424 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18425 path rather than symbol. Always return list of directories.
18426 Guarantee that image directory comes first. [Sync with image.el,
18427 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
18428
18429 * message.el (message-make-tool-bar): Adjust to new API of
18430 `gmm-image-load-path-for-library'.
18431
18432 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18433
18434 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18435
18436 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18437
18438 * gnus-art.el (gnus-article-only-boring-p):
18439 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18440 intangible text.
18441 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18442
18443 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
18444
18445 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18446 Use `defun' instead of `gmm-defun-compat'.
18447
18448 2006-03-14 Simon Josefsson <jas@extundo.com>
18449
18450 * message.el (message-unique-id): Don't use message-number-base36
18451 if (user-uid) is a float.
18452 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18453
18454 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
18455
18456 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18457
18458 * gnus-art.el (gnus-mime-display-single): Make sure there is an
18459 empty line between a part and a message part.
18460
18461 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
18462
18463 * smiley.el: Add more test smileys.
18464 (smiley-data-directory, smiley-regexp-alist)
18465 (gnus-smiley-file-types): Fix doc strings.
18466 (smiley-update-cache): Clear smiley-cached-regexp-alist before
18467 adding new elements.
18468 (smiley-mouse-map): Unused code. Make it a comment.
18469
18470 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
18471
18472 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18473 scan latest NoCeM messages instead of old ones.
18474 (gnus-nocem-check-article): Fix regexps so as to match to PGP
18475 delimiters that are recently used.
18476 (gnus-nocem-load-cache): Add autoload cookie.
18477
18478 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18479
18480 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18481 level which is larger than gnus-use-nocem is specified.
18482
18483 * gnus-group.el (gnus-group-get-new-news): Ditto.
18484
18485 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
18486
18487 * gnus-util.el (gnus-tool-bar-update): New function.
18488
18489 * gnus-group.el (gnus-group-update-tool-bar): New variable.
18490 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18491
18492 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18493
18494 * gnus-group.el (gnus-group-redraw-when-idle)
18495 (gnus-group-redraw-check): Remove.
18496 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18497
18498 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
18499
18500 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18501 if optional last element is specified in splits (FIELD VALUE...).
18502
18503 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
18504
18505 * message.el (message-make-tool-bar): Rename gmm-image-load-path
18506 to gmm-image-load-path-for-library. Call with no-error argument.
18507 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18508
18509 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18510
18511 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18512
18513 * gmm-utils.el (gmm-image-load-path): Remove alias.
18514
18515 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
18516
18517 * gmm-utils.el (gmm-image-load-path): Add alias.
18518
18519 * nnml.el (nnml-generate-nov-databases-directory): Rename from
18520 nnml-generate-nov-databases-1.
18521 (nnml-generate-nov-databases): Use it.
18522 (nnml-generate-nov-databases-directory): Document no-active
18523 argument.
18524
18525 * gmm-utils.el (gmm-image-load-path-for-library): Return single
18526 directory if path is t. Add no-error.
18527
18528 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18529 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18530
18531 * gnus-art.el (gnus-article-browse-delete-temp-files):
18532 Simplify resetting gnus-article-browse-html-temp-list.
18533
18534 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18535 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
18536 Add example to docstring. Rename local variables. Move error
18537 checks to default case in cond and simplify.
18538
18539 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
18540
18541 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18542 handle is multipart when calling it recursively.
18543 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18544
18545 2006-03-03 Daniel Pittman <daniel@rimspace.net>
18546
18547 * nnimap.el (nnimap-request-update-info-internal): Optimize.
18548 Don't `gnus-uncompress-range' to avoid excessive memory usage.
18549
18550 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
18551
18552 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18553 is loaded.
18554
18555 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18556 loaded.
18557
18558 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
18559
18560 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18561 to "Emacs 23 (unicode)" in doc string.
18562
18563 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18564 "Emacs 23 (unicode)" in comment.
18565
18566 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
18567
18568 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18569
18570 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18571 characters 160 through 255 in Emacs 23.
18572
18573 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
18574
18575 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18576 gnus-article-browse-html-temp.
18577 (gnus-article-browse-delete-temp): Make it customizable.
18578 Add `file'. Adjust doc string.
18579 (gnus-article-browse-delete-temp-files): Add argument.
18580 Allow query for each file. Adjust doc string.
18581 (gnus-article-browse-html-parts):
18582 Add `gnus-article-browse-delete-temp-files' to
18583 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18584
18585 2006-03-02 Hynek Schlawack <hynek@ularx.de>
18586
18587 * gnus-art.el (gnus-article-browse-html-temp)
18588 (gnus-article-browse-delete-temp): New variables.
18589 (gnus-article-browse-delete-temp-files): New function.
18590 (gnus-article-browse-html-parts): Use it.
18591
18592 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
18593
18594 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18595
18596 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18597 string.
18598
18599 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18600 gnus-summary-insert-new-articles when unplugged.
18601 Remove gnus-summary-search-article-forward.
18602
18603 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18604 display-visual-class instead of display-color-cells.
18605
18606 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
18607
18608 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18609 message/* containing non-ASCII text properly.
18610
18611 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
18612
18613 * message.el: Require gmm-utils, remove autoloads.
18614 (message-tool-bar): Set default based on
18615 gmm-tool-bar-style.
18616 (message-tool-bar-gnome): Add gmm-customize-mode.
18617
18618 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18619 gmm-tool-bar-style.
18620 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18621
18622 * gnus-group.el (gnus-group-tool-bar): Set default based on
18623 gmm-tool-bar-style.
18624 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18625
18626 * gmm-utils.el (gmm-image-directory): Rename variable from
18627 gmm-image-load-path.
18628 (gmm-image-load-path): Use gmm-image-directory.
18629 (gmm-customize-mode): New function.
18630 (gmm-tool-bar-style): New variable.
18631
18632 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18633 gnus-group-redraw-line-number.
18634 (gnus-group-redraw-check): Simplify.
18635 (gnus-group-tool-bar-update): Remove redraw check.
18636 (gnus-group-make-tool-bar): Add redraw check.
18637
18638 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
18639
18640 * gnus-art.el (gnus-button): Add missing parentheses.
18641
18642 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
18643
18644 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18645
18646 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
18647
18648 * gnus-art.el (gnus-button): New face.
18649 (gnus-article-button-face): Use it.
18650
18651 * gnus-sum.el (gnus-summary-tool-bar-gnome):
18652 Add gnus-summary-next-page. Re-order.
18653
18654 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18655 next-node are now included.
18656 (gnus-group-redraw-line-number): New internal variable.
18657 (gnus-group-redraw-check): Helper function for updating the tool
18658 bar.
18659 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18660
18661 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18662
18663 * spam.el (spam-spamassassin-score-regexp): New internal variable.
18664 (spam-extra-header-to-number, spam-check-spamassassin-headers):
18665 Use it to match format of Spamassassin 3.0 and later.
18666 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18667 (spam-check-bogofilter)
18668 (spam-bogofilter-register-with-bogofilter): Fix args of
18669 `gnus-error' calls.
18670
18671 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
18672
18673 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18674 unnecessary interaction when sending queued mails.
18675 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18676
18677 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
18678
18679 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18680 first or last are nil.
18681
18682 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18683
18684 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18685
18686 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
18687
18688 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18689
18690 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
18691
18692 * dns.el (query-dns): Protect more against buggy tcp output.
18693
18694 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
18695
18696 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18697 nov.php.
18698
18699 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18700
18701 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18702 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18703 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
18704 output on the server side.
18705 (nnweb-google-create-mapping): Update regexps and add some
18706 progress indication.
18707
18708 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
18709
18710 * gnus-group.el (gnus-group-tool-bar-gnome):
18711 Fix gnus-agent-toggle-plugged. Re-order icons.
18712 (gnus-group-tool-bar-gnome):
18713 Add gnus-group-{prev,next}-unread-group.
18714 (gnus-group-tool-bar-gnome): Re-order icons.
18715
18716 * gnus-sum.el (gnus-summary-tool-bar-gnome):
18717 Move gnus-summary-insert-new-articles.
18718
18719 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18720 Fix comments.
18721
18722 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
18723 also available in Emacs 21.3.
18724
18725 * message.el (message-fix-before-sending): Change "Emacs 22" to
18726 "Emacs 23 (unicode)" in comment.
18727
18728 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18729 "Emacs 23 (unicode)" in comment.
18730
18731 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18732 comment.
18733 (mm-coding-system-p): Add comment about no-MULE XEmacs.
18734
18735 * mm-view.el (mm-fill-flowed): Add :version.
18736
18737 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
18738
18739 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18740 and load-path.
18741
18742 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
18743
18744 * message.el: Autoload gmm-image-load-path.
18745 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18746 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
18747 consitency.
18748
18749 * gmm-utils.el (gmm-image-load-path): Also search in
18750 "../etc/images". Don't set gmm-image-load-path if we don't find
18751 the image.
18752
18753 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
18754
18755 * gmm-utils.el (gmm-image-load-path): Don't make
18756 `gmm-image-load-path' include subdirectories which the second arg
18757 `image' might specify.
18758
18759 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18760 subdirectory to icon file names.
18761
18762 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18763
18764 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
18765
18766 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18767 gmm-image-load-path calls.
18768
18769 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18770
18771 * message.el (message-make-tool-bar): Ditto.
18772
18773 * mml.el (mml-preview): Add comment concerning tool bar icons.
18774
18775 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18776 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18777
18778 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18779 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18780
18781 * message.el (message-tool-bar-gnome): Use new icon names.
18782 (message-make-tool-bar): Use `gmm-image-load-path'.
18783
18784 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18785 New functions from MH-E.
18786 (gmm-image-load-path): New variable from MH-E.
18787 (gmm-image-load-path): New function from MH-E. Add arguments
18788 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
18789 *-image-load-path-called-flag.
18790
18791 2006-02-21 Milan Zamazal <pdm@brailcom.org>
18792
18793 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18794
18795 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
18796
18797 * nnimap.el (nnimap-request-move-article): Change folder back to
18798 source group before deleting.
18799
18800 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
18801
18802 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18803
18804 * gnus-art.el (mm-url-insert-file-contents-external):
18805 Autoload mm-url.
18806
18807 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18808
18809 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
18810
18811 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18812 coding system which mm-charset-to-coding-system returns for a
18813 given charset is valid.
18814
18815 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
18816
18817 * html2text.el (html2text-remove-tag-list):
18818 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18819
18820 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
18821
18822 * gnus-cus.el: Revert 2005-10-17 change.
18823
18824 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
18825
18826 * gnus-art.el (article-strip-banner):
18827 Call article-really-strip-banner only when the regexp match is made.
18828
18829 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
18830
18831 * gnus-art.el (article-strip-banner):
18832 Use gnus-extract-address-components instead of
18833 mail-header-parse-addresses to make it work with non-ASCII text;
18834 remove mail-encode-encoded-word-string.
18835
18836 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18837 values which are surrounded with \"...\"; make it never cause a
18838 Lisp error; give up parsing of parameters if it failed in
18839 extracting type.
18840
18841 2006-02-14 Arne Jørgensen <arne@arnested.dk>
18842
18843 * smime.el (smime-cert-by-ldap-1): Fix bug where
18844 `smime-ldap-search' returns results without userCertificates.
18845
18846 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
18847
18848 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18849
18850 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
18851
18852 * spam.el (spam-check-spamassassin-headers): Adapt format for
18853 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
18854 <ari@mbf.ocn.ne.jp>.
18855 (spam-list-of-processors): Add spam-use-gmane.
18856
18857 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
18858
18859 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18860 make-temp-file; make it work with XEmacs as well.
18861
18862 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18863 mm-make-temp-file.
18864
18865 * mm-decode.el (mm-display-external): Use the 3rd arg of
18866 mm-make-temp-file.
18867 (mm-create-image-xemacs): Ditto.
18868
18869 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
18870
18871 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18872 with message-narrow-to-headers.
18873 (gnus-draft-setup): Narrow to header to run message-fetch-field.
18874 (gnus-draft-check-draft-articles): New function.
18875 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18876
18877 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
18878
18879 * gnus-art.el (gnus-article-browse-html-parts):
18880 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18881 Don't use suffix argument for mm-make-temp-file for Emacs 21
18882 compatibility. Remove useless `format'.
18883
18884 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18885
18886 * nnweb.el (nnweb-google-wash-article): Update regexps.
18887 (nnweb-group-alist): Use defvoo instead of defvar.
18888
18889 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
18890
18891 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18892 re-loading nn* modules.
18893
18894 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
18895
18896 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18897 for `tool-bar-mode' and don't check it's default-value.
18898
18899 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18900
18901 * message.el (message-make-tool-bar): Ditto.
18902
18903 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18904 `substring'. Shorten tmp-file name.
18905
18906 * gnus.el: Remove bogus comment.
18907
18908 2006-02-10 Hynek Schlawack <hynek@ularx.de>
18909
18910 * gnus-art.el (gnus-article-browse-html-parts): New function.
18911 (gnus-article-browse-html-article): New function for viewing html
18912 articles with a browser.
18913
18914 2006-02-09 Daiki Ueno <ueno@unixuser.org>
18915
18916 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18917 (mml2015-pgg-encrypt): Ditto.
18918
18919 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18920 (mml1991-pgg-encrypt): Ditto.
18921
18922 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
18923
18924 * nnfolder.el (nnfolder-insert-newsgroup-line):
18925 Use message-make-date instead of current-time-string.
18926
18927 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18928 to gnus-decoded which mm-uu might set.
18929
18930 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
18931
18932 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18933 don't decode quoted parameters; remove misimported Emacs code.
18934 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18935 (rfc2231-decode-encoded-string): Don't use split-string which
18936 behaves differently according to Emacs version; use
18937 mm-decode-coding-region to convert charset to coding-system.
18938 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18939 (rfc2231-encode-string): Remove misimported Emacs code.
18940
18941 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
18942
18943 * gnus-art.el (article-decode-charset): Don't use ignore-errors
18944 when calling mail-header-parse-content-type.
18945 (article-de-quoted-unreadable): Ditto.
18946 (article-de-base64-unreadable): Ditto.
18947 (article-wash-html): Ditto.
18948
18949 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18950 calling mail-header-parse-content-type and
18951 mail-header-parse-content-disposition.
18952 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18953 mail-header-parse-content-type.
18954
18955 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18956 insert charset and format parameters; encode description after
18957 inserting it to buffer.
18958 (mml-insert-parameter): Fold lines properly even if a parameter is
18959 segmented into two or more lines; change the max column to 76.
18960
18961 * rfc1843.el (rfc1843-decode-article-body): Don't use
18962 ignore-errors when calling mail-header-parse-content-type.
18963
18964 * rfc2231.el (rfc2231-parse-string): Return at least type if
18965 possible; don't cause an error even if it fails in parsing of
18966 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18967 (rfc2231-encode-string): Don't break lines at the beginning, leave
18968 it to mml-insert-parameter.
18969
18970 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18971 calling mail-header-parse-content-type.
18972
18973 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
18974
18975 * spam-report.el (spam-report-gmane-use-article-number):
18976 Improve doc string.
18977 (spam-report-gmane-internal): Check if a suitable header was found
18978 in the article.
18979
18980 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
18981
18982 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18983 (rfc2231-encode-string): Make param*=value always begin with LWSP.
18984
18985 2006-02-05 Romain Francoise <romain@orebokech.com>
18986
18987 Update copyright notices of all files in the gnus directory.
18988
18989 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18990
18991 * nnweb.el (nnweb-request-group): Avoid growing overview files.
18992
18993 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
18994
18995 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18996 segmented lines of parameter value to cope with Thunderbird 1.5
18997 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18998 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18999 (rfc2231-encode-string): Don't make lines exceeding 76 column.
19000
19001 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
19002
19003 * mml.el (mml-generate-mime-1): Correct the order of inline signed
19004 parts.
19005
19006 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
19007
19008 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19009 there's only one active file for all servers.
19010 (nnweb-request-scan): Make sure nnweb-articles is initialized on
19011 solid groups. Gnus might have used a FAST request to select the group.
19012 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19013 and nnweb-search redundantly in the active file.
19014 (nnweb-request-list): Don't list bogus groups. There can only be one.
19015 (nnweb-request-create-group): Don't use ARGS.
19016 (nnweb-possibly-change-server, nnweb-request-group): Remove some
19017 initializations. Let nnoo do the work.
19018
19019 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
19020
19021 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19022 Say the part has been decoded.
19023
19024 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19025
19026 2006-01-31 Kevin Ryde <user42@zip.com.au>
19027
19028 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19029 mailcap-viewer-test-cache when there's no 'test clause, since that
19030 will invert the meaning of a "nil" test previously determined by
19031 mailcap-mailcap-entry-passes-test.
19032
19033 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
19034
19035 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19036 compiling.
19037
19038 * gnus-sum.el: Ditto.
19039
19040 * message.el: Don't bind tool-bar-map when compiling.
19041
19042 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
19043
19044 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19045
19046 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
19047
19048 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19049 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19050 current Google Groups.
19051
19052 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
19053
19054 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19055 and tool-bar-mode.
19056
19057 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19058 and tool-bar-mode.
19059
19060 * message.el (message-tool-bar-update): Simplify.
19061 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19062
19063 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19064 gnus-summary-buffer.
19065 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19066 gnus-summary-reply.
19067
19068 * gmm-utils.el (gmm): Add :version.
19069
19070 2006-01-26 Steve Youngs <steve@sxemacs.org>
19071
19072 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19073 Don't autoload.
19074
19075 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
19076
19077 * gmm-utils.el (gmm-verbose): Add :group.
19078
19079 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
19080
19081 * message.el: Change some comments WRT tool-bars.
19082
19083 * gnus-sum.el (gnus-summary-tool-bar)
19084 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19085 (gnus-summary-tool-bar-zap-list): New variables.
19086 (gnus-summary-make-tool-bar): Complete rewrite using
19087 `gmm-tool-bar-from-list'.
19088
19089 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19090 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19091 New variables.
19092 (gnus-group-make-tool-bar): Complete rewrite using
19093 `gmm-tool-bar-from-list'.
19094 (gnus-group-tool-bar-update): New function.
19095
19096 * message.el (message-mode-field-menu): Add "Show hidden Headers".
19097
19098 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
19099
19100 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19101 is dissected into a single part of which the type is the same as
19102 the given one; decode charset.
19103
19104 2006-01-21 Kevin Ryde <user42@zip.com.au>
19105
19106 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19107 into alists as symbol not string, since that's what
19108 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19109 look for.
19110
19111 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
19112
19113 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19114 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19115
19116 * message.el (message-tool-bar-gnome): Use gmm-ignore.
19117
19118 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
19119
19120 * gnus-art.el (gnus-mime-security-button-commands): New variable.
19121 (gnus-mime-security-button-menu): New definition.
19122 (gnus-mime-security-button-map): Use them.
19123 (gnus-mime-security-button-menu): New function.
19124 (gnus-insert-mime-security-button): Addition to help echo.
19125 (gnus-mime-security-run-function, gnus-mime-security-save-part)
19126 (gnus-mime-security-pipe-part): New functions.
19127
19128 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19129 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19130
19131 * mm-decode.el (mm-handle-set-disposition): Remove.
19132 (mm-handle-set-description): Remove.
19133
19134 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
19135
19136 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19137 (mm-w3m-standalone-supports-m17n-p): New function.
19138 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19139 w3m usage.
19140
19141 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19142 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19143
19144 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
19145
19146 * message.el (message-tool-bar-zap-list):
19147 Use gmm-tool-bar-zap-list as custom type.
19148 (message-tool-bar-update): New function.
19149 (message-tool-bar, message-tool-bar-gnome)
19150 (message-tool-bar-retro): Add message-tool-bar-update.
19151 (message-tool-bar-gnome): Add flyspell-buffer.
19152
19153 * gnus-util.el (gnus-error): Describe `args'.
19154
19155 * gmm-utils.el (gmm-error): Describe `args'.
19156 (gmm-tool-bar-zap-list): New widget.
19157 (gmm-tool-bar-from-list): Improve description of `zap-list'.
19158
19159 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
19160
19161 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19162 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19163 the number of recursive calls.
19164
19165 * mm-decode.el (mm-handle-set-disposition): New macro.
19166 (mm-handle-set-description): New macro.
19167
19168 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
19169
19170 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19171 encoding.
19172
19173 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
19174
19175 * message.el (message-tool-bar-zap-list, message-tool-bar)
19176 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19177 (message-tool-bar-local-item-from-menu): Remove.
19178 (message-tool-bar-map): Replace by `message-make-tool-bar'.
19179 (message-make-tool-bar): New function.
19180 (message-mode): Use `message-make-tool-bar'.
19181
19182 * gmm-utils.el: New file.
19183 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19184 (gmm-lazy): New widget copied from `nnmail.el'.
19185 (gmm-tool-bar-from-list): New function for creating customizable
19186 tool bars.
19187 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
19188 output.
19189 (gmm): Add :prefix to defgroup.
19190
19191 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
19192
19193 * gmm-utils.el (gmm-widget-p): New function.
19194
19195 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
19196
19197 * mml.el (mml-attach-file): Describe `description' in doc string.
19198 (mml-menu): Add Emacs MIME manual and PGG manual.
19199
19200 2006-01-20 Richard M. Stallman <rms@gnu.org>
19201
19202 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19203
19204 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
19205
19206 * nntp.el (nntp-end-of-line): Doc fix.
19207
19208 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
19209
19210 * imap.el (imap-open): Handle case where buffer is a buffer
19211 object.
19212
19213 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
19214
19215 * gnus-delay.el (gnus-delay): Don't autoload.
19216 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19217 to be re-loaded when customizing the `gnus-delay' group.
19218
19219 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
19220
19221 * message.el (message-insert-citation-line): Use newlines.
19222
19223 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
19224
19225 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19226
19227 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19228
19229 2006-01-19 Mark D. Baushke <mdb@gnu.org>
19230
19231 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19232
19233 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
19234
19235 * mm-decode.el (mm-inlined-types): Add application/pgp.
19236 (mm-automatic-display): Ditto.
19237
19238 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19239 part as text.
19240
19241 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
19242
19243 * nnrss.el: Update copyright.
19244 (nnrss-opml-import): Query whether to subscribe to each entry.
19245
19246 * gnus-art.el:
19247 * gnus-sum.el:
19248 * mm-uu.el:
19249 * mm-view.el: Update copyright.
19250
19251 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
19252
19253 * message.el (message-info): New function.
19254 (message-mode-menu): Add it.
19255 Update copyright.
19256
19257 * ChangeLog: Fix and update copyright.
19258
19259 2006-01-13 Romain Francoise <romain@orebokech.com>
19260
19261 * message.el (message-forward-subject-name-subject): Prefer the
19262 address to 'nowhere' if the sender has no name.
19263 Fix typo. Update copyright year.
19264
19265 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
19266
19267 * gnus-art.el (article-wash-html):
19268 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19269 (gnus-article-wash-html-with-w3m-standalone): New function.
19270
19271 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19272 mm-inline-text-html-render-with-w3m-standalone.
19273 (mm-text-html-washer-alist): Map w3m-standalone to
19274 gnus-article-wash-html-with-w3m-standalone.
19275 (mm-inline-text-html-render-with-w3m-standalone): New function.
19276
19277 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
19278
19279 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19280 Improve LaTeX.
19281
19282 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
19283
19284 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19285 (nnrss-request-article): Render text/plain parts as HTML.
19286
19287 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19288 the buffer.
19289
19290 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
19291
19292 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19293 custom definition of `gnus-posting-styles'.
19294
19295 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19296 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19297
19298 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
19299
19300 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19301 Use nntp for bug archive.
19302
19303 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
19304
19305 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19306 parts.
19307 (nnrss-normalize-date): New function converts ISO 8601 date into
19308 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
19309 (nnrss-check-group): Use it.
19310
19311 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
19312
19313 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19314
19315 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19316 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
19317 (nnrss-insert-w3): Ditto.
19318
19319 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
19320
19321 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19322 the articles to be forwarded including the case where neither a
19323 number of articles nor a region is specified.
19324
19325 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
19326
19327 * nnrss.el (nnrss-request-article): Fix last change; fill
19328 text/plain parts.
19329
19330 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
19331
19332 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19333 in text/plain part.
19334 (nnrss-check-group): Don't add excessive newline to dc:subject.
19335
19336 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
19337
19338 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19339 article.
19340
19341 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
19342
19343 * nnml.el: Don't require gnus-bcklg. Autoload it.
19344 (nnml-use-compressed-files, nnml-save-mail): Support other
19345 comression programs such as bzip2.
19346
19347 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19348
19349 * dns.el (query-dns): Make sure we check the buffer size before
19350 removing tcp headers.
19351
19352 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
19353
19354 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19355 remove MIME buttons associated with multipart/alternative parts.
19356 (gnus-mime-display-alternative): Tag buttons using `article-type'
19357 text property.
19358
19359 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19360 associated with multipart/alternative parts.
19361
19362 * gnus-art.el (gnus-signature-separator): Fix custom type.
19363
19364 * mm-decode.el (mm-inlined-types): Fix custom type.
19365 (mm-keep-viewer-alive-types): Ditto.
19366 (mm-automatic-display): Ditto.
19367 (mm-attachment-override-types): Ditto.
19368 (mm-inline-override-types): Ditto.
19369 (mm-automatic-external-display): Ditto.
19370
19371 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
19372
19373 * spam-report.el (spam-report-user-mail-address)
19374 (spam-report-user-agent): New variables.
19375 (spam-report-url-ping-plain): Use spam-report-user-agent.
19376
19377 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
19378
19379 * gnus-art.el (gnus-button-handle-custom): Do not just use
19380 `customize-apropos' for any "M-x customize-*" button but the
19381 function called for. Accept both the function name and its
19382 argument in order to achieve this.
19383 (gnus-button-alist): Remove support for "custom:" URL's.
19384 Pass function name to `gnus-button-handle-custom' in case of "M-x
19385 customize-*" buttons.
19386
19387 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
19388
19389 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19390 multipart/alternative and add xref to mm-discouraged-alternatives
19391 in doc string.
19392
19393 * mm-decode.el (mm-discouraged-alternatives): Add xref to
19394 gnus-buttonized-mime-types in doc string.
19395
19396 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
19397
19398 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19399 Suggest image/.* in the doc string.
19400
19401 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
19402
19403 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19404 message-marks (Debian bug#342521).
19405
19406 2005-12-12 Simon Josefsson <jas@extundo.com>
19407
19408 * password.el (password-read-from-cache): Add.
19409 (password-read): Use it.
19410
19411 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
19412
19413 * rfc2047.el (rfc2047-charset-to-coding-system):
19414 Recognize us-ascii as a MIME charset.
19415
19416 * mm-bodies.el (mm-decode-content-transfer-encoding):
19417 Protect against the case where the 2nd arg TYPE is nil.
19418
19419 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
19420
19421 * pop3.el (pop3-stream-type): Fix custom version.
19422
19423 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19424
19425 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19426
19427 * mm-decode.el (mm-display-external): Add missing cdr.
19428
19429 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
19430
19431 * mm-decode.el (mm-display-external): Use nametemplate (defined in
19432 RFC1524) if it is in mailcap or add a suffix according to
19433 mailcap-mime-extensions when generating a temp filename; postpone
19434 deleting a temp file for 2 seconds for some wrappers, shell
19435 scripts, and so on, which might exit right after having started a
19436 viewer command as a background job.
19437
19438 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
19439
19440 * nntp.el (nntp-marks-directory): Fix custom group.
19441
19442 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19443 steps when < 10.
19444
19445 * gnus-start.el (gnus-no-server-1):
19446 Mention `gnus-level-default-subscribed' in doc string.
19447
19448 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19449
19450 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19451 parens.
19452
19453 2005-11-26 Dave Love <fx@gnu.org>
19454
19455 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19456 (tls-program, tls-success): Provide openssl alternative.
19457
19458 * starttls.el: Doc fixes.
19459 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19460 SERVICE to PORT.
19461
19462 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
19463 port null or service name.
19464 (starttls-negotiate): Autoload.
19465
19466 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
19467
19468 * message.el (message-kill-to-signature): Fix interactive spec.
19469
19470 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
19471
19472 * pop3.el (pop3-open-server): Recognize a string as a service name.
19473
19474 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
19475
19476 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19477
19478 2005-11-23 Dave Love <fx@gnu.org>
19479
19480 Add pop3s, pop3/starttls.
19481
19482 * pop3.el (pop3-authentication-scheme): Clarify doc.
19483 (open-tls-stream, starttls-open-stream): Autoload.
19484 (pop3-stream-type): New.
19485 (pop3-open-server): Use it.
19486
19487 * mail-source.el (mail-sources): Fix some :types. Add stream type
19488 for POP.
19489 (mail-source-keyword-map): Add :stream for POP.
19490 (mail-source-fetch-pop): Use pop3-stream-type.
19491
19492 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
19493
19494 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19495 of current-time-string.
19496
19497 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
19498
19499 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19500 date header.
19501
19502 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
19503
19504 * gnus-sum.el (gnus-fetch-old-headers): Update docs to warn that
19505 it can seriously impact performance as it bypasses the agent's
19506 local caches.
19507
19508 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
19509
19510 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19511 must be explicitly online rather than "not explicitly offline" for
19512 its flags to be synchronized.
19513
19514 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19515 that gnus-uu-unmark-thread will function correctly.
19516
19517 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19518 1024K is instead displayed as 1M.
19519
19520 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19521
19522 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19523
19524 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
19525
19526 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19527
19528 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
19529
19530 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19531 error message to display actual error condition.
19532 (gnus-agent-save-local): Avoid saving symbols that are bound to
19533 nil as they simply result in a warning message in
19534 gnus-agent-read-local.
19535
19536 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
19537
19538 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19539 rather than make-variable-buffer-local for file-precious-flag.
19540
19541 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
19542
19543 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19544 for duplicates which are removed. The invalid sort check then
19545 triggers a rescan after the sort as sorting may have moved
19546 duplicate entries such that they can be cheaply detected.
19547
19548 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
19549
19550 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19551
19552 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
19553
19554 * gnus-agent.el (gnus-agent-article-alist-save-format):
19555 Change internal variable to a custom variable. Change default value
19556 from compressed(2) to uncompressed(1).
19557 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19558 support for uncompressed agentview files. Taken together, reading
19559 the agentview file should now be 6-7 times faster.
19560
19561 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
19562
19563 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19564 as a buffer-local variable. This avoids creating truncated
19565 dribble files as a result of a hang up, eg.
19566
19567 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
19568
19569 * gnus-start.el (gnus-start-draft-setup):
19570 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19571
19572 * gnus.el (gnus-splash): Change custom group.
19573 (gnus-group-get-parameter, gnus-group-parameter-value):
19574 Describe allow-list argument.
19575
19576 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19577 string.
19578
19579 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
19580
19581 * gnus-art.el (gnus-default-article-saver): Add user-defined
19582 `function' to custom type.
19583
19584 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19585
19586 * imap.el (imap-open): Handle case where buffer is a buffer
19587 object.
19588
19589 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
19590
19591 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19592 long lines.
19593 (gnus-cache-delete-group): Wrap doc strings.
19594
19595 * gnus-agent.el (gnus-agent-rename-group)
19596 (gnus-agent-delete-group): Wrap doc strings.
19597
19598 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
19599
19600 * gnus-start.el (gnus-1): Add "native" to
19601 gnus-predefined-server-alist.
19602
19603 * gnus.el (gnus-method-to-server): Don't add "native" to the
19604 lists here, because that leads to problems when
19605 gnus-select-method is bound.
19606
19607 2005-11-09 Simon Josefsson <jas@extundo.com>
19608
19609 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19610 use (not sort-by-date) instead.
19611
19612 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
19613
19614 * gnus-delay.el (gnus-delay-group): Don't autoload.
19615 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19616 to be re-loaded when customizing the `gnus-delay' group.
19617
19618 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
19619
19620 * message.el: Revert last changes.
19621 (message-insert-citation-line): Use newlines.
19622
19623 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
19624
19625 * message.el (message-courtesy-message)
19626 (message-mark-insert-begin, message-mark-insert-end)
19627 (message-elide-ellipsis, message-cancel-message)
19628 (message-add-header, message-change-subject)
19629 (message-cross-post-followup-to-header)
19630 (message-cross-post-insert-note, message-reduce-to-to-cc)
19631 (message-widen-reply, message-delete-not-region)
19632 (message-kill-to-signature, message-insert-signature)
19633 (message-insert-importance-high, message-insert-importance-low)
19634 (message-insert-or-toggle-importance)
19635 (message-insert-disposition-notification-to)
19636 (message-indent-citation, message-yank-original)
19637 (message-cite-original-without-signature, message-cite-original)
19638 (message-insert-citation-line, message-position-on-field)
19639 (message-fix-before-sending, message-send-mail-partially)
19640 (message-send-mail, message-send-mail-with-sendmail)
19641 (message-send-mail-with-qmail, message-send-news)
19642 (message-check-news-header-syntax, message-generate-headers)
19643 (message-insert-courtesy-copy, message-fill-address)
19644 (message-fill-header, message-shorten-references)
19645 (message-setup-1, message-cancel-news)
19646 (message-forward-make-body-plain, message-forward-make-body-mime)
19647 (message-forward-make-body-mml, message-encode-message-body)
19648 (message-forward-make-body-digest-plain)
19649 (message-forward-make-body-digest-mime)
19650 (message-use-alternative-email-as-from): Insert `hard-newline'
19651 instead of ordinary newlines.
19652
19653 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
19654
19655 * message.el (message-generate-headers): Downcase the argument
19656 given to message-check-element.
19657
19658 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
19659
19660 * nntp.el (nntp-authinfo-rejected): New error condition.
19661 (nntp-wait-for): Use new error condition to signal authentication
19662 error.
19663 (nntp-retrieve-data): Rethrow new error condition to break out of
19664 recursive call to nntp-send-authinfo.
19665
19666 2005-11-08 Romain Francoise <romain@orebokech.com>
19667
19668 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19669 (gnus-summary-exit-map): Bind to `Z p'.
19670 (gnus-summary-make-menu-bar): Add menu item.
19671
19672 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
19673
19674 * gnus-art.el (gnus-article-treat-custom): Add `first'.
19675 (gnus-treat-*): Add `first' in all doc strings.
19676
19677 * gnus-group.el (gnus-group-compact-group): Fix typo.
19678
19679 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
19680
19681 * gnus.el (gnus-parameters-case-fold-search): New variable.
19682 (gnus-parameters-get-parameter): Use it.
19683
19684 * gnus-score.el (gnus-home-score-file): Doc fix.
19685
19686 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
19687
19688 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19689
19690 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
19691
19692 * mm-util.el (mm-special-display-p): New function.
19693
19694 * mml.el (mml-preview): Use it; doc fix.
19695
19696 2005-10-29 Romain Francoise <romain@orebokech.com>
19697
19698 * message.el (message-fix-before-sending): Fix comment.
19699
19700 2005-10-29 Jari Aalto <jari.aalto@cante.net>
19701
19702 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19703
19704 2005-10-29 Jari Aalto <jari.aalto@cante.net>
19705
19706 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19707 Used in gnus-score.el.
19708
19709 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
19710
19711 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19712
19713 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
19714
19715 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19716 whitespace removed in revision 7.8. Use concatenated string to
19717 protect trailing whitespace.
19718
19719 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
19720
19721 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19722 (nnimap-request-expire-articles): Use it to avoid sending 'UID
19723 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19724 Courier IMAP ("some version from 2004"). Mostly based on similar
19725 code in the same function.
19726
19727 2005-10-26 Didier Verna <didier@xemacs.org>
19728
19729 * gnus-group.el (gnus-group-compact-group): Invalidate original
19730 article buffer.
19731 * gnus-srvr.el (gnus-server-compact-server): Ditto.
19732 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19733 NOV database and in article itself.
19734 Invalidate article backlog.
19735
19736 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
19737
19738 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19739
19740 2005-10-26 Simon Josefsson <jas@extundo.com>
19741
19742 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19743 part of 2004-07-25 change.
19744
19745 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
19746
19747 * message.el (message-display-completion-list): New function.
19748 (message-expand-group): Use it; make sure the Completions buffer
19749 is modifiable.
19750
19751 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19752
19753 * imap.el (imap-open): Handle case where buffer is a buffer object.
19754
19755 2005-10-24 Eli Zaretskii <eliz@gnu.org>
19756
19757 * pgg-def.el:
19758 * pgg-gpg.el:
19759 * pgg-parse.el:
19760 * pgg-pgp.el:
19761 * pgg-pgp5.el:
19762 * pgg.el: Move to the parent lisp directory.
19763
19764 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19765
19766 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19767 user-mail-name is an empty string.
19768
19769 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19770
19771 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19772 depending on gnus-score-decay-constant.
19773
19774 * encrypt.el (encrypt-insert-file-contents)
19775 (encrypt-write-file-contents): Don't use `gnus-message'.
19776
19777 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19778 arguments.
19779 (mm-uu-type-alist): Add message-marks and insert-marks.
19780 Pass arguments to mm-uu-verbatim-marks-extract.
19781 (mm-uu-hide-markers): New variable.
19782 (mm-uu-extract): Use face similar to `gnus-cite-3'.
19783
19784 * gnus-fun.el (gnus-convert-image-to-x-face-command)
19785 (gnus-convert-image-to-face-command): Use "convert" by default to
19786 allow other input image formats.
19787 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19788 accordingly.
19789
19790 2005-10-23 Simon Josefsson <jas@extundo.com>
19791
19792 * imap.el (imap-gssapi-program): Align command line parameters
19793 with latest GNU SASL.
19794 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19795
19796 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19797
19798 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19799 HTML.
19800 (nnslashdot-request-article): Ditto.
19801
19802 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
19803
19804 * mail-source.el (mail-source-fetch-pop): Require pop3.
19805 (mail-source-check-pop): Ditto.
19806
19807 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
19808
19809 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19810 errors.
19811
19812 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
19813
19814 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19815 (gnus-treat-strip-leading-blank-lines): Improve doc string.
19816
19817 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19818
19819 * mm-bodies.el (mm-decode-string):
19820 Call `mm-charset-to-coding-system' with allow-override argument.
19821
19822 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
19823
19824 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19825 (rfc2047-charset-to-coding-system): New function.
19826 (rfc2047-decode-encoded-words): New function.
19827 (rfc2047-decode-region): Use them.
19828 (rfc2047-decode-cte): Remove.
19829 (rfc2047-parse-and-decode): Remove.
19830 (rfc2047-decode): Remove.
19831
19832 2005-10-15 Kenichi Handa <handa@m17n.org>
19833
19834 * rfc2047.el (rfc2047-decode-cte): New function.
19835 (rfc2047-decode-region): Change the way to decode successive
19836 encoded-words: decode B- or Q-encoding in each encoded-word,
19837 concatenate them, and decode it as charset.
19838
19839 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
19840
19841 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
19842 widget-move-and-invoke.
19843 (gnus-custom-mode): Use gnus-custom-map.
19844
19845 2005-10-15 Bill Wohler <wohler@newt.com>
19846
19847 * message.el (message-tool-bar-map): Rename image file from
19848 mail_send to mail/send.
19849
19850 2005-10-16 Masatake YAMATO <jet@gyve.org>
19851
19852 * message.el (message-expand-group): Pass the common
19853 prefix substring of completion to `display-completion-list'.
19854
19855 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
19856
19857 * mml-sec.el (mml-secure-method): New internal variable.
19858 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19859 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19860 New functions using mml-secure-method.
19861
19862 * mml.el (mml-mode-map): Add key bindings for those functions.
19863 (mml-menu): Simplify security menu entries. Suggested by Jesper
19864 Harder <harder@myrealbox.com>.
19865 (mml-attach-file, mml-attach-buffer, mml-attach-external):
19866 Goto end of message if point is the headers of the message.
19867
19868 * message.el (message-in-body-p): New function.
19869
19870 * assistant.el: Autoload gnus-util and netrc.
19871
19872 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19873 Use `mm-charset-override-alist' only when decoding.
19874
19875 * mm-bodies.el (mm-decode-body):
19876 Call `mm-charset-to-coding-system' with allow-override argument.
19877
19878 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19879 `filename' from Content-Disposition if Content-Type doesn't
19880 provide `name'.
19881 (gnus-mime-view-part-as-type): Set default instead of
19882 initial-input.
19883
19884 2005-10-09 Daniel Brockman <daniel@brockman.se>
19885
19886 * format-spec.el (format-spec): Propagate text properties of % spec.
19887
19888 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
19889
19890 * gnus-art.el (gnus-treat-predicate): Add `first'.
19891
19892 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
19893
19894 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19895 (mm-charset-override-alist): New variable.
19896 (mm-charset-to-coding-system): Use it.
19897 (mm-codepage-setup): New helper function.
19898 (mm-charset-eval-alist): New variable.
19899 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19900 Warn about unknown charsets.
19901
19902 2005-10-04 David Hansen <david.hansen@gmx.net>
19903
19904 * nnrss.el (nnrss-request-article): Add support for the comments tag.
19905 (nnrss-check-group): Ditto.
19906
19907 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
19908
19909 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19910 Rename x-gnus-verbatim to x-verbatim.
19911 (mm-uu-type-alist): Fix regexp for verbatim-marks.
19912
19913 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19914 x-verbatim.
19915
19916 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19917
19918 * gnus-util.el (gnus-remove-duplicates): Remove.
19919
19920 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19921 instead of gnus-remove-duplicates.
19922
19923 * message.el (message-remove-duplicates): Remove.
19924 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19925 message-remove-duplicates.
19926
19927 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19928 available, else use implementation from `delete-dups'.
19929
19930 * message.el (message-insert-expires): New function.
19931 (message-mode-map): Add key binding.
19932 (message-mode-field-menu): Add menu entry.
19933 (message-mode): Document it.
19934 (message-make-expires-date): Use `message-make-date'.
19935
19936 2005-10-04 Josh Huber <huber@alum.wpi.edu>
19937
19938 * message.el (message-make-expires-date): New function.
19939
19940 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
19941
19942 * time-date.el: Autoload parse-time-string, XEmacs needs it.
19943
19944 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
19945
19946 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19947 function rather than the diff-mode.el package.
19948 (mm-display-external): Use with-current-buffer.
19949 (mm-viewer-completion-map, mm-viewer-completion-map):
19950 Move initialization inside declaration.
19951
19952 2005-09-29 Simon Josefsson <jas@extundo.com>
19953
19954 * spam.el: Load hashcash when compiling, to avoid warnings.
19955 Don't autoload mail-check-payment.
19956 (spam-check-hashcash): Define unconditionally, since hashcash.el
19957 is part of Gnus now. Ignore errors from payment checking.
19958
19959 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
19960
19961 * message.el (message-bold-region, message-unbold-region):
19962 Rename from `bold-region' and `unbold-region'.
19963
19964 * message.el: Remove useless autoloads.
19965
19966 2005-09-28 Simon Josefsson <jas@extundo.com>
19967
19968 * message.el (message-use-idna): Default to t.
19969 (message-use-idna): Test whether encoding works too. Doc fix.
19970
19971 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
19972
19973 * nntp.el (nntp-warn-about-losing-connection): Remove.
19974
19975 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
19976
19977 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19978 customizable. Change default value.
19979 (mm-uu-diff-groups-regexp): Change default value.
19980 (mm-uu-type-alist): Add doc string.
19981 (mm-uu-configure): Add doc string. Make it interactive.
19982 (mm-uu-tex-groups-regexp): New variable.
19983 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19984 (mm-uu-type-alist): Add LaTeX documents.
19985 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19986 of "text/verbatim".
19987 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19988
19989 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19990 instead of "text/verbatim".
19991
19992 * message.el (message-mark-inserted-region)
19993 (message-mark-insert-file): Use slrn style marks when called with
19994 prefix argument.
19995
19996 2005-09-27 Simon Josefsson <jas@extundo.com>
19997
19998 * message.el (message-idna-to-ascii-rhs-1): Reformat.
19999
20000 2005-09-27 Arne Jørgensen <arne@arnested.dk>
20001
20002 * message.el (message-remove-duplicates): New function.
20003 Implementation borrowed from `gnus-remove-duplicates'.
20004 (message-idna-to-ascii-rhs): Also encode idna addresses in
20005 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20006 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20007 only ask about the same idna domain once per header and also tell
20008 in what header to replace the idna domain.
20009
20010 * gnus-art.el (article-decode-idna-rhs): Also decode idna
20011 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20012 (article-decode-idna-rhs): Fix regexp so that all idna-address in
20013 a header is decoded and not just the last one.
20014
20015 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
20016
20017 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20018 has been decoded.
20019
20020 * mm-decode.el (mm-automatic-display): Add text/verbatim.
20021 (mm-insert-part): Don't modify text if it has been decoded.
20022
20023 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20024 decoded.
20025
20026 * mm-view.el (mm-inline-text): Don't strip text props unless
20027 decoding enriched or richtext parts.
20028
20029 2005-09-25 Romain Francoise <romain@orebokech.com>
20030
20031 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20032 * gnus-start.el (gnus-subscribe-interactively):
20033 * gnus-uu.el (gnus-uu-grab-articles):
20034 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20035 space.
20036
20037 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
20038
20039 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20040 * mm-view.el (mm-view-pkcs7-decrypt):
20041 * gnus-sum.el (gnus-summary-limit-to-extra)
20042 (gnus-summary-respool-article, gnus-read-move-group-name):
20043 * gnus-score.el (gnus-summary-increase-score):
20044 * gnus-util.el (gnus-completing-read-with-default):
20045 * gnus-art.el (gnus-read-save-file-name)
20046 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20047 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20048 * message.el (message-check-news-header-syntax):
20049 Follow convention for reading with the minibuffer.
20050
20051 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
20052
20053 * spam-report.el (spam-report-url-ping-plain):
20054 Use gnus-extended-version as User-Agent.
20055
20056 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20057 default value is nil.
20058
20059 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20060 (mm-uu-verbatim-marks-extract): New function.
20061 (mm-uu-extract): New face.
20062 (mm-uu-copy-to-buffer): Use it.
20063
20064 * spam-report.el (spam-report-gmane-ham): Rename from
20065 `spam-report-gmane-unspam'.
20066 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20067 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
20068
20069 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20070 Autoload.
20071 (spam-report-gmane-unregister-routine):
20072 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20073
20074 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
20075
20076 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20077 (spam-report-gmane-unregister-routine): Add support for gmane
20078 unregistration.
20079
20080 * spam-report.el (spam-report-gmane-unspam)
20081 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20082 (spam-report-gmane): Change to take a single article and do unspam
20083 registration.
20084
20085 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
20086
20087 * mm-url.el (mm-url-decode-entities): Fix regexp.
20088
20089 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
20090
20091 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20092 default to nil, to be able to use Gnus at all. If the default
20093 switches to something else, then the function should be fixed not
20094 be exceedingly slow.
20095
20096 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
20097
20098 * gnus-start.el (gnus-activate-group): If the server is nil, don't
20099 fail hard.
20100
20101 * spam-report.el: Add better Keywords line.
20102
20103 * spam.el: Add Maintainer and better Keywords line.
20104
20105 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
20106
20107 * gnus-art.el (gnus-article-replace-part)
20108 (gnus-mime-replace-part): New functions.
20109 (gnus-mime-action-alist, gnus-mime-button-commands)
20110 (gnus-mime-save-part-and-strip): Add file argument.
20111 (gnus-article-part-wrapper): Add interactive argument.
20112
20113 * gnus-sum.el (gnus-summary-mime-map):
20114 Add `gnus-article-replace-part'.
20115
20116 2005-09-19 Didier Verna <didier@xemacs.org>
20117
20118 The nnml compaction feature:
20119 * nnml.el (nnml-request-compact-group): New function.
20120 * nnml.el (nnml-request-compact): New function.
20121 * gnus-int.el (gnus-request-compact-group): New function.
20122 * gnus-int.el (gnus-request-compact): New function.
20123 * gnus-group.el (gnus-group-compact-group): New function.
20124 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20125 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20126 * gnus-srvr.el (gnus-server-compact-server): New function.
20127 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20128 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20129
20130 2005-09-18 Deepak Goel <deego@gnufans.org>
20131
20132 * sieve.el (sieve-help): Fix `message' call: first arg should be a
20133 format spec.
20134
20135 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
20136
20137 * gnus.el (gnus-group-startup-message): Bind image-load-path.
20138
20139 2005-09-15 Romain Francoise <romain@orebokech.com>
20140
20141 * message.el (message-fill-paragraph): Clarify docstring.
20142
20143 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
20144
20145 * gnus-art.el (gnus-mime-display-part): Protect against broken
20146 MIME messages.
20147
20148 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
20149
20150 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20151 before parsing header.
20152
20153 2005-09-11 Jari Aalto <jari.aalto@cante.net>
20154
20155 * html2text.el (html2text-replace-list): Add new entities.
20156
20157 2005-09-11 Romain Francoise <romain@orebokech.com>
20158
20159 * message.el (message-alternative-emails): Improve docstring.
20160 (message-setup-1): Call `message-use-alternative-email-as-from'
20161 after `message-setup-hook' to give it precedence over posting
20162 styles, etc.
20163 (message-use-alternative-email-as-from): Add docstring.
20164 Remove the original From header if present.
20165
20166 * nnml.el (nnml-compressed-files-size-threshold): New variable.
20167 (nnml-save-mail): Use it.
20168
20169 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20170 articles. Add new argument `silent'.
20171 (gnus-uu-mark-all): Report the total number of marked articles.
20172
20173 2005-09-10 Romain Francoise <romain@orebokech.com>
20174
20175 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20176 (gnus-uu-mark-series): Likewise.
20177
20178 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
20179
20180 * spam-report.el (spam-report-gmane): Fix generation of spam
20181 report URL.
20182
20183 2005-09-10 Simon Josefsson <jas@extundo.com>
20184
20185 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20186 t, based on discussion on the ding list with Robert Epprecht
20187 <epprecht@solnet.ch>.
20188
20189 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
20190
20191 * spam-report.el (spam-report-gmane): Make it work without
20192 X-Report-Spam header. Gmane now only provides Archived-At.
20193 This is only used if `spam-report-gmane-use-article-number' is nil.
20194 (spam-report-gmane-spam-header): Remove. Not used anymore.
20195
20196 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20197 make `gnus-summary-sort-by-recipient' work with threading.
20198
20199 * nnweb.el (nnweb-google-wash-article): Print a message if article
20200 is not available.
20201
20202 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20203
20204 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20205 change. Decode text/* parts content before displaying.
20206
20207 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
20208
20209 * mml-smime.el: Remove defvar of gnus-extract-address-components.
20210
20211 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
20212
20213 * mm-view.el (mm-display-inline-fontify): Disable support modes.
20214
20215 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
20216
20217 * message.el (message-tab-body-function): Fix mismatched custom type.
20218
20219 * gnus.el (gnus-group-change-level-function): Ditto.
20220
20221 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20222
20223 * gnus-art.el (gnus-signature-limit)
20224 (gnus-article-mime-part-function): Ditto.
20225
20226 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
20227
20228 * mml.el (mml-mode): Silence the byte compiler.
20229
20230 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20231 using `(sit-for 0)' before moving the point to the specified part;
20232 skip unbuttonized parts.
20233 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20234 return to the summary window if gnus-auto-select-part is non-nil.
20235
20236 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
20237
20238 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20239 New variables.
20240 (mml-dnd-attach-file, mml-mode): Use them.
20241
20242 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20243 Make fetching article by MID work again for Google Groups.
20244 Add FIXME concerning gnus-group-make-web-group.
20245
20246 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20247 Don't depend on Gnus by using mail-extract-address-components if
20248 gnus-extract-address-components is not bound.
20249
20250 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20251
20252 * gnus-art.el (gnus-mime-display-security): Don't display the
20253 signature, but only the signed part.
20254
20255 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
20256
20257 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20258
20259 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20260 list, not listp.
20261
20262 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
20263
20264 * mm-encode.el (mm-encode-content-transfer-encoding):
20265 Likewise when encoding.
20266
20267 * mm-bodies.el (mm-decode-content-transfer-encoding):
20268 De-canonicalize CRLF for all text content types, not just
20269 text/plain.
20270
20271 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
20272
20273 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20274 valid article; point arrow and cursor at the MIME button.
20275
20276 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
20277
20278 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20279 Suggested by Dan Christensen <jdc@uwo.ca>.
20280
20281 * mm-decode.el (mm-save-part): Enable change of prompt.
20282
20283 2005-08-29 Jari Aalto <jari.aalto@cante.net>
20284
20285 * gnus-msg.el (gnus-inews-add-send-actions):
20286 Make `message-post-method' lambda parameter ARG `&optional'.
20287
20288 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
20289
20290 * gnus-sum.el (gnus-summary-mime-map):
20291 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20292 gnus-article-jump-to-part.
20293
20294 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20295 (gnus-article-edit-part): Use it.
20296 (gnus-article-part-wrapper): Add no-handle argument.
20297 (gnus-article-save-part-and-strip, gnus-article-delete-part):
20298 New functions.
20299
20300 2005-08-29 Romain Francoise <romain@orebokech.com>
20301
20302 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20303 docstring.
20304 (gnus-face-from-file): Likewise.
20305
20306 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
20307
20308 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20309 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20310 non-nil.
20311 (gnus-auto-select-part): New variable.
20312 (gnus-article-jump-to-part): New function.
20313 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20314 (gnus-mime-delete-part): Allow selecting specified part after
20315 deleting or stripping parts.
20316 (gnus-article-jump-to-part): Don't use `read-number'. Use last
20317 part if argument is bogus.
20318
20319 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
20320
20321 * gnus-art.el (w3m-minor-mode-map):
20322 * gnus-spec.el (gnus-newsrc-file-version):
20323 * gnus-util.el (nnmail-active-file-coding-system)
20324 (gnus-original-article-buffer, gnus-user-agent):
20325 * gnus.el (gnus-ham-process-destinations)
20326 (gnus-parameter-ham-marks-alist)
20327 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20328 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20329 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20330 * mm-decode.el (gnus-current-window-configuration):
20331 * mm-extern.el (gnus-article-mime-handles):
20332 * mm-url.el (url-current-object, url-package-name)
20333 (url-package-version):
20334 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20335 (smime-keys, w3m-cid-retrieve-function-alist)
20336 (w3m-current-buffer, w3m-display-inline-images)
20337 (w3m-minor-mode-map):
20338 * mml-smime.el (gnus-extract-address-components):
20339 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20340 (gnus-newsrc-hashtb, message-default-charset)
20341 (message-deletable-headers, message-options)
20342 (message-posting-charset, message-required-mail-headers)
20343 (message-required-news-headers):
20344 * mml1991.el (mc-pgp-always-sign):
20345 * mml2015.el (mc-pgp-always-sign):
20346 * nnheader.el (nnmail-extra-headers):
20347 * rfc1843.el (gnus-decode-encoded-word-function)
20348 (gnus-decode-header-function, gnus-newsgroup-name):
20349 * spam-stat.el (gnus-original-article-buffer): Add defvars.
20350
20351 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
20352
20353 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20354 the end of the date treatments.
20355
20356 2005-08-15 Simon Josefsson <jas@extundo.com>
20357
20358 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20359 it in url-handlers.el and XEmacs in url.el. Reported by Luca
20360 Capello and Romain Francoise.
20361 (pgg-fetch-key-function): Remove, not used?
20362 (pgg-insert-url-with-w3): Require url, to get
20363 url-insert-file-contents regardless of where it is defined.
20364
20365 2005-08-13 Romain Francoise <romain@orebokech.com>
20366
20367 * message.el (message-cite-original-1): New function.
20368 (message-cite-original): Use it.
20369 (message-cite-original-without-signature): Ditto.
20370
20371 2005-08-08 Romain Francoise <romain@orebokech.com>
20372
20373 * message.el (message-yank-empty-prefix): New variable.
20374 (message-indent-citation): Use it.
20375 (message-cite-original-without-signature): Respect X-No-Archive.
20376
20377 2005-08-08 Simon Josefsson <jas@extundo.com>
20378
20379 * pgg.el: Autoload url-insert-file-contents instead of loading
20380 w3/url.
20381 (pgg-insert-url-with-w3): Don't load url here.
20382
20383 2005-08-07 Jesper Harder <harder@phys.au.dk>
20384
20385 * message.el (message-kill-to-signature): Don't insert newline at
20386 bol.
20387 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20388
20389 2005-08-06 Romain Francoise <romain@orebokech.com>
20390
20391 * message.el (message-user-fqdn): Fix typo in docstring.
20392
20393 2005-08-05 Daiki Ueno <ueno@unixuser.org>
20394
20395 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20396
20397 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20398
20399 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
20400
20401 * mm-bodies.el (mm-encode-body): Use coding system rather than
20402 charset to encode text.
20403
20404 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20405 number of charsets if utf-8 is available (XEmacs).
20406
20407 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
20408
20409 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20410 taken from `gnus-button-mid-or-mail-regexp'.
20411 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20412 (gnus-button-alist): Improve regexp for domain part of the MIDs
20413 for news:localpart@domain buttons.
20414 (gnus-button-ctan-directory-regexp): Update.
20415
20416 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
20417
20418 * sieve-manage.el (sieve-manage-interactive-login):
20419 Use make-local-variable rather than make-variable-buffer-local.
20420 (sieve-manage-open): Ditto.
20421 (sieve-manage-authenticate): Ditto.
20422
20423 * mml.el (mml-generate-mime-1): Make the content type default to
20424 text/plain if the filename is not specified.
20425
20426 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
20427
20428 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20429 instead of insert-buffer.
20430
20431 * message.el (message-yank-original): Ditto; set the mark at the
20432 end of the yanked message.
20433
20434 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
20435
20436 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20437 lines to scroll rather than to stop it.
20438
20439 * mml.el (mml-generate-default-type): Add doc string.
20440 (mml-generate-mime-1): Use mm-default-file-encoding or make it
20441 default to application/octet-stream when determining the content
20442 type if it is not specified for the part or the mml contents; add
20443 a comment about mml-generate-default-type.
20444
20445 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
20446
20447 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20448 make it default to application/octet-stream when determining the
20449 content type if it is not specified for the external contents.
20450
20451 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
20452
20453 * rfc2231.el (rfc2231-parse-string): Take care that not only a
20454 segmented parameter but also other parameters might be there.
20455
20456 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
20457
20458 * mm-decode.el (mm-display-external): Delete temp file, directory
20459 and buffer immediately if the external process is exited.
20460
20461 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
20462
20463 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20464 fewer lines than that of scroll-margin.
20465 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20466
20467 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
20468
20469 * gnus-art.el (gnus-article-next-page): Revert.
20470 (gnus-article-beginning-of-window): New macro.
20471 (gnus-article-next-page-1): Use it.
20472 (gnus-article-prev-page): Ditto.
20473 (gnus-article-edit-part): Use insert-buffer-substring instead of
20474 insert-buffer.
20475 (gnus-article-edit-exit): Ditto.
20476
20477 * gnus-util.el (gnus-beginning-of-window): Remove.
20478 (gnus-end-of-window): Remove.
20479
20480 2005-07-25 Simon Josefsson <jas@extundo.com>
20481
20482 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20483 to have the url package without w3. Reported by Daiki Ueno
20484 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20485
20486 2005-07-20 Didier Verna <didier@xemacs.org>
20487
20488 * gnus-diary.el: Remove the description comment (nndiary is now
20489 properly documented in the Gnus manual).
20490 Fix the spelling of "Back End".
20491 * nndiary.el: Ditto.
20492 Fix the copyright notice.
20493
20494 2005-07-18 Romain Francoise <romain@orebokech.com>
20495
20496 * gnus-sum.el (gnus-summary-to-prefix)
20497 (gnus-summary-newsgroup-prefix): New variables.
20498 (gnus-summary-from-or-to-or-newsgroups): Use them.
20499
20500 2005-07-17 Romain Francoise <romain@orebokech.com>
20501
20502 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20503 space as it's generally not especially interesting to the user.
20504
20505 2005-07-16 Romain Francoise <romain@orebokech.com>
20506
20507 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20508 nil to avoid prompting and file modification if one of the
20509 messages at the top of the nnfolder file contains a copyright
20510 notice.
20511 Update copyright notice.
20512
20513 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20514 instead of `current-time-string' as the latter creates a time
20515 string that is not RFC 2822 compliant (it lacks the zone).
20516 Update copyright notice.
20517
20518 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
20519
20520 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20521 for text/rtf. Display default in prompt. Pass default for M-n.
20522
20523 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20524
20525 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20526
20527 * gnus-msg.el (gnus-button-mailto):
20528 Remove save-selected-window-window hackery because it relies on
20529 save-selected-window internals.
20530
20531 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
20532
20533 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20534 (gnus-article-next-page-1): Use gnus-beginning-of-window.
20535 (gnus-article-prev-page): Ditto.
20536
20537 * gnus-util.el (gnus-beginning-of-window): New function.
20538 (gnus-end-of-window): New function.
20539
20540 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
20541
20542 * gnus-score.el (gnus-score-edit-all-score):
20543 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20544 gnus-message.
20545
20546 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20547
20548 * gnus-msg.el (gnus-button-mailto):
20549 Remove save-selected-window-window hackery because it relies on
20550 save-selected-window internals.
20551
20552 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
20553
20554 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20555 add-minor-mode.
20556 (gnus-binary-mode): Ditto.
20557
20558 * gnus-topic.el (gnus-topic-mode): Ditto.
20559
20560 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
20561
20562 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20563 (gnus-article-prev-page): Take scroll-margin into consideration.
20564
20565 2005-07-04 Lute Kamstra <lute@gnu.org>
20566
20567 Update FSF's address in GPL notices.
20568
20569 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
20570
20571 * gnus.el (gnus-exit):
20572 * gnus-group.el (gnus-group-icons):
20573 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20574
20575 * gnus-nocem.el (gnus-nocem):
20576 * message.el (message-various, message-buffers, message-sending)
20577 (message-interface, message-forwarding, message-insertion)
20578 (message-headers, message-news, message-mail):
20579 * pgg-gpg.el (pgg-gpg):
20580 * pgg-parse.el (pgg-parse):
20581 * pgg-pgp.el (pgg-pgp):
20582 * pgg-pgp5.el (pgg-pgp5):
20583 * pop3.el (pop3): Finish `defgroup' description with period.
20584
20585 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
20586
20587 * gnus-art.el (article-display-face): Improve the efficiency.
20588 (article-display-x-face): Ditto; remove gray x-face stuff.
20589
20590 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
20591
20592 * gnus-art.el (article-display-face): Correct the position in
20593 which Faces are inserted.
20594
20595 2005-06-29 Didier Verna <didier@xemacs.org>
20596
20597 * gnus-art.el (article-display-face): Display faces in correct
20598 order.
20599
20600 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
20601
20602 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20603 (gnus-fill-real-hashtb): Use hash table instead of obarray.
20604 (gnus-nocem-check-article): Fetch the Type header.
20605 (gnus-nocem-message-wanted-p): Fix the way to examine types.
20606 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20607 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20608 make sure gnus-nocem-hashtb is initialized.
20609 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20610 (gnus-nocem-unwanted-article-p): Ditto.
20611
20612 * pgg.el (pgg-verify): Return the verification result.
20613
20614 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20615
20616 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20617 is ascii.
20618
20619 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
20620
20621 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20622 `show-nonbreak-escape'.
20623
20624 2005-06-23 Lute Kamstra <lute@gnu.org>
20625
20626 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20627
20628 * dig.el (dig-mode):
20629 * smime.el (smime-mode): Use gnus-run-mode-hooks.
20630
20631 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
20632
20633 * nnimap.el (nnimap-split-download-body): Fix spellings.
20634
20635 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
20636
20637 * gnus-art.el (gnus-article-encrypt-body):
20638 * gnus-cus.el (gnus-score-customize):
20639 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20640 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20641
20642 2005-06-16 Arne Jørgensen <arne@arnested.dk>
20643
20644 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20645 header by looking for magic "MII" at the beginning.
20646
20647 2005-06-16 Miles Bader <miles@gnu.org>
20648
20649 * assistant.el (assistant-field): Remove "-face" suffix from face name.
20650 (assistant-field-face): New backward-compatibility alias for renamed
20651 face.
20652 (assistant-render-text): Use renamed assistant-field face.
20653
20654 * spam.el (spam): Remove "-face" suffix from face name.
20655 (spam-face): New backward-compatibility alias for renamed face.
20656 (spam-face, spam-initialize): Use renamed spam face.
20657
20658 * message.el (message-header-to, message-header-cc)
20659 (message-header-subject, message-header-newsgroups)
20660 (message-header-other, message-header-name)
20661 (message-header-xheader, message-separator, message-cited-text)
20662 (message-mml): Remove "-face" suffix from face names.
20663 (message-header-to-face, message-header-cc-face)
20664 (message-header-subject-face, message-header-newsgroups-face)
20665 (message-header-other-face, message-header-name-face)
20666 (message-header-xheader-face, message-separator-face)
20667 (message-cited-text-face, message-mml-face):
20668 New backward-compatibility aliases for renamed faces.
20669 (message-font-lock-keywords): Use renamed message faces.
20670
20671 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20672 (sieve-test-commands, sieve-tagged-arguments):
20673 Remove "-face" suffix from face names.
20674 (sieve-control-commands-face, sieve-action-commands-face)
20675 (sieve-test-commands-face, sieve-tagged-arguments-face):
20676 New backward-compatibility aliases for renamed faces.
20677 (sieve-control-commands-face, sieve-action-commands-face)
20678 (sieve-test-commands-face, sieve-tagged-arguments-face):
20679 Use renamed sieve faces.
20680
20681 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20682 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20683 (gnus-group-news-3-empty, gnus-group-news-4)
20684 (gnus-group-news-4-empty, gnus-group-news-5)
20685 (gnus-group-news-5-empty, gnus-group-news-6)
20686 (gnus-group-news-6-empty, gnus-group-news-low)
20687 (gnus-group-news-low-empty, gnus-group-mail-1)
20688 (gnus-group-mail-1-empty, gnus-group-mail-2)
20689 (gnus-group-mail-2-empty, gnus-group-mail-3)
20690 (gnus-group-mail-3-empty, gnus-group-mail-low)
20691 (gnus-group-mail-low-empty, gnus-summary-selected)
20692 (gnus-summary-cancelled, gnus-summary-high-ticked)
20693 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20694 (gnus-summary-high-ancient, gnus-summary-low-ancient)
20695 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20696 (gnus-summary-low-undownloaded)
20697 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20698 (gnus-summary-low-unread, gnus-summary-normal-unread)
20699 (gnus-summary-high-read, gnus-summary-low-read)
20700 (gnus-summary-normal-read, gnus-splash):
20701 Remove "-face" suffix from face names.
20702 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20703 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20704 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20705 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20706 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20707 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20708 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20709 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20710 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20711 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20712 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20713 (gnus-summary-selected-face, gnus-summary-cancelled-face)
20714 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20715 (gnus-summary-normal-ticked-face)
20716 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20717 (gnus-summary-normal-ancient-face)
20718 (gnus-summary-high-undownloaded-face)
20719 (gnus-summary-low-undownloaded-face)
20720 (gnus-summary-normal-undownloaded-face)
20721 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20722 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20723 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20724 (gnus-splash-face):
20725 New backward-compatibility aliases for renamed faces.
20726 (gnus-group-startup-message): Use renamed gnus faces.
20727
20728 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20729 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20730 (gnus-server-agent): Remove "-face" suffix from face names.
20731 (gnus-server-agent-face, gnus-server-opened-face)
20732 (gnus-server-closed-face, gnus-server-denied-face)
20733 (gnus-server-offline-face):
20734 New backward-compatibility aliases for renamed faces.
20735 (gnus-server-agent-face, gnus-server-opened-face)
20736 (gnus-server-closed-face, gnus-server-denied-face)
20737 (gnus-server-offline-face): Use renamed gnus faces.
20738
20739 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20740 Remove "-face" suffix from face names.
20741 (gnus-picon-xbm-face, gnus-picon-face):
20742 New backward-compatibility aliases for renamed faces.
20743
20744 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20745 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20746 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20747 (gnus-cite-11): Remove "-face" suffix from face names.
20748 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20749 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20750 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20751 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20752 New backward-compatibility aliases for renamed faces.
20753 (gnus-cite-attribution-face, gnus-cite-face-list)
20754 (gnus-article-boring-faces): Use renamed gnus faces.
20755
20756 * gnus-art.el (gnus-signature, gnus-header-from)
20757 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20758 (gnus-header-content): Remove "-face" suffix from face names.
20759 (gnus-signature-face, gnus-header-from-face)
20760 (gnus-header-subject-face, gnus-header-newsgroups-face)
20761 (gnus-header-name-face, gnus-header-content-face):
20762 New backward-compatibility aliases for renamed faces.
20763 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20764
20765 * gnus-sum.el (gnus-summary-selected-face)
20766 (gnus-summary-highlight): Use renamed gnus faces.
20767 * gnus-group.el (gnus-group-highlight): Likewise.
20768
20769 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
20770
20771 * gnus-sieve.el (gnus-sieve-article-add-rule):
20772 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20773 * spam-stat.el (spam-stat-buffer-change-to-spam)
20774 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20775
20776 * message.el (message-is-yours-p):
20777 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20778
20779 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
20780
20781 * mm-view.el (mm-inline-text): Withdraw the last change.
20782
20783 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
20784
20785 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20786 executing enriched-decode.
20787
20788 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
20789
20790 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20791 charset of tar files.
20792
20793 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
20794
20795 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20796
20797 2005-06-04 Lute Kamstra <lute@gnu.org>
20798
20799 * nnfolder.el (nnfolder-read-folder): Make sure that undo
20800 information is never recorded.
20801
20802 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
20803
20804 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20805
20806 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
20807
20808 * pop3.el (pop3-apop): Run md5 in the binary mode.
20809
20810 * starttls.el (starttls-set-process-query-on-exit-flag):
20811 Use eval-and-compile.
20812
20813 2005-05-31 Simon Josefsson <jas@extundo.com>
20814
20815 * smime.el (smime-replace-in-string): Define.
20816 (smime-cert-by-ldap-1): Use it.
20817
20818 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
20819
20820 * gnus-art.el (article-display-x-face): Replace
20821 process-kill-without-query by gnus-set-process-query-on-exit-flag.
20822
20823 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20824 set-process-query-on-exit-flag or process-kill-without-query.
20825
20826 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20827 loop instead of replace-regexp.
20828
20829 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20830 instead of process-kill-without-query if it is available.
20831
20832 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20833 instead of find-file-hooks if it is available.
20834
20835 * mml1991.el: Bind pgg-default-user-id when compiling.
20836
20837 * mml2015.el: Bind pgg-default-user-id when compiling.
20838
20839 * nndraft.el (nndraft-request-associate-buffer):
20840 Use write-contents-functions instead of write-contents-hooks if it is
20841 available.
20842
20843 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20844 instead of find-file-hooks if it is available.
20845
20846 * nntp.el (nntp-open-connection): Replace
20847 process-kill-without-query by gnus-set-process-query-on-exit-flag.
20848 (nntp-open-ssl-stream): Ditto.
20849 (nntp-open-tls-stream): Ditto.
20850
20851 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20852 set-process-query-on-exit-flag or process-kill-without-query.
20853 (starttls-open-stream-gnutls): Use it instead of
20854 process-kill-without-query.
20855 (starttls-open-stream): Ditto.
20856
20857 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
20858
20859 * smime.el (smime-cert-by-ldap-1): Don't use
20860 replace-regexp-in-string.
20861
20862 2005-05-31 Arne Jørgensen <arne@arnested.dk>
20863
20864 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20865
20866 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20867 in PEM format. Adjust to the XEmacs compatibility.
20868
20869 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
20870
20871 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20872 by `string-to-number'.
20873 * gnus-agent.el (gnus-agent-regenerate-group)
20874 (gnus-agent-fetch-articles): Ditto.
20875 * gnus-art.el (gnus-button-fetch-group): Ditto.
20876 * gnus-cache.el (gnus-cache-generate-active)
20877 (gnus-cache-articles-in-group): Ditto.
20878 * gnus-group.el (gnus-group-set-current-level)
20879 (gnus-group-insert-group-line): Ditto.
20880 * gnus-score.el (gnus-score-set-expunge-below)
20881 (gnus-score-set-mark-below, gnus-summary-score-effect)
20882 (gnus-summary-score-entry): Ditto.
20883 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20884 (gnus-soup-pack): Ditto.
20885 * gnus-spec.el (gnus-xmas-format): Ditto.
20886 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20887 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20888 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20889 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20890 * nndb.el (nndb-get-remote-expire-response): Ditto.
20891 * nndiary.el (nndiary-parse-schedule-value)
20892 (nndiary-string-to-number, nndiary-request-replace-article)
20893 (nndiary-request-article): Ditto.
20894 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20895 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20896 * nneething.el (nneething-make-head): Ditto.
20897 * nnfolder.el (nnfolder-request-article)
20898 (nnfolder-retrieve-headers): Ditto.
20899 * nnheader.el (nnheader-file-to-number): Ditto.
20900 * nnkiboze.el (nnkiboze-request-article): Ditto.
20901 * nnmail.el (nnmail-process-unix-mail-format)
20902 (nnmail-process-babyl-mail-format): Ditto.
20903 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20904 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20905 (nnmh-request-create-group, nnmh-request-list-1)
20906 (nnmh-request-group, nnmh-request-article): Ditto.
20907 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20908 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20909 * nnsoup.el (nnsoup-make-active): Ditto.
20910 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20911 * nntp.el (nntp-find-group-and-number)
20912 (nntp-retrieve-headers-with-xover): Ditto.
20913 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20914 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20915 (pgg-format-key-identifier): Ditto.
20916 * pop3.el (pop3-last, pop3-stat): Ditto.
20917 * qp.el (quoted-printable-decode-region): Ditto.
20918
20919 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20920 of concat.
20921
20922 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
20923
20924 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20925
20926 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20927
20928 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20929
20930 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20931
20932 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20933
20934 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20935
20936 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20937 (gnus-carpal-mode): Ditto.
20938
20939 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20940 (gnus-browse-mode): Ditto.
20941
20942 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20943
20944 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20945
20946 2005-05-29 Richard M. Stallman <rms@gnu.org>
20947
20948 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20949
20950 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
20951
20952 * gnus-util.el (gnus-run-mode-hooks): New function.
20953
20954 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20955
20956 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
20957
20958 * gnus-agent.el (gnus-agent-make-mode-line-string):
20959 Use mode-line-highlight as mouse-face.
20960
20961 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
20962
20963 * canlock.el (canlock): Change the parent group to news.
20964
20965 * deuglify.el (gnus-outlook-deuglify): Add :group.
20966
20967 * dig.el (dig): Add :group.
20968
20969 * dns-mode.el (dns-mode): Add :group.
20970
20971 * encrypt.el (encrypt): Add :group.
20972
20973 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20974 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20975 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20976 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20977 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20978
20979 * gnus-diary.el (gnus-diary): Add :group.
20980
20981 * gnus.el (gnus-group-news-1-face): Add :group.
20982 (gnus-group-news-1-empty-face): Ditto.
20983 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20984 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20985 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20986 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20987 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20988 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20989 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20990 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20991 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20992 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20993 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20994 (gnus-summary-high-ticked-face): Ditto.
20995 (gnus-summary-low-ticked-face): Ditto.
20996 (gnus-summary-normal-ticked-face): Ditto.
20997 (gnus-summary-high-ancient-face): Ditto.
20998 (gnus-summary-low-ancient-face): Ditto.
20999 (gnus-summary-normal-ancient-face): Ditto.
21000 (gnus-summary-high-undownloaded-face): Ditto.
21001 (gnus-summary-low-undownloaded-face): Ditto.
21002 (gnus-summary-normal-undownloaded-face): Ditto.
21003 (gnus-summary-high-unread-face): Ditto.
21004 (gnus-summary-low-unread-face): Ditto.
21005 (gnus-summary-normal-unread-face): Ditto.
21006 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21007 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21008
21009 * hashcash.el (hashcash): New custom group.
21010 (hashcash-default-payment): Add :group.
21011 (hashcash-payment-alist): Ditto.
21012 (hashcash-default-accept-payment): Ditto.
21013 (hashcash-accept-resources): Ditto.
21014 (hashcash-path): Ditto.
21015 (hashcash-extra-generate-parameters): Ditto.
21016 (hashcash-double-spend-database): Ditto.
21017 (hashcash-in-news): Ditto.
21018
21019 * message.el (message-minibuffer-local-map): Add :group.
21020
21021 * netrc.el (netrc): Add :group.
21022
21023 * sieve-manage.el (sieve-manage-log): Add :group.
21024 (sieve-manage-default-user): Diito.
21025 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21026 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21027 (sieve-manage-authenticators): Ditto.
21028 (sieve-manage-authenticator-alist): Ditto.
21029 (sieve-manage-default-port): Ditto.
21030
21031 * sieve-mode.el (sieve-control-commands-face): Add :group.
21032 (sieve-action-commands-face): Ditto.
21033 (sieve-test-commands-face): Ditto.
21034 (sieve-tagged-arguments-face): Ditto.
21035
21036 * smime.el (smime): Add :group.
21037
21038 * spam-report.el (spam-report): Add :group.
21039
21040 * spam.el (spam, spam-face): Add :group.
21041
21042 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
21043
21044 * nntp.el (nntp-next-result-arrived-p): Some news servers may
21045 return \n.\n.\n at the end of articles. Protect against that.
21046 (nntp-with-open-group): Allow debugging.
21047
21048 * nnheader.el (mail-header-set-extra): Make into a function
21049 because I just could't understand how to quote the list properly.
21050
21051 * dns.el (query-dns-cached): New function.
21052
21053 2005-05-26 Lute Kamstra <lute@gnu.org>
21054
21055 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21056
21057 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
21058
21059 * gnus-art.el: Don't autoload mail-extract-address-components.
21060
21061 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21062 eval-and-compile to evaluate it.
21063
21064 * hashcash.el: Don't autoload executable-find.
21065
21066 * nndb.el: Don't declare the nndb back end two or more times; don't
21067 autoload news-reply-mode, news-setup, cancel-timer and telnet.
21068
21069 * nntp.el: Autoload format-spec instead of format; use
21070 eval-and-compile to evaluate autoload forms.
21071
21072 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
21073
21074 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21075
21076 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21077
21078 * gnus.el (gnus-version-number): Bump version.
21079
21080 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
21081
21082 * gnus.el: No Gnus v0.3 is released.
21083
21084 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
21085
21086 * gnus-art.el (gnus-article-edit-part): Disable undo.
21087
21088 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
21089
21090 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21091 gnus-article-date-lapsed-new-header is t if date timer is active;
21092 skip headers in which the original date value is empty.
21093 (gnus-article-save-original-date): Redefine it as a macro.
21094 (gnus-display-mime): Use it.
21095
21096 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
21097
21098 * gnus-art.el (article-date-ut): Support converting date in
21099 forwarded parts as well.
21100 (gnus-article-save-original-date): New function.
21101 (gnus-display-mime): Use it.
21102
21103 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
21104
21105 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21106 enclosure element of <item>.
21107
21108 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
21109
21110 * message.el (message-kill-buffer-query): Rename from
21111 `message-kill-buffer-query-if-modified'. Add :version.
21112
21113 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
21114
21115 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21116 window layout.
21117
21118 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
21119
21120 * mml.el: Autoload dnd when compiling.
21121
21122 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
21123
21124 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21125 x-dnd-*.
21126
21127 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
21128
21129 * qp.el (quoted-printable-encode-region): Save excursion.
21130
21131 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
21132
21133 * message.el (message-kill-buffer-query-if-modified): Add new variable
21134 so the user can kill a modified message buffer quickly.
21135 (message-kill-buffer): Use it.
21136
21137 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
21138
21139 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
21140 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21141
21142 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
21143
21144 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21145 contained in text because xml.el decodes entities) with LFs.
21146
21147 2005-04-11 Lute Kamstra <lute@gnu.org>
21148
21149 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21150 differently.
21151
21152 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
21153
21154 * mm-util.el (mm-detect-coding-region): Typo.
21155
21156 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
21157
21158 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21159
21160 2005-04-06 Deepak Goel <deego@gnufans.org>
21161
21162 * spam-stat.el (spam-stat-score-buffer): Add a call to a
21163 user-function allow user modifications of the scores.
21164 (spam-stat-score-buffer-user): New function, to allow
21165 user-computed modifications to the score.
21166 (spam-stat-score-buffer-user-functions): List of additional
21167 scoring functions.
21168 (spam-stat-error-holder): Global temporary error holder.
21169 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21170 variable.
21171
21172 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
21173
21174 * gnus-registry.el (gnus-registry-clean-empty-function)
21175 (gnus-registry-trim, gnus-registry-fetch-groups)
21176 (gnus-registry-delete-group): Groups that match
21177 `gnus-registry-ignored-groups' are removed from the registry
21178 entries, not just ignored for splitting. This helps clean up the
21179 registry. Also, `gnus-registry-fetch-groups' is a convenient way
21180 to get all the groups a message ID is in.
21181
21182 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21183 (spam-stat-split-fancy): Change "threshhold" to "threshold".
21184 (spam-stat-score-buffer-user-functions): Add :number custom type.
21185
21186 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
21187
21188 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21189 argument in XEmacs.
21190
21191 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21192 (nnrss-request-group): Decode group name first.
21193 (nnrss-request-article): Make a text/plain article if mml-to-mime
21194 failed.
21195 (nnrss-get-encoding): Return a compatible encoding according to
21196 nnrss-compatible-encoding-alist.
21197 (nnrss-find-el): Use consp instead of listp.
21198 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21199
21200 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
21201
21202 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21203 which Emacs 20 doesn't support.
21204 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21205
21206 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
21207
21208 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21209 silence the byte compiler inside the defun.
21210
21211 * gnus-demon.el (parse-time-string): Add autoload.
21212
21213 * gnus-delay.el (parse-time-string): Add autoload.
21214
21215 * gnus-art.el (parse-time-string): Add autoload.
21216
21217 * nnultimate.el (parse-time): Require for `parse-time-string'.
21218
21219 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
21220
21221 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21222
21223 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21224
21225 * smime.el (smime-ldap-host-list): Add :version.
21226
21227 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
21228
21229 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21230 pass it to `gnus-browse-read-group'.
21231 (gnus-browse-read-group): Add NUMBER argument and pass it to
21232 `gnus-group-read-ephemeral-group'.
21233
21234 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21235 argument and pass it to `gnus-group-read-group'.
21236
21237 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
21238
21239 * mm-util.el (mm-xemacs-find-mime-charset): Only call
21240 mm-xemacs-find-mime-charset-1 if we have the mule feature
21241 available at runtime.
21242
21243 2005-03-25 Werner Lemberg <wl@gnu.org>
21244
21245 * nnmaildir.el: Replace `illegal' with `invalid'.
21246
21247 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
21248
21249 * gnus-start.el (gnus-display-time-event-handler):
21250 Check display-time-timer at runtime rather than only at load time
21251 in case display-time-mode is turned off in the mean time.
21252
21253 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
21254
21255 * nnimap.el (nnimap-open-connection): Print which authinfo file is
21256 used.
21257
21258 * nneething.el (nneething-map-file-directory): Derive from
21259 `gnus-directory'.
21260
21261 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21262 the To/Cc button.
21263
21264 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
21265
21266 * nnmaildir.el (nnmaildir-request-accept-article):
21267 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21268
21269 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
21270
21271 * gnus-async.el: Require timer-funcs at compile time when in
21272 XEmacs for `run-with-idle-timer'.
21273
21274 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
21275
21276 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21277 autoloaded function.
21278
21279 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
21280
21281 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21282
21283 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
21284
21285 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21286
21287 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
21288
21289 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21290 Add gnus-expert-user to default.
21291
21292 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
21293
21294 * nnimap.el (nnimap-open-server): Ditto.
21295
21296 * imap.el (imap-authenticate): Fix typo.
21297
21298 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
21299
21300 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21301 buffer (since IMAP server might return FETCH response out of
21302 order, and the nntp buffer must be sorted).
21303
21304 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
21305
21306 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21307 comparison on string.
21308
21309 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21310 (gnus-agent-score): Rename category keywords to match gnus-cus.
21311 (gnus-agent-summary-fetch-series): Modify to protect against
21312 gnus-agent-summary-fetch-group clearing processable flags.
21313 (gnus-agent-synchronize-group-flags): Update live group buffer as
21314 synchronization may occur due to the user toggle the plugged
21315 status.
21316 (gnus-agent-fetch-group-1): Clear downloadable flag when article
21317 successfully downloaded.
21318 (gnus-agent-expire-group-1): Avoid using markers when the overview
21319 is in ascending order; greatly improves performance.
21320 (gnus-agent-regenerate-group):
21321 Use gnus-agent-synchronize-group-flags to reset read status in both
21322 gnus and server.
21323 (gnus-agent-update-files-total-fetched-for): Fix initial size.
21324
21325 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
21326
21327 * message.el: Don't autoload former message-utils variables.
21328 (message-strip-subject-trailing-was): Change doc string.
21329
21330 * nnweb.el: Fixes for `gnus-group-make-web-group'.
21331 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
21332 (nnweb-google-search): Add "hl=en" here.
21333 (nnweb-google-parse-1, nnweb-google-create-mapping):
21334 Don't hardcode URL.
21335
21336 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
21337
21338 * message.el (message-get-reply-headers, message-followup):
21339 Mention related variables `message-use-followup-to' and
21340 `message-use-mail-followup-to', in the information buffer.
21341
21342 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21343 of broken groups(-beta).google.com.
21344
21345 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
21346
21347 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21348 parameter to invoked gnus-request-move-article; remove the
21349 redundant gnus-sum-hint-move-is-internal variable; apply the marks
21350 all at once instead of once per article.
21351 (gnus-summary-remove-process-mark): Accept a list of articles as
21352 well as a single article for processing.
21353
21354 * gnus-int.el (gnus-request-move-article): Add move-is-internal
21355 parameter.
21356
21357 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21358
21359 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21360
21361 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21362 parameter.
21363
21364 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21365 parameter.
21366
21367 * nnimap.el (nnimap-request-move-article): Add move-is-internal
21368 parameter and remove the gnus-sum-hint-move-is-internal variable.
21369
21370 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21371 parameter.
21372
21373 * nndraft.el (nndraft-request-move-article): Add move-is-internal
21374 parameter.
21375
21376 * nndiary.el (nndiary-request-move-article): Add move-is-internal
21377 parameter.
21378
21379 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21380
21381 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21382 parameter.
21383
21384 * nnagent.el (nnagent-request-move-article): Add move-is-internal
21385 parameter.
21386
21387 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
21388
21389 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21390 a more conservative way.
21391
21392 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21393
21394 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21395 buffer, so it moves the window's cursor.
21396
21397 2005-02-26 Arne Jørgensen <arne@arnested.dk>
21398
21399 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21400 `mm-dissect-multipart' and receive the from field as an (optional)
21401 argument from `mm-dissect-multipart'.
21402 (mm-dissect-multipart): Receive the from field as an argument and
21403 pass it on when we call `mm-dissect-buffer' on MIME parts.
21404 Fixes verification/decryption of signed/encrypted MIME parts.
21405
21406 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
21407
21408 * gnus-sum.el (gnus-summary-move-article):
21409 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21410 whatever it calls (right now, only nnimap-request-move article
21411 respects it).
21412
21413 * nnimap.el (nnimap-request-move-article):
21414 When gnus-sum-hint-move-is-internal is set, don't do the extra
21415 nnimap-request-article.
21416
21417 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
21418
21419 * nnheader.el (nnheader-find-file-noselect): Add doc string.
21420
21421 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21422 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21423
21424 * gnus-sum.el (gnus-summary-caesar-message):
21425 Apply `gnus-treat-article' after rotation.
21426
21427 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21428 doc string.
21429
21430 2005-02-22 Simon Josefsson <jas@extundo.com>
21431
21432 * encrypt.el (encrypt-password-cache-expiry): Remove (use
21433 `password-cache-expiry' instead). Reported by Arne Jørgensen
21434 <arne@arnested.dk>.
21435 (encrypt): Add password-cache and password-cache-expiry as group
21436 members.
21437
21438 2005-02-22 Arne Jørgensen <arne@arnested.dk>
21439
21440 * smime.el (smime-ldap-host-list): Doc fix.
21441 (smime-ask-passphrase): Use `password-read-and-add' to read (and
21442 cache) password.
21443 (smime-sign-region): Use it.
21444 (smime-decrypt-region): Use it.
21445 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21446 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21447 fails.
21448 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21449 certificate from DER to PEM format rather than calling openssl.
21450
21451 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21452
21453 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21454 for signing/encryption.
21455
21456 * mml.el (mml-parse-1): Use them.
21457
21458 2005-02-21 Arne Jørgensen <arne@arnested.dk>
21459
21460 * nnrss.el (nnrss-verbose): Remove.
21461 (nnrss-request-group): Use `nnheader-message' instead.
21462
21463 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
21464
21465 * nnrss.el (nnrss-verbose): New variable.
21466 (nnrss-request-group): Make it say nnrss is requesting a group.
21467
21468 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
21469
21470 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21471 Handle news URL with given port correctly.
21472
21473 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
21474
21475 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21476 containing special characters.
21477
21478 * gnus-sum.el (gnus-summary-edit-article): Ditto.
21479
21480 * mml.el (mime-to-mml): Ditto.
21481
21482 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21483 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21484 (rfc2047-decode-region): Quote decoded words containing special
21485 characters when rfc2047-quote-decoded-words-containing-tspecials
21486 is non-nil.
21487
21488 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
21489
21490 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21491
21492 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21493
21494 2005-02-15 Simon Josefsson <jas@extundo.com>
21495
21496 * nnimap.el (nnimap-debug): Doc fix.
21497
21498 * imap.el (imap-debug): Doc fix.
21499
21500 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
21501
21502 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21503
21504 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
21505
21506 * gnus.el (spam-contents): Improve docs for spam-contents
21507 parameter in its variable incarnation.
21508
21509 2005-02-14 Simon Josefsson <jas@extundo.com>
21510
21511 * smime-ldap.el: Use require instead of load-library for ldap.
21512 (smime-ldap-search): Indent.
21513 (smime-ldap-search-internal): Shorten line.
21514
21515 * smime.el (smime-cert-by-dns): Add doc-string.
21516 (smime-cert-by-ldap-1): Indent.
21517
21518 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21519 mml-smime-get-dns-ldap.
21520 (mml-smime-encrypt-query): Use new function. Default to ldap.
21521
21522 2005-02-14 Arne Jørgensen <arne@arnested.dk>
21523
21524 * smime.el: Require smime-ldap.
21525 (smime-ldap-host-list): New variable.
21526 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21527
21528 * mml-smime.el (mml-smime-encrypt-query): New function.
21529 (mml-smime-encrypt-query): Use it.
21530
21531 * smime-ldap.el: New file.
21532
21533 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
21534
21535 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21536
21537 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
21538
21539 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21540 argument in doc string. Make query for type more clear.
21541
21542 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
21543
21544 * gnus.el (gnus-group-startup-message): Search for gnus images in
21545 etc/images/gnus.
21546 * mm-util.el (mm-image-load-path): Likewise.
21547 * smiley.el (smiley-data-directory): Search for smilies in
21548 etc/images/smilies.
21549
21550 2005-02-09 Kim F. Storm <storm@cua.dk>
21551
21552 Change Emacs release version from 21.4 to 22.1 throughout.
21553 Change Emacs development version from 21.3.50 to 22.0.50.
21554
21555 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
21556
21557 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21558
21559 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21560 non-Mule XEmacs as well.
21561 (mm-decompress-buffer): Signal an error intentionally if it does
21562 not decompress compressed data because auto-compression-mode is
21563 disabled.
21564
21565 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
21566
21567 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21568 an ID in the registry even if it has no groups.
21569
21570 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
21571
21572 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21573 merge it into mm-decompress-buffer.
21574 (gnus-mime-copy-part): Use the MIME part charset, the value which
21575 a user specified or gnus-newsgroup-charset for decoding, like
21576 gnus-mime-inline-part does; set buffer-file-coding-system to tell
21577 save-buffer what was used. Suggested by Kevin Ryde
21578 <user42@zip.com.au>.
21579 (gnus-mime-inline-part): Allow the name parameter as well as the
21580 filename parameter; force decompressing of compressed data; always
21581 display contents being not decoded as unibyte.
21582
21583 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21584 as well as the filename parameter.
21585
21586 * mm-util.el (mm-decompress-buffer):
21587 Merge gnus-mime-jka-compr-maybe-uncompress.
21588 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21589 of compressed data.
21590
21591 2005-02-08 Simon Josefsson <jas@extundo.com>
21592
21593 * imap.el (imap-log): Doc fix.
21594
21595 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
21596
21597 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21598 the coding cookies; decompress compressed parts.
21599
21600 * mml.el (mml-generate-mime-1): Add the charset parameter according
21601 to the value which a user specified manually or the coding cookie.
21602
21603 * mm-util.el (mm-string-to-multibyte): New function.
21604 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21605 (mm-coding-system-to-mime-charset): New function.
21606 (mm-decompress-buffer): New function.
21607 (mm-find-buffer-file-coding-system): New function.
21608
21609 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21610 (mm-display-inline-fontify): Rewrite for decoding and decompressing
21611 parts.
21612
21613 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21614
21615 * mm-view.el (mm-display-inline-fontify): Decode a part according
21616 to the charset parameter.
21617
21618 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
21619
21620 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21621 prefix arg is neither nil nor a number, as info specifies.
21622
21623 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
21624
21625 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21626 timestamps.
21627
21628 2005-02-02 Jari Aalto <jari.aalto@cante.net>
21629
21630 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21631 groups error checking and notify user.
21632
21633 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
21634
21635 * message.el (message-send-mail-function): Check existence of
21636 sendmail-program first before using default value
21637 `message-send-mail-with-sendmail'. Otherwise use more generic
21638 `smtpmail-send-it'.
21639
21640 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
21641
21642 * nntp.el (nntp-request-update-info): Always return nil.
21643
21644 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
21645
21646 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21647
21648 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21649
21650 * message.el (message-beginning-of-line): Change the behavior when
21651 invoked between BOL and : so that it first moves backward.
21652
21653 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
21654
21655 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21656 article buffer when editing of the article is discarded.
21657 (gnus-article-prepare): Revert.
21658
21659 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
21660
21661 * gnus-art.el (gnus-article-prepare):
21662 Remove message-strip-forbidden-properties from the local hook.
21663
21664 2005-01-27 Simon Josefsson <jas@extundo.com>
21665
21666 * password.el (password-cache-add): Only start one timer per key.
21667 Reported by Derek Atkins <warlord@MIT.EDU>.
21668
21669 2005-01-26 Steve Youngs <steve@sxemacs.org>
21670
21671 * run-at-time.el: Remove. It is no longer needed as
21672 timer-funcs.el in the xemacs-base package has a working version of
21673 `run-at-time'.
21674
21675 * password.el: Require timer-funcs instead of run-at-time in
21676 XEmacs.
21677 Remove `password-run-at-time' macro.
21678 (password-cache-add): Use `run-at-time' instead of
21679 `password-run-at-time'.
21680
21681 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21682 for `run-with-idle-timer'.
21683
21684 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21685 for `run-at-time'.
21686
21687 * mm-url.el: Require timer-funcs at compile time when in XEmacs
21688 for `with-timeout'.
21689
21690 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
21691
21692 * mml.el (mml-generate-mime-1): Convert string into unibyte when
21693 inserting " *mml*" buffer's contents into a unibyte temp buffer.
21694
21695 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
21696
21697 * mail-source.el (mail-source-fetch-imap): Search for ^From case
21698 sensitively.
21699
21700 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
21701
21702 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21703
21704 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
21705
21706 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21707 which will be inserted according to the multibyteness of a buffer
21708 rather than the type of contents. Suggested by ARISAWA Akihiro
21709 <ari@mbf.ocn.ne.jp>.
21710
21711 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21712 of string which old xml.el may return rather than a string.
21713
21714 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
21715
21716 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21717
21718 2005-01-16 Simon Josefsson <jas@extundo.com>
21719
21720 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21721 idn/idna.el isn't available.
21722 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
21723 <michael@waxrat.com>.
21724
21725 * hashcash.el: Remove non-FSF copyright header.
21726
21727 * hashcash.el (hashcash-extra-generate-parameters): New variable.
21728 (hashcash-generate-payment): Use it.
21729 (hashcash-generate-payment-async): Use it.
21730
21731 2005-01-15 Simon Josefsson <jas@extundo.com>
21732
21733 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21734 Suggested by Raymond Scholz <ray-2005@zonix.de>.
21735
21736 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21737 gnus-summary-idna-message.
21738 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21739 (gnus-summary-idna-message): New function.
21740
21741 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
21742
21743 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21744 gnus-novice-user.
21745
21746 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
21747
21748 * nnrss.el (nnrss-request-delete-group): Delete entries in
21749 nnrss-group-alist as well.
21750 (nnrss-save-server-data): Insert newline.
21751
21752 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
21753
21754 * gnus.el (gnus-user-agent): Use list of symbols instead of
21755 symbols. Display full version number for (S)XEmacs.
21756 Optionally display (S)XEmacs codename.
21757
21758 * gnus-util.el (gnus-emacs-version): Update for new
21759 `gnus-user-agent'.
21760
21761 * gnus-msg.el (gnus-extended-version): Make it possible to omit
21762 Gnus version.
21763
21764 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
21765
21766 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
21767 which is unreadable in some setups.
21768
21769 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
21770
21771 * gnus-spec.el (gnus-update-format-specifications): Flush the
21772 group format spec cache if it doesn't support decoded group names.
21773
21774 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
21775
21776 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21777 Allow to apply decay on score files matching a regexp.
21778
21779 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
21780
21781 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21782 compatibility in %g and %c.
21783
21784 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
21785
21786 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21787 name for only %g and %c.
21788 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21789 of gnus-tmp-group to decoded group name.
21790 (gnus-group-make-rss-group): Exclude `/'s from group names.
21791
21792 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
21793
21794 * nnrss.el (nnrss-get-encoding): Fix regexp.
21795
21796 2004-12-27 Simon Josefsson <jas@extundo.com>
21797
21798 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21799 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21800 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
21801
21802 2004-12-17 Kim F. Storm <storm@cua.dk>
21803
21804 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21805
21806 * gnus-sum.el (gnus-summary-mode-map): Likewise.
21807
21808 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
21809
21810 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21811
21812 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
21813
21814 * nnrss.el: Require rfc2047 and mml.
21815 (nnrss-file-coding-system): New variable.
21816 (nnrss-format-string): Redefine it as an inline function.
21817 (nnrss-decode-group-name): New function.
21818 (nnrss-string-as-multibyte): Remove.
21819 (nnrss-retrieve-headers): Decode group name; don't use
21820 nnrss-format-string.
21821 (nnrss-request-group): Decode group name.
21822 (nnrss-request-article): Decode group name; allow a Message-ID as
21823 well as an article number; don't use nnrss-format-string; encode a
21824 Message-ID string which may contain non-ASCII characters; use
21825 mml-to-mime to compose a MIME article.
21826 (nnrss-request-expire-articles): Decode group name.
21827 (nnrss-request-delete-group): Decode group name.
21828 (nnrss-fetch): Clarify error message.
21829 (nnrss-read-server-data): Use insert-file-contents instead of load;
21830 bind file-name-coding-system; use multibyte buffer.
21831 (nnrss-save-server-data): Bind coding-system-for-write to the
21832 value of nnrss-file-coding-system; bind file-name-coding-system;
21833 add coding cookie.
21834 (nnrss-read-group-data): Use insert-file-contents instead of load;
21835 bind file-name-coding-system; use multibyte buffer.
21836 (nnrss-save-group-data): Bind coding-system-for-write to the
21837 value of nnrss-file-coding-system; bind file-name-coding-system.
21838 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21839 make it work with non-ASCII text.
21840 (nnrss-find-el): Make it work with old xml.el as well.
21841
21842 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
21843
21844 * nnrss.el (nnrss-get-encoding): New function.
21845 (nnrss-fetch): Use unibyte buffer initially; bind
21846 coding-system-for-read while performing mm-url-insert; remove ^Ms;
21847 decode contents according to the encoding attribute.
21848 (nnrss-save-group-data): Add coding cookie.
21849 (nnrss-mime-encode-string): New function.
21850 (nnrss-check-group): Use it to encode subject and author.
21851
21852 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
21853
21854 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21855 imaginary variable.
21856
21857 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
21858
21859 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21860 correctly even if there are wide characters.
21861
21862 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
21863
21864 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21865 downcased symbol names; make a new cache instead of reusing
21866 bbdb-hashtable.
21867
21868 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
21869
21870 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21871 concatenating segments rather than before concatenating them.
21872 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21873
21874 * message.el (message-get-reply-headers): Bind `extra'.
21875
21876 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21877
21878 * message.el (message-extra-wide-headers): New variable.
21879 (message-get-reply-headers): Use it.
21880
21881 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
21882
21883 * gnus-agent.el (gnus-agent-group-path): Decode group name.
21884 (gnus-agent-group-pathname): Ditto.
21885
21886 * gnus-cache.el (gnus-cache-file-name): Decode group name.
21887
21888 * gnus-group.el (gnus-group-make-group): Decode group name.
21889 (gnus-group-make-rss-group): Register the group data after opening
21890 the nnrss group.
21891
21892 2004-12-17 Paul Jarc <prj@po.cwru.edu>
21893
21894 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21895 by expiry now get marked as read.
21896
21897 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
21898
21899 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21900
21901 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
21902
21903 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21904 unify Latin characters in XEmacs.
21905 (mm-find-mime-charset-region): Use it.
21906
21907 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
21908
21909 * gnus-util.el (gnus-delete-directory): New function.
21910
21911 * gnus-agent.el (gnus-agent-delete-group): Use it.
21912
21913 * gnus-cache.el (gnus-cache-delete-group): Use it.
21914
21915 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
21916
21917 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21918 names.
21919
21920 2004-12-16 Simon Josefsson <jas@extundo.com>
21921
21922 * hashcash.el (hashcash-payment-alist): Fix custom :type.
21923
21924 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
21925
21926 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21927
21928 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21929 (gnus-group-set-current-level): Decode group name.
21930
21931 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
21932
21933 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21934 failed.
21935
21936 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
21937
21938 * gnus-group.el (gnus-group-delete-group): Decode group name.
21939 (gnus-group-make-rss-group): Encode group name.
21940 (gnus-group-catchup-current): Decode group name.
21941 (gnus-group-kill-group): Decode group name.
21942
21943 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
21944
21945 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21946
21947 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
21948
21949 * gnus-group.el (gnus-group-make-rss-group):
21950 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21951
21952 * gnus-start.el (gnus-setup-news): Honor user's setting to
21953 gnus-message-archive-method. Suggested by Lute Kamstra
21954 <lute@gnu.org>.
21955
21956 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
21957
21958 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21959 global counterparts of the buffer-local variables.
21960
21961 2004-11-16 Romain Francoise <romain@orebokech.com>
21962
21963 * gnus-sum.el (gnus-summary-exit): Don't clear the global
21964 counterparts of the buffer-local variables.
21965
21966 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
21967
21968 * message.el (message-forbidden-properties): Fix typo in doc
21969 string.
21970
21971 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
21972
21973 * gnus-util.el (gnus-replace-in-string): Add doc string.
21974
21975 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21976 to avoid problems when splitting mails with many recipients.
21977
21978 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
21979
21980 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21981 pop-to-buffer, covered by the subsequent gnus-configure-windows.
21982
21983 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
21984
21985 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
21986 if there is no hashtable in memory or file modification time is
21987 newer than cached timestamp.
21988
21989 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
21990
21991 * gnus-sum.el (gnus-summary-limit-to-recipient):
21992 Implement not-matching option.
21993
21994 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
21995
21996 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
21997 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
21998 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
21999 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22000 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
22001 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22002
22003 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
22004
22005 * message.el (message-forward-make-body-mml): Remove headers
22006 according to message-forward-ignored-headers if a message is decoded.
22007
22008 2004-12-02 Romain Francoise <romain@orebokech.com>
22009
22010 * message.el (message-forward-make-body-plain): Always remove
22011 headers according to message-forward-ignored-headers.
22012
22013 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
22014
22015 * spam.el (spam-summary-prepare-exit): Remove the
22016 gnus-summary-limit pop for now, it has problems with ham marks for
22017 me.
22018
22019 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
22020
22021 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22022 correctly.
22023
22024 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
22025
22026 * format-spec.el (format-spec): Message the char.
22027
22028 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
22029
22030 * gnus-art.el (gnus-split-methods): Reformat comments.
22031
22032 * spam.el (spam-summary-prepare-exit): Remove article limits
22033 before exiting the summary buffer.
22034
22035 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
22036
22037 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22038 order to silence the byte compiler.
22039
22040 * spam.el: Fix the way to silence the byte compiler, which
22041 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22042 bbdb-search-simple, spam-BBDB-register-routine,
22043 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22044 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22045 spam-stat-buffer-is-spam, spam-stat-load,
22046 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22047 spam-stat-save and spam-stat-split-fancy.
22048
22049 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
22050
22051 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22052 which may confuse users.
22053 (canlock-password-for-verify): Ditto.
22054
22055 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22056
22057 * gnus-art.el (gnus-emphasis-alist): Ditto.
22058
22059 * gnus-registry.el (gnus-registry-max-entries): Ditto.
22060
22061 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22062
22063 * gnus-start.el (gnus-save-killed-list): Ditto.
22064
22065 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22066 (gnus-sum-thread-tree-root): Ditto.
22067 (gnus-sum-thread-tree-false-root): Ditto.
22068 (gnus-sum-thread-tree-single-indent): Ditto.
22069
22070 * message.el (message-courtesy-message): Ditto.
22071 (message-archive-note): Ditto.
22072 (message-subscribed-address-file): Ditto.
22073 (message-user-fqdn): Ditto.
22074
22075 * spam-report.el (spam-report-gmane-regex): Ditto.
22076
22077 * spam.el (spam-blackhole-good-server-regex): Ditto.
22078
22079 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
22080
22081 * mml.el (mml-preview): Widen the message buffer before copying
22082 the contents to the preview buffer; sort headers before previewing.
22083
22084 * message.el (message-hidden-headers): Fix the way to avoid a bug
22085 in the `repeat' widget in Emacs 21.3 or earlier.
22086
22087 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
22088
22089 * message.el (message-hidden-headers): Default to "^References:".
22090 Improve customization type. Suggested by Reiner Steib
22091 <Reiner.Steib@gmx.de>.
22092
22093 2004-11-25 Romain Francoise <romain@orebokech.com>
22094
22095 * message.el (message-strip-forbidden-properties): Remove check for
22096 obsolete `message-hidden' text property, hidden headers are not
22097 accessible in the buffer anymore.
22098
22099 2004-11-22 Romain Francoise <romain@orebokech.com>
22100
22101 * message.el (message-header-format-alist): Add `From' in list
22102 so that it can be sorted.
22103 (message-fix-before-sending): Widen and sort headers before
22104 sending.
22105 (message-hide-headers): Use narrowing to hide headers by moving
22106 them to the top of the buffer and narrowing to the region
22107 underneath.
22108
22109 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
22110
22111 * message.el (message-strip-forbidden-properties):
22112 Bind buffer-read-only (etc) to nil.
22113
22114 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
22115
22116 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22117 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22118
22119 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
22120
22121 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22122
22123 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
22124
22125 * dns.el (query-dns): Use sit-for to time instead of
22126 accept-process-output, since that doesn't seem to work on udp
22127 sockets.
22128
22129 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
22130
22131 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22132
22133 2004-11-15 Jesper Harder <harder@ifa.au.dk>
22134
22135 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22136 doc string. Improve doc string.
22137
22138 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
22139
22140 * nntp.el (nntp-request-update-info): Return nil if
22141 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22142 may not call gnus-activate-group which uselessly issues the GROUP
22143 commands for all nntp groups and wastes time. Reported by Romain
22144 Francoise <romain@orebokech.com>.
22145
22146 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22147
22148 2004-11-15 Simon Josefsson <jas@extundo.com>
22149
22150 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22151 headers separately.
22152 (gnus-button-openpgp): New function, inspired by Jochen Küpper
22153 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22154
22155 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
22156
22157 * gnus-start.el (gnus-convert-old-newsrc):
22158 Assign legacy-gnus-agent to 5.10.7.
22159
22160 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
22161
22162 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22163 start of the lines.
22164
22165 2004-11-14 Magnus Henoch <mange@freemail.hu>
22166
22167 * hashcash.el (hashcash-default-payment): Change default to 20.
22168 (hashcash-default-accept-payment): Change default to 20.
22169 (hashcash-process-alist): New variable.
22170 (hashcash-generate-payment-async): Add.
22171 (hashcash-already-paid-p): Add.
22172 (hashcash-insert-payment): Don't generate payments twice.
22173 (hashcash-insert-payment-async): Add.
22174 (hashcash-insert-payment-async-2): Add.
22175 (hashcash-cancel-async): Add.
22176 (hashcash-wait-async): Add.
22177 (hashcash-processes-running-p): Add.
22178 (hashcash-wait-or-cancel): Add.
22179 (mail-add-payment): New optional argument. Conditionally start
22180 asynchronous calculation.
22181 (mail-add-payment-async): Add.
22182
22183 * message.el (message-send-mail): Wait for asynchronous hashcash
22184 results. Don't clobber existing X-Hashcash headers.
22185 (message-setup-1): Call mail-add-payment-async when
22186 message-generate-hashcash is non-nil.
22187
22188 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
22189
22190 * message.el (message-use-alternative-email-as-from): Examine the
22191 From header as well; use message-make-from in order to include a
22192 user's full name.
22193
22194 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
22195
22196 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22197 default; improve customization type.
22198 (gnus-emphasis-custom-with-format): New macro.
22199 (gnus-emphasis-custom-value-to-external): New function.
22200 (gnus-emphasis-custom-value-to-internal): New function.
22201
22202 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
22203
22204 * dns.el (query-dns): Resolve reverse addresses.
22205
22206 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
22207
22208 * gnus-group.el (gnus-group-get-new-news): Use it.
22209
22210 * gnus-start.el (gnus-check-reasonable-setup): New function.
22211
22212 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
22213
22214 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22215 "Args out of range" error. Reported by Arnaud Giersch
22216 <arnaud.giersch@free.fr>.
22217
22218 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
22219
22220 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22221
22222 2004-11-04 Richard M. Stallman <rms@gnu.org>
22223
22224 * spam.el (spam group): Add :version.
22225
22226 * pgg-def.el (pgg group): Add :version.
22227
22228 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
22229
22230 * gnus-art.el (gnus-article-edit-article): Don't associate the
22231 article buffer with a draft file. This is a temporary measure
22232 against the 2004-08-22 change to gnus-article-edit-mode.
22233
22234 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
22235
22236 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22237 (html2text-format-tags): Remove unused variable `attr'.
22238
22239 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
22240
22241 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22242
22243 * spam-stat.el (spam-stat): Add :version.
22244
22245 * sieve.el (sieve): Add :version.
22246
22247 * sha1.el (sha1): Add :version.
22248 (sha1-use-external): Remove redundant version.
22249
22250 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22251 (nnmail-cache-ignore-groups, nnmail-spool-hook)
22252 (nnmail-split-fancy-match-partial-words)
22253 (nnmail-split-lowercase-expanded): Add :version.
22254
22255 * nndiary.el (nndiary): Add :version.
22256
22257 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22258
22259 * mml-sec.el (mml-default-sign-method)
22260 (mml-default-encrypt-method, mml-signencrypt-style-alist):
22261 Add :version.
22262
22263 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22264
22265 * mm-url.el (mm-url-use-external, mm-url-program)
22266 (mm-url-arguments): Add :version.
22267
22268 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22269 (mm-attachment-file-modes, mm-decrypt-option)
22270 (mm-w3m-safe-url-regexp): Add :version.
22271
22272 * message.el (message-cite-prefix-regexp)
22273 (message-sendmail-envelope-from, message-minibuffer-local-map)
22274 (message-user-fqdn, message-completion-alist): Add :version.
22275
22276 * gnus-win.el (gnus-configure-windows-hook)
22277 (gnus-use-frames-on-any-display): Add :version.
22278
22279 * gnus-art.el (gnus-article-address-banner-alist)
22280 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22281 (gnus-treat-from-picon, gnus-treat-mail-picon)
22282 (gnus-treat-x-pgp-sig): Add :version.
22283
22284 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22285 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22286 (gnus-summary-article-delete-hook)
22287 (gnus-summary-display-while-building): Add :version.
22288
22289 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22290 (gnus-get-top-new-news-hook): Add :version.
22291
22292 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22293 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22294
22295 * gnus-registry.el (gnus-registry): Add :version.
22296
22297 * gnus-spec.el (gnus-use-correct-string-widths)
22298 (gnus-make-format-preserve-properties): Add :version.
22299
22300 * gnus.el (gnus-group-charter-alist)
22301 (gnus-group-fetch-control-use-browse-url)
22302 (gnus-install-group-spam-parameters): Add :version.
22303
22304 * gnus-diary.el (gnus-diary): Add :version.
22305
22306 * gnus-delay.el (gnus-delay): Add :version.
22307
22308 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22309 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22310 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22311 Add :version.
22312
22313 * gnus-agent.el (gnus-agent-max-fetch-size)
22314 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22315 (gnus-agent-prompt-send-queue): Add :version.
22316
22317 * deuglify.el (gnus-outlook-deuglify): Add :version.
22318
22319 * html2text.el: Beautify code. Improve doc strings.
22320 Some checkdoc cleanup.
22321 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22322
22323 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
22324
22325 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22326
22327 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
22328
22329 * gnus-registry.el (gnus-registry-hashtb): Create the registry
22330 when package is loaded.
22331
22332 * spam.el (spam-summary-score-preferred-header): Add global preference
22333 for people who want to override the default SpamAssassin over
22334 Bogofilter preference (when both are set).
22335 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22336 (spam-user-format-function-S):
22337 Check spam-summary-score-preferred-header.
22338 (spam-extra-header-to-number): Add X-Bogosity header parsing.
22339 (spam-user-format-function-S): Format the score correctly.
22340
22341 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
22342
22343 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22344 signature file. Suggested by Manoj Srivastava
22345 <srivasta@golden-gryphon.com>.
22346
22347 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22348 iso-2022-jp even in the Japanese language environment.
22349 Suggested by Jason Rumney <jasonr@gnu.org>.
22350
22351 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
22352
22353 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22354 use the same characters as the dummy marks; make it free from
22355 getting affected by the language environment.
22356 (gnus-summary-read-group-1): Update mark positions only when the
22357 format spec is updated.
22358
22359 * gnus-spec.el (gnus-update-format-specifications): Return a list
22360 of updated types.
22361
22362 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
22363
22364 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22365 of boundp to check if display-warning is available.
22366
22367 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
22368
22369 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22370
22371 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
22372
22373 * nnspool.el (nnspool-spool-directory): Use news-path if the
22374 news-directory variable is not bound.
22375
22376 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22377 function instead of display-warning if it is not available.
22378
22379 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
22380
22381 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22382 v5-10: Use `point-at-bol'.
22383
22384 2004-10-26 Simon Josefsson <jas@extundo.com>
22385
22386 * hashcash.el: Fix URL in comment, reported by Cheng Gao
22387 <chenggao@gmail.com>.
22388
22389 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
22390
22391 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
22392 instead.
22393
22394 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
22395
22396 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22397 to remove a server from the nnimap-server-buffer-alist.
22398 (nnimap-open-connection, nnimap-close-server): Use it.
22399
22400 * gnus-encrypt.el: Remove file in favor of encrypt.el.
22401
22402 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
22403
22404 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22405 running the major-mode function.
22406
22407 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
22408
22409 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22410 dummy marks in the right way.
22411
22412 2004-10-18 David Edmondson <dme@dme.org>
22413
22414 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22415 excessively.
22416
22417 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
22418
22419 * gnus-util.el (gnus-split-references): Accept a nil references
22420 string and go on blissfully.
22421
22422 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22423 cases where the references string is non-nil but has no references.
22424
22425 * encrypt.el: Add autoload tags.
22426
22427 * spam.el (spam-resolve-registrations-routine): Remove article
22428 from unregistration list too. Reported by David Hanak
22429 <dhanak@isis.vanderbilt.edu>
22430
22431 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
22432
22433 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22434 nil. Change custom type.
22435
22436 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
22437
22438 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22439
22440 * gnus-sum.el (gnus-summary-move-article): Use it.
22441
22442 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
22443
22444 * encrypt.el: Add autoload cookies.
22445
22446 * spam.el (spam-backend-article-list-property)
22447 (spam-backend-get-article-todo-list)
22448 (spam-backend-put-article-todo-list)
22449 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22450 Resolve registrations separately.
22451 (spam-register-routine): Format comments.
22452 (spam-unregister-routine, spam-register-routine): Always call with
22453 specific-articles, no default list.
22454 (spam-summary-prepare-exit): Use the spam-classifications function.
22455
22456 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22457 gnus-encrypt.el.
22458
22459 * encrypt.el: Copied from gnus-encrypt.el.
22460
22461 * gnus-encrypt.el: Commented that it's obsolete.
22462
22463 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
22464
22465 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22466 (gnus-score-save): Use it.
22467
22468 * message.el (message-bury): Use `window-dedicated-p'.
22469
22470 2004-10-15 Simon Josefsson <jas@extundo.com>
22471
22472 * pop3.el (top-level): Don't require nnheader.
22473 (pop3-read-timeout): Add.
22474 (pop3-accept-process-output): Add.
22475 (pop3-read-response, pop3-retr): Use it.
22476
22477 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
22478
22479 * spam.el (spam-register-routine): Move comment.
22480 (spam-verify-bogofilter): Use 'unknown for the initial
22481 spam-bogofilter-valid state, not 'never.
22482
22483 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22484 for netrc-machine.
22485
22486 * nnimap.el (nnimap-open-connection):
22487 Use netrc-machine-user-or-password.
22488
22489 2004-10-17 Richard M. Stallman <rms@gnu.org>
22490
22491 * gnus-registry.el (gnus-registry-unload-hook):
22492 Set as a variable with add-hook.
22493
22494 * nnspool.el (nnspool-spool-directory): Use news-directory instead
22495 of news-path.
22496
22497 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22498
22499 * spam.el: Delete duplicate `provide'.
22500 (spam-unload-hook): Set as a variable with add-hook.
22501
22502 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
22503
22504 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22505 in the doc string.
22506
22507 * message.el (message-ignored-news-headers)
22508 (message-ignored-supersedes-headers)
22509 (message-ignored-resent-headers)
22510 (message-forward-ignored-headers): Improve custom type.
22511
22512 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
22513
22514 * message.el (message-tokenize-header): Fix 2004-09-06 change
22515 which used point-min in the wrong place.
22516
22517 2004-10-12 Simon Josefsson <jas@extundo.com>
22518
22519 * tls.el (tls-certtool-program): New variable.
22520 (tls-certificate-information): New function, based on
22521 ssl-certificate-information.
22522
22523 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
22524
22525 * compface.el: Move the version of ELisp-based uncompface program
22526 to the contrib directory because of the copyright problem.
22527
22528 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
22529
22530 * message.el (message-kill-buffer): Raise the current frame.
22531
22532 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
22533
22534 * gnus-sum.el: Mention that multibyte characters don't work as marks.
22535
22536 * gnus.el (message-y-or-n-p): Autoload.
22537
22538 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22539 (pop3-password-required, pop3-authentication-scheme)
22540 (pop3-leave-mail-on-server): Make customizable.
22541 (pop3): New custom group.
22542 (pop3-retr): Remove `sleep-for' statements.
22543 Suggested by Dave Love <fx@gnu.org>.
22544
22545 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22546 Windows/DOS.
22547
22548 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22549 (imap-parse-body): Fix incorrect use of `assert'.
22550 Suggested by Dave Love <fx@gnu.org>.
22551
22552 * mml.el (mml-minibuffer-read-disposition): Require match.
22553 Suggested by Dave Love <fx@gnu.org>.
22554
22555 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
22556
22557 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
22558 doc string.
22559
22560 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
22561
22562 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22563
22564 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22565
22566 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22567 instead of calling `mm-insert-inline', to decode text/* parts
22568 before displaying them.
22569
22570 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
22571
22572 * mm-uu.el (mm-uu-text-plain-type): New variable.
22573 (mm-uu-pgp-signed-extract-1): Use it.
22574 (mm-uu-pgp-encrypted-extract-1): Use it.
22575 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22576 bind mm-uu-text-plain-type with that value.
22577 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22578 mm-uu-dissect.
22579
22580 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
22581
22582 * gnus-group.el (gnus-update-group-mark-positions):
22583 * gnus-sum.el (gnus-update-summary-mark-positions):
22584 * message.el (message-check-news-body-syntax):
22585 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22586 of string-as-multibyte.
22587
22588 2004-10-05 Juri Linkov <juri@jurta.org>
22589
22590 * gnus-group.el (gnus-update-group-mark-positions):
22591 * gnus-sum.el (gnus-update-summary-mark-positions):
22592 * message.el (message-check-news-body-syntax):
22593 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22594 8-bit unibyte values to a multibyte string for search functions.
22595
22596 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
22597
22598 * mm-uu.el (mm-uu-dissect): Allow optional arg.
22599 (mm-uu-dissect-text-parts): New function.
22600
22601 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22602 dissect text parts.
22603
22604 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22605 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22606
22607 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22608
22609 * gnus-topic.el (gnus-topic-hierarchical-parameters):
22610 Use gnus-current-topics instead of gnus-current-topic.
22611
22612 2004-10-06 Jesper Harder <harder@ifa.au.dk>
22613
22614 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22615
22616 2004-10-05 Jesper Harder <harder@ifa.au.dk>
22617
22618 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22619 where appropriate.
22620
22621 * nnml.el (nnml-generate-active-info): do.
22622
22623 * nndiary.el (nndiary-generate-active-info): do.
22624
22625 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22626 (gnus-topic-move): do.
22627
22628 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22629 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22630
22631 * gnus-srvr.el (gnus-server-prepare)
22632 (gnus-server-open-all-servers): do.
22633
22634 * gnus-msg.el (gnus-summary-cancel-article)
22635 (gnus-summary-resend-message)
22636 (gnus-summary-mail-crosspost-complaint): do.
22637
22638 * gnus-move.el (gnus-change-server): do.
22639
22640 * gnus-group.el (gnus-group-unmark-all-groups)
22641 (gnus-group-set-current-level): do.
22642
22643 2004-10-04 Simon Josefsson <jas@extundo.com>
22644
22645 * message.el (message-generate-hashcash): Doc fix.
22646
22647 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
22648
22649 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22650 avoid infinite recursion via gnus-get-function.
22651
22652 2004-10-02 Jesper Harder <harder@ifa.au.dk>
22653
22654 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22655
22656 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22657
22658 * nnmail.el (nnmail-split-history): do.
22659
22660 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22661 (nnml-request-delete-group): do.
22662
22663 * nnslashdot.el (nnslashdot-read-groups): do.
22664
22665 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22666 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22667
22668 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22669 (nnspool-sift-nov-with-sed): Use last.
22670 (nnspool-retrieve-headers-with-nov): Use mapc.
22671 (nnspool-request-newgroups): Use dolist.
22672 (nnspool-request-group): Use last.
22673
22674 * nntp.el (nntp-read-server-type): Use dolist.
22675
22676 * nnvirtual.el (nnvirtual-create-mapping)
22677 (nnvirtual-update-read-and-marked): Use dolist.
22678 (nnvirtual-convert-headers): Simplify.
22679
22680 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
22681
22682 * gnus-agent.el (gnus-agent-synchronize-group-flags):
22683 Add support for sync'ing tick marks.
22684
22685 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
22686
22687 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22688 there's no visible header.
22689
22690 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
22691
22692 * gnus-agent.el (gnus-agent-synchronize-group-flags):
22693 When necessary, pass full group name to gnus-request-set-marks.
22694
22695 2004-10-01 Simon Josefsson <jas@extundo.com>
22696
22697 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
22698 acroread.
22699
22700 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22701
22702 * spam-report.el (spam-report-gmane): Fix interactive.
22703
22704 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22705
22706 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22707 when writing file.
22708 (gnus-agent-synchronize-flags): Don't default to being
22709 interactive.
22710
22711 2004-09-30 Simon Josefsson <jas@extundo.com>
22712
22713 * message.el (message-generate-hashcash): Add.
22714 (message-send-mail): Use it, call mail-add-payment.
22715
22716 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
22717
22718 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22719
22720 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
22721
22722 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22723 gnus-request-update-info with explicit code to sync the in-memory
22724 info read flags with the marks being sync'd to the backend.
22725
22726 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22727
22728 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
22729
22730 * spam.el (spam-verify-bogofilter): Add new function.
22731 (spam-check-bogofilter)
22732 (spam-bogofilter-register-with-bogofilter): Use it.
22733 (spam-verify-bogofilter): Add small fixes.
22734
22735 2004-09-28 Simon Josefsson <jas@extundo.com>
22736
22737 * hashcash.el (hashcash-generate-payment): Revert.
22738
22739 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
22740
22741 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22742 Use gnus-extract-references instead of gnus-split-references.
22743
22744 * gnus-util.el (gnus-extract-references): Add new function, analogous
22745 to gnus-split-references but extracts only the message-ID without
22746 anything extra.
22747
22748 * hashcash.el (hashcash-generate-payment)
22749 (hashcash-check-payment): Do the right thing if hashcash-path is
22750 nil (because the hashcash program could not be found).
22751
22752 * spam.el (spam-use-hashcash): Remove comment.
22753
22754 2004-09-27 Jesper Harder <harder@ifa.au.dk>
22755
22756 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22757 (gnus-cache-enter-article, gnus-cache-remove-article)
22758 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22759
22760 * gnus-async.el (gnus-async-prefetch-remove-group): do.
22761
22762 * gnus-art.el (article-hide-boring-headers)
22763 (article-translate-strings, article-display-face)
22764 (gnus-article-mime-match-handle-first)
22765 (gnus-article-highlight-headers)
22766 (gnus-article-add-buttons-to-head): do.
22767
22768 2004-09-27 Simon Josefsson <jas@extundo.com>
22769
22770 * hashcash.el: New version, from
22771 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
22772 ../contrib/.
22773
22774 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
22775
22776 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22777
22778 2004-09-26 Jesper Harder <harder@ifa.au.dk>
22779
22780 * gnus-dup.el (gnus-dup-open): Use mapc.
22781 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22782
22783 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22784 Reported by Stefan Wiens <s.wi@gmx.net>.
22785
22786 * gnus.el (gnus-shutdown): Use dolist.
22787
22788 * gnus-undo.el (gnus-undo): Use mapc.
22789
22790 * nnrss.el (nnrss-generate-active): do.
22791
22792 * message.el (message-cite-original-without-signature)
22793 (message-cite-original): Use mapc.
22794 (message-do-actions, message-make-forward-subject): Use dolist.
22795
22796 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
22797
22798 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22799 deletion to remove entire duplicate line. Fixes merged article
22800 number bug.
22801
22802 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
22803
22804 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22805 servers that are offline. Avoids having gnus-agent-toggle-plugged
22806 first ask if you want to open a server and then, even when you
22807 responded with no, asking if you want to synchronize the server's
22808 flags.
22809 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22810 multi-line expressions.
22811 (gnus-agent-synchronize-group-flags): New internal function.
22812 Updates marks in memory (in the info structure) AND in the
22813 backend.
22814
22815 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22816
22817 * nnagent.el (nnagent-request-set-mark):
22818 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22819 method, to ensure that synchronization updates marks in the
22820 backend and in the info (in memory) structure.
22821
22822 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
22823
22824 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22825 convention fully; don't miss the root article of a thread; make
22826 the X-Draft-From header with correct article numbers.
22827
22828 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
22829
22830 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22831 unless plugged. Disable the agent so that an open failure causes
22832 an error.
22833
22834 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22835 Revert 2004-09-21 change. The backend must be opened while
22836 synchronizing flags even when the backend stores the flags
22837 locally.
22838
22839 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
22840
22841 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22842 in `header' match. Reported by Svend Tollak Munkejord.
22843
22844 * message.el (message-cite-original): Fix use of
22845 `message-cite-articles-with-x-no-archive'.
22846
22847 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
22848
22849 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22850 (gnus-window-to-buffer): Ditto.
22851
22852 * mml.el (mml-preview-buffer): New variable.
22853 (mml-preview): Manage window layout with gnus-buffer-configuration.
22854
22855 * gnus-msg.el (gnus-setup-message): Put article numbers into the
22856 X-Draft-From header even if those articles aren't quoted.
22857
22858 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
22859
22860 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22861 (gnus-request-set-mark, gnus-request-update-mark): Use new
22862 g-s-t-u-l-m to decide to use backend even when unplugged.
22863
22864 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
22865
22866 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22867 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
22868
22869 2004-09-20 Simon Josefsson <jas@extundo.com>
22870
22871 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22872 "utf-16-le".
22873
22874 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
22875
22876 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22877
22878 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
22879
22880 * uudecode.el (uudecode-use-external): Add :version.
22881
22882 * smime.el (smime-CA-file, smime-encrypt-cipher)
22883 (smime-dns-server): Add :version.
22884
22885 * smiley.el (gnus-smiley-file-types): Add :version.
22886
22887 * sha1.el (sha1-use-external): Add :version.
22888
22889 * pgg-def.el (pgg-query-keyserver): Add :version.
22890
22891 * nnmail.el (nnmail-fancy-expiry-targets)
22892 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22893 Add :version.
22894
22895 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22896 (nnimap-retrieve-groups-asynchronous): Add :version.
22897 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
22898
22899 * mml.el (mml-content-disposition-parameters)
22900 (mml-insert-mime-headers-always): Add :version.
22901
22902 * mm-util.el (mm-coding-system-priorities): Add :version.
22903
22904 * mm-decode.el (mm-inline-text-html-with-images)
22905 (mm-keep-viewer-alive-types, mm-external-terminal-program)
22906 (mm-verify-option): Add :version.
22907 (mm-text-html-renderer): Change :version.
22908
22909 * message.el (message-fcc-externalize-attachments)
22910 (message-required-headers, message-draft-headers)
22911 (message-subject-trailing-was-query)
22912 (message-subject-trailing-was-ask-regexp)
22913 (message-subject-trailing-was-regexp, message-mark-insert-begin)
22914 (message-mark-insert-end, message-archive-header)
22915 (message-archive-note, message-cross-post-default)
22916 (message-cross-post-note, message-followup-to-note)
22917 (message-cross-post-note-function, message-use-mail-followup-to)
22918 (message-subscribed-address-functions)
22919 (message-subscribed-address-file, message-subscribed-addresses)
22920 (message-subscribed-regexps, message-allow-no-recipients)
22921 (message-yank-cited-prefix, message-signature-insert-empty-line)
22922 (message-hidden-headers, message-hierarchical-addresses)
22923 (message-mail-user-agent, message-use-idna)
22924 (message-valid-fqdn-regexp)
22925 (message-strip-special-text-properties, message-header-synonyms)
22926 (message-beginning-of-line, message-tab-body-function): Add :version.
22927 (message-insert-canlock, message-wide-reply-confirm-recipients):
22928 Change :version.
22929
22930 * mail-source.el (mail-source-ignore-errors): Add :group, :type
22931 and :version.
22932 (mail-source-delete-old-incoming-confirm)
22933 (mail-source-movemail-program): Add :version.
22934
22935 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22936 (gnus-agent-cache, gnus-agent): Change :version.
22937
22938 * gnus-util.el (gnus-use-byte-compile): Change :version.
22939
22940 * gnus-sum.el (gnus-summary-make-false-root-always)
22941 (gnus-summary-default-high-score)
22942 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22943 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22944 (gnus-read-all-available-headers, gnus-article-emulate-mime)
22945 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22946 (gnus-sum-thread-tree-single-indent)
22947 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22948 (gnus-sum-thread-tree-leaf-with-other)
22949 (gnus-sum-thread-tree-single-leaf): Add :version.
22950 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22951 (gnus-article-loose-mime): Change :version.
22952
22953 * gnus-start.el (gnus-backup-startup-file)
22954 (gnus-save-startup-file-via-temp-buffer): Add :version.
22955
22956 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
22957 (gnus-server-offline-face): Add :version.
22958
22959 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
22960
22961 * gnus-msg.el (gnus-gcc-externalize-attachments)
22962 (gnus-debug-files, gnus-debug-exclude-variables)
22963 (gnus-discouraged-post-methods): Change :version.
22964 (gnus-confirm-mail-reply-to-news)
22965 (gnus-confirm-treat-mail-like-news): Add :version.
22966
22967 * gnus-int.el (gnus-server-unopen-status): Add :version.
22968
22969 * gnus-group.el (gnus-group-jump-to-group-prompt)
22970 (gnus-large-ephemeral-newsgroup)
22971 (gnus-fetch-old-ephemeral-headers): Add :version.
22972
22973 * gnus-fun.el (gnus-x-face-directory)
22974 (gnus-convert-pbm-to-x-face-command)
22975 (gnus-convert-image-to-x-face-command)
22976 (gnus-convert-image-to-face-command): Add :version.
22977
22978 * gnus-delay.el (gnus-delay-default-hour): Add :version.
22979
22980 * gnus-cite.el (gnus-cite-blank-line-after-header)
22981 (gnus-article-boring-faces): Add :version.
22982
22983 * gnus-art.el (gnus-buttonized-mime-types)
22984 (gnus-inhibit-mime-unbuttonizing)
22985 (gnus-treat-display-face)
22986 (gnus-treat-body-boundary): Change :version.
22987 (gnus-body-boundary-delimiter, gnus-picon-databases)
22988 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
22989 (gnus-treat-date-english, gnus-treat-fold-headers)
22990 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
22991 (gnus-treat-mail-picon, gnus-treat-wash-html)
22992 (gnus-article-encrypt-protocol)
22993 (gnus-use-idna, gnus-article-over-scroll)
22994 (gnus-mime-display-multipart-alternative-as-mixed)
22995 (gnus-mime-display-multipart-related-as-mixed)
22996 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
22997 (gnus-ctan-url, gnus-button-ctan-handler)
22998 (gnus-button-handle-ctan-bogus-regexp)
22999 (gnus-button-ctan-directory-regexp)
23000 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23001 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23002 (gnus-button-man-level, gnus-button-emacs-level)
23003 (gnus-button-message-level, gnus-button-browse-level): Add :version.
23004
23005 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23006 (gnus-agent-go-online): Change :version.
23007 (gnus-agent-expire-unagentized-dirs)
23008 (gnus-agent-auto-agentize-methods): Add :version.
23009
23010 * flow-fill.el (fill-flowed-display-column)
23011 (fill-flowed-encode-column): Add :version.
23012
23013 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23014 (gnus-outlook-deuglify-unwrap-max)
23015 (gnus-outlook-deuglify-cite-marks)
23016 (gnus-outlook-deuglify-unwrap-stop-chars)
23017 (gnus-outlook-deuglify-no-wrap-chars)
23018 (gnus-outlook-deuglify-attrib-cut-regexp)
23019 (gnus-outlook-deuglify-attrib-verb-regexp)
23020 (gnus-outlook-deuglify-attrib-end-regexp)
23021 (gnus-outlook-display-hook): Add :version.
23022
23023 * binhex.el (binhex-use-external): Add :version.
23024
23025 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
23026
23027 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23028 and `invisible'.
23029
23030 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
23031
23032 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23033 in gnus-registry-trim.
23034
23035 2004-09-13 Simon Josefsson <jas@extundo.com>
23036
23037 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23038
23039 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23040
23041 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23042 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23043 <yamaoka@jpl.org>.
23044 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23045 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23046 <yamaoka@jpl.org>.
23047
23048 * sieve.el (sieve-manage-mode): Ditto.
23049
23050 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
23051
23052 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23053
23054 2004-09-11 Simon Josefsson <jas@extundo.com>
23055
23056 * dns-mode.el: Add.
23057
23058 * mm-view.el (mm-display-dns-inline): Add.
23059
23060 * mm-decode.el (mm-inline-media-tests): Add text/dns.
23061 (mm-automatic-display): Ditto.
23062
23063 * mailcap.el (mailcap-mime-data): Add text/dns.
23064 (mailcap-mime-extensions): Map .soa to text/dns.
23065
23066 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
23067
23068 * gnus-art.el (article-decode-mime-words, article-babel)
23069 (gnus-article-highlight-signature, gnus-article-add-buttons)
23070 (gnus-signature-toggle): Remove unnecessary bindings of
23071 `inhibit-read-only' inherited from v5.10 merge.
23072
23073 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
23074
23075 * nntp.el (nntp): New customization group.
23076 (nntp-authinfo-file): Add customization group.
23077
23078 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23079
23080 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23081
23082 * gnus.el (to-address, to-list, subscribed)
23083 (large-newsgroup-initial): Ditto.
23084
23085 * flow-fill.el (fill-flowed-display-column)
23086 (fill-flowed-encode-column): Ditto.
23087
23088 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
23089
23090 * message.el (message-tokenize-header, message-send-mail-with-qmail):
23091 Use point-min rather than 1.
23092 (message-send-mail): Use buffer-size rather than point-max.
23093
23094 * gnus-sum.el (gnus-summary-search-article-forward):
23095 Signal a specific `search-failed' rather than a generic `error'.
23096
23097 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23098 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23099 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23100
23101 2004-09-10 Simon Josefsson <jas@extundo.com>
23102
23103 * nndb.el (require): Remove tcp and duplicate cl.
23104
23105 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
23106
23107 * gnus-agent.el (directory-files-and-attributes): Move forward.
23108
23109 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
23110
23111 * gnus-agent.el (directory-files-and-attributes):
23112 Optionally defined to support XEmacs.
23113
23114 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
23115
23116 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23117 to avoid run-time CL dependencies.
23118 (gnus-agent-unfetch-articles): New function.
23119 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23120 article numbers even when local .overview file is missing.
23121 (gnus-agent-read-article-number): New function. Only accepts
23122 27-bit article numbers.
23123 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23124 Use gnus-agent-read-article-number.
23125 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23126 from backend while recognizing that article numbers in .overview
23127 must be valid.
23128 (gnus-agent-update-files-total-fetched-for):
23129 Use directory-files-and-attributes to improve performance.
23130 * gnus-int.el (gnus-request-move-article):
23131 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23132 improve performance.
23133
23134 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23135 some users confused by references to .newsrc when they only have a
23136 .newsrc.eld file.
23137 (gnus-convert-mark-converter-prompt)
23138 (gnus-convert-converter-needs-prompt): Fix use of property list.
23139 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23140 New function. Used internally to only display 'gnus converting
23141 files' message when actually necessary.
23142
23143 * gnus-sum.el (): Remove (require 'gnus-agent) as required
23144 methods now autoloaded.
23145
23146 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
23147
23148 * gnus-sum.el (gnus-summary-insert-subject): Remove list
23149 identifiers.
23150
23151 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
23152
23153 * gnus-picon.el: Fix indentation and closing parenthesis.
23154
23155 2004-09-01 Simon Josefsson <jas@extundo.com>
23156
23157 * message.el (message-canlock-generate): Require sha1, not
23158 sha1-el. (Can we get rid of this require altogether? It is ugly
23159 to require within a function. Sadly, if sha1.el isn't loaded, the
23160 let binding in m-c-g will hide the defcustom definition, which is
23161 bad.)
23162
23163 * canlock.el: Require sha1, not sha1-el.
23164
23165 * message.el: Don't autoload sha1 (there is a autoload cookie in
23166 sha1.el).
23167
23168 * sha1-el.el: Rename to sha1.el.
23169
23170 2004-08-30 Juanma Barranquero <lektu@terra.es>
23171
23172 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23173
23174 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
23175
23176 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23177
23178 2004-08-30 Kim F. Storm <storm@cua.dk>
23179
23180 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23181
23182 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23183 Add :group 'nnimap.
23184
23185 2004-08-30 Andreas Schwab <schwab@suse.de>
23186
23187 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23188 ?* and ?\;.
23189
23190 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23191 and ?\' to symbol instead of whitespace.
23192
23193 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
23194
23195 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23196
23197 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23198 instead of re-search-forward.
23199
23200 * gnus-uu.el (gnus-uu-save-article): Ditto.
23201 (gnus-uu-post-encode-uuencode): Ditto.
23202
23203 * html2text.el (html2text-clean-list-items): Ditto.
23204 (html2text-clean-dtdd): Ditto.
23205 (html2text-format-tags): Ditto.
23206
23207 * message.el (message-send-mail-with-sendmail): Fix regexp.
23208 (message-fill-field-general): Use search-forward instead of
23209 re-search-forward.
23210 (unbold-region): Ditto.
23211
23212 * nnrss.el (nnrss-request-article): Ditto.
23213
23214 * nnslashdot.el (nnslashdot-request-article): Ditto.
23215
23216 * nnweb.el (nnweb-gmane-wash-article): Ditto.
23217
23218 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23219 "Unrecognized menu descriptor" error in XEmacs.
23220
23221 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
23222
23223 * gnus-sum.el (gnus-read-header): Don't remove a header for the
23224 parent article of a sparse article in the thread hashtb.
23225
23226 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
23227
23228 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23229 (nnmail-expand-newtext): Lowercase expanded entries if
23230 nnmail-split-lowercase-expanded is non-nil.
23231
23232 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
23233
23234 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23235
23236 * gnus-group.el (gnus-group-line-format-alist): Convert the value
23237 of gnus-tmp-news-method into string under XEmacs. It will be
23238 passed to gnus-correct-length which takes only a string argument.
23239
23240 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
23241
23242 * gnus-util.el (gnus-bind-print-variables): New macro.
23243 (gnus-prin1): Use it.
23244 (gnus-prin1-to-string): Use it.
23245 (gnus-pp): New function.
23246 (gnus-pp-to-string): New function.
23247
23248 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23249 Replace pp-to-string with gnus-pp-to-string.
23250 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23251 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23252 * gnus-msg.el (gnus-debug): Ditto.
23253 * gnus-score.el (gnus-score-save): Ditto.
23254 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23255 gnus-pp-to-string.
23256 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23257 with gnus-pp.
23258 * score-mode.el (gnus-score-pretty-print): Ditto.
23259 * webmail.el (webmail-debug): Ditto.
23260
23261 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
23262
23263 * gnus-art.el (article-display-face, article-display-x-face):
23264 Use buffer-read-only.
23265
23266 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
23267
23268 * gnus-art.el (article-hide-list-identifiers):
23269 Bind inhibit-read-only as t.
23270
23271 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
23272
23273 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23274
23275 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
23276
23277 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23278 (gnus-narrow-to-page): Don't assume point-min == 1.
23279 (gnus-article-edit-mode): Derive from message-mode.
23280
23281 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23282 point-min == 1.
23283
23284 * imap.el (imap-parse-address-list, imap-parse-body-ext):
23285 Disable incorrect use of `assert'.
23286
23287 * message.el (message-mode): Set comment-start-skip.
23288
23289 2004-08-22 Sam Steingold <sds@gnu.org>
23290
23291 * pop3.el (pop3-leave-mail-on-server): New user variable.
23292 (pop3-movemail): Delete mail only when it is nil.
23293
23294 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
23295
23296 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23297
23298 * mml.el (mml-preview): Use `pop-to-buffer'.
23299
23300 * message.el (message-goto-mail-followup-to): Insert after "To".
23301 (message-carefully-insert-headers): Add comment.
23302
23303 * gnus.el: Remove unused variable `gnus-article-check-size'.
23304
23305 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23306
23307 * gnus-art.el (gnus-button-alist):
23308 Improve `gnus-button-handle-library' entry.
23309
23310 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
23311
23312 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23313 Use downcase, since XEmacs capitalizes error messages differently.
23314
23315 2004-08-18 Jesper Harder <harder@ifa.au.dk>
23316
23317 * nntp.el: Add (require 'gnus) due to reference to
23318 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
23319
23320 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
23321
23322 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23323 Bind `mm-fill-flowed'.
23324
23325 * mm-decode.el (mm-dissect-singlepart): Check it.
23326
23327 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
23328
23329 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23330 'imap' for netrc parsing.
23331
23332 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
23333
23334 * mailcap.el (mailcap-mime-data): Mark as risky.
23335
23336 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
23337
23338 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23339 may be included in the encoded word.
23340 (rfc2047-encode): Don't append a space if the encoded word
23341 includes close parenthesis.
23342
23343 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
23344
23345 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23346 of text within parentheses.
23347
23348 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
23349
23350 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23351 (gnus-encrypt-write-file-contents): Make the password key the file
23352 name PLUS the cipher, not just the cipher. Also remove failed
23353 passwords from the cache.
23354
23355 2004-08-06 Simon Josefsson <jas@extundo.com>
23356
23357 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23358 Doc fix.
23359
23360 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
23361
23362 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23363 LWSP.
23364
23365 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
23366
23367 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23368 Try to append in-reply-to: data to the references: header.
23369
23370 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23371 (netrc-parse): Use gnus-encrypt.el functions.
23372
23373 * gnus-encrypt.el: Add new file for encryption support; currently
23374 does only a few GPG ciphers and an internal XOR cipher.
23375
23376 * password.el: Add comments on using password-read-and-add.
23377 (password-read-and-add): Add function to read and add the
23378 password to the cache at once.
23379
23380 2004-07-28 Simon Josefsson <jas@extundo.com>
23381
23382 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23383 parameter (but don't use it, for now).
23384
23385 * imap.el (imap-ssl-open): Use imap-process-connection-type,
23386 instead of hard coding to nil.
23387
23388 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
23389
23390 * mm-view.el (mm-inline-image-emacs): Open lines under an image
23391 as mm-inline-image-xemacs does.
23392
23393 2004-07-26 Simon Josefsson <jas@extundo.com>
23394
23395 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23396 Revert part of 2004-07-17 change below.
23397
23398 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
23399
23400 * rfc2047.el (rfc2047-encode-region): Don't infloop.
23401 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23402
23403 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
23404
23405 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23406 quotes that actually start with ">" at the beginning of the
23407 lines.
23408
23409 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
23410
23411 * rfc2047.el (rfc2047-encode-region): Fix last change.
23412 (rfc2047-encode-parameter): Remove useless concat.
23413
23414 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
23415
23416 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23417 encode special characters; fix some kind of misconfigured headers;
23418 signal a real error if debug-on-quit or debug-on-error is non-nil.
23419 (rfc2047-encode-max-chars): New variable.
23420 (rfc2047-encode-1): Use it.
23421 (rfc2047-encode-parameter): New function.
23422
23423 * mml.el (mml-insert-parameter): Remove an excessive space.
23424
23425 2004-07-17 Simon Josefsson <jas@extundo.com>
23426
23427 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23428 Kai Grossjohann <kai@emptydomain.de>.
23429 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23430 (gnus-group-make-menu-bar): Ditto.
23431
23432 * gnus-util.el (gnus-group-server): Add.
23433
23434 2004-07-16 Jesper Harder <harder@ifa.au.dk>
23435
23436 * message.el (message-clone-locals): Clone sendmail and smtp
23437 variables.
23438
23439 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
23440
23441 * rfc2047.el (rfc2047-encode-region): Fix last change.
23442
23443 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
23444
23445 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23446 characters as non-special.
23447
23448 2004-07-09 Simon Josefsson <jas@extundo.com>
23449
23450 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23451 Users will lose all flag changes made while unplugged with
23452 e.g. nntp unless flag synchronization happens, thus `nil' is not a
23453 good default. See numerous reports on ding mailing list.
23454
23455 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
23456
23457 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23458 add generate-head-function and generate-article-function to the
23459 rfc822-forward entry.
23460 (nndoc-rfc822-forward-generate-article): New function.
23461 (nndoc-rfc822-forward-generate-head): New function.
23462
23463 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23464
23465 2004-07-06 Dan Christensen <jdc@uwo.ca>
23466
23467 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23468 respect display group parameter and gnus-summary-expunge-below.
23469 (gnus-articles-to-read): Remove unused reference to display group
23470 parameter.
23471
23472 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23473
23474 * nnheader.el (nnheader-uniquify-message-id): New experimental
23475 variable.
23476 (nnheader-nov-read-message-id): Use it.
23477
23478 * spam-report.el (spam-report-gmane): Add interactive.
23479
23480 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
23481
23482 * mm-encode.el (mm-content-transfer-encoding-defaults):
23483 Use qp-or-base64 for the application/* types.
23484
23485 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
23486
23487 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23488
23489 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
23490
23491 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23492 trim value.
23493
23494 2004-01-25 Paul Jarc <prj@po.cwru.edu>
23495
23496 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23497 New macro and function.
23498 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23499
23500 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
23501
23502 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23503 after-load-alist.
23504
23505 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
23506
23507 * gnus-group.el (gnus-group-get-new-news-this-group):
23508 Don't update info that isn't there.
23509
23510 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
23511
23512 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23513 entry.
23514
23515 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
23516
23517 * mm-view.el (mm-inline-render-with-function): Use multibyte
23518 buffer; decode html source by charset.
23519
23520 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23521
23522 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23523 Mule-UCS is loaded under XEmacs.
23524 (mm-mime-mule-charset-alist): Avoid duplicated entries.
23525
23526 2004-06-28 Jesper Harder <harder@ifa.au.dk>
23527
23528 * nnheader.el (nnheader-max-head-length): Increase to 8192.
23529
23530 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
23531
23532 * mm-util.el (mm-coding-system-p): Return a coding-system.
23533 (mm-mime-mule-charset-alist): Use shift_jis instead of
23534 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23535 entries for the mime charsets iso-2022-jp-3 and shift_jis.
23536 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23537 instead of japanese-shift-jis and iso-latin-1 respectively in
23538 order to share the default value with both Emacs and XEmacs-mule.
23539 (mm-mule-charset-to-mime-charset):
23540 Make mm-coding-system-priorities effective.
23541 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23542 while predicating of candidates upon the priorities.
23543
23544 2004-06-27 Jesper Harder <harder@ifa.au.dk>
23545
23546 * gnus-sum.el (gnus-summary-make-menu-bar):
23547 Add gnus-uu-invert-processable.
23548
23549 * gnus.el: Autoload gnus-uu-invert-processable.
23550
23551 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
23552
23553 * mm-util.el (mm-with-multibyte-buffer): New macro.
23554
23555 * rfc2047.el (rfc2047-encode-string): Use it.
23556 (rfc2047-encode-region): Move point to the end of the region after
23557 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23558
23559 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
23560
23561 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23562 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23563
23564 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
23565
23566 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23567 (gnus-cite-parse): Ignore quoted envelope From_.
23568 Suggested by Karl Chen <quarl@nospam.quarl.org>.
23569
23570 2004-06-23 Jesper Harder <harder@ifa.au.dk>
23571
23572 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23573 invalid addresses.
23574
23575 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
23576
23577 * spam.el: Change section markers, revise TODO list.
23578 (spam-backends): Make new master list of all installed backends.
23579 (spam-summary-exit-behavior): Add new variable to determine how
23580 messages moves are done at summary exit.
23581 (spam-move-spam-nonspam-groups-only)
23582 (spam-process-ham-in-nonham-groups)
23583 (spam-process-ham-in-spam-groups): Remove variables, the
23584 spam-summary-exit-behavior variable should be used to manage this
23585 behavior.
23586 (spam-old-ham-articles, spam-old-spam-articles): Remove.
23587 (spam-old-articles): Add variable, replacing spam-old-ham-articles
23588 and spam-old-spam-articles.
23589 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23590 Add empty variables, placeholders for the backends they represent.
23591 (spam-set-difference): Move, unchanged.
23592 (spam-list-of-processors): Declare OBSOLETE, not used anymore
23593 unless the user has a processor variable.
23594 (spam-classifications, spam-classification-valid-p)
23595 (spam-backend-properties, spam-backend-property-valid-p)
23596 (spam-backend-function-type-valid-p)
23597 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23598 (spam-report-articles-gmane, spam-report-articles-resend):
23599 Remove functions, they are not needed.
23600 (spam-install-backend-super, spam-backend-list)
23601 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23602 (spam-backend-function, spam-backend-ham-registration-function)
23603 (spam-backend-spam-registration-function)
23604 (spam-backend-ham-unregistration-function)
23605 (spam-backend-spam-unregistration-function)
23606 (spam-backend-statistical-p, spam-backend-mover-p)
23607 (spam-install-backend-alias, spam-install-checkonly-backend)
23608 (spam-install-mover-backend, spam-install-nocheck-backend)
23609 (spam-install-backend, spam-install-statistical-backend)
23610 (spam-install-statistical-checkonly-backend): Add backend installation
23611 support.
23612 (spam-summary-prepare-exit): Rewrite to use the new backend code.
23613 (spam-group-processor-p): Use the new backend code and respect the
23614 summary exit behavior.
23615 (spam-mark-spam-as-expired-and-move-routine): Remove.
23616 (spam-summary-prepare): Change to use the new spam-old-articles
23617 variable.
23618 (spam-copy-or-move-routine, spam-copy-spam-routine)
23619 (spam-move-spam-routine, spam-copy-ham-routine)
23620 (spam-move-ham-routine): Add code to copy/move ham or spam.
23621 (spam-fetch-field-fast): Improve doc and code, plus allow the
23622 'number request.
23623 (spam-list-of-checks, spam-list-of-statistical-checks):
23624 Remove variables.
23625 (spam-split, spam-find-spam): Use the new backend code.
23626 (spam-registration-functions): Remove variable.
23627 (spam-unregister-routine): Add convenience wrapper.
23628 (spam-log-undo-registration, spam-register-routine)
23629 (spam-log-processing-to-registry)
23630 (spam-log-unregistration-needed-p): Rename "check" to "backend"
23631 where possible.
23632 (spam-check-gmane-xref, spam-check-regex-headers)
23633 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23634 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23635 (spam-check-bogofilter-headers, spam-check-spamoracle)
23636 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23637 (spam-check-crm114-headers): Use the spam-split-group that
23638 spam-split prepares, no need to determine it every time.
23639
23640 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23641 to the nnheader-parse-naked-head call.
23642
23643 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23644
23645 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23646 the nnheader-nov-read-message-id call.
23647
23648 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
23649
23650 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23651 gnus-activate-group twice. Suggested by Markus Peter
23652 <warp@spin.de>.
23653
23654 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
23655
23656 * gnus-art.el (gnus-article-time-format): Exchange the order of
23657 day and month in the default value; fix customization type.
23658 (article-date-ut): Use add-text-properties.
23659 (article-make-date-line): Use message-make-date instead of
23660 current-time-string.
23661
23662 * message.el (message-fetch-field): Don't use set-text-properties.
23663 (message-make-date): Simplify.
23664
23665 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
23666
23667 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23668 (rfc2047-encode-region): Treat text within parentheses as special;
23669 show the original text when error has occurred.
23670
23671 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23672 already-computed method to gnus-activate-group.
23673
23674 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23675 same select-methods identical Lisp objects.
23676
23677 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23678 object when modifying the info.
23679
23680 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
23681
23682 * gnus-srvr.el (gnus-server-set-info): Remove the server from
23683 gnus-opened-servers since it has never been opened with the new
23684 configuration yet.
23685
23686 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
23687
23688 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23689 arg to nnheader-generate-fake-message-id.
23690
23691 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
23692
23693 * nnheader.el (nnheader-generate-fake-message-id): Accept a
23694 number and build a fake message ID localized to a group and
23695 article number (so it's repeatable from that point on).
23696 (nnheader-fake-message-id-p): Change regex to accommodate new fake
23697 ID format.
23698
23699 * gnus-sum.el (gnus-get-newsgroup-headers):
23700 Call nnheader-generate-fake-message-id with the article number.
23701
23702 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
23703
23704 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23705 end-of-buffer.
23706
23707 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
23708
23709 * message.el (message-ignored-supersedes-headers): Add Approved.
23710
23711 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
23712
23713 * rfc2047.el (rfc2047-encode-message-header): Remove useless
23714 goto-char.
23715 (rfc2047-encode): Fold the line before encoding.
23716
23717 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
23718
23719 * rfc2047.el (rfc2047-encode-message-header): Disabled header
23720 folding -- not all headers can be folded, and this should be done
23721 by the message composition mode. Probably. I think.
23722
23723 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
23724
23725 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23726 fast.
23727
23728 * gnus-ems.el (gnus-remove-image): Don't use
23729 message-text-with-property; remove only the image found first.
23730
23731 2004-06-09 Jesper Harder <harder@ifa.au.dk>
23732
23733 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23734
23735 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
23736
23737 * message.el (message-text-with-property): Make it fast and accept
23738 optional arguments.
23739 (message-strip-forbidden-properties): Use it.
23740 (message-fix-before-sending): Follow the m-t-w-p change.
23741
23742 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23743
23744 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
23745
23746 * gnus-art.el (article-hide-headers): Don't change the buffer
23747 mistakenly when performing mml-preview even if
23748 gnus-single-article-buffer is nil.
23749
23750 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
23751
23752 * message.el (message-expand-name-databases): New user option.
23753 (message-expand-name): Use it.
23754
23755 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
23756
23757 * spam.el (spam-report-articles-resend)
23758 (spam-report-resend-register-routine): Allow ham reporting.
23759 (spam-report-resend-register-ham-routine): Add wrapper.
23760 (spam-registration-functions): Add ham resending functions.
23761 (spam-list-of-processors): Add ham resend processor.
23762
23763 * gnus.el (ham-resend-to): Add new group parameter.
23764 (spam-process): Add ham resend option.
23765
23766 * spam-report.el (spam-report-resend): Allow reporting ham.
23767 (spam-report-resend-ham): Add wrapper.
23768
23769 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
23770
23771 * message.el (message-cite-articles-with-x-no-archive):
23772 New variable.
23773 (message-cite-original): Use it.
23774
23775 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23776
23777 * message.el (message-cite-original): Respect X-No-Archive.
23778
23779 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
23780
23781 * gnus-art.el (article-hide-headers): Refer to the values for
23782 gnus-ignored-headers and gnus-visible-headers in the summary
23783 buffer since a user may have set them as group parameters.
23784
23785 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
23786
23787 * assistant.el (assistant-node-name): Add convenience function.
23788 (assistant-render-text, assistant-render-node): Add error handling,
23789 plus handle multiple next nodes.
23790 (assistant-find-next-node): Comment out for now.
23791 (assistant-find-next-nodes): Add function, returns list of next
23792 nodes.
23793
23794 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
23795
23796 * mail-source.el (mail-source-directory): Fix doc-string.
23797
23798 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
23799
23800 * assistant.el (assistant-render-text, assistant-eval): Add :set
23801 widget type, which is different because it takes and returns a
23802 list. Much hilarity ensues.
23803
23804 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
23805
23806 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23807
23808 * gnus-group.el (gnus-group-get-new-news-this-group):
23809 Add doc-string.
23810
23811 * gnus-start.el (gnus-activate-group): Add doc-string.
23812
23813 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
23814
23815 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23816
23817 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
23818
23819 * assistant.el (assistant-render-text): Try to add a :set
23820 widget, more to come.
23821
23822 * spam.el (spam-group-spam-contents-p): Handle empty groupname
23823 strings.
23824 (spam-report-articles-resend)
23825 (spam-register-routine): Do registration iff any articles warrant
23826 it.
23827 (spam-summary-prepare-exit): Change log message for nil group
23828 destinations.
23829
23830 2004-05-27 Daniel Pittman <daniel@rimspace.net>
23831
23832 * spam.el (spam-report-resend-register-routine):
23833 Allow spam-report-resend-to to be a group parameter or a global value.
23834
23835 2004-05-26 Simon Josefsson <jas@extundo.com>
23836
23837 * starttls.el: Merge with my GnuTLS based starttls.el.
23838 (starttls-gnutls-program, starttls-use-gnutls)
23839 (starttls-extra-arguments, starttls-process-connection-type)
23840 (starttls-connect, starttls-failure, starttls-success):
23841 New variables.
23842 (starttls-program, starttls-extra-args): Doc fix.
23843 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23844 New functions.
23845 (starttls-negotiate, starttls-open-stream):
23846 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23847 function if it is set.
23848
23849 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
23850
23851 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23852 structured fields.
23853
23854 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
23855
23856 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23857
23858 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
23859
23860 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23861 Add variable.
23862 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
23863 assigning the spam-mark to new messages.
23864
23865 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
23866
23867 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23868
23869 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
23870
23871 * rfc2047.el (rfc2047-encodable-p): Don't move point.
23872 (rfc2047-decode): Treat the ascii coding-system as raw-text by
23873 default.
23874
23875 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
23876
23877 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23878 correct data.
23879
23880 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
23881
23882 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23883 (spam-group-processor-p): Fix function.
23884 (spam-group-processor-multiple-p)
23885 (spam-group-spam-processor-report-gmane-p)
23886 (spam-group-spam-processor-report-resend-p)
23887 (spam-group-spam-processor-bogofilter-p)
23888 (spam-group-spam-processor-blacklist-p)
23889 (spam-group-spam-processor-ifile-p)
23890 (spam-group-ham-processor-ifile-p)
23891 (spam-group-spam-processor-spamoracle-p)
23892 (spam-group-spam-processor-crm114-p)
23893 (spam-group-ham-processor-bogofilter-p)
23894 (spam-group-spam-processor-stat-p)
23895 (spam-group-ham-processor-stat-p)
23896 (spam-group-ham-processor-whitelist-p)
23897 (spam-group-ham-processor-BBDB-p)
23898 (spam-group-ham-processor-spamoracle-p)
23899 (spam-group-ham-processor-copy-p): Remove functions with some
23900 prejudice against unneeded code.
23901 (spam-report-articles-resend)
23902 (spam-report-resend-register-routine): Allow the group/topic
23903 spam-resend-to value to override spam-report-resend-to.
23904 (spam-summary-prepare-exit): Invoke spam-group-processor-p
23905 properly now.
23906
23907 * gnus.el (spam-resend-to): Add group/topic parameter.
23908 (spam-process): Move the OBSOLETE processors to the end of the
23909 choices.
23910
23911 2004-05-24 Daniel Pittman <daniel@rimspace.net>
23912
23913 * spam-report.el (spam-report-resend-to, spam-report-resend):
23914 Start with resend-to set to nil, and then ask the user if necessary.
23915 (spam-report-resend): spam-report-resend takes a list of articles, not
23916 separate article numbers.
23917
23918 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
23919
23920 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23921 addition to emacs-w3m.
23922
23923 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
23924
23925 * assistant.el (assistant-authinfo-data): New function.
23926 (assistant-eval): Eval for entire assistant.
23927
23928 * netrc.el (netrc-services-file): New variable.
23929 (netrc-parse-services): New function.
23930 (netrc-find-service-name): New function.
23931 (netrc-find-service-number): New function.
23932 (netrc-port-equal): New function.
23933 (netrc-machine): Use it.
23934
23935 * nnimap.el (nnimap-open-connection): Use netrc.
23936
23937 * gnus-util.el (gnus-netrc-get): Remove aliases.
23938
23939 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23940
23941 * assistant.el (wid-edit): Fix compilation.
23942
23943 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
23944
23945 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
23946
23947 * gnus-util.el (gnus-set-file-modes): New function. (small
23948 patch).
23949
23950 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
23951
23952 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
23953
23954 * assistant.el (assistant-render-node): Fix up rendering and
23955 read-only text.
23956 (assistant-render-node): Reset.
23957 (assistant-make-read-only): Not sticky.
23958
23959 2004-05-20 Danny Siu <dsiu@adobe.com>
23960
23961 * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
23962 centered even when gnus-auto-center-summary is t.
23963
23964 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
23965
23966 * dns.el (dns-get-txt-answer): New function.
23967 (dns-read-txt): Ditto.
23968 (query-dns): Use it.
23969
23970 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
23971
23972 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
23973 active for foreign groups even if the group level is higher than
23974 the specified value.
23975
23976 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
23977
23978 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
23979 non-active groups.
23980
23981 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
23982
23983 2004-05-20 Magnus Henoch <mange@freemail.hu>
23984
23985 * dns.el (dns-read-type): Add support for SVR. (small patch)
23986
23987 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
23988
23989 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
23990 (spam-crm114-header, spam-crm114-spam-switch)
23991 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
23992 (spam-crm114-positive-spam-header)
23993 (spam-crm114-database-directory, spam-list-of-processors)
23994 (spam-group-spam-processor-crm114-p)
23995 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
23996 (spam-generic-score, spam-list-of-checks)
23997 (spam-list-of-statistical-checks, spam-registration-functions)
23998 (spam-check-crm114-headers, spam-crm114-score)
23999 (spam-check-crm114, spam-crm114-register-with-crm114)
24000 (spam-crm114-register-spam-routine)
24001 (spam-crm114-unregister-spam-routine)
24002 (spam-crm114-register-ham-routine)
24003 (spam-crm114-unregister-ham-routine): Add CRM114 support.
24004
24005 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
24006
24007 * gnus.el: Add spam-use-crm114.
24008
24009 * spam.el (spam-list-of-processors, spam-registration-functions):
24010 Add spam-use-resend.
24011 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24012 (spam-report-articles-gmane): Add doc fix.
24013 (spam-report-articles-resend, spam-report-resend-register-routine):
24014 Add wrappers around spam-report-resend-to.
24015
24016 * spam-report.el (spam-report-resend-to, spam-report-resend):
24017 Add support for resending spam.
24018 (spam-report-gmane): Fix line length >80.
24019
24020 * gnus.el (spam-process): Add spam-use-resend.
24021
24022 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24023
24024 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24025 number of processed spam messages.
24026 (spam-ham-copy-or-move-routine): Return the number of processed
24027 ham messages.
24028 (spam-summary-prepare-exit): Use the above values to decide
24029 whether status messages shouled be displayed.
24030
24031 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
24032
24033 * rfc2047.el (rfc2047-encode-function-alist): Rename from
24034 `rfc2047-encoding-function-alist' in order to avoid conflicting
24035 with the old version.
24036 (rfc2047-encode-region): Concatenate words containing non-ASCII
24037 characters in structured fields; don't encode space-delimited
24038 ASCII words even in unstructured fields; don't break words at
24039 char-category boundaries.
24040 (rfc2047-encode-1): New function.
24041 (rfc2047-encode): Use it; encode text so that it occupies the
24042 maximum width within 76-column; work correctly on Q encoding for
24043 iso-2022-* charsets.
24044 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24045 sure not to break a line just after the header name.
24046 (rfc2047-b-encode-region): Remove.
24047 (rfc2047-b-encode-string): New function.
24048 (rfc2047-q-encode-region): Remove.
24049 (rfc2047-q-encode-string): New function.
24050
24051 * mm-util.el (mm-replace-in-string): New function.
24052
24053 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
24054
24055 * gnus-msg.el (gnus-inews-make-draft-meta-information):
24056 Really get it right.
24057 (gnus-inews-make-draft): Really.
24058
24059 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
24060
24061 * nnmh.el (nnmh-request-list-1): Don't check the link count
24062 before descending. (small patch)
24063
24064 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
24065
24066 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24067 stuff.
24068
24069 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24070 Match on real group name.
24071
24072 * gnus-art.el (gnus-signature-limit): Doc fix.
24073
24074 * gnus-msg.el (gnus-inews-make-draft): Quote list.
24075
24076 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
24077
24078 * gnus-draft.el (gnus-draft-send):
24079 Bind rfc2047-encode-encoded-words.
24080
24081 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24082 (rfc2047-encodable-p): Say that =? needs encoding.
24083 (rfc2047-encode-encoded-words): New variable.
24084
24085 * gnus-group.el (gnus-group-select-group): Doc fix.
24086
24087 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24088
24089 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24090 to nil.
24091
24092 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24093
24094 * nnheader.el (nnheader-get-lines-and-char): New function.
24095
24096 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
24097
24098 * gnus-msg.el (gnus-summary-followup-with-original):
24099 Document yanking of region when active.
24100
24101 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
24102
24103 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24104 groups if the group level is higher than the specified value.
24105
24106 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
24107
24108 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24109 (gnus-group-jump-to-group): Add prefix argument using
24110 `gnus-group-jump-to-group-prompt'. Query before jumping to
24111 non-active group.
24112
24113 * compface.el (uncompface): Be verbose when changing
24114 `uncompface-use-external'.
24115
24116 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24117 handle manual section.
24118
24119 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
24120
24121 * gnus-art.el (gnus-button-alist): Revert previous change.
24122
24123 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
24124
24125 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24126
24127 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
24128
24129 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24130 whether backend can accept message.
24131
24132 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24133
24134 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
24135
24136 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24137 Avoid creating directory when nntp-marks-is-evil is true.
24138 Reported by Reiner Steib.
24139
24140 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
24141
24142 * gnus-picon.el (gnus-picon-insert-glyph):
24143 Add optional `nostring' argument.
24144
24145 2004-05-18 Jesper Harder <harder@ifa.au.dk>
24146
24147 * gnus-picon.el (gnus-picon-style): New variable.
24148 (gnus-picon-transform-address): Support `gnus-picon-style'.
24149
24150 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
24151
24152 * message.el (message-fill-field): Return point.
24153 (message-generate-headers): Go to end of field.
24154
24155 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24156 stuff for non-living groups.
24157
24158 2004-05-18 Jesper Harder <harder@ifa.au.dk>
24159
24160 * gnus-art.el (gnus-article-followup-with-original)
24161 (gnus-article-reply-with-original): gnus-mark-active-p ->
24162 gnus-region-active-p.
24163
24164 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
24165
24166 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24167 only when there is spam or ham to be processed.
24168
24169 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
24170
24171 * mail-source.el (mail-source-delete-crash-box): Refactor.
24172 (mail-source-fetch): Use it.
24173 (mail-source-fetch-file): Ditto.
24174 (mail-source-fetch-directory): Run PostScript in loop.
24175 (mail-source-fetch-pop): Delete.
24176 (mail-source-fetch-maildir): Ditto.
24177 (mail-source-fetch-imap): Ditto.
24178
24179 * imap.el (imap-authenticators): Comment out sasl.
24180
24181 * message.el (message-skip-to-next-address): New function.
24182 (message-fill-header-address): Refactor.
24183 (message-fill-address): Use it.
24184 (message-delete-address): Use it.
24185 (message-fill-header-general): Refactor.
24186 (message-fill-field-address): Rename.
24187 (message-narrow-to-field): Find the start of the header.
24188 (message-header-format-alist): Don't pre-fill.
24189 (message-fill-header): Remove.
24190 (message-insert-header): New function.
24191 (message-shorten-references): Use it.
24192
24193 * rfc2047.el (rfc2047-field-value): Strip props.
24194
24195 * mail-parse.el (mail-header-make-address): New alias.
24196
24197 * ietf-drums.el (ietf-drums-make-address): New function.
24198
24199 * imap.el: Add compiler directives.
24200
24201 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24202
24203 * gnus-art.el (article-decode-idna-rhs): Don't use
24204 message-idna-inside-rhs-p.
24205
24206 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
24207
24208 * message.el (message-idna-inside-rhs-p): Remove.
24209 (message-idna-to-ascii-rhs-1): Use proper address parsing.
24210
24211 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24212 false positives.
24213
24214 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24215
24216 * imap.el (imap-sasl-make-mechanisms): Use sasl.
24217
24218 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
24219
24220 * nneething.el (nneething-file-name): Don't create spurious
24221 files.
24222
24223 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24224 (gnus-inews-do-gcc): Remove sleep.
24225
24226 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24227 part under point.
24228
24229 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24230 (gnus-agent-regenerate-group): Using nil messages aren't valid.
24231
24232 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
24233
24234 * spam.el (spam-summary-prepare-exit): Fix (length).
24235
24236 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
24237
24238 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24239 as expired without moving it" message when there are spam
24240 messages left.
24241
24242 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
24243
24244 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24245 header is not nil.
24246
24247 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
24248
24249 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24250 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24251 (nntp-marks-changed-p): New arg SERVER.
24252 (nntp-request-update-info): Adjust caller.
24253
24254 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
24255
24256 * nntp.el (nntp-save-marks): Pass missing arg.
24257
24258 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
24259
24260 * nntp.el: Support marks.
24261 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24262 (nntp-marks-modtime, nntp-marks-directory): New variables.
24263 (nntp-request-set-mark, nntp-request-update-info)
24264 (nntp-possibly-create-directory, nntp-marks-changed-p)
24265 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24266 New functions.
24267
24268 2004-05-12 Jesper Harder <harder@ifa.au.dk>
24269
24270 * gnus-score.el (gnus-score-insert-help):
24271 Use gnus-select-lowest-window.
24272
24273 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24274 appt-select-lowest-window and rename to gnus-select-lowest-window.
24275
24276 * gnus.el: do.
24277
24278 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24279
24280 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24281 encodings of MIME-encoded words, in order to improve
24282 interoperability with several broken MUAs.
24283
24284 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24285
24286 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24287 tags, only when charsets are not specified in headers.
24288 (mm-inline-text-html-render-with-w3m): Ditto.
24289
24290 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24291
24292 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24293 instead of MIME-decoded from fields when checking
24294 `gnus-article-address-banner-alist'.
24295
24296 2004-05-03 Jesper Harder <harder@ifa.au.dk>
24297
24298 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24299 description rather than subject.
24300
24301 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
24302
24303 * gnus.el (gnus-version-number): Bump.
24304
24305 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
24306
24307 * gnus.el: No Gnus v0.2 is released.
24308
24309 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
24310
24311 * gnus-agent.el (gnus-agent-read-agentview):
24312 Inline gnus-uncompress-range.
24313
24314 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24315
24316 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24317 `exec-installed-p'.
24318
24319 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24320
24321 * gnus.el (spam-process, spam-autodetect-methods):
24322 Add bsfilter and bsfilter-headers.
24323
24324 * spam.el (spam-bsfilter): New customize group.
24325 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24326 (spam-bsfilter-header, spam-bsfilter-probability-header)
24327 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24328 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24329 (spam-bsfilter-database-directory): New options.
24330 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24331 (spam-list-of-statistical-checks, spam-registration-functions):
24332 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24333 (spam-bsfilter-score): New command.
24334 (spam-check-bsfilter-headers, spam-check-bsfilter)
24335 (spam-bsfilter-register-with-bsfilter)
24336 (spam-bsfilter-register-spam-routine)
24337 (spam-bsfilter-unregister-spam-routine)
24338 (spam-bsfilter-register-ham-routine)
24339 (spam-bsfilter-unregister-ham-routine): New functions.
24340 (spam-generic-score): Support bsfilter; Accept an optional argument
24341 to recalcurate spam score even if scoring header has already been
24342 added.
24343 (spam-bogofilter-score, spam-spamassassin-score): Accept an
24344 optional argument to recalcurate spam score even if scoring header
24345 has already been added.
24346
24347 2004-04-29 Jesper Harder <harder@ifa.au.dk>
24348
24349 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24350 strings! Reported by David D. Smith <davidsmith@acm.org>.
24351 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24352 link is missing.
24353
24354 2004-04-28 Jesper Harder <harder@ifa.au.dk>
24355
24356 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24357 (html2text-get-attr): Rewrite.
24358
24359 * message.el (message-setup-1): Remove redundant put-text-property
24360 on mail-header-separator.
24361
24362 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
24363
24364 * gnus-registry.el (gnus-registry-cache-whitespace)
24365 (gnus-registry-action, gnus-registry-spool-action)
24366 (gnus-registry-split-fancy-with-parent): Change message levels
24367 from 5 to 3 or 7, as needed.
24368
24369 * spam.el (spam-summary-prepare-exit)
24370 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24371 (spam-split, spam-find-spam, spam-log-undo-registration)
24372 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24373 level from 5 to 6.
24374
24375 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
24376
24377 * gnus-ems.el: Autoload appt-select-lowest-window (revert
24378 2004-03-04 change).
24379
24380 2004-04-25 Jesper Harder <harder@ifa.au.dk>
24381
24382 * sieve-manage.el (sieve-manage-open):
24383 * nnweb.el (nnweb-insert-html):
24384 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24385 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24386 * nnspool.el (nnspool-request-group):
24387 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24388 * nnml.el (nnml-request-update-info):
24389 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24390 (nnmh-request-create-group, nnmh-update-gnus-unreads):
24391 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24392 (nnimap-request-set-mark):
24393 * nnfolder.el (nnfolder-request-update-info):
24394 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24395 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24396 * gnus-uu.el (gnus-uu-find-articles-matching):
24397 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24398 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24399 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24400 * gnus-nocem.el (gnus-nocem-scan-groups):
24401 * gnus-int.el (gnus-start-news-server):
24402 * gnus-group.el (gnus-group-make-kiboze-group)
24403 (gnus-group-browse-foreign-server):
24404 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24405 Use mapc when appropriate.
24406
24407 2004-04-22 Dan Christensen <jdc@uwo.ca>
24408 Adam Sjøgren <asjo@koldfront.dk>
24409 Wes Hardaker <wes@hardakers.net>
24410 Michael Shields <shields@msrl.com>
24411
24412 * spam.el (spam-necessary-extra-headers): Get the extra headers we
24413 may need for spam sorting and scoring.
24414 (spam-user-format-function-S): Add user format function suitable for
24415 general use.
24416 (spam-article-sort-by-spam-status): Add sorting function for summary
24417 sorting.
24418 (spam-extra-header-to-number): Add function to get a score from a
24419 header.
24420 (spam-summary-score): Add function to get a numeric score from the
24421 headers.
24422 (spam-generic-score): Fix function doc, was in wrong place.
24423 (spam-initialize): Take symbols when it's run, and install the
24424 extra headers that spam-necessary-extra-headers thinks we need.
24425
24426 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
24427
24428 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24429 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24430
24431 2004-04-17 Jesper Harder <harder@ifa.au.dk>
24432
24433 * gnus-sum.el (gnus-set-global-variables)
24434 (gnus-build-all-threads, gnus-get-newsgroup-headers)
24435 (gnus-article-get-xrefs, gnus-summary-best-group)
24436 (gnus-summary-next-article, gnus-summary-enter-digest-group)
24437 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24438 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24439 Use with-current-buffer.
24440
24441 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
24442
24443 * spam.el (spam-summary-prepare-exit): Simplify logic.
24444 (spam-fetch-article-header): Read the article header if it's not
24445 available.
24446 (spam-list-articles): Simplify logic.
24447 (spam-filelist-register-routine): Fix bug with unregister-list.
24448
24449 * gnus-registry.el: Fix comments at beginning.
24450
24451 2004-04-16 Jesper Harder <harder@ifa.au.dk>
24452
24453 * message.el (message-cater-to-broken-inn): Remove.
24454 (message-shorten-references): Make sure the total folded length of
24455 References is shorter than 998 characters to cater to a bug in INN
24456 2.3. Also, don't pretend that references aren't folded -- this
24457 hasn't worked for a while.
24458
24459 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
24460
24461 * gnus-agent.el (gnus-agentize):
24462 gnus-agent-send-mail-real-function no longer set to current value
24463 of message-send-mail-function but rather a lambda that calls
24464 message-send-mail-function. The change makes the agent real-time
24465 responsive to user changes to message-send-mail-function.
24466
24467 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
24468
24469 * legacy-gnus-agent.el
24470 (gnus-agent-convert-to-compressed-agentview): Fix typos with
24471 help from Florian Weimer <fw@deneb.enyo.de>
24472
24473 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
24474
24475 * nnmail.el (nnmail-cache-insert): Revert last change.
24476
24477 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
24478
24479 * nnmail.el (nnmail-cache-insert): Always check whether
24480 nnmail-cache-ignore-groups matches a group name.
24481
24482 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
24483
24484 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24485 (spam-find-spam, spam-log-processing-to-registry)
24486 (spam-log-registered-p, spam-log-unregistration-needed-p)
24487 (spam-log-undo-registration): Use gnus-message instead of
24488 gnus-error, none of these errors are fatal.
24489
24490 * gnus-registry.el (gnus-registry-clean-empty-function)
24491 (gnus-registry-clean-empty): Remove only empty entries without
24492 extra data.
24493
24494 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
24495
24496 * spam-stat.el (spam-stat-buffer-change-to-spam)
24497 (spam-stat-buffer-change-to-non-spam): Change (error) to
24498 (gnus-message 8) invocation.
24499
24500 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
24501
24502 * nntp.el (nntp-via-netcat-command): New variable.
24503 (nntp-via-netcat-switches): New variable.
24504 (nntp-open-via-rlogin-and-netcat): New function.
24505 (nntp-open-connection-function): Doc fix.
24506 (nntp-telnet-command): Doc fix.
24507 (nntp-end-of-line): Doc fix.
24508 (nntp-via-rlogin-command): Doc fix.
24509 (nntp-via-user-name): Doc fix.
24510 (nntp-via-address): Doc fix.
24511
24512 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
24513
24514 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24515 error in Emacs 21.1.
24516
24517 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
24518
24519 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24520
24521 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
24522
24523 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24524 (gnus-agent-with-refreshed-group): New macro.
24525 (gnus-agent-rename-group): New function.
24526 (gnus-agent-delete-group): New function.
24527 (gnus-agent-save-group-info): Use gnus-command-method when
24528 `method' parameter is nil. Don't write nil entries into the
24529 active file.
24530 (gnus-agent-get-group-info): New function.
24531 (gnus-agent-fetch-articles):
24532 Use gnus-agent-update-files-total-fetched-for to increment disk space
24533 used.
24534 (gnus-agent-fetch-headers, gnus-agent-save-alist):
24535 Use gnus-agent-update-view-total-fetched-for to increment disk space
24536 used.
24537 (gnus-agent-get-local): Add optional parameters to avoid calling
24538 gnus-group-real-name and gnus-find-method-for-group.
24539 (gnus-agent-set-local): Delete stored entry if either min, or max,
24540 are nil.
24541 (gnus-agent-fetch-session): Reworded error/quit messages.
24542 On quit, use gnus-agent-regenerate-group to record existence of any
24543 articles fetched to disk before the quit occurred.
24544 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24545 gnus-agent-update-view-total-fetched-for, and
24546 gnus-agent-update-files-total-fetched-for to decrement disk space
24547 used.
24548 (gnus-agent-retrieve-headers):
24549 Use gnus-agent-update-view-total-fetched-for to increment disk space
24550 used.
24551 (gnus-agent-regenerate-group): Replace gnus-group-update-group
24552 with gnus-agent-update-files-total-fetched-for to decrement disk
24553 space and fresh group buffer.
24554 (gnus-agent-inhibit-update-total-fetched-for): New variable.
24555 (gnus-agent-need-update-total-fetched-for): New variable.
24556 (gnus-agent-update-files-total-fetched-for): New function.
24557 (gnus-agent-update-view-total-fetched-for): New function.
24558 (gnus-agent-total-fetched-for): New function.
24559
24560 * gnus-cache.el (gnus-cache-save-buffers):
24561 Use gnus-cache-update-overview-total-fetched-for to change disk space
24562 used by this group.
24563 (gnus-cache-possibly-enter-article):
24564 Use gnus-cache-update-file-total-fetched-for to increment disk space
24565 used by this group.
24566 (gnus-cache-possibly-remove-article):
24567 Use gnus-cache-update-file-total-fetched-for to decrement disk space
24568 used by this group.
24569 (gnus-cache-generate-nov-databases): Purge total fetched cache.
24570 (gnus-cache-rename-group): New function.
24571 (gnus-cache-delete-group): New function.
24572 (gnus-cache-inhibit-update-total-fetched-for): New variable.
24573 (gnus-cache-need-update-total-fetched-for): New variable.
24574 (gnus-cache-with-refreshed-group): New macro.
24575 (gnus-cache-update-file-total-fetched-for): New function.
24576 (gnus-cache-update-overview-total-fetched-for): New function.
24577 (gnus-cache-rename-group-total-fetched-for): New function.
24578 (gnus-cache-delete-group-total-fetched-for): New function.
24579 (gnus-cache-total-fetched-for): New function.
24580
24581 * gnus-group.el: Require gnus-sum and autoload functions to
24582 resolve warnings when gnus-group.el compiled alone.
24583 (gnus-group-line-format): Document new %F.
24584 (size of Fetched data) group line format; identifies disk space
24585 used by agent and cache.
24586 (gnus-group-line-format-alist): Define new F format.
24587 (gnus-total-fetched-for): New function.
24588 (gnus-group-delete-group): No longer update
24589 gnus-cache-active-altered as gnus-request-delete-group now keeps
24590 the cache in sync.
24591 (gnus-group-list-active): Let the agent store a server's active
24592 list if currently plugged.
24593
24594 * gnus-int.el (gnus-request-delete-group):
24595 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24596 local disk in sync with the server.
24597 (gnus-request-rename-group):
24598 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24599 local disk in sync with the server.
24600
24601 * gnus-start.el (gnus-get-unread-articles):
24602 Cosmetic simplification to logic.
24603
24604 * gnus-util.el (gnus-rename-file): New function.
24605
24606 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
24607
24608 * mm-util.el (mm-image-load-path): Handle nil in load-path.
24609
24610 2004-04-07 Jesper Harder <harder@ifa.au.dk>
24611
24612 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24613 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
24614
24615 2004-04-06 Jesper Harder <harder@ifa.au.dk>
24616
24617 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24618 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
24619
24620 2004-04-03 Jesper Harder <harder@ifa.au.dk>
24621
24622 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24623
24624 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
24625
24626 * spam.el (spam-set-difference): Add function to replace
24627 gnus-set-difference in spam.el.
24628 (spam-summary-prepare-exit): Use spam-set-difference.
24629
24630 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
24631
24632 * gnus-registry.el (gnus-registry-cache-file): Update to use
24633 gnus-dribble-directory OR gnus-home-directory OR ~.
24634 (gnus-registry-split-fancy-with-parent): Fix doc.
24635
24636 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
24637
24638 * message.el (message-exchange-point-and-mark):
24639 Use message-mark-active-p. Suggested by Jesper Harder
24640 <harder@ifa.au.dk>.
24641
24642 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
24643
24644 * message.el (message-exchange-point-and-mark): Don't activate
24645 region if it was inactive. Suggested by Hiroshi Fujishima
24646 <pooh@nature.tsukuba.ac.jp>.
24647
24648 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
24649
24650 * gnus-art.el (article-display-face): Display Faces in the same
24651 order as X-Faces.
24652
24653 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
24654
24655 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24656
24657 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
24658
24659 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24660 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24661 (gnus-article-mime-hierarchy): Remove.
24662 (gnus-article-mime-hierarchy-next): Remove.
24663 (gnus-article-mode): Revert 2004-03-19 change.
24664 (gnus-article-setup-buffer): Revert 2004-03-19 change.
24665 (gnus-insert-mime-button): Revert 2004-03-19 change.
24666 (gnus-mime-accumulate-hierarchy): Remove.
24667 (gnus-mime-enter-multipart): Remove.
24668 (gnus-mime-leave-multipart): Remove.
24669 (gnus-mime-display-part): Revert 2004-03-19 change.
24670 (gnus-mime-display-alternative): Revert 2004-03-19 change.
24671
24672 * mml.el (mml-preview): Revert 2004-03-19 change.
24673
24674 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
24675
24676 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24677
24678 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
24679
24680 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24681 t while entering a file name using the mm-with-multibyte macro.
24682 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24683
24684 * mm-util.el (mm-with-multibyte): New macro.
24685
24686 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
24687
24688 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24689 New user option.
24690 (gnus-mime-multipart-functions): Doc and customization fix.
24691 (gnus-article-mime-hierarchy): New variable.
24692 (gnus-article-mime-hierarchy-next): New variable.
24693 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24694 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24695 gnus-article-mime-hierarchy-next to nil.
24696 (gnus-insert-mime-button): Show hierarchy numbers.
24697 (gnus-mime-accumulate-hierarchy): New function.
24698 (gnus-mime-enter-multipart): New function.
24699 (gnus-mime-leave-multipart): New function.
24700 (gnus-mime-display-part): Recompute hierarchical MIME structure.
24701 (gnus-mime-display-alternative): Show hierarchy numbers.
24702
24703 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24704 gnus-article-mime-hierarchy-next to nil.
24705
24706 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
24707
24708 * dns.el: Don't require gnus-xmas.
24709
24710 2004-03-17 Jesper Harder <harder@ifa.au.dk>
24711
24712 * mml.el (mml-generate-mime-1): Don't use format=flowed with
24713 inline PGP.
24714 (mml-menu): Disable mml-quote-region if mark is inactive.
24715
24716 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
24717
24718 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24719 when the group's active is not available.
24720
24721 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
24722
24723 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24724 error.
24725
24726 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
24727
24728 * imap.el (imap-store-password): New variable.
24729 (imap-interactive-login): Use it.
24730 Suggested by Mark Plaksin <happy@mcplaksin.org>.
24731
24732 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
24733
24734 * gnus-art.el (gnus-article-read-summary-keys): Restore new
24735 window-start and hscroll to summary window.
24736
24737 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
24738
24739 * gnus-start.el (gnus-convert-old-newsrc): Only write the
24740 conversion message to newsrc-dribble when an actual conversion is
24741 performed.
24742
24743 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
24744
24745 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24746
24747 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
24748
24749 * mm-decode.el (mm-complicated-handles): New function reviving
24750 former definition of mm-multiple-handles.
24751
24752 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24753 (gnus-mime-delete-part): Use it.
24754
24755 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
24756
24757 * gnus-agent.el (gnus-agent-read-local):
24758 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24759 avoid the implicit assumption that they will always be equal.
24760 (gnus-agent-save-local): Bind buffer-file-coding-system, not
24761 coding-system-for-write, as the with-temp-file macro first prints
24762 to a buffer then saves the buffer.
24763
24764 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
24765
24766 * gnus-art.el (gnus-article-edit-part): New function.
24767 (gnus-mime-save-part-and-strip): Use it; do query instead of
24768 signaling an error; don't use mm-multiple-handles.
24769 (gnus-mime-delete-part): Ditto.
24770
24771 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
24772
24773 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24774 old file versions.
24775 (gnus-group-prepare-hook): Remove function that converted list
24776 form of gnus-agent-expire-days to group properties.
24777
24778 * gnus-int.el: Autoload gnus-agent-regenerate-group.
24779 (gnus-request-accept-article): Re-indented.
24780
24781 * gnus-start.el (gnus-convert-old-newsrc): Registered new
24782 converters to handle old agent file formats. Add logic for a
24783 "backup before upgrading warning".
24784 (gnus-convert-mark-converter-prompt): Developers can mark
24785 functions as needing (default), or not needing,
24786 gnus-convert-old-newsrc's "backup before upgrading warning".
24787 (gnus-convert-converter-needs-prompt): Tests whether the user
24788 should be protected from potentially irreversable changes by the
24789 function.
24790
24791 * legacy-gnus-agent.el: New. Provides converters that are only
24792 loaded when gnus-convert-old-newsrc needs to call them.
24793
24794 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
24795
24796 * mail-source.el (mail-source-touch-pop): Doc fix.
24797
24798 * message.el (message-smtpmail-send-it): Doc fix.
24799
24800 2004-03-05 Jesper Harder <harder@ifa.au.dk>
24801
24802 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24803
24804 * nnmail.el (nnmail-split-fancy): do.
24805
24806 * gnus-kill.el (gnus-kill, gnus-execute): do.
24807
24808 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
24809
24810 * gnus-sum.el (gnus-widget-reversible-match)
24811 (gnus-widget-reversible-to-internal)
24812 (gnus-widget-reversible-to-external): New functions.
24813 (gnus-widget-reversible): New widget.
24814 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24815
24816 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
24817
24818 * gnus-sum.el (gnus-thread-sort-functions)
24819 (gnus-article-sort-functions): Document `(not F)' items.
24820
24821 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
24822
24823 * spam.el (spam-use-gmane-xref): Add new backend.
24824 (spam-gmane-xref-spam-group): Add variable to control the name of the
24825 Gmane spam group.
24826 (spam-blackhole-servers, spam-blackhole-good-server-regex)
24827 (spam-regex-headers-spam, spam-regex-headers-ham)
24828 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24829 (spam-list-of-checks): Add spam-use-gmane-xref to list of
24830 backends and checks.
24831 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24832
24833 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24834 an autodetect method.
24835
24836 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
24837
24838 * gnus-int.el (gnus-request-accept-article): Inform the agent that
24839 articles are being added to a group.
24840 (gnus-request-replace-article): Inform the agent that articles
24841 need to be uncached as the cached contents are no longer valid.
24842
24843 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
24844
24845 * binhex.el: Don't autoload executable-find.
24846
24847 * canlock.el: Don't autoload mail-fetch-field.
24848
24849 * gnus-ems.el: Don't autoload appt-select-lowest-window.
24850
24851 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24852 rmail-dont-reply-to and rmail-output.
24853
24854 * gnus-score.el: Don't autoload ffap-string-at-point.
24855
24856 * gnus-setup.el: Don't autoload sc-cite-original.
24857
24858 * imap.el: Don't autoload base64-decode-string,
24859 base64-encode-string and md5.
24860
24861 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24862 and rmail-msg-restore-non-pruned-header.
24863
24864 * mm-decode.el: Don't autoload executable-find.
24865
24866 * mm-url.el: Don't autoload executable-find.
24867
24868 * mm-view.el: Don't autoload diff-mode.
24869
24870 * nndb.el: Don't autoload news-reply-mode, news-setup,
24871 cancel-timer and telnet.
24872
24873 * password.el: Don't autoload run-at-time for Emacs.
24874
24875 * sha1-el.el: Don't autoload executable-find.
24876
24877 * sieve-mode.el: Don't autoload c-mode.
24878
24879 * uudecode.el: Don't autoload executable-find.
24880
24881 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
24882
24883 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24884 (gnus-agent-possibly-alter-active): Avoid null in numeric
24885 comparison.
24886 (gnus-agent-set-local): Refuse to save null in local object table.
24887 (gnus-agent-regenerate-group): The REREAD parameter can now be a
24888 list of articles that will be marked as unread.
24889
24890 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
24891
24892 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24893
24894 2004-03-04 Jesper Harder <harder@ifa.au.dk>
24895
24896 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24897 language tags.
24898
24899 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
24900
24901 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24902 Don't bind "obarray".
24903
24904 * gnus-sum.el (gnus-thread-sort-functions):
24905 Add `gnus-thread-sort-by-most-recent-number' and
24906 `gnus-thread-sort-by-most-recent-date'.
24907 Reported by Kai Grossjohann <kai@emptydomain.de>.
24908
24909 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
24910
24911 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24912
24913 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
24914
24915 * gnus-cus.el (gnus-agent-customize-category):
24916 Remove ignore-errors macro reference that required cl to be loaded at
24917 run-time.
24918
24919 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24920 single-interval range of the form (min . max). Previously the
24921 range had to look like ((min . max)). Likewise, return
24922 (min . max) rather than ((min . max)).
24923 (gnus-range-map): Use gnus-range-normalize to accept
24924 single-interval range.
24925
24926 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
24927 the cache, but not the agent, now appear with their usual face.
24928
24929 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
24930
24931 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
24932 w3m-safe-url-regexp variable buffer-local.
24933
24934 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24935
24936 2004-02-27 Simon Josefsson <jas@extundo.com>
24937
24938 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
24939 gnus-group-real-prefix.
24940 (gnus-summary-move-article): Use it, instead of
24941 gnus-group-real-prefix.
24942
24943 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
24944
24945 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
24946 w3m-safe-url-regexp variable buffer-local and set it as the value
24947 of mm-w3m-safe-url-regexp.
24948
24949 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24950
24951 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
24952 parsing gnus-posting-styles when the message is not for replying.
24953
24954 * nnrss.el (nnrss-opml-export):
24955 Use mm-set-buffer-file-coding-system instead of
24956 set-buffer-file-coding-system.
24957
24958 2004-02-27 Jesper Harder <harder@ifa.au.dk>
24959
24960 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
24961 of checkdoc.el).
24962 * nnrss.el: do.
24963 * gnus-mlspl.el: do.
24964 * gnus-ml.el: do.
24965 * gnus-srvr.el: do.
24966
24967 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
24968
24969 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
24970
24971 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
24972 Corrections to custom-manual links.
24973
24974 * gnus-art.el (gnus-article): Ditto.
24975
24976 * mm-decode.el (mime-display, mime-security): Ditto.
24977
24978 2004-02-26 Jesper Harder <harder@ifa.au.dk>
24979
24980 * flow-fill.el: Typo.
24981
24982 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
24983
24984 * spam-wash.el: New file.
24985
24986 2004-02-26 Mark A. Hershberger <mah@everybody.org>
24987
24988 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
24989
24990 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
24991
24992 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
24993 to be run with new-articles as LIST1, not LIST2.
24994 (spam-registration-functions): Add spam-use-ham-copy as a nil
24995 registration backend.
24996
24997 2004-02-26 Jesper Harder <harder@ifa.au.dk>
24998
24999 * spam-stat.el (spam-stat-washing-hook): New option.
25000 (spam-stat-buffer-words): Use it.
25001 (spam-stat-process-directory, spam-stat-test-directory):
25002 Use insert-file-contents-literally.
25003 (spam-stat-coding-system): New variable.
25004 (spam-stat-load, spam-stat-save): Use it.
25005
25006 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
25007
25008 * spam-report.el (spam-report-plug-agent):
25009 Quote spam-report-url-to-file and spam-report-url-ping-plain.
25010
25011 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
25012
25013 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25014 Allow / in mailto URLs.
25015
25016 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
25017
25018 * spam-report.el (spam-report-process-queue): Fix interactive use.
25019 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25020 (spam-report-unplug-agent): Doc fixes.
25021 (spam-report-url-ping-mm-url, spam-report-url-to-file)
25022 (spam-report-agentize, spam-report-deagentize):
25023 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
25024
25025 * message.el (message-setup-fill-variables): Add mml tags to
25026 paragraph-start and paragraph-separate. Suggested by Andrew Korty
25027 <ajk@iu.edu>.
25028 (message-mode): Don't modify paragraph-separate there.
25029
25030 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
25031
25032 * compface.el (uncompface-use-external): Default to undecided.
25033 (uncompface-use-external-threshold): New variable.
25034 (uncompface-float-time): New macro.
25035 (uncompface): Determine whether to use the external decoder if
25036 uncompface-use-external is undecided.
25037
25038 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
25039
25040 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25041 after images.
25042
25043 * gnus-art.el (gnus-mime-display-single): Remove dead code.
25044
25045 2004-02-14 Jesper Harder <harder@ifa.au.dk>
25046
25047 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25048
25049 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25050
25051 * gnus-sum.el (gnus-summary-limit-to-age)
25052 (gnus-summary-limit-children): do.
25053
25054 * gnus-int.el (gnus-request-scan): do.
25055
25056 * gnus-group.el (gnus-group-suspend): do.
25057
25058 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25059
25060 * gnus-cite.el (gnus-cite-parse-attributions): do.
25061
25062 * gnus-agent.el (gnus-summary-set-agent-mark)
25063 (gnus-agent-regenerate-group): do.
25064
25065 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25066
25067 * binhex.el (binhex-decode-region-internal): do.
25068
25069 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
25070
25071 * gnus-fun.el (gnus-face-properties-alist): New user option.
25072 (gnus-display-x-face-in-from): Use it.
25073
25074 * gnus-art.el (article-display-face): Ditto.
25075
25076 * compface.el (uncompface-use-external): Default to nil.
25077
25078 2004-02-12 Jesper Harder <harder@ifa.au.dk>
25079
25080 * nntp.el (nntp-erase-buffer): New function.
25081 (nntp-retrieve-data, nntp-send-command)
25082 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25083 (nntp-possibly-change-group): Use it.
25084
25085 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25086 Use with-current-buffer.
25087
25088 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
25089
25090 * compface.el: Merge the ELisp-based uncompface program.
25091 (compface): New customization group.
25092 (uncompface-use-external): New user option.
25093 (uncompface): Call uncompface-internal if uncompface-use-external
25094 is nil.
25095 (uncompface-internal): New function. Note that there are also
25096 some other functions and variables added for this function.
25097
25098 2004-02-10 Jesper Harder <harder@ifa.au.dk>
25099
25100 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25101 if necessary.
25102
25103 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
25104
25105 * spam-report.el (spam-report-unplug-agent)
25106 (spam-report-plug-agent, spam-report-deagentize)
25107 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25108 Add support for the Agent in spam-report: when unplugged, report to a
25109 file; when plugged, submit all the requests.
25110
25111 * spam.el (spam-register-routine): Fix message about
25112 registration.
25113
25114 2004-02-09 Jesper Harder <harder@ifa.au.dk>
25115
25116 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25117 dependencies.
25118 (rfc2047-encode): Use it.
25119
25120 * gnus-art.el (gnus-button-marker-list): Move before first
25121 reference.
25122
25123 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25124 (imap-parse-body): Fix format string mismatch.
25125
25126 * gnus-score.el (gnus-summary-increase-score): do.
25127
25128 * nnrss.el (nnrss-close): New function.
25129
25130 2004-02-08 Jesper Harder <harder@ifa.au.dk>
25131
25132 * nnrss.el (nnrss-make-filename): New function.
25133 (nnrss-request-delete-group, nnrss-read-server-data)
25134 (nnrss-save-server-data, nnrss-read-group-data)
25135 (nnrss-save-group-data): Use it.
25136 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25137 (nnrss-read-server-data, nnrss-read-group-data): Use load.
25138 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25139
25140 2004-02-07 Jesper Harder <harder@ifa.au.dk>
25141
25142 * mml.el (mml-compute-boundary-1): Don't uncompress files.
25143
25144 2004-02-06 Jesper Harder <harder@ifa.au.dk>
25145
25146 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25147 files.
25148
25149 * message.el (message-generate-headers-first): Don't quote nil
25150 and t in docstrings.
25151
25152 * imap.el (imap-id): do.
25153
25154 * gnus-agent.el (gnus-agent-consider-all-articles)
25155 (gnus-agent-queue-mail): do.
25156
25157 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
25158
25159 * spam-report.el (spam-report-process-queue): New function.
25160 Process requests from `spam-report-requests-file'.
25161 (spam-report-process-queue): Doc fix.
25162
25163 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
25164
25165 * spam.el (spam-register-routine)
25166 (spam-log-processing-to-registry, spam-log-registered-p)
25167 (spam-log-unregistration-needed-p, spam-log-undo-registration):
25168 Change "check" to "spam-check" for semi-clarity.
25169
25170 2004-02-05 Jesper Harder <harder@ifa.au.dk>
25171
25172 * pop3.el: Require nnheader.
25173
25174 * mml-smime.el: Require cl. Autoload message-fetch-field.
25175
25176 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25177
25178 * gnus-picon.el: Require cl.
25179
25180 * gnus-fun.el: Require gnus-ems and gnus-util.
25181
25182 * gnus.el (gnus-method-to-server): Move defsubst before first use.
25183
25184 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25185
25186 * gnus-art.el (gnus-article-edit-mode): Define before first
25187 reference.
25188
25189 2004-02-04 Jesper Harder <harder@ifa.au.dk>
25190
25191 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25192 (gnus-uu-post-encoded): Use point-at-bol.
25193
25194 * gnus-topic.el (gnus-group-active-topic-p): do.
25195
25196 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25197
25198 * gnus-group.el (gnus-group-kill-region): do.
25199
25200 * gnus-art.el (article-date-ut): do.
25201
25202 * message.el (message-fetch-field): Remove redundant
25203 case-fold-search binding.
25204 (message-narrow-to-field): Simplify.
25205
25206 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
25207
25208 * spam.el (spam-directory): Derive from `gnus-directory'.
25209
25210 * spam-report.el (spam-report-url-to-file)
25211 (spam-report-requests-file): New function and variable for offline
25212 reporting.
25213 (spam-report-url-ping-function): Add `spam-report-url-to-file'
25214 and user defined function.
25215 (spam-report-url-ping-mm-url): Remove doubled slash.
25216
25217 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
25218
25219 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25220
25221 2004-02-03 Jesper Harder <harder@ifa.au.dk>
25222
25223 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25224 Fix format string mismatch.
25225
25226 * sieve.el (sieve-deactivate-all): do.
25227
25228 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25229
25230 * nnlistserv.el (nnlistserv-kk-wash-article): do.
25231
25232 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25233
25234 * mm-bodies.el (mm-7bit-chars): Don't include \r.
25235
25236 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
25237
25238 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25239 the list of checks.
25240
25241 2004-01-31 Jesper Harder <harder@ifa.au.dk>
25242
25243 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25244 padding.
25245
25246 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
25247
25248 * mm-view.el (mm-fill-flowed): New variable.
25249 (mm-inline-text): Use it.
25250
25251 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
25252
25253 * spam.el (spam-spamassassin-register-ham-routine)
25254 (spam-spamassassin-register-spam-routine): Fix function names.
25255
25256 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
25257
25258 * gnus.el (gnus-tmp-grouplens): Remove.
25259 (gnus-summary-line-format): Remove grouplens.
25260
25261 * gnus-group.el (gnus-group-line-format): Ditto.
25262
25263 * gnus-spec.el (gnus-format-specs): Ditto.
25264 (gnus-update-format-specifications): Flush the group format spec
25265 cache if there's the grouplens stuff.
25266 (gnus-parse-simple-format): Replace %l with the empty string.
25267
25268 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
25269
25270 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25271 omission.
25272
25273 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
25274
25275 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25276 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25277
25278 2004-01-25 Paul Jarc <prj@po.cwru.edu>
25279
25280 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25281 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25282 New macros and functions.
25283 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25284 Handle > NLINK_MAX messages.
25285 * nnmaildir.el (nnmaildir-request-set-mark):
25286 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25287
25288 2004-01-25 Alex Schroeder <alex@gnu.org>
25289
25290 * spam-stat.el (spam-stat-process-directory-age): New option.
25291 (spam-stat-process-directory): Use it.
25292
25293 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
25294
25295 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25296 (spam-stat-save): Accept prefix argument.
25297
25298 2004-01-23 Paul Jarc <prj@po.cwru.edu>
25299
25300 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25301 links" error.
25302
25303 2004-01-23 Jesper Harder <harder@ifa.au.dk>
25304
25305 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25306 compatibility with old .newsrc.eld files.
25307
25308 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25309
25310 * gnus-start.el (gnus-1): do.
25311
25312 * gnus-group.el (gnus-group-line-format-alist): do.
25313
25314 * gnus.el (gnus-use-grouplens, gnus-visual): do.
25315
25316 * gnus-gl.el: Remove.
25317
25318 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
25319
25320 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25321 marks consisting of a single range {for example, (3 . 5)} rather
25322 than a list of a single range { ((3 . 5)) }.
25323
25324 2004-01-23 Jesper Harder <harder@ifa.au.dk>
25325
25326 * spam-stat.el (spam-stat-store-gnus-article-buffer):
25327 Use with-current-buffer.
25328 (spam-stat-store-current-buffer): Use insert-buffer-substring to
25329 avoid consing a string.
25330
25331 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25332 Remove obsolete entries for big5 and gb2312.
25333
25334 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
25335
25336 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25337 uncompressed list.
25338
25339 2004-01-22 Jesper Harder <harder@ifa.au.dk>
25340
25341 * spam-stat.el (spam-stat-strip-xref): New function.
25342 (spam-stat-process-directory): Use it.
25343
25344 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25345 here -- it's done in message-fetch-field.
25346
25347 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
25348
25349 * gnus-agent.el (gnus-agent-queue-mail)
25350 (gnus-agent-prompt-send-queue): New variables.
25351 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25352 * gnus-draft.el (gnus-group-send-queue): Pass the group name
25353 "nndraft:queue" along to gnus-draft-send.
25354 Use gnus-agent-prompt-send-queue.
25355 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25356 is "nndraft:queue". Suggested by Gaute Strokkenes
25357 <gs234@srcf.ucam.org>
25358
25359 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25360 (agent-enable-undownloaded-faces): Add.
25361 (gnus-agent-cat-groups): Use eval-and-compile, not
25362 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25363 method of gnus-agent-cat-groups even when the buffer has been
25364 evalled.
25365 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25366 delete gnus-agent-save-active-1.
25367 (gnus-agent-save-groups): Delete. Identical to
25368 gnus-agent-save-active.
25369 (gnus-agent-write-active): No longer adjust agent's copy of active
25370 file as agent's adjustments are now stored in their own
25371 file. Remove optional parameter.
25372 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25373 servers. Add use of min/max range limits from server's local
25374 file.
25375 (gnus-agent-save-alist): Remove unused optional argument.
25376 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25377 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25378 (gnus-agent-set-local): A per-server file that keeps min/max range
25379 limits for articles known to the agent. Provides a fast mechanism
25380 for altering many active ranges.
25381 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25382 active file (local makes it unnecessary).
25383 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25384
25385 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25386 (agent-enable-undownloaded-faces): Add.
25387
25388 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25389 disable it when sending to "nndraft:queue".
25390 (gnus-group-send-queue): Add safety check to avoid sending queue
25391 when unplugged.
25392
25393 * gnus-group.el (gnus-group-catchup): Use new
25394 gnus-sequence-of-unread-articles, not
25395 gnus-list-of-unread-articles, to avoid exhausting memory with huge
25396 numbers of articles. Use gnus-range-map to avoid having to
25397 uncompress the unread list.
25398 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25399 Fix invalid ange-ftp reference.
25400
25401 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25402 (gnus-sorted-range-intersection): Intersection of two ranges
25403 without requiring that they first be uncompressed.
25404
25405 * gnus-start.el (gnus-activate-group): Unless blocked by the
25406 caller, possibly expand the active range to include both cached
25407 and agentized articles.
25408 (gnus-convert-old-newsrc): Rewrote in anticipation of having
25409 multiple version-dependent converters.
25410 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25411 gnus-agent-save-active.
25412 (gnus-save-newsrc-file): Save dirty agent range limits.
25413
25414 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25415 gnus-agent-possibly-alter-active.
25416 (gnus-adjust-marked-articles): Faster handling of simple lists.
25417
25418 2004-01-21 Jesper Harder <harder@ifa.au.dk>
25419
25420 * spam-stat.el (spam-stat-test-directory): New optional argument
25421 displays a list of files detected. Suggested by Andrew Cohen
25422 <cohen@andy.bu.edu>.
25423 (spam-stat-buffer-words-with-scores): Don't narrow and change
25424 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
25425
25426 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
25427
25428 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25429 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25430 (spam-spamassassin-arguments)
25431 (spam-spamassassin-spam-flag-header)
25432 (spam-spamassassin-positive-spam-flag-header)
25433 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25434 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25435 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25436 (spam-list-of-processors, spam-list-of-checks)
25437 (spam-list-of-statistical-checks, spam-registration-functions)
25438 (spam-check-spamassassin-headers, spam-check-spamassassin)
25439 (spam-spamassassin-score)
25440 (spam-spamassassin-register-with-sa-learn)
25441 (spam-spamassassin-register-spam-routine)
25442 (spam-spamassassin-register-ham-routine)
25443 (spam-assassin-register-spam-routine)
25444 (spam-assassin-register-ham-routine): Add SpamAssassin support.
25445 (spam-bogofilter-score): Fix to show article before scoring.
25446
25447 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
25448
25449 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25450 default scoring function.
25451 (spam-generic-score): Call spam-spamassassin-score if
25452 spam-use-spamassassin or spam-use-spamassassin-headers is on;
25453 spam-bogofilter-score otherwise.
25454
25455 * gnus.el (spam-process, spam-autodetect-methods):
25456 Add spamassassin and spamassassin-headers.
25457
25458 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
25459
25460 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25461 Suppress unnecessary messages.
25462
25463 2004-01-20 Jesper Harder <harder@ifa.au.dk>
25464
25465 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25466 make-hash-table.
25467
25468 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
25469
25470 * canlock.el (base64-encode-string): Don't autoload it.
25471
25472 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
25473
25474 * run-at-time.el: Remove useless (require 'itimer),
25475 eval-and-compile and (featurep 'xemacs).
25476
25477 2004-01-16 Jesper Harder <harder@ifa.au.dk>
25478
25479 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25480 GROUP is a virtual group.
25481
25482 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
25483
25484 * gnus.el: Autoload `message-y-or-n-p'.
25485
25486 2004-01-15 Jesper Harder <harder@ifa.au.dk>
25487
25488 * pgg-parse.el: Remove unnecessary (require 'custom).
25489
25490 * pgg-def.el: do.
25491
25492 * nnmail.el: do.
25493
25494 * gnus-undo.el: do.
25495
25496 * gnus-picon.el: do.
25497
25498 * gnus-util.el: do.
25499
25500 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
25501
25502 * gnus-sum.el (gnus-pick-line-number): Add autoload.
25503
25504 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
25505
25506 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25507 handle, as well as a list.
25508
25509 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25510 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25511 (mm-w3m-cid-retrieve): Simplify.
25512
25513 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
25514
25515 * message.el (message-kill-to-signature): Allow prefix arg to
25516 specify number of lines to keep before signature.
25517
25518 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
25519
25520 * message.el (message-kill-to-signature): Change docstring.
25521
25522 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
25523
25524 * canlock.el: Always require sha1-el.
25525 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25526
25527 * message.el: Autoload sha1 only when compiling.
25528
25529 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
25530
25531 * message.el (message-canlock-generate): Require sha1-el.
25532
25533 2004-01-13 Jesper Harder <harder@ifa.au.dk>
25534
25535 * message.el (message-expand-name): Silence the byte compiler.
25536
25537 2004-01-13 Simon Josefsson <jas@extundo.com>
25538
25539 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25540 Invoke gnus-score-mode.
25541 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25542
25543 * gnus-range.el (gnus-compress-sequence): Doc fix.
25544 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25545
25546 2004-01-12 Jesper Harder <harder@ifa.au.dk>
25547
25548 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25549
25550 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
25551
25552 * spam.el (spam-get-article-as-string): Update to use
25553 gnus-request-article-this-buffer, much simpler.
25554 (spam-get-article-as-buffer): Remove.
25555
25556 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
25557
25558 * message.el (message-expand-name): Use EUDC if the user uses that.
25559
25560 2004-01-12 Jesper Harder <harder@ifa.au.dk>
25561
25562 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25563 character for the encoding to avoid consing a string.
25564
25565 * rfc2047.el (rfc2047-decode-string): Don't cons a string
25566 unnecessarily.
25567
25568 * mm-util.el (mm-replace-chars-in-string): Remove.
25569
25570 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25571 of mm-replace-chars-in-string.
25572
25573 2004-01-11 Jesper Harder <harder@ifa.au.dk>
25574
25575 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25576
25577 * mm-util.el (mm-subst-char-in-string): Support inplace.
25578
25579 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25580 a new string in every iteration. Use shy groups.
25581
25582 2004-01-10 Jesper Harder <harder@ifa.au.dk>
25583
25584 * gnus-srvr.el (gnus-browse-unsubscribe-group):
25585 * gnus-soup.el (gnus-soup-group-brew):
25586 * gnus-msg.el (gnus-put-message):
25587 * gnus-move.el (gnus-group-move-group-to-server):
25588 * gnus-kill.el (gnus-batch-score):
25589 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25590 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25591 (gnus-group-update-group, gnus-group-read-group)
25592 (gnus-group-make-group, gnus-group-make-help-group)
25593 (gnus-group-make-archive-group, gnus-group-make-directory-group)
25594 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25595 (gnus-group-sort-by-unread, gnus-group-catchup)
25596 (gnus-group-unsubscribe-group, gnus-group-kill-group)
25597 (gnus-group-yank-group, gnus-group-set-info)
25598 (gnus-group-list-groups):
25599 * gnus.el (gnus-generate-new-group-name):
25600 * gnus-delay.el (gnus-delay-send-queue):
25601 * nnvirtual.el (nnvirtual-catchup-group):
25602 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25603 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25604 (gnus-group-prepare-topics, gnus-topic-check-topology):
25605 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25606 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25607 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25608 (gnus-group-make-articles-read):
25609 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25610 (gnus-group-change-level, gnus-kill-newsgroup)
25611 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25612 (gnus-get-unread-articles, gnus-make-articles-unread)
25613 (gnus-make-ascending-articles-unread): Use accessor
25614 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25615 to get group information for improved readability.
25616
25617 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25618
25619 * gnus-art.el (article-decode-mime-words, article-babel)
25620 (gnus-article-highlight-signature, gnus-article-add-buttons)
25621 (gnus-signature-toggle): Use gnus-with-article-buffer.
25622
25623 * gnus-art.el (gnus-article-highlight-headers)
25624 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25625
25626 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25627 (gnus-article-set-globals, gnus-request-article-this-buffer)
25628 (gnus-button-message-id, gnus-article-maybe-hide-headers)
25629 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25630 (gnus-mime-display-alternative): Use with-current-buffer.
25631
25632 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
25633
25634 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25635 also under 80 char limit, and call gnus-error if needed.
25636 (spam-fetch-article-header): Fix - it was a
25637 buffer-local variable (gnus-newsgroup-data).
25638 (spam-find-spam): Use spam-generate-fake-headers, forget about
25639 spam-insert-fake-headers.
25640 (spam-insert-fake-headers): Remove.
25641
25642 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25643
25644 * deuglify.el (gnus-article-outlook-unwrap-lines)
25645 (gnus-outlook-rearrange-article)
25646 (gnus-outlook-repair-attribution-outlook)
25647 (gnus-outlook-repair-attribution-block)
25648 (gnus-outlook-repair-attribution-other): Remove redundant
25649 save-excursion.
25650
25651 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
25652
25653 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25654 (spam-fetch-field-subject-fast)
25655 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25656 (spam-fetch-article-header): Add functions to deal with Gnus
25657 internals for fast retrieval of article header data.
25658 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25659
25660 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25661
25662 * pop3.el (pop3-md5): Remove.
25663 (pop3-apop): Replace pop3-md5 with md5.
25664
25665 * mm-bodies.el: base64 is always built-in.
25666
25667 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25668 Use with-current-buffer.
25669
25670 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
25671
25672 * canlock.el (canlock-insert-header): Remove excessive grouping in
25673 regexp.
25674
25675 * gnus-sum.el (gnus-summary-read-document): Ditto.
25676
25677 * gnus-uu.el (gnus-uu-part-number): Ditto.
25678
25679 * html2text.el (html2text-remove-tags): Ditto.
25680 (html2text-format-tags): Ditto.
25681 (html2text-format-single-elements): Ditto.
25682
25683 * mml.el (mml-parse-1): Ditto.
25684
25685 2004-01-08 Jesper Harder <harder@ifa.au.dk>
25686
25687 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25688
25689 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25690
25691 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25692
25693 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25694
25695 2003-11-15 Simon Josefsson <jas@extundo.com>
25696
25697 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25698 (pgg-gpg-lookup-key): Use regexp match instead of
25699 split-string (split-string is different between emacs 21.2 and
25700 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
25701
25702 2004-01-08 Jesper Harder <harder@ifa.au.dk>
25703
25704 * gnus-art.el (gnus-mime-view-all-parts)
25705 (gnus-article-part-wrapper, gnus-article-view-part):
25706 Use with-current-buffer.
25707
25708 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
25709
25710 * spam.el (spam-disable-spam-split-during-ham-respool)
25711 (spam-spamoracle-database, spam-cache-lookups)
25712 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25713 (spam-group-ham-mark-p, spam-group-spam-mark-p)
25714 (spam-group-ham-marks, spam-group-spam-marks)
25715 (spam-group-spam-contents-p, spam-group-ham-contents-p)
25716 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25717 also add spam-use-blackholes to the statistical checks.
25718 (spam-fetch-field-fast): Add interface to fetching fields, may
25719 become a macro.
25720 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25721 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25722 (spam-insert-fake-headers): Fake an article when needed.
25723 (spam-find-spam): Fake article when possible.
25724 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25725 (spam-check-bogofilter-headers): Use message-fetch-field instead
25726 of nnmail-fetch-field.
25727
25728 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
25729
25730 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25731
25732 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
25733
25734 * spam.el (spam-split): Do not require spam-use-CHECK to be
25735 enabled if that check is passed to spam-split explicitly; also
25736 fix so 'spam doesn't get converted to spam-split-group when
25737 spam-split-symbolic-return is t.
25738 (spam-find-spam): Find registrations of the article and use those
25739 instead of re-running spam-split to find the spam/ham
25740 classification of the article.
25741 (spam-log-processing-to-registry, spam-log-registered-p)
25742 (spam-log-unregistration-needed-p, spam-log-undo-registration):
25743 Use gnus-error instead of gnus-message.
25744 (spam-log-registration-type): Add function to determine the
25745 classification of a message based on registry entries; will
25746 return nil if both 'spam and 'ham are found.
25747 (spam-check-BBDB): Expand all the BBDB macros here so we can have
25748 a reasonably fast local cache without the loading errors.
25749 (spam-cache-lookups): Set to t by default.
25750 (spam-find-spam): Don't try to guess spam-cache-lookups.
25751 (spam-enter-whitelist, spam-enter-blacklist): Clear the
25752 spam-caches entry.
25753 (spam-filelist-build-cache, spam-filelist-check-cache):
25754 Fix caching of whitelist/blacklist entries.
25755 (spam-check-whitelist, spam-check-blacklist):
25756 Invoke spam-from-listed-p with a type, not a cache variable.
25757 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25758
25759 2004-01-07 Jesper Harder <harder@ifa.au.dk>
25760
25761 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25762
25763 * nnmail.el (nnmail-split-fancy): do.
25764
25765 * mml.el (mml-parse): do.
25766
25767 * gnus-score.el (gnus-enter-score-words-into-hashtb)
25768 (gnus-score-adaptive): do.
25769
25770 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25771
25772 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25773 (gnus-mime-button-map): Don't set keymap parent.
25774 (gnus-button-ctan-directory-regexp): Use shy grouping.
25775 (gnus-prev-page-map): Don't set keymap parent.
25776 (gnus-prev-page-map): Remove duplicated one.
25777 (gnus-next-page-map): Don't set keymap parent.
25778 (gnus-mime-security-button-map): Ditto.
25779
25780 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25781 version number.
25782
25783 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25784
25785 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25786
25787 * canlock.el (canlock-sha1-function): Remove.
25788 (canlock-sha1-function-for-verify): Remove.
25789 (canlock-openssl-program): Remove.
25790 (canlock-openssl-args): Remove.
25791 (canlock-ignore-errors): Remove.
25792 (canlock-sha1-with-openssl): Remove.
25793 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25794 (canlock-verify): Don't use canlock-ignore-errors.
25795
25796 * sha1-el.el (sha1-string-external): Make it can return a string
25797 in binary form.
25798 (sha1-region-external): Ditto.
25799 (sha1-string-internal): Ditto.
25800 (sha1-region-internal): Ditto.
25801 (sha1-region): Ditto.
25802 (sha1-string): Ditto.
25803 (sha1): Ditto.
25804
25805 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
25806
25807 * spam.el (spam-report-articles-gmane): New command.
25808
25809 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25810
25811 * gnus.el: Don't make unnecessary *Group* buffer when loading.
25812
25813 * run-at-time.el (run-at-time-saved): Remove.
25814 (run-at-time): Doc fix.
25815
25816 2004-01-07 Jesper Harder <harder@ifa.au.dk>
25817
25818 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25819 (gnus-summary-limit-map): Add it.
25820 (gnus-summary-make-menu-bar): do.
25821
25822 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
25823
25824 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25825 Make attempt at some caching support (done for BBDB only now).
25826 (spam-find-spam): Set spam-cache-lookups if there are more than 2
25827 addresses to be checked.
25828 (spam-clear-cache-BBDB): Add function, to be invoked by
25829 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25830 (spam-check-BBDB): Check and use the caches, if
25831 spam-cache-lookups is on, remove superfluous (provide).
25832
25833 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
25834
25835 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25836
25837 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
25838
25839 * run-at-time.el (run-at-time-saved): Move to after the definition
25840 of `run-at-time'.
25841
25842 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
25843
25844 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25845 mm-w3m-local-map-property.
25846
25847 * mm-view.el (mm-w3m-mode-map): Remove.
25848 (mm-w3m-local-map-property): Remove.
25849 (mm-inline-text-html-render-with-w3m): Don't use
25850 mm-w3m-local-map-property.
25851
25852 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
25853
25854 * run-at-time.el: New file.
25855
25856 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25857 of gnus-set-text-properties.
25858
25859 * gnus-uu.el (gnus-uu-save-article): Ditto.
25860
25861 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25862
25863 * gnus-cite.el (gnus-cite-parse): Ditto.
25864
25865 * gnus-art.el (gnus-button-push): Use set-text-properties instead
25866 of gnus-.
25867
25868 * gnus.el: Change calls to nnheader-run-at-time and
25869 password-run-at-time throughout to use run-at-time directly.
25870
25871 * password.el: Remove definition of run-at-time.
25872
25873 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
25874
25875 * mml.el (mml-minibuffer-read-disposition): Show attachment type
25876 in prompt.
25877
25878 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
25879
25880 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
25881 XEmacs version.
25882
25883 * dns.el (dns-make-network-process): Use `open-network-stream'
25884 instead of `gnus-xmas-open-network-stream'.
25885
25886 * .cvsignore: Add auto-autoloads.el, custom-load.el.
25887
25888 2004-01-06 Jesper Harder <harder@ifa.au.dk>
25889
25890 * gnus-art.el (gnus-mime-display-alternative)
25891 (gnus-insert-mime-button, gnus-insert-mime-security-button)
25892 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
25893 Don't use gnus-local-map-property.
25894
25895 * gnus-util.el (gnus-local-map-property): Remove.
25896
25897 * mm-view.el (mm-view-pkcs7-decrypt):
25898 Replace gnus-completing-read-maybe-default with completing-read.
25899
25900 * gnus-util.el (gnus-completing-read): do.
25901 (gnus-completing-read-maybe-default): Remove.
25902
25903 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
25904
25905 * password.el: Only autoload `run-at-time' if not XEmacs.
25906 Only autoload the itimer functions if XEmacs.
25907
25908 2004-01-06 Jesper Harder <harder@ifa.au.dk>
25909
25910 * gnus-art.el (gnus-read-string): Remove.
25911 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
25912 read-string.
25913
25914 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
25915
25916 * netrc.el: Autoload password-read.
25917 (netrc): Add configuration group.
25918 (netrc-encoding-method, netrc-openssl-path):
25919 Add variables for encoding and decoding of files with symmetric
25920 ciphers.
25921 (netrc-encode): Add assistant function to encode a file with
25922 netrc-encoding-method.
25923 (netrc-parse): Add interactive parameter, added optional
25924 decoding if netrc-encoding-method is non-nil but otherwise
25925 behavior is standard.
25926 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
25927 Do s/encode/encrypt/ everywhere.
25928
25929 * spam.el: Remove executable-find autoload.
25930
25931 2004-01-05 Jesper Harder <harder@ifa.au.dk>
25932
25933 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
25934
25935 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
25936
25937 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
25938
25939 * gnus-art.el (gnus-treat-ansi-sequences)
25940 (article-treat-ansi-sequences): New variable and function.
25941 Suggested by Dan Jacobson <jidanni@jidanni.org>.
25942
25943 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
25944 Use it.
25945
25946 2004-01-05 Jesper Harder <harder@ifa.au.dk>
25947
25948 * mm-util.el (mm-quote-arg): Remove.
25949
25950 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
25951 shell-quote-argument.
25952
25953 * gnus-uu.el (gnus-uu-command): do.
25954
25955 * gnus-sum.el (gnus-summary-insert-pseudos): do.
25956
25957 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
25958 with make-char.
25959
25960 * mm-util.el (mm-make-char): Remove.
25961
25962 * mml.el (mml-mode): Replace gnus-add-minor-mode with
25963 add-minor-mode.
25964
25965 * gnus-undo.el (gnus-undo-mode): do.
25966
25967 * gnus-topic.el (gnus-topic-mode): do.
25968
25969 * gnus-sum.el (gnus-dead-summary-mode): do.
25970
25971 * gnus-start.el (gnus-slave-mode): do.
25972
25973 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
25974
25975 * gnus-ml.el (gnus-mailing-list-mode): do.
25976
25977 * gnus-gl.el (gnus-grouplens-mode): do.
25978
25979 * gnus-draft.el (gnus-draft-mode): do.
25980
25981 * gnus-dired.el (gnus-dired-mode): do.
25982
25983 * gnus-ems.el (gnus-add-minor-mode): Remove.
25984
25985 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25986 Replace gnus-char-width with char-width.
25987
25988 * gnus-ems.el (gnus-char-width): Remove.
25989
25990 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25991 Replace gnus-char-width with char-width.
25992
25993 * gnus-ems.el (gnus-char-width): Remove.
25994
25995 * spam-stat.el (with-syntax-table): Remove with-syntax-table
25996 definition.
25997 Remove Emacs 20 hash table compatibility code.
25998
25999 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26000 20 compatibility code.
26001
26002 * spam.el (spam-point-at-eol): Replace with point-at-eol.
26003
26004 * smime.el (smime-point-at-eol): Replace with point-at-eol.
26005
26006 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26007 Replace with point-at-{eol,bol}.
26008
26009 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26010
26011 * imap.el (imap-point-at-eol): Replace with point-at-eol.
26012
26013 * flow-fill.el (fill-flowed-point-at-bol)
26014 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26015
26016 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26017 Replace with point-at-{eol,bol} throughout all files.
26018
26019 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
26020
26021 * ntlm.el (ntlm-string-as-unibyte): New macro.
26022 (ntlm-build-auth-response): Use it.
26023
26024 Remove Emacs 20 stuff:
26025 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26026 of delq and copy-sequence.
26027 * gnus-art.el (popup-menu): Remove the compiler macro.
26028 * nnmail.el (nnmail-split-fancy): Don't support customizing with
26029 Emacs 20.
26030
26031 2004-01-05 Simon Josefsson <jas@extundo.com>
26032
26033 * ntlm.el: Fix namespace. Change smb-passwd-hash into
26034 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26035 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26036 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26037 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26038 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26039 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26040 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26041 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26042 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26043 ntlm-string-permute, string-lshift into ntlm-string-lshift,
26044 string-xor into ntlm-string-xor.
26045 Suggested by Jesper Harder <harder@myrealbox.com>.
26046
26047 * ntlm.el: Don't include poem.
26048
26049 * md4.el (print-int32, print-string-hexa): Remove.
26050 Suggested by Jesper Harder <harder@myrealbox.com>.
26051
26052 * sasl-ntlm.el, ntlm.el, md4.el: New files.
26053
26054 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
26055 probably breaks emacs with DL patch, but do we care? Is anyone
26056 still using the DL stuff?)
26057
26058 * sieve-manage.el: Use the password package.
26059 (sieve-manage-read-passwd): Remove.
26060 (sieve-manage-interactive-login): Use password. Re-add
26061 condition-case around loop.
26062
26063 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26064 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26065 Use the password package.
26066
26067 2003-02-19 Simon Josefsson <jas@extundo.com>
26068
26069 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26070 token.
26071
26072 2002-08-07 Simon Josefsson <jas@extundo.com>
26073
26074 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26075 (sieve-manage-authenticators)
26076 (sieve-manage-authenticator-alist): Add some SASL mechs.
26077 (sieve-sasl-auth): New function.
26078 (sieve-manage-cram-md5-auth)
26079 (sieve-manage-plain-auth): Rewrite using SASL library.
26080 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26081 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26082 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26083 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26084
26085 2004-01-05 Simon Josefsson <jas@extundo.com>
26086
26087 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26088 New files.
26089
26090 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
26091
26092 * gnus-group.el (gnus-no-groups-message): Update.
26093
26094 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26095
26096 2003-11-09 Simon Josefsson <jas@extundo.com>
26097
26098 * imap.el: Support for ID IMAP extension (RFC 2971).
26099 (imap-local-variables): Add imap-id.
26100 (imap-id): New variable.
26101 (imap-id): New function.
26102 (imap-parse-response): Parse untagged ID response.
26103 * nnimap.el (nnimap-id): New variable.
26104 (nnimap-open-connection): Use it.
26105
26106 2003-12-28 Simon Josefsson <jas@extundo.com>
26107
26108 * gnus-score.el (gnus-score-edit-all-score): New.
26109 * gnus-group.el (gnus-group-score-map): Bind it to W e.
26110
26111 2004-01-04 Simon Josefsson <jas@extundo.com>
26112
26113 * password.el: Add.
26114
26115 2004-01-04 Mario Lang <lang@zid.tugraz.at>
26116
26117 * dns.el (dns-query-types): Fix typo.
26118 (dns-query-types): New function.
26119 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
26120 PTR and SOA replies, see RFC 1035.
26121
26122 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
26123
26124 * gnus.el (gnus-logo-color-style): Change colors to `no'.
26125
26126 * Move to Changelog.2.
26127
26128 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
26129
26130 * gnus.el (gnus-version-number): Bump version.
26131
26132 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
26133
26134 * gnus.el: No Gnus v0.1 is released.
26135
26136 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
26137
26138 * gnus.el: No Gnus v0.0 is released.
26139
26140 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
26141
26142 * gnus.el (gnus-version-number): Bump.
26143 (gnus-version): No.
26144
26145 See ChangeLog.2 for earlier changes.
26146
26147 Copyright (C) 2004-2015 Free Software Foundation, Inc.
26148
26149 This file is part of GNU Emacs.
26150
26151 GNU Emacs is free software: you can redistribute it and/or modify
26152 it under the terms of the GNU General Public License as published by
26153 the Free Software Foundation, either version 3 of the License, or
26154 (at your option) any later version.
26155
26156 GNU Emacs is distributed in the hope that it will be useful,
26157 but WITHOUT ANY WARRANTY; without even the implied warranty of
26158 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26159 GNU General Public License for more details.
26160
26161 You should have received a copy of the GNU General Public License
26162 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
26163
26164 ;; Local Variables:
26165 ;; coding: utf-8
26166 ;; fill-column: 79
26167 ;; add-log-time-zone-rule: t
26168 ;; End: