gnus-cite.el (gnus-article-fill-cited-article): Make fill work properly for XEmacs...
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
4 properly for XEmacs as well.
5 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
6 (gnus-article-natural-long-line-p): Use window-width rather than
7 frame-width.
8
9 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
10
11 * nnir.el (nnir-run-gmane): inhibit demon. return nil if no messages.
12 (nnir-read-parms): don't modify query.
13 (nnir-run-query): add ability to search topic on current line.
14 (nnir-get-active): clean up.
15
16 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17
18 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
19 degenerate articles.
20
21 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
22 (gnus-print-buffer): Just print the buffer as is, without any copying
23 to a buffer and then re-highlighting.
24
25 * nnimap.el (nnimap-request-group): Store the new updated info.
26 (nnimap-request-group): Select the group when we don't know whether it
27 exists or not.
28
29 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
30 groups.
31
32 * gnus-group.el (gnus-group-find-new-groups): Display all the new
33 groups.
34
35 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
36 groups.
37
38 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
39 long-lines case by only filling the long lines.
40
41 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
42 (bug #7311).
43
44 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
45
46 * shr.el: No need to declare `declare-function' since shr.el is for
47 only Emacsen that provide `libxml-parse-html-region'.
48
49 2010-11-01 Glenn Morris <rgm@gnu.org>
50
51 * mm-util.el (gnus-completing-read): Autoload.
52 (mm-read-coding-system): Simplify Emacs definition.
53
54 * nnmail.el (gnus-activate-group):
55 * nnimap.el (gnutls-negotiate):
56 * nntp.el (netrc-parse): Fix declarations.
57
58 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
59
60 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
61 string-match-p in Emacs >=23.
62
63 * gnus-msg.el (gnus-configure-posting-styles)
64 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
65
66 2010-11-01 Glenn Morris <rgm@gnu.org>
67
68 * nnir.el (declare-function): Add compat stub.
69 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
70 (nnir-run-gmane): Require 'mm-url.
71
72 * mm-util.el (mm-string-to-multibyte): Simplify.
73
74 * shr.el (declare-function): Add compat stub.
75 (url-cache-create-filename): Declare.
76 (mm-disable-multibyte, widget-convert-button): Autoload.
77
78 * smime.el (ldap-search): Declare.
79 (smime-cert-by-ldap-1): Require ldap on Emacs.
80
81 * nnimap.el: Require nnmail, and gnus-sum when compiling.
82 (nnimap-keepalive): Use gnus-float-time.
83
84 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
85 (mail-source-delete-crash-box): Use gnus-float-time.
86
87 * gnus-dired.el (gnus-completing-read): Autoload.
88
89 * mm-view.el (gnus-rescale-image): Autoload.
90
91 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
92
93 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
94
95 * sieve-manage.el: Require 'cl when compiling.
96
97 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
98 (gnus-iswitchb-completing-read): Require iswitchb.
99 (gnus-select-frame-set-input-focus): Silence compiler.
100
101 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
102
103 * message.el (message-subject-trailing-was-query): Change default to t,
104 since I think that's what most people want.
105
106 * nnimap.el (nnimap-request-accept-article): Erase buffer before
107 appending for easier debugging.
108 (nnimap-wait-for-connection): Take a regexp.
109 (nnimap-request-accept-article): Wait for the continuation line before
110 sending anything unless we're streaming.
111
112 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
113 leave the header washing to take place.
114
115 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
116
117 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
118 regular expression match and replace in posting styles.
119
120 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
121
122 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
123 an entire server.
124 (nnir-get-active): New function.
125 (nnir-run-imap): Use it.
126 (nnir-run-gmane): Who knew, gmane search returns an article score!
127
128 * gnus-srvr.el (gnus-server-mode-map): add binding "G" to search the
129 server on the current line with nnir.
130
131 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
132
133 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
134 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
135 left edge.
136 (gnus-article-foldable-buffer): Skip past the prefix when determining
137 raggedness.
138
139 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
140 the raw article, and change `C-u g' to show the article without doing
141 treatments.
142
143 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
144 on to `gnus-treat-article'.
145 (gnus-inhibit-article-treatments): New variable.
146
147 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
148
149 * gnus-art.el (gnus-treatment-function-alist): Have
150 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
151 (gnus-treat-fill-long-lines): Change default to fill all text/plain
152 sections.
153
154 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
155 parameter.
156 (gnus-article-fill-cited-long-lines): New function.
157 (gnus-article-fill-cited-article): Allow filling only long sections.
158
159 * shr.el (shr-find-fill-point): Don't break lines between punctuation
160 and non-punctuation (like after the apostrophe in "'We").
161
162 * gnus-sum.el (gnus-summary-select-article): Make sure
163 gnus-original-article-buffer is alive.
164
165 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
166 reflect the order they're in in the digest.
167
168 * gnus.el (gnus-group-startup-message): Move point to the start of the
169 buffer.
170
171 * nnimap.el (nnimap-capability): New function.
172 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
173 is set.
174
175 2010-10-31 David Engster <dengste@eml.cc>
176
177 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
178 conform with changes to gnus-completing-read.
179
180 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
181
182 * shr.el (shr-tag-img): Output "*" instead of "[img]".
183
184 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
185
186 * nnir.el move defvar, defcustom around to keep file organized and keep
187 byte-compiler quiet.
188 (nnir-read-parms): accept search-engine as arg.
189 (nnir-run-query): pass search-engine as arg.
190 (nnir-search-engine): remove.
191
192 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
193
194 * shr.el (shr-generic): The text nodes should be text, not :text.
195
196 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
197 later in the file.
198
199 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
200
201 * nnir.el: general clean up. allow searching with multiple
202 engines. allow separate extra-parameters for each engine. batch queries
203 when possible.
204 (nnir-imap-default-search-key,nnir-method-default-engines): add
205 customize interface.
206 (nnir-run-gmane): new engine.
207 (nnir-engines): use it. qualify all prompts with engine name.
208 (nnir-search-engine): remove global variable.
209 (nnir-run-hyrex): restore for now.
210 (nnir-extra-parms,nnir-search-history): new variables.
211 (gnus-group-make-nnir-group): use them.
212 (nnir-group-server): remove in favor of gnus-group-server.
213 (nnir-request-group): avoid searching twice.
214 (nnir-sort-groups-by-server): new function.
215
216 2010-10-30 Julien Danjou <julien@danjou.info>
217
218 * gnus-group.el: Remove gnus-group-fetch-control.
219
220 * gnus-start.el (gnus-find-new-newsgroups): Remove
221 gnus-check-first-time-used.
222
223 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
224
225 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
226
227 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
228 set on groups that don't have \* permanentflags.
229
230 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
231
232 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
233 control the background color.
234 (shr-tag-img): Ignore very small web bug type images.
235 (shr-put-image): Add help-echo alt texts to the images.
236 (shr-tag-video): Show the video poster image.
237
238 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
239
240 * shr.el (shr-table-depth): New variable.
241 (shr-tag-table-1): Only insert the images after the top-level table.
242
243 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
244
245 * gnus-util.el (gnus-list-memq-of-list): New function.
246
247 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
248 selected.
249 (nnimap-unsplittable-articles): New slot.
250 (nnimap-new-articles): Use it.
251
252 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
253
254 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
255 move to the previous line on `M-g'.
256
257 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
258
259 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
260 *-request-group, which seems unnecessary.
261
262 * nnimap.el (nnimap-quote-specials): Function copied over from
263 imap.el.
264 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
265 they support that. Suggested by Tom Regner.
266
267 2010-10-29 Julien Danjou <julien@danjou.info>
268
269 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
270 defalias.
271 (gnus-summary-delete-marked-with): Remove obsolete defalias.
272
273 * gnus.el: Remove `gnus-nntp-service' variable.
274 (gnus-secondary-servers): Make obsolete.
275 (gnus-nntp-server): Make obsolete.
276
277 * gnus-start.el (gnus-1): Remove x-splash calls.
278
279 * gnus-ems.el (gnus-x-splash): Remove.
280
281 * gnus.el (gnus-group-startup-message): Simplify/update code.
282
283 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
284 capability before doing anything.
285 (gnus-group-insert-group-line): Remove useless
286 gnus-group-remove-excess-properties.
287
288 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
289
290 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
291
292 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
293
294 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
295 config after reselecting.
296
297 2010-10-28 Julien Danjou <julien@danjou.info>
298
299 * shr.el (shr-put-image): Use point even if only inserting text.
300 (shr-put-image): Save excursion when inserting alt text on non-graphic
301 display, so the behaviour is the same when we are on a graphic display.
302
303 * nnir.el (nnir-run-swish-e): Remove hyrex support.
304
305 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
306
307 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
308 (gnus-mime-copy-part): Check coding system, not charset.
309 (gnus-mime-view-part-externally): Never remove part.
310 (gnus-mime-view-part-internally): Don't remove part here.
311 (gnus-article-part-wrapper): Make sure MIME tag is visible.
312 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
313 multipart/alternative.
314
315 * mm-decode.el (mm-display-part): Take optional arg `force'.
316
317 2010-10-26 Julien Danjou <julien@danjou.info>
318
319 * gnus-group.el (gnus-group-default-list-level): Add this function to
320 compute the default list level.
321 (gnus-group-default-list-level): Add possibility to use a function.
322
323 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
324
325 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
326
327 * gnus-group.el (gnus-group-completing-read)
328 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
329 gnus-replace-in-string.
330
331 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
332
333 * shr.el (shr-tag-div): Added.
334
335 2010-10-25 Julien Danjou <julien@danjou.info>
336
337 * gnus-util.el: Remove `gnus-with-local-quit'.
338
339 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
340
341 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
342
343 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
344 the original article buffer.
345
346 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
347
348 * nnimap.el (nnimap-request-head): New function.
349 (nnimap-request-move-article): Try to be slighly faster by not
350 requesting the entire message when moving.
351 (nnimap-transform-headers): Don't bug out on bodiless articles.
352 (nnimap-send-command): Have no outstanding messages if the IMAP server
353 doesn't support streaming.
354 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
355
356 2010-10-24 Julien Danjou <julien@danjou.info>
357
358 * message.el (message-default-headers): Fix type.
359
360 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
361
362 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
363 prefetching images.
364
365 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
366 backend for unknown groups. This is mainly useful for nnimap groups.
367
368 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
369 group isn't covered by the agent.
370
371 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
372
373 * nnir.el (nnir-method-default-engines): new variable.
374 (nnir-run-query): use it.
375 (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
376 (gnus-summary-nnir-goto-thread): change group if needed.
377
378 * gnus-group.el (gnus-group-group-map): add key binding for
379 gnus-group-make-nnir-group.
380
381 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
382
383 * shr.el (shr-tag-object): Added.
384
385 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
386 original article buffer live.
387 (gnus-summary-select-article-buffer): Mention
388 gnus-widen-article-buffer.
389
390 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
391
392 * shr.el (shr-tag-strong): Added.
393
394 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
395
396 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
397 group names. They mess up the group buffer badly.
398
399 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
400
401 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
402 instead of the summary one.
403
404 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
405
406 * mml.el (mml-preview): Work properly when editing article.
407
408 * gnus-start.el (gnus-read-active-file-1): Don't add method to
409 gnus-have-read-active-file if it's already been in.
410
411 2010-10-22 Tom Tromey <tromey@redhat.com>
412
413 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
414 gnus-group-completing-read.
415
416 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
417
418 * message.el (message-mode-map): Don't bind M-; to comment region, to
419 allow the global comment-dwim to work.
420
421 2010-10-21 Julien Danjou <julien@danjou.info>
422
423 * message.el (message-setup-1): Allow message-default-headers to be a
424 function.
425
426 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
427
428 * shr.el (shr-tag-table): Simplify.
429
430 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
431
432 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
433 to avoid trying to snarf invalid stuff.
434
435 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
436
437 * gnus.el (gnus-message-archive-group): Quote value.
438 (gnus-message-archive-group): Mark as changed.
439
440 * shr.el (shr-add-font): Don't put the font properties on the newline
441 or the indentation.
442
443 * message.el (message-fix-before-sending): Change options when sending
444 non-printable characters.
445
446 * gnus.el (gnus-message-archive-method): Change the default to
447 monthly outgoing groups.
448
449 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
450 that have gotten new numbers.
451
452 * nnimap.el (nnimap-request-replace-article): New function.
453
454 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
455
456 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
457 (nnrss-request-article): Don't use special html washing code.
458
459 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
460
461 * shr.el (shr-tag-table): Remove useless nconc.
462
463 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
464
465 * gnus-art.el (article-wash-html): Simplify and remove the charset
466 stuff. Use the normal html rendering code instead of the special html
467 washing code.
468
469 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
470 `gnus-w3m' symbols.
471 (mm-text-html-washer-alist): Removed.
472
473 * mm-decode.el (mm-inline-text-html-renderer): Removed.
474 (mm-inline-media-tests): Removed use.
475 (mm-text-html-renderer): Change default to the `shr' symbol.
476
477 * mm-view.el (mm-inline-text-html): Removed use.
478
479 * gnus-art.el (gnus-blocked-images): New function. Allow the
480 `gnus-blocked-images' to be a function.
481 (gnus-article-wash-function): Removed.
482
483 2010-10-20 Julien Danjou <julien@danjou.info>
484
485 * spam.el (spam-list-of-processors): Mark as obsolete.
486
487 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
488 (nnimap-insert-partial-structure): Fix boundary detection.
489
490 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
491
492 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
493 run file-truename on remote files. This can be expensive and even
494 prevent one from editing drafts if some unrelated buffer has a stale
495 connection.
496
497 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
498
499 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
500 kinsoku-eol regardless of shr-kinsoku-shorten.
501 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
502 (shr-tag-table): Support caption, thead, and tfoot.
503
504 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
505
506 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
507 lines.
508 (shr-save-contents): New command and keystroke.
509
510 * nndoc.el (nndoc-type-alist): Add git support.
511 (nndoc-git-type-p): New function.
512 (nndoc-transform-git-article): Ditto.
513 (nndoc-transform-git-headers): Ditto.
514 (nndoc-transform-git-headers): Generate Subject headers.
515
516 * shr.el (shr-parse-style): New function.
517 (shr-tag-span): Ditto.
518
519 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
520 to `G G' to avoid collisions.
521
522 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
523
524 * shr.el: Load kinsoku if necessary.
525 (shr-kinsoku-shorten): New internal variable.
526 (shr-find-fill-point): Make kinsoku shorten text line if
527 shr-kinsoku-shorten is bound to non-nil.
528 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
529 shr-indentation too when testing if table is wider than frame width.
530 (shr-insert-table): Use `string-width' instead of `length' to measure
531 text width.
532 (shr-insert-table-ruler): Make sure indentation is done at bol.
533
534 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
535
536 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
537 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
538 undecoded network data.
539
540 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
541
542 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
543 name in the mode line spec so that the mode line menu works
544 (bug #2431).
545
546 * message.el (message-get-reply-headers): If we're fed `to-address',
547 then always use that.
548
549 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
550 aren't so wide as to need to switch off the edit menu.
551
552 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
553 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
554
555 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
556 `M-g'.
557 (nnimap-update-info): Update flags/read marks even if \* isn't part of
558 the permanent marks.
559
560 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
561
562 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
563 Splitting according to references/in-reply-to obeys the ignore-groups
564 variable, while splitting by sender and subject do not.
565
566 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
567
568 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
569 alist, so that we can look for non-Unicode chars.
570 (article-translate-strings): Allow both character and string maps.
571
572 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
573
574 * shr.el (shr-insert): Don't insert space behind a wide character
575 categorized as kinsoku-bol, or between characters both categorized as
576 nospace.
577
578 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
579
580 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
581 headers to gnus-newsgroup-headers.
582
583 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
584
585 * shr.el (shr-tag-img): Don't align images -- since we're not
586 rescaling, this often leads to ugly displays.
587
588 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
589
590 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
591 duplicates.
592
593 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
594
595 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
596 call.
597
598 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
599
600 * gnus.el: Autoload gnus-html-show-images.
601
602 * nnimap.el: Use nnheader-message throughout.
603
604 * shr.el (shr-tag-img): Ignore images with no data.
605
606 2010-10-15 Julien Danjou <julien@danjou.info>
607
608 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
609 a possibility to disable format=flow encoding when using hard newlines.
610
611 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
612
613 * shr.el (shr-insert): Remove space inserted before or after a
614 breakable character or at the beginning or the end of a line.
615 (shr-find-fill-point): Do kinsoku; find the second best point or give
616 it up if there's no breakable point.
617
618 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
619
620 * nnimap.el (nnimap-open-connection): Message when opening connection
621 for debugging purposes.
622
623 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
624 on every setup buffer call to allow this to change from article to
625 article.
626
627 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
628 buffers where we have a wide table.
629
630 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
631
632 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
633 uses *-request-thread.
634
635 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
636
637 * nnimap.el (nnimap-open-connection): Remove %s from openssl
638 incantation, which is no longer valid.
639
640 2010-10-14 Julien Danjou <julien@danjou.info>
641
642 * shr.el: Fix defcustom type (char -> character).
643
644 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
645
646 * nnimap.el (nnimap-open-connection): tls-program should be a list of
647 programs.
648
649 2010-10-14 Julien Danjou <julien@danjou.info>
650
651 * shr.el (shr-tag-a): Use url-link as widget type.
652
653 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
654 `gnus-group-get-icon'.
655
656 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
657
658 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
659 This should make server editing work better.
660
661 * shr.el (shr-find-fill-point): Don't inloop on indented text.
662
663 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
664 (nnimap-parse-flags): Fix regexp.
665
666 * shr.el (shr-find-fill-point): Use a filling algorithm that should
667 probably work for CJVK text, too.
668
669 * nnimap.el (nnimap-extend-tls-programs): Removed.
670 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
671
672 2010-10-13 Julien Danjou <julien@danjou.info>
673
674 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
675 responses.
676
677 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
678
679 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
680
681 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
682 anything in Emacs.
683
684 * shr.el (shr-current-column): Remove buggy and unnecessary function.
685
686 2010-10-13 Julien Danjou <julien@danjou.info>
687
688 * shr.el (shr-width): Make shr-width a defcustom with default to
689 fill-column.
690 (shr-tag-img): Use shr-width rather than fill-column.
691
692 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
693
694 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
695
696 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
697 position when (X-)Faces exist.
698 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
699 avatars when called interactively.
700
701 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
702
703 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
704 gnus-article-x-face-too-ugly is bound.
705
706 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
707
708 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
709
710 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
711 mailbox that doesn't exist.
712
713 2010-10-12 Julien Danjou <julien@danjou.info>
714
715 * shr.el (shr-tag-img): Encode URL properly when retrieving.
716 (shr-get-image-data): Encode URL properly when fetching from cache.
717 (shr-tag-img): Use aligned-to spaces to align correctly images.
718
719 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
720 before inserting the Gravatar.
721
722 * shr.el (shr-tag-img): Add align attribute support for <img>.
723
724 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
725
726 * gnus-gravatar.el (gnus-art): Required.
727
728 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
729 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
730 Remove long obsoleted functions.
731
732 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
733
734 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
735
736 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
737 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
738 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
739 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
740 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
741 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
742 Fix comment for declare-function.
743
744 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
745
746 * nnimap.el (nnimap-request-rename-group): Select group read-only
747 before renaming it.
748
749 * shr.el (shr-insert): Fix up the white space only regexp.
750
751 * nnimap.el (nnimap-transform-split-mail): Not all articles have
752 bodies. Protect against this. Reported by Michael Welsh Duggan.
753
754 * shr.el (shr-current-column): New function.
755 (shr-find-fill-point): New function.
756
757 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
758
759 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
760 numbers.
761
762 2010-10-11 Julien Danjou <julien@danjou.info>
763
764 * shr.el (shr-hr-line): Add.
765 (shr-tag-hr): Use shr-hr-line to specify which character to use to
766 display hr lines.
767 (shr-max-columns): Do not change state to nil if we just inserting
768 spaces.
769
770 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
771
772 * gnus-topic.el (gnus-topic-read-group): If after the last group,
773 select the last group.
774
775 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
776
777 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
778
779 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
780
781 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
782 for Gnus.
783 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
784 (nnimap-update-qresync-info): Mark \Seen articles as read.
785
786 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
787 non-variable, too.
788
789 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
790 available.
791 (nnimap-update-info): Rely more on the current active than the param
792 active to avoid marking articles as read too much.
793
794 * auth-source.el (auth-source-create): Use (user-login-name) for the
795 user name default.
796
797 * nnimap.el (nnimap-update-info): If the server doesn't return any
798 useful info, just use the previous info.
799 (nnimap-update-info): Prefer old info over start-article.
800 (nnimap-update-qresync-info): Finish implementing QRESYNC.
801
802 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
803
804 * nnir.el (autoload): Clean up autoloads.
805 (nnir-imap-default-search-key): Renamed from
806 nnir-imap-search-field. Use key rather than value.
807 (nnir-imap-search-other): New variable.
808 (nnir-read-parm): Use it.
809 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
810 (gnus-summary-nnir-goto-thread): Modify to work with imap.
811
812 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
813
814 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
815 the process, too.
816
817 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
818
819 * spam.el (gnus-summary-mode-map): Bind to "$". Suggested by Russ
820 Allbery.
821
822 * shr.el: Rework the way things are indented by <li> slightly.
823
824 * gnus.el (gnus-group-set-parameter): Fix typo.
825
826 * nnimap.el: Start implementing QRESYNC support.
827
828 2010-10-09 Julien Danjou <julien@danjou.info>
829
830 * nnir.el (nnir-engines): Fix too many arguments.
831
832 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
833
834 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
835 group is the "last", so that the backends like nnfolder actually save
836 their folders.
837
838 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
839 try to use that for the tls stream.
840 (nnimap-retrieve-group-data-early): Rework the marks code to heed
841 UIDVALIDITY and find out which groups are read-only and not.
842 (nnimap-get-flags): Use the same marks parsing code as the rest of
843 nnimap.
844
845 2010-10-09 Julien Danjou <julien@danjou.info>
846
847 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
848
849 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
850 retrieving gravatars.
851
852 * shr.el (shr-table-corner): Add.
853 (shr-table-line): Add.
854 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
855
856 2010-10-08 Julien Danjou <julien@danjou.info>
857
858 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
859
860 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
861
862 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
863
864 * gnus-sum.el (gnus-mark-article-as-unread)
865 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
866 (gnus-summary-set-bookmark): Use it.
867
868 * gnus-msg.el (gnus-setup-message): Use it.
869
870 * gnus-demon.el (gnus-demon-remove-handler): Use it.
871
872 * gnus.el (gnus-group-remove-parameter): Use it.
873
874 * gnus-group.el (gnus-group-make-web-group): Use it.
875
876 * gnus-demon.el (gnus-demon-remove-handler): Use it.
877
878 * nnregistry.el: Update docs to mention manual.
879
880 * gnus-registry.el: Update docs to mention nnregistry.el.
881 (gnus-registry-initialize): Don't install nnregistry refer method
882 automatically.
883 (gnus-registry-install-nnregistry): Remove it.
884
885 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
886
887 * shr.el (shr-insert): Don't insert double spaces.
888
889 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
890
891 * gnus-gravatar.el (gnus-treat-from-gravatar)
892 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
893 called interactively.
894
895 * gnus-art.el (gnus-mime-view-part-externally)
896 (gnus-mime-view-part-internally): Make predicate function passed to
897 gnus-mime-view-part-as-type assume argument is a mime type, not a list
898 of a mime type.
899
900 * shr.el (shr-table-widths): Don't use cl function `reduce'.
901
902 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
903
904 * shr.el (require): Require cl when compiling.
905 (shr-tag-hr): New function.
906
907 * nnimap.el (nnimap-update-info): Remove double setting of high.
908 (nnimap-update-info): Don't ignore groups that have no UIDNEXT. This
909 makes nnimap work properly on Courier again.
910
911 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
912 the variable for backwards compatability.
913
914 * mm-decode.el (mm-save-part): If given a non-directory result, expand
915 the file name before using to avoid setting mm-default-directory to
916 nil.
917
918 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
919 bidning gnus-agent variables.
920
921 * shr.el (shr-render-td): Use a cache for the table rendering function
922 to avoid getting an exponential rendering behaviour in nested tables.
923 (shr-insert): Rework the line-breaking algorithm.
924 (shr-insert): Don't leave trailing spaces.
925 (shr-insert-table): Also insert empty TDs.
926 (shr-tag-blockquote): Ensure paragraphs after </ul>.
927
928 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
929
930 * gnus-sum.el (gnus-number): Rename from `number'.
931 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
932 (gnus-summary-limit-children): Update uses correspondingly.
933
934 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
935
936 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
937 (gnus-gravatar-transform-address): Don't show avatars of people of
938 which mail addresses match gnus-gravatar-too-ugly.
939
940 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
941
942 * shr.el (shr-table-widths): Expand TD elements to fill available
943 space.
944
945 2010-10-07 Julien Danjou <julien@danjou.info>
946
947 * nnimap.el (nnimap-request-rename-group): Add this method.
948
949 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
950
951 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
952 name from XEmacs' function-arglist.
953
954 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
955 gravatar under XEmacs.
956
957 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
958
959 * auth-source.el: Update docs with TODO items.
960
961 * gnus-sync.el: Update docs to explain state and plans.
962
963 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
964 Hooks for mark updates.
965 (gnus-request-set-mark, gnus-request-update-mark): Use them.
966
967 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
968 hooks with arguments, which is needed for mark update hooks.
969
970 2010-10-06 Julien Danjou <julien@danjou.info>
971
972 * gnus.el (gnus-expand-group-parameter): Only return and act on what
973 was matched.
974
975 * sieve-manage.el: Update example in `Commentary'.
976
977 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
978
979 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
980 not 2000.
981 (sieve-manage-authenticate): Re-add function.
982
983 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
984
985 * shr.el (shr-insert): Get 'space transition right.
986 (shr-render-td): Only delete space at the end of the TD.
987
988 * nnimap.el (nnimap-open-connection): Prepare to support
989 open-gnutls-stream.
990
991 * shr.el: Rearrange function order to be more logical.
992
993 2010-10-06 Julien Danjou <julien@danjou.info>
994
995 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
996 (nnrss-discover-feed): Remove 404 URL in docstring.
997
998 * nnir.el: Fix Swish-E URL.
999 Fix Namazu URL.
1000
1001 * message.el (message-change-subject): Remove 404 URL in a comment.
1002
1003 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
1004
1005 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1006 called interactively.
1007
1008 * gnus-util.el (gnus-remove-if): Allow hash table.
1009 (gnus-remove-if-not): New function.
1010
1011 * gnus-art.el (gnus-mime-view-part-as-type)
1012 * gnus-score.el (gnus-summary-score-effect)
1013 * gnus-sum.el (gnus-read-move-group-name):
1014 Replace remove-if-not with gnus-remove-if-not.
1015
1016 * gnus-group.el (gnus-group-completing-read):
1017 Regard collection as a hash table if it is not a list.
1018
1019 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1020
1021 * shr.el (shr-render-td): Allow blank/missing <TD>s.
1022
1023 * shr.el: Document the table-rendering algorithm.
1024
1025 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1026 invalid URLs.
1027
1028 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1029 line-broken.
1030 (shr-tag-img): Ignore image fetching errors.
1031 (shr-overlays-in-region): Compute overlay positions correctly.
1032
1033 * mm-decode.el (mm-shr): Require shr.
1034
1035 * gnus-art.el (gnus-blocked-images): Move variable here.
1036
1037 * shr.el (shr-insert-table): Bind free variable.
1038
1039 * mm-decode.el (mm-shr): Bind shr-content-function.
1040
1041 * shr.el (shr-content-function): New variable.
1042
1043 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1044 added for symmetry.
1045
1046 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1047
1048 * gnus-group.el (gnus-group-make-group): Doc fix.
1049
1050 * nnimap.el (nnimap-request-newgroups): Return success.
1051
1052 * shr.el (shr-find-elements): New function.
1053 (shr-tag-table): Put all the images after the table.
1054 (shr-tag-table): Really inhibit images inside the table.
1055 (shr-collect-overlays): Copy over overlays from the TD elements to the
1056 main document.
1057
1058 * mm-decode.el (mm-shr): Bind shr-blocked-images to
1059 gnus-blocked-images.
1060
1061 2010-10-05 Julien Danjou <julien@danjou.info>
1062
1063 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1064
1065 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1066 (gnus-html-maximum-image-size): Add this function.
1067 (gnus-html-put-image): Use gnus-html-maximum-image-size.
1068
1069 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1070 server-value of the capability is nil.
1071
1072 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1073
1074 * shr.el (shr-tag-em): Add <EM> tag.
1075
1076 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
1077
1078 * sieve-manage.el (sieve-manage-default-stream): Make default stream
1079 customizable.
1080
1081 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1082 handing broken links to browse-url.
1083
1084 2010-10-05 Julien Danjou <julien@danjou.info>
1085
1086 * gnus-util.el (gnus-emacs-completing-read)
1087 (gnus-iswitchb-completing-read): Use autoload rather than require.
1088
1089 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
1090
1091 * gnus-util.el (gnus-completing-read-function): Exclude
1092 gnus-icompleting-read and gnus-ido-completing-read from candidates for
1093 XEmacs since iswitchb.el is very old and ido.el is unavailable in
1094 XEmacs.
1095
1096 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1097 not to use `delete-dups' that is unavailable in XEmacs 21.4.
1098
1099 * gnus-html.el: Don't require help-fns under XEmacs.
1100 (gnus-html-schedule-image-fetching): Work for XEmacs.
1101
1102 * mm-decode.el (mm-shr): Decode contents by charset.
1103
1104 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1105
1106 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1107 unknown.
1108
1109 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1110 (shr-get-image-data): Ensure against the cache file missing.
1111
1112 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1113 for data.
1114
1115 * spam-report.el (spam-report-url-ping-plain): Don't query about
1116 killing the process.
1117
1118 * shr.el (shr-render-td): Protect against too-wide text.
1119
1120 2010-10-04 Julien Danjou <julien@danjou.info>
1121
1122 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1123 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1124
1125 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1126 retrieved.
1127
1128 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1129
1130 * shr.el (browse-url): Required.
1131 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1132 lines.
1133 (shr-show-alt-text, shr-browse-image): New commands.
1134 (shr-browse-url, shr-copy-url): New commands.
1135
1136 * gnus-sum.el (gnus-widen-article-window): New variable.
1137 (gnus-summary-select-article-buffer): Use it.
1138
1139 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1140 without @ signs.
1141
1142 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
1143
1144 * nnir.el (nnir-run-imap): Remove spurious space in search string.
1145
1146 2010-10-04 Julien Danjou <julien@danjou.info>
1147
1148 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1149 for XEmacs.
1150
1151 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1152
1153 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1154
1155 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1156 (nnimap-close-server): Implement.
1157
1158 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1159 (shr-insert): Tweak line breaking.
1160 (shr-insert): Handle <pre> better.
1161 (shr-tag-li): Get <li> indentation right.
1162 (shr-tag-li): Get <li> indentation even righter.
1163 (shr-tag-blockquote): Ensure paragraph start.
1164 (shr-make-table): Tweak table generation.
1165 (shr-make-table): Fix typo.
1166
1167 * shr.el: Implement table rendering.
1168
1169 2010-10-04 Julien Danjou <julien@danjou.info>
1170
1171 * gnus-html.el (gnus-html-put-image): Fix resize image code.
1172
1173 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1174
1175 * shr.el (shr-insert): Use string anchors instead of line anchors.
1176
1177 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1178
1179 * shr.el: Add headings.
1180 (shr-ensure-paragraph): Actually work.
1181 (shr-tag-li): Make <ul> prettier.
1182 (shr-insert): Get white space at the beginning/end of elements right.
1183 (shr-tag-p): Collapse subsequent <p>s.
1184 (shr-ensure-paragraph): Don't insert double line feeds after blank
1185 lines.
1186 (shr-insert): \t is also space.
1187 (shr-tag-s): Fix "s" tag name function.
1188 (shr-tag-s): Fix face prop name.
1189
1190 2010-10-03 Julien Danjou <julien@danjou.info>
1191
1192 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1193
1194 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1195 gnus-window-inside-pixel-edges.
1196
1197 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1198 gnus-ems.
1199
1200 * mm-view.el (mm-inline-image-emacs): Support image resizing.
1201
1202 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1203 function.
1204
1205 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1206 resize choice.
1207
1208 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1209
1210 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1211 beginning of the buffer.
1212
1213 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1214 article buffer again.
1215
1216 * shr.el (shr-tag-p): Don't insert newlines at the start of the
1217 buffer.
1218
1219 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1220 when it's at the start of the buffer.
1221
1222 * shr.el (shr-tag-blockquote): Convert name.
1223 (shr-rescale-image): Use the right image-size variant.
1224
1225 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1226 buffer isn't shown, then select the current article first instead of
1227 bugging out.
1228 (gnus-summary-select-article-buffer): Show both the article and summary
1229 buffers again.
1230
1231 * shr.el (shr-fontize-cont): Protect against regions with no text.
1232 Rename tag functions to shr-tag-* for enhanced security.
1233 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1234
1235 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
1236
1237 * shr.el (shr-insert):
1238 * pop3.el (pop3-movemail):
1239 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1240 loaded.
1241
1242 2010-10-03 Glenn Morris <rgm@gnu.org>
1243
1244 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1245
1246 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1247
1248 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1249
1250 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1251
1252 * gnus-util.el (gnus-make-local-hook): Simplify.
1253
1254 2010-10-02 Julien Danjou <julien@danjou.info>
1255
1256 * gnus-util.el (gnus-iswitchb-completing-read): New function.
1257 (gnus-ido-completing-read): New function.
1258 (gnus-emacs-completing-read): New function.
1259 (gnus-completing-read): Use gnus-completing-read-function.
1260 Add gnus-completing-read-function.
1261
1262 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1263
1264 * shr.el (shr-insert-document): Autoload.
1265 (shr-img): Be silent.
1266 (shr-insert): Add a newline after every picture before text.
1267 (shr-add-font): Use overlays for combining faces.
1268 (shr-insert): Pass upwards the text start point.
1269
1270 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1271 possible.
1272 (mm-shr): New function.
1273
1274 2010-10-02 Julien Danjou <julien@danjou.info>
1275
1276 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1277 should go backward.
1278
1279 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
1280
1281 * shr.el (shr): Fix typo in provide call.
1282
1283 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1284
1285 * shr.el: New file.
1286
1287 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1288
1289 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1290 completing read.
1291
1292 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1293
1294 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1295 we're being queried about. Suggested by Dan Jacobson.
1296
1297 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts. Suggested
1298 by Jason Eisner.
1299
1300 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1301 table, too. Suggested by Stefan Wiens.
1302 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1303 the table unnecessary. Suggested by Stefan Wiens.
1304
1305 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1306 longer needed, and probably doesn't work either, as pointed out by
1307 Stefan Wiens.
1308 (gnus-summary-exit): Remove call to the clearing function.
1309 (gnus-summary-exit-no-update): Ditto.
1310
1311 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1312 instead of gnus-eval-in-buffer-window to avoid popping up frames.
1313 Reported by Stefan Monnier.
1314 (gnus-summary-save-in-rmail): Ditto.
1315
1316 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1317 article buffer, instead of both the article buffer and the summary
1318 buffer. Sort of suggested by Dan Jacobson.
1319
1320 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1321
1322 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1323 Suggested by Dan Jacobson.
1324
1325 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1326 documentation clearer.
1327
1328 * message.el (message-shorten-references): Comment on the number "21".
1329 Suggested by Stefan Monnier.
1330
1331 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1332 Suggested by Dan Jacobson.
1333
1334 * gnus.el (gnus-large-newsgroup): Mention
1335 gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
1336
1337 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1338 externalize attachments. Bug reported by Steve Wen.
1339
1340 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1341 really message anything to the user.
1342
1343 * nnmail.el (nnmail-article-group): Allow using the fancy split method
1344 directly.
1345
1346 * nnimap.el (nnimap-request-group): Low higher than high to signal no
1347 messages in empty groups.
1348
1349 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
1350
1351 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1352 non-UIDNEXT group.
1353
1354 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1355
1356 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1357 not the value from the collection.
1358
1359 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1360 values. This sometimes happens on some groups that have no info.
1361 (nnimap-request-newgroups): New function.
1362
1363 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
1364
1365 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1366 check into `gnus-registry-initialize'.
1367 (gnus-registry-initialize): Ditto.
1368 Fix and extend header docs.
1369
1370 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1371
1372 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1373 regexp backtrace overflows.
1374
1375 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1376 for starttls that tls.el implements; i.e. openssl.
1377
1378 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
1379
1380 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1381 (gravatar-create-image): New function that's an alias to
1382 gnus-xmas-create-image, gnus-create-image, or create-image.
1383 (gravatar-data->image): Use it.
1384
1385 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
1386
1387 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1388 install the nnregistry refer method.
1389 (gnus-registry-install-hooks): Use it.
1390 (gnus-registry-unfollowed-groups): Add nnmairix to the default
1391 unfollowed groups.
1392
1393 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
1394
1395 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1396 expanding threads.
1397
1398 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1399
1400 * nnir.el: Use the server names without suffixes (bug #7009).
1401
1402 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1403 unencrypted to STARTTLS, if possible.
1404
1405 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
1406
1407 * message.el (message-ignored-supersedes-headers): Strip Injection-*
1408 headers before superseding.
1409
1410 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1411
1412 * nnrss.el (nnrss-use-local): Add documentation.
1413
1414 * nnimap.el (nnimap-extend-tls-programs): New function.
1415 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1416 (nnimap-wait-for-connection): Accept the greeting from the stupid
1417 output from openssl s_client -starttls, too.
1418
1419 * nnimap.el (nnimap-find-article-by-message-id): Really return the
1420 article number.
1421 (nnimap-split-fancy): New variable.
1422 (nnimap-split-incoming-mail): Use it.
1423
1424 * nntp.el (nntp-server-list-active-group): Document.
1425
1426 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1427 SELECT to get the message-id.
1428
1429 * mail-source.el (mail-sources): Removed webmail support.
1430 (defvar): Ditto.
1431 (mail-source-fetcher-alist): Ditto.
1432 (mail-source-fetch-webmail): Removed.
1433
1434 * webmail.el: Removed -- doesn't seem relevant any more.
1435
1436 * gnus.el: Fix up make-obsolete-variable declarations throughout.
1437
1438 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1439 the \r.
1440
1441 2010-09-30 Julien Danjou <julien@danjou.info>
1442
1443 * gnus-agent.el (gnus-agent-add-group): Fix call to
1444 gnus-completing-read.
1445
1446 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1447
1448 * nndoc.el (nndoc-retrieve-groups): New function.
1449
1450 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1451 `default', use nnmail-split-methods.
1452 (nnimap-request-article): Downcase the NILs so that they are nil.
1453
1454 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1455 symbol.
1456
1457 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1458 code, since if the user has requested network, that's what they ought
1459 to get.
1460 (nnimap-request-set-mark): Erase the buffer before issuing commands.
1461 (nnimap-split-rule): Mark as obsolete.
1462
1463 * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1464 variable.
1465
1466 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1467 correct slot, too.
1468
1469 2010-09-29 Julien Danjou <julien@danjou.info>
1470
1471 * gnus.el (gnus-local-domain): Declare variable obsolete.
1472
1473 * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1474 computing.
1475 (gnus-ido-completing-read): Require ido.
1476
1477 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1478
1479 * gnus-registry.el: Don't prompt on load, which makes it impossible to
1480 build Gnus.
1481
1482 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1483 when interpreting the structures.
1484 (nnimap-request-accept-article): Add \r\n to the lines to make this
1485 work with Cyrus.
1486
1487 * nndraft.el (nndraft-request-expire-articles): Use the group name
1488 instead if "nndraft". Fix found by Nils Ackermann.
1489
1490 2010-09-29 Ludovic Courtes <ludo@gnu.org>
1491
1492 * nnregistry.el: Added.
1493
1494 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
1495
1496 * nnmail.el (group, group-art-list, group-art):
1497 Remove unneeded directives.
1498
1499 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
1500
1501 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1502 (mm-mime-charset)
1503 * rfc2047.el (rfc2047-syntax-table)
1504 * utf7.el (utf7-utf-16-coding-system): Comment fix.
1505
1506 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1507 rather than `insert-file-contents' and `eval-region'.
1508
1509 2010-09-29 Julien Danjou <julien@danjou.info>
1510
1511 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1512 replacement of `gnus-gravatar-relief' to mimic
1513 `gnus-faces-properties-alist'.
1514 Add :version property.
1515
1516 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
1517
1518 * mail-source.el (mail-source-report-new-mail)
1519 * message.el (message-default-mail-headers)
1520 * mm-decode.el (mm-valid-image-format-p): Comment fix.
1521
1522 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1523
1524 2010-09-28 Julien Danjou <julien@danjou.info>
1525
1526 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1527 mail-address contains the same string as real-name.
1528
1529 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1530 non-blank in header, otherwise it'll get stripped.
1531
1532 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1533 real-name, and then for mail address rather than doing : or , search.
1534
1535 2010-09-27 Julien Danjou <julien@danjou.info>
1536
1537 * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1538 (gnus-server-goto-server): Use gnus-completing-read.
1539
1540 * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1541
1542 * mm-util.el (defalias): Use gnus-completing-read.
1543 (mm-codepage-setup): Use gnus-completing-read.
1544
1545 * smime.el (smime-sign-buffer): Use gnus-completing-read.
1546 (smime-decrypt-buffer): Use gnus-completing-read.
1547
1548 * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1549
1550 * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1551 (mml-minibuffer-read-disposition): Use gnus-completing-read.
1552 (mml-insert-multipart): Use gnus-completing-read.
1553
1554 * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1555
1556 * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1557
1558 * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1559
1560 * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1561
1562 * gnus.el (gnus-read-method): Use gnus-completing-read.
1563
1564 * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1565
1566 * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1567 (gnus-mime-action-on-part): Use gnus-completing-read.
1568 (gnus-article-encrypt-body): Use gnus-completing-read.
1569
1570 * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1571 (gnus-topic-move-matching): Use gnus-completing-read.
1572 (gnus-topic-copy-matching): Use gnus-completing-read.
1573 (gnus-topic-sort-topics): Use gnus-completing-read.
1574 (gnus-topic-move): Use gnus-completing-read.
1575
1576 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1577 (gnus-agent-add-group): Use gnus-completing-read.
1578
1579 * nnmairix.el (nnmairix-create-server-and-default-group): Use
1580 gnus-completing-read.
1581 (nnmairix-update-groups): Use gnus-completing-read.
1582 (nnmairix-get-server): Use gnus-completing-read.
1583 (nnmairix-backend-to-server): Use gnus-completing-read.
1584 (nnmairix-goto-original-article): Use gnus-completing-read.
1585 (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1586
1587 * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1588
1589 * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1590 (gnus-group-make-useful-group): Use gnus-completing-read.
1591 (gnus-group-make-web-group): Use gnus-completing-read.
1592 (gnus-group-add-to-virtual): Use gnus-completing-read.
1593 (gnus-group-browse-foreign-server): Use gnus-completing-read.
1594
1595 * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1596 (gnus-summary-limit-to-extra): Use gnus-completing-read.
1597 (gnus-summary-execute-command): Use gnus-completing-read.
1598 (gnus-summary-respool-article): Use gnus-completing-read.
1599 (gnus-read-move-group-name): Use gnus-completing-read.
1600
1601 * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1602 (gnus-summary-score-effect): Use gnus-completing-read.
1603
1604 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1605
1606 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1607 right completing-read function.
1608 (gnus-use-ido): New variable
1609 (gnus-completing-read-with-default): Remove.
1610
1611 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
1612
1613 * nnimap.el (auth-source-forget-user-or-password)
1614 (auth-source-user-or-password): Autoload.
1615
1616 * message.el (message-from-style, message-interactive)
1617 (message-signature): Remove comment.
1618 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
1619 always.
1620 (message-sendmail-envelope-from): Comment fix.
1621 (message-yank-prefix): Default to mail-yank-prefix always.
1622 (message-indentation-spaces): Default to mail-indentation-spaces always.
1623 (message-signature-file): Default to mail-signature-file always.
1624
1625 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1626
1627 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1628 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1629 new articles.
1630
1631 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1632 parts.
1633 (nnimap-request-article): Work with the t setting, too.
1634
1635 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1636 that you don't get flashes of other buffers.
1637 (gnus-summary-show-complete-article): Intern before setting.
1638
1639 2010-09-27 David Engster <dengste@eml.cc>
1640
1641 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
1642 well as HEADERS.
1643 (nnmairix-retrieve-headers): Provide new argument for the above.
1644
1645 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1646
1647 * gnus-sum.el (gnus-summary-move-article): Don't alter
1648 gnus-newsgroup-active. This makes `/ N' work after copying to the same
1649 group.
1650
1651 * nnimap.el (nnimap-update-info): Don't destructively alter active.
1652
1653 * message.el (message-cite-prefix-regexp): Revert my last edit.
1654
1655 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1656 variable instead of the Gnus variable.
1657
1658 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1659
1660 * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1661 again.
1662
1663 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1664 since some servers don't like it.
1665 (nnimap-open-connection): Forget credentials if the server says the
1666 password was wrong.
1667 (nnimap-parse-line): Protect against invalid data.
1668
1669 * gnus-sum.el (gnus-summary-move-article): Add comment.
1670 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1671 nothing alters it while scanning for new messages.
1672
1673 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1674 which may or may not help.
1675 (nnimap-open-connection): If we're doing a stream connection, and then
1676 discover we're on a STARTTLS-capable server, then open a STARTTLS
1677 connection instead.
1678
1679 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1680
1681 * nnimap.el (utf7): Required.
1682
1683 * message.el (message-cite-prefix-regexp): Remove "}" from citation
1684 prefix.
1685
1686 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
1687
1688 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1689
1690 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1691
1692 * nnimap.el (nnimap-request-accept-article): Message the error on
1693 error.
1694
1695 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
1696
1697 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1698
1699 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1700
1701 * nndoc.el (nndoc-request-list): Return success always.
1702
1703 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1704 `fetch-old' -- we only want to fetch the articles we've requested. The
1705 rest are in the agent, probably.
1706 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1707 disappeared server" to something low. It's not important.
1708
1709 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1710 arrived before the FETCH data.
1711
1712 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1713 target here, because we don't know the Gnus name of the group.
1714
1715 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1716 for the correct group.
1717
1718 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1719
1720 * gnus.el (gnus): Give a final warning after startup.
1721
1722 * gnus-util.el (gnus-action-message-log): New variable.
1723 (gnus-message): Use it.
1724 (gnus-final-warning): New function.
1725
1726 * nnimap.el (nnimap-open-connection): Record the greeting.
1727 (nnimap): Add greeting.
1728
1729 2010-09-26 Julien Danjou <julien@danjou.info>
1730
1731 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1732 arguments.
1733 (gnus-html-wash-images): Fix spec computing to include start/end.
1734
1735 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1736
1737 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1738
1739 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1740 deletion.
1741 (nnimap-retrieve-headers): Don't select the group, because that's
1742 already done by nnimap-possibly-change-group.
1743
1744 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1745 (gnus-picon-transform-address): Use it.
1746
1747 * mail-source.el (mail-source-value): Revert previous patch.
1748
1749 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1750 on failure.
1751 (nnimap-open-connection): Look up both virtual and physical server name
1752 credentials.
1753
1754 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1755
1756 2009-02-08 Dave Love <fx@gnu.org>
1757
1758 * gnus-win.el (gnus-window-to-buffer-helper,
1759 gnus-all-windows-visible-p): Function needn't be a symbol.
1760
1761 * mail-source.el (mail-source-value): Function needn't be a symbol.
1762
1763 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1764
1765 * message.el (message-cite-prefix-regexp): Remove } from the cite
1766 prefix.
1767
1768 * gnus-art.el (gnus-treatment-function-alist): Do picons before
1769 highlight again, so that the highlight is correct.
1770
1771 * gnus-picon.el (gnus-picon): Remove again.
1772 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1773
1774 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1775 doing the header highlightling, so that the background colour of the
1776 picon is correct.
1777
1778 * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1779 (gnus-picon): Ditto.
1780 (gnus-picon): Reinstate. The background colour for picons is white.
1781 (gnus-picon-insert-glyph): Make the background white.
1782
1783 * nnml.el (nnml-open-nov): Don't return dead buffers.
1784
1785 * auth-source.el (auth-source-create): Query the user for whether to
1786 store the credentials.
1787
1788 * auth-source.el (auth-source-user-or-password): Use the existing auth
1789 sources, if any, for creation.
1790
1791 * gnus.el (gnus-group-fast-parameter): Return the last matching
1792 parameter instead of the first matching parameter.
1793
1794 2010-09-26 Julien Danjou <julien@danjou.info>
1795
1796 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1797
1798 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1799
1800 * mml2015.el (mml2015-use): Remove gpg support.
1801
1802 * mml1991.el (mml1991-function-alist): Remove gpg function.
1803 (mml1991-gpg-sign): Removed.
1804
1805 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
1806
1807 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1808 (gnus-browse-unsubscribe-current-group): Document it.
1809 (gnus-browse-unsubscribe-group): Use it.
1810
1811 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1812
1813 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1814 address to the To list for easier response.
1815
1816 * gnus.el (gnus-play-startup-jingle): Removed.
1817 (gnus-splash): Don't play jingle.
1818 (gnus): Silence gnus-load message.
1819
1820 * gnus-art.el (gnus-treat-play-sounds): Removed.
1821
1822 * gnus.el (gnus-play-jingle): Remove audio support.
1823
1824 * gnus-cus.el (gnus-score-customize): Remove audio reference.
1825
1826 * earcon.el: Removed -- no users.
1827
1828 * gnus-audio.el: Removed -- no users of this package.
1829
1830 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1831
1832 * gnus-start.el (gnus-setup-news): Remove nocem support.
1833
1834 * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1835
1836 * gnus.el (gnus-use-nocem): Removed.
1837
1838 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1839 Removed.
1840
1841 * gnus-nocem.el (gnus-nocem-issuers): Removed file. Apparently nobody
1842 uses NoCeM any more.
1843
1844 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1845 (gnus-button-ctan-handler): Ditto.
1846 (gnus-button-handle-ctan-bogus-regexp): Ditto.
1847 (gnus-button-ctan-directory-regexp): Ditto.
1848 (gnus-button-handle-ctan): Ditto.
1849 (gnus-button-tex-level): Ditto.
1850 (gnus-button-alist): Removed CTAN stuff.
1851
1852 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1853
1854 * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1855 nnimap-streaming test.
1856
1857 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1858 servers twice.
1859
1860 * nnimap.el (nnimap-open-connection): Add more error reporting when
1861 nnimap fails early.
1862
1863 * nnheader.el (nnheader-get-report-string): New function.
1864 (nnheader-get-report): Use it.
1865
1866 * gnus-int.el (gnus-check-server): Say what the error was when opening
1867 failed.
1868
1869 * nnimap.el (nnimap-wait-for-response): Search further when we're not
1870 using streaming.
1871
1872 2010-09-25 Julien Danjou <julien@danjou.info>
1873
1874 * gnus-html.el (gnus-html-rescale-image): Use our defalias
1875 gnus-window-inside-pixel-edges.
1876
1877 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1878
1879 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1880
1881 * mm-decode.el (mm-save-part): Allow saving to other directories the
1882 normal Emacs way.
1883
1884 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox. Suggested
1885 by Jay Berkenbilt.
1886
1887 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1888 there isn't a single byte.
1889
1890 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1891 just do it. It doesn't really seem to matter what the user responds
1892 here, I think, so it's just a confusing question.
1893
1894 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1895 non-streaming case.
1896
1897 * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1898 (gnus-article-encrypt-body): Use it.
1899
1900 * gnus-sum.el (gnus-summary-show-complete-article): New command and
1901 keystroke.
1902
1903 * nnimap.el (nnimap-find-wanted-parts-1): Use
1904 gnus-fetch-partial-articles.
1905
1906 * gnus-art.el (gnus-fetch-partial-articles): New variable.
1907
1908 * nnimap.el (nnimap-insert-partial-structure): New function.
1909 (nnimap-get-partial-article): New function.
1910 (nnimap-request-article): Use it.
1911 (nnimap-wait-for-response): Return whether the wait was successful.
1912 (nnimap-finish-retrieve-group-infos): Don't do anything if the
1913 retrieval wasn't successful.
1914 (nnimap-retrieve-group-data-early): Allow throttling servers.
1915 (nnimap-streaming): New variable.
1916 (nnimap-fetch-partial-articles): Removed.
1917
1918 * mm-decode.el (mm-with-part): Protect against killed buffers.
1919
1920 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1921 for prettier summary display.
1922
1923 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
1924
1925 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1926 directly.
1927
1928 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1929
1930 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1931 apparently third-party libraries depend on it.
1932
1933 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1934 before starting negotiation.
1935
1936 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1937 privacy reasons.
1938 (gnus-treat-mail-gravatar): Ditto.
1939
1940 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1941 buffer when inserting images. Inserting text into the headers, for
1942 instance, can make them invalid.
1943
1944 2010-09-25 Julien Danjou <julien@danjou.info>
1945
1946 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1947 variables.
1948
1949 * nnheader.el: Remove useless variables news-reply-yank-from and
1950 news-reply-yank-message-id.
1951
1952 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1953 variables.
1954
1955 * mml1991.el: Remove useless mml1991-verbose.
1956
1957 * gnus.el: Remove useless variable gnus-use-generic-from.
1958 Remove obsolete variable gnus-topic-indentation.
1959
1960 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1961
1962 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1963
1964 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1965
1966 * gnus-group.el: Remove useless gnus-group-icon-cache.
1967 Remove useless gnus-ephemeral-group-server.
1968
1969 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1970
1971 * mml2015.el: Remove useless mml2015-verbose.
1972
1973 * mml-smime.el: Remove useless mml-smime-verbose.
1974
1975 * gnus.el: Remove useless gnus-local-domain.
1976
1977 * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1978 gnus-gravatar-size.
1979
1980 * gnus-art.el: Remove useless gnus-treat-translate.
1981
1982 2010-09-24 Julien Danjou <julien@danjou.info>
1983
1984 * gnus-sum.el: Add support for Gravatars.
1985
1986 * gnus-art.el: Add support for Gravatars.
1987
1988 * gnus-gravatar.el: Add this file.
1989
1990 * gravatar.el: Add this file.
1991
1992 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1993
1994 * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1995
1996 * gnus-group.el (gnus-group-fetch-faq): Removed.
1997
1998 * gnus.el (gnus-group-faq-directory): Removed.
1999
2000 * gnus-group.el (gnus-group-fetch-charter): Removed.
2001
2002 * gnus.el (gnus-group-charter-alist): Removed.
2003
2004 * gnus-group.el (gnus-group-archive-directory): Removed.
2005 (gnus-group-recent-archive-directory): Ditto.
2006 (gnus-group-make-archive-group): Removed.
2007
2008 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2009
2010 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2011 use the same article number for all the cached articles.
2012
2013 * nnimap.el (nnimap-command): Register the last command time so
2014 that we can use it for idling NOOPs.
2015 (nnimap-open-connection): Start the keeplive timer.
2016 (nnimap-make-process-buffer): Store all the process buffers.
2017 (nnimap-keepalive): New function.
2018
2019 * starttls.el (starttls-open-stream): Add autoload cookie.
2020
2021 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
2022
2023 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2024 handling.
2025
2026 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2027
2028 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2029 its data structures.
2030
2031 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2032 instead of the cl.el copy-list.
2033 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2034 equalp.
2035
2036 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
2037
2038 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2039 and tool-bar-local-item-from-menu.
2040
2041 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2042 mode-line-highlight face for Emacs.
2043
2044 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2045 loading gnus-sum.elc; fix comment for canlock-verify.
2046 (gnus-article-jump-to-part): Use read-number.
2047 (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
2048 Emacs pre-21 compatible code for help-echo.
2049 (gnus-article-next-page-1): No need to adjust the number of lines.
2050 (gnus-article-describe-bindings): Always use help-buffer.
2051
2052 * gnus-audio.el (gnus-audio-inline-sound)
2053 * gnus-cus.el (gnus-custom-mode)
2054 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2055
2056 * gnus-sum.el (gnus-remove-overlays): Doc fix.
2057
2058 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2059 compatible code.
2060
2061 2010-09-24 Glenn Morris <rgm@gnu.org>
2062
2063 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2064 visiting the fcc file in rmail-mode.
2065
2066 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
2067
2068 * nnir.el: Silence the byte compiler.
2069
2070 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2071 alias to browse-url-url-encode-chars if any.
2072 (gnus-html-encode-url): Use it.
2073
2074 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2075
2076 * gnus-start.el (gnus-use-backend-marks): New variable.
2077 (gnus-get-unread-articles-in-group): Use it.
2078
2079 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2080 makeover.
2081
2082 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
2083
2084 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2085
2086 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2087
2088 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2089 Removed.
2090 (gnus-setup-news-hook): Removed
2091 gnus-fixup-nnimap-unread-after-getting-new-news.
2092
2093 * gnus-int.el (gnus-request-update-info): Protect against backends not
2094 having the function.
2095
2096 * nnimap.el (nnimap-stream): Mention starttls.
2097 (nnimap-open-connection): Add starttls support.
2098
2099 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
2100
2101 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2102
2103 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2104
2105 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2106 BODYSTRUCTUREs.
2107 (nnimap-transform-headers): Unfold quoted {42} headers.
2108
2109 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2110 the info.
2111 (gnus-get-unread-articles): Only call updatep on backends that support
2112 it.
2113
2114 * nnweb.el (nnweb-request-update-info): NOOP.
2115
2116 * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2117
2118 * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2119 since it only deals with marks.
2120
2121 * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2122 gnus-request-marks, and make a new gnus-request-update-info.
2123
2124 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2125 the active instead of the high number, which is usually too low.
2126
2127 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
2128
2129 * encrypt.el: Removed.
2130
2131 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2132
2133 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2134 server in symbolic form.
2135
2136 * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2137 0.9.
2138
2139 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2140
2141 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2142 (nnimap-update-info): Fix up code slightly.
2143
2144 * gnus-int.el (gnus-open-server): Add tracing for performance
2145 debugging.
2146
2147 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2148 (gnus-group-insert-group-line): Pass the real group name so that it
2149 gets the right data.
2150
2151 * gnus-start.el (gnus-get-unread-articles): Don't have
2152 `gnus-get-unread-articles-in-group' update info, since that can be
2153 really slow and doesn't seem to be needed?
2154
2155 2010-09-22 Julien Danjou <julien@danjou.info>
2156
2157 * gnus-group.el (gnus-group-insert-group-line): Call
2158 gnus-group-highlight-line.
2159 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2160 default hook list.
2161 (gnus-group-update-eval-form): Add new function.
2162 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2163 (gnus-group-get-icon): Use gnus-group-update-eval-form.
2164
2165 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2166
2167 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2168 immediate, then expire all articles.
2169 (nnimap-update-info): Fix off-by-one errors.
2170 (nnimap-flags-to-marks): Would return no marks lists for group with no
2171 flags. Instead return the other data.
2172
2173 2010-09-22 Julien Danjou <julien@danjou.info>
2174
2175 * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2176 Only return an icon.
2177 (gnus-group-insert-group-line): Compute icon to return.
2178
2179 * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2180 variable.
2181 (gnus-html-image-fetched): Only cache if
2182 gnus-html-image-automatic-caching is set.
2183 (gnus-html-image-fetched): Check for errors.
2184
2185 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2186
2187 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2188 once per method on `g'. This ensures that backends like nnfolder don't
2189 open all their folders.
2190
2191 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2192 (nnimap-request-list): Nix out group in the correct buffer.
2193 (nnimap-parse-flags): Implement by using `read' instead of
2194 hand-parsing.
2195 (nnimap-flags-to-marks): Pass on permanent-flags.
2196 (nnimap-make-process-buffer): Record the server name.
2197 (nnimap-parse-flags): Fix typo.
2198 (nnimap-request-scan): Run split on the server in general, not just a
2199 single group.
2200
2201 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2202 parameter, and propagate this downwards.
2203
2204 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2205 since EXAMINE changes it on the server.
2206
2207 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2208 this command might take a while.
2209
2210 2010-09-22 Julien Danjou <julien@danjou.info>
2211
2212 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2213 harmful if you have 2 images side-by-side, they can't be properly
2214 update on text deletion. Using text-property is safer here.
2215 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2216 data.
2217
2218 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2219
2220 * nnimap.el (nnimap-expunge-inbox): Removed.
2221 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2222 (nnimap-expunge): Flip default to t.
2223
2224 * gnus.el (gnus-method-to-server): Don't push things to the cache
2225 unless it's unique.
2226 (gnus-server-to-method): Ditto.
2227
2228 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
2229
2230 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2231
2232 2010-09-22 Julien Danjou <julien@danjou.info>
2233
2234 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2235 get the start of data.
2236 (gnus-html-encode-url): Add this function to encode special chars in
2237 URL.
2238 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2239 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2240
2241 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2242 default.
2243 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2244
2245 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2246 images alt-text.
2247 (gnus-html-put-image): Put alt-text as help-echo.
2248
2249 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
2250
2251 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2252 * mm-util.el (mm-decompress-buffer)
2253 * nnir.el (nnir-run-find-grep)
2254 * pop3.el (pop3-list): Use 3rd arg of split-string.
2255
2256 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2257
2258 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2259 outside the active range. Suggested by Dan Christensen.
2260
2261 * gnus-start.el (gnus-get-unread-articles): Get the extended method
2262 slightly later to avoid double-getting it.
2263
2264 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2265 previous patch.
2266
2267 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2268
2269 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
2270
2271 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2272
2273 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2274
2275 * gnus-int.el (gnus-open-server): Give a better error message in the
2276 "go offline" case.
2277
2278 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2279 marks for nnimap, which is seldom the right thing to do.
2280
2281 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2282 (gnus-same-method-different-name): New function.
2283
2284 * nnimap.el (parse-time): Require.
2285
2286 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2287 method in the presence of many similar methods.
2288
2289 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2290
2291 * nnimap.el (nnimap-find-expired-articles): Don't refer to
2292 nnml-inhibit-expiry.
2293
2294 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2295 find out whether methods are equal.
2296
2297 * nnimap.el (nnimap-find-expired-articles): New function.
2298 (nnimap-process-expiry-targets): New function.
2299 (nnimap-request-move-article): Request the article before looking at
2300 what the Message-ID is. Fix found by Andrew Cohen.
2301 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2302
2303 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2304 for oldness in addition to being a predicate.
2305
2306 * nnimap.el (nnimap-request-group): When we have zero articles, return
2307 the right data to Gnus.
2308 (nnimap-request-expire-articles): Only delete articles immediately if
2309 the target is 'delete.
2310
2311 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2312 method, this would bug out.
2313
2314 * gnus-group.el (gnus-group-expunge-group): Renamed from
2315 gnus-group-nnimap-expunge, and implemented as a normal interface
2316 function.
2317
2318 * gnus-int.el (gnus-request-expunge-group): New function.
2319
2320 * nnimap.el (nnimap-request-create-group): Implement.
2321 (nnimap-request-expunge-group): New function.
2322
2323 2010-09-21 Julien Danjou <julien@danjou.info>
2324
2325 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2326 (gnus-html-cache-expired): Add new function.
2327 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2328 wethever we should display image for fetch it.
2329 Compute alt-text earlier to pass it to the fetching function too.
2330 (gnus-html-schedule-image-fetching): Change function argument to only
2331 get one image at a time, not a list.
2332 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2333 cache.
2334 (gnus-html-get-image-data): New function to retrieve image data from
2335 cache.
2336 (gnus-html-put-image): Change buffer argument to use image data rather
2337 than file, and place image above region rather than inserting a new
2338 one. Do not take alt-text as argument, since it's useless now: we place
2339 the image above alt-text.
2340 (gnus-html-prune-cache): Remove.
2341 (gnus-html-show-images): Start to fetch image when we find one, do not
2342 push into a temporary list.
2343 (gnus-html-prefetch-images): Only fetch image if they have expired.
2344 (gnus-html-browse-image): Fix, use 'gnus-image-url.
2345 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2346
2347 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2348
2349 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2350
2351 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2352
2353 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2354 spec inser "*" if the group isn't active instead of 0.
2355
2356 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2357 opening the server.
2358 (nnimap-request-delete-group): Implement group deletion.
2359 (nnimap-transform-headers): Return the size of the entire message in
2360 the Bytes header, not just the size of the first part.
2361 (nnimap-request-move-article): When moving an article from nnimap,
2362 request the article first so the accepting form has an article to
2363 accept. Reported by Dan Christensen.
2364 (nnimap-command): Make sure that the error message doesn't error out.
2365
2366 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
2367
2368 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2369 we haven't requested anything.
2370
2371 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2372
2373 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2374 "". Fix found by Andrew Cohen.
2375
2376 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2377 instead of -encode-string.
2378
2379 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2380
2381 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2382
2383 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2384 by mm-subst-char-in-string.
2385
2386 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2387
2388 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2389 waiting for the connection string.
2390
2391 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2392 arriving.
2393
2394 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2395 bogus characters. This allows selecting certain Gmail groups.
2396
2397 * nnimap.el (nnimap-find-wanted-parts-1): New function.
2398 (nnimap-fetch-partial-articles): New variable.
2399 (nnimap-open-connection): When looking for credentials, also use the
2400 nnimap-server-port.
2401 (nnimap-request-article): Return the group/article number, so that Gnus
2402 `^' works as expected.
2403 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2404 them.
2405
2406 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2407 comments.
2408 (gnus-methods-sloppily-equal): New function.
2409 (gnus): When using the development version of Gnus, load the gnus-load
2410 file.
2411
2412 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2413 `gnus-open-server' on each method before trying to scan them etc. This
2414 ensures that all the backend parameters are set correctly.
2415
2416 * nnimap.el (nnimap-authenticator): New variable.
2417 (nnimap-open-connection): Allow anonymous login.
2418 (nnimap-transform-headers): The chars header is called Chars not
2419 Bytes.
2420 (nnimap-wait-for-response): Don't infloop if the IMAP connection
2421 drops.
2422
2423 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2424 patch, found by Knut Anders Hatlen.
2425
2426 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
2427
2428 * gnus-agent.el (gnus-agent-batch-confirmation)
2429 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2430 to gnus-message.
2431 * gnus-art.el (gnus-article-describe-briefly): Likewise.
2432 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2433 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2434 * gnus-int.el (gnus-open-server): Likewise.
2435 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2436 (gnus-score-check-syntax): Likewise.
2437 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2438 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2439 Likewise.
2440 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2441
2442 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2443
2444 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2445 calling conventions so that prefetch doesn't bug out.
2446
2447 2010-09-19 Julien Danjou <julien@danjou.info>
2448
2449 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2450 rather than `subst-char-in-region' in order to be able to replace ASCII
2451 char by UTF-8 ones.
2452
2453 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2454 than curl.
2455 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2456 the right URL and ALT text on images.
2457 (gnus-html-wash-tags): Fix tag case.
2458 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
2459 (gnus-article-html): Add -o display_ins_del=2 option.
2460 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2461
2462 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2463
2464 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2465 the extra mail headers, which sometimes seem to happen for unknown
2466 reasons.
2467
2468 * mail-parse.el (mail-header-encode-parameter): Define as
2469 rfc2045-encode-string instead of as rfc2231-encode-string, since some
2470 (or most, perhaps?) mail readers don't understand the latter, but do
2471 understand the former.
2472
2473 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2474 to nil, so that no methods are automatically agentized. I think this
2475 is probably what most users want.
2476
2477 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2478 from url-retrieve, for instance about invalid URLs.
2479
2480 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2481 groups that have no articles.
2482 (nnimap-request-article): Check that we really got an article when we
2483 requested one.
2484
2485 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2486 doesn't exist.
2487
2488 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2489 nntp buffer so the agent can save it.
2490 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2491 that CRLF doesn't get translated to \n.
2492 (nnimap-open-connection): Don't make 'shell commands only send \n.
2493
2494 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2495
2496 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2497 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2498 Update var name.
2499 (nnml-generate-nov-file): Use dolist.
2500 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2501 Use with-current-buffer.
2502
2503 2010-09-18 Julien Danjou <julien@danjou.info>
2504
2505 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2506 parallel.
2507
2508 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2509
2510 * nnimap.el (nnimap-update-info): When doing partial marks update, get
2511 the range update right.
2512 (nnimap-request-group): Don't make `M-g' bug out on group with no
2513 marks.
2514 (nnoo): Required, so that other packages can require nnimap.
2515 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2516 command we're looking for. This helps when the server sends more
2517 responses after we've gotten everything we expected.
2518 (nnimap): Add a `newlinep' field to keep track of end-of-line
2519 conventions.
2520 Don't send CRLF to things that don't want it.
2521 (nnimap-request-accept-article): Ditto.
2522
2523 2010-09-18 Julien Danjou <julien@danjou.info>
2524
2525 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2526 than curl to retrieve images.
2527
2528 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2529
2530 * nnimap.el (nnimap-update-info): Extend the info so that we can set
2531 the marks.
2532 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2533 (nnimap-wait-for-connection): New function.
2534 (nnimap-open-connection): If we have PREAUTH, don't query for login
2535 credentials.
2536 (nnimap-update-info): Fix off-by-one error when concatenating ranges
2537 when doing a partial update.
2538
2539 2010-09-18 Julien Danjou <julien@danjou.info>
2540
2541 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2542 tags.
2543
2544 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2545
2546 * nnimap.el (nnimap-credentials): New function.
2547 (nnimap-open-connection): Use the new function to look for credentials
2548 also on the numeric equivalents of "imap" and "imaps".
2549
2550 * gnus-start.el (gnus-activate-group): Send the info to
2551 gnus-request-group.
2552
2553 * nnimap.el (nnimap-request-group): Have the "check" version of the
2554 function parse flags and update the info, so that a `M-g' get a total
2555 resync of all flags from the group.
2556
2557 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2558 to allow backends to alter the info on group selection. Also alter all
2559 the backend -request-group functions to take the parameter.
2560
2561 * nnimap.el (nnimap-store-info): New function.
2562 (nnimap-update-info): Store the info for later usage.
2563 (nnimap-request-group): Use the stored info for the dont-check case, so
2564 that we don't retrieve all marks when we enter a group.
2565
2566 * nnimap.el: Use deffoo instead of defun for interface functions.
2567
2568 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2569 update the group info. This makes the nndraft groups, for instance, go
2570 back to their old behaviour.
2571
2572 * gnus-sum.el (gnus-select-newsgroup): Indent.
2573
2574 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2575 in.
2576 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2577 nothing.
2578
2579 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2580 from methods that are denied.
2581
2582 * gnus-int.el (gnus-method-denied-p): New function.
2583
2584 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2585 store the password instead of netrc.
2586 (nnimap-open-connection): Don't error out when we can't make a
2587 connections.
2588
2589 * auth-source.el (auth-source-create): In the password prompt, say what
2590 we're querying for. Also prompt for user name if that hasn't been
2591 given.
2592
2593 * nnimap.el (nnimap-with-process-buffer): Removed.
2594
2595 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2596
2597 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2598 method when we're reading from the agent.
2599
2600 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2601
2602 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2603 that's probably most useful for users.
2604
2605 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2606 "failed" all the time.
2607
2608 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2609 ...)) with (with-current-buffer ... ).
2610
2611 * nntp.el (nntp-open-server): Return whether the open was successful or
2612 not.
2613
2614 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2615 select an unread unseen article first.
2616
2617 * nnimap.el (nnimap-open-connection): If the user doesn't have a
2618 /etc/services, supply some sensible port defaults.
2619
2620 2010-09-17 Julien Danjou <julien@danjou.info>
2621
2622 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2623
2624 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
2625
2626 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2627 doesn't have any parameters.
2628
2629 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2630
2631 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2632 only upcased checks.
2633
2634 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2635
2636 * nnimap.el (nnimap-open-shell-stream): New function.
2637 (nnimap-open-connection): Use it.
2638 (nnimap-transform-headers): Get the number of lines in each message.
2639 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2640 number of lines.
2641 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
2642 problem.
2643
2644 * utf7.el (utf7-encode): Autoload.
2645
2646 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2647 to allow the mail splitting to not return a default group. This is
2648 useful for nnimap, which will leave unmatched mail in the inbox.
2649
2650 * nnimap.el: Rewritten.
2651
2652 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2653 nnimap usage.
2654
2655 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2656 if the move is internal, so that nnimap can do fast internal moves.
2657
2658 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2659 data.
2660 (gnus-read-active-for-groups): Support finishing the early retrieval of
2661 data.
2662
2663 * gnus-range.el (gnus-range-nconcat): New function.
2664
2665 * gnus-int.el (gnus-finish-retrieve-group-infos)
2666 (gnus-retrieve-group-data-early): New functions.
2667
2668 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2669
2670 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2671 (nnrss-retrieve-groups):
2672 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2673 (pop3-quit): Use with-current-buffer.
2674
2675 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
2676
2677 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2678 instead of nnheader-accept-process-output.
2679
2680 * gnus-html.el (gnus-html-schedule-image-fetching)
2681 (gnus-html-prefetch-images): Replace process-kill-without-query by
2682 gnus-set-process-query-on-exit-flag.
2683
2684 2010-09-16 Romain Francoise <romain@orebokech.com>
2685
2686 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2687
2688 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2689
2690 * gnus-registry.el (gnus-registry-install-shortcuts): The second
2691 parameter to unintern is mandatory-ish in Emacs 24.
2692
2693 * gnus-html.el (gnus-html-schedule-image-fetching)
2694 (gnus-html-prefetch-images): Check for curl before using it.
2695
2696 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2697 depend on curl, which isn't essential.
2698
2699 * imap.el: Revert back to version
2700 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2701 seem problematic.
2702
2703 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
2704
2705 * gnus-registry.el (gnus-registry-install-shortcuts):
2706 Explicitly pass `obarray' to `unintern' to avoid a warning.
2707
2708 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2709
2710 * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2711 change.
2712
2713 * nnrss.el (nnrss-request-list): Removed this function and related
2714 functions, including the moreover stuff.
2715
2716 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2717
2718 * nnrss.el (nnrss-retrieve-groups): New function.
2719
2720 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
2721
2722 * .dir-locals.el: Add no-byte-compile cookie.
2723
2724 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
2725
2726 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2727 for back end that doesn't support request-scan.
2728
2729 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2730
2731 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2732 then do request scans from the backends.
2733
2734 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2735 avoid running a hook per line, since this takes a lot of time,
2736 profiling shows.
2737 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2738 directly if gnus-visual-p is true.
2739
2740 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
2741
2742 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2743 groups; replace mapcar with dolist which is a bit faster; pass groups
2744 info to gnus-read-active-file-1.
2745 (gnus-read-active-file-1): Scan only specified groups if the new
2746 optional arg `infos' is given.
2747
2748 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2749
2750 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2751
2752 * pop3.el (pop3-movemail): Removed.
2753 (pop3-streaming-movemail): Renamed to pop3-movemail.
2754
2755 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2756 don't restrict end-tag searches to the end of the line.
2757
2758 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
2759
2760 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2761 articles of every unchecked group to t, which means unknown since the
2762 server has never been opened.
2763
2764 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2765
2766 * gnus-html.el (gnus-html-show-alt-text): New command.
2767 (gnus-html-browse-image): Ditto.
2768 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2769 to browse the image directly.
2770 (gnus-html-wash-tags): Search for images first, so that <a><img> works
2771 better.
2772
2773 * gnus-async.el (gnus-async-article-callback): Call
2774 `gnus-html-prefetch-images' unconditionally.
2775
2776 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2777 before feeding URLs to curl.
2778
2779 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
2780
2781 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2782 internal images as deletable by `W D D'.
2783
2784 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2785 (gnus-async-article-callback): Fix typo.
2786
2787 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2788
2789 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2790 current line to work around bugs in the output from w3m.
2791
2792 * gnus-async.el (gnus-async-article-callback): Always prefetch images
2793 for groups that want that.
2794
2795 * nntp.el (nntp-wait-for-string): Supply a timeout for
2796 accept-process-output to ensure progress.
2797
2798 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2799 level to get unread articles from, then use that for foreign groups,
2800 too.
2801
2802 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2803 confuses the rest of the function.
2804
2805 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2806 for the methods that support -retrieve-groups, too.
2807
2808 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2809
2810 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2811
2812 * pop3.el: Require cl when compiling.
2813 (pop3-number-of-responses): Search for "+OK", not "+OK ".
2814
2815 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2816
2817 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2818 that aren't going to be activated.
2819 (gnus-get-unread-articles): Fix up the last commit.
2820
2821 * gnus-html.el (gnus-article-html): Allow calling without specifying
2822 the handle. In that case, dissect the buffer first.
2823
2824 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2825
2826 * nnimap.el (nnimap-open-connection): Revert the change that would look
2827 into authinfo for imaps instead of imap.
2828
2829 * gnus-start.el (gnus-activate-group): Take an optional parameter to
2830 say that you don't want to call gnus-request-group with don-check, but
2831 do check the reponse. This is for virtual groups only.
2832 (gnus-get-unread-articles): Count the archive groups as secondary, so
2833 that they're activated the same way as before.
2834
2835 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2836 case-insensitively.
2837 (nnimap-debug): Removed.
2838
2839 * mail-source.el (mail-source-fetch): Don't message if we're fetching
2840 mail from a file, and the file doesn't exist.
2841
2842 * pop3.el (pop3-streaming-movemail): Return t for success.
2843
2844 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2845 .authinfo if we're using ssl connection.
2846
2847 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2848 already have if we're in a main Gnus `g' run.
2849
2850 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2851
2852 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
2853
2854 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2855
2856 * nnmh.el (nnmh-request-list-1): Bind `file'.
2857
2858 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2859 alias to set-process-query-on-exit-flag or process-kill-without-query.
2860 (pop3-open-server): Use it.
2861
2862 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2863
2864 * mail-source.el (mail-source-delete-crash-box): Always move the crash
2865 box to the Incoming file. Fixes mistake in previous checkin.
2866
2867 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2868 request loop (for debugging purposes) removed.
2869
2870 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2871 culprit is more visible.
2872 (nnml-save-incremental-nov, nnml-open-incremental-nov)
2873 (nnml-add-incremental-nov): New functions to do "incremental" nov
2874 updates, where we just append to the end of the existing nov files
2875 without reading/writing them in full.
2876
2877 * mail-source.el (mail-source-delete-crash-box): Really only check the
2878 incoming files once in a while.
2879
2880 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2881
2882 * mail-source.el (mail-source-delete-crash-box): Only check the
2883 incoming files for deletion once per day to save a lot of file
2884 accesses.
2885
2886 * pop3.el (pop3-logon): Fix up unbound variable typo.
2887
2888 * mail-source.el (pop3-streaming-movemail): Autoload.
2889
2890 * pop3.el (pop3-streaming-movemail): Respect
2891 pop3-leave-mail-on-server.
2892
2893 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2894 retrieval.
2895
2896 * pop3.el (pop3-process-filter): Removed unused function.
2897 (pop3-streaming-movemail, pop3-send-streaming-command)
2898 (pop3-wait-for-messages, pop3-write-to-file)
2899 (pop3-number-of-responses): New functions for streaming pop3
2900 retrieval.
2901
2902 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2903 come from no known methods.
2904 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2905 list.
2906
2907 * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2908 message sizes.
2909 (pop3-movemail): Use erase-buffer instead of looping and deleting
2910 regions, which seems rather odd.
2911
2912 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2913 file once per `g' run.
2914
2915 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2916 directories. This makes the draft queue directory work.
2917
2918 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2919 data from the backends, so that we only request the list of groups from
2920 each method once. This should speed things up considerably.
2921
2922 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2923 detect that it's not implemented.
2924
2925 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2926 we actually do recurse down into the tree, but don't stat all leaf
2927 nodes.
2928
2929 * gnus-html.el (gnus-html-show-images): If there are no images to show,
2930 then say so instead of bugging out.
2931
2932 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2933 files exist before trying to read them.
2934
2935 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2936 around <pre_int>.
2937
2938 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2939
2940 * nnmh.el (nnmh-request-list-1): Optimize for speed.
2941
2942 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2943
2944 * mm-util.el (mm-image-load-path): Just return the image directories,
2945 not all directories in the path in addition to the image directories.
2946 (mm-image-load-path): Maintain a cache of the image directories so that
2947 the `g' command in Gnus doesn't have to stat dozens of directories each
2948 time.
2949
2950 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2951 (gnus-html-wash-tags): Add a new `i' command to insert images.
2952 (gnus-html-insert-image): New command and keystroke.
2953 (gnus-html-redisplay-with-images): New command and keystroke.
2954 (gnus-html-show-images): Renamed command.
2955 (gnus-html-wash-tags): Remove more white space before <pre_int> image
2956 spacers.
2957 (gnus-html-wash-tags): Decode entities at the end, so that entities
2958 inside the tags don't mess up the rest of the "parsing".
2959
2960 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2961 so that nnimap methods aren't agentized by default. There's apparently
2962 many problems related to agent/imap behaviour.
2963
2964 * gnus-art.el (gnus-article-copy-string): New command and key binding.
2965
2966 * gnus-html.el: Doc fix.
2967
2968 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
2969
2970 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2971 glyph-width and glyph-height instead of display-graphic-p and
2972 image-size; make avoidance of displaying small images work for XEmacs.
2973
2974 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2975 for XEmacs.
2976
2977 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2978 of symbol that holds plist data.
2979 (gnus-process-plist): Remove plist of process after getting it.
2980
2981 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2982
2983 * message.el (message-generate-hashcash): Change default to
2984 'opportunistic if hashcash is installed.
2985
2986 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2987 (gnus-html-put-image): Only call image-size once, since it's somewhat
2988 time-consuming on remote X servers.
2989
2990 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
2991
2992 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2993 decoded contents.
2994 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2995
2996 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2997
2998 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2999 group line format, since it isn't very interesting.
3000
3001 * gnus-agent.el (gnus-agent-short-article),
3002 (gnus-agent-long-article): Increase values for these two variables,
3003 since most people are likely to have more network connection and
3004 storage than before.
3005
3006 * gnus.el (gnus-refer-article-method): Change default to 'current.
3007 When referring an article, the common behaviour is to refer it from the
3008 current select method, not the native select method. The chances of
3009 the native select method having the message in question is rather slim
3010 these days.
3011
3012 * gnus-sum.el (gnus-auto-select-subject): Change default to
3013 `unseen-or-unread'. I think it's likely that most people want to
3014 select an unseen article over a previously seen, but unread one.
3015
3016 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
3017 means that in the article buffer none of the minor mode elements will
3018 be shown, usually, and this is not desirable in most cases.
3019
3020 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3021 that commands like `d' (and the like) go to the next line in the
3022 buffer, instead of the next unread article. I think this is the
3023 behaviour that is most natural for most users.
3024 (gnus-single-article-buffer): Change default to nil, so that people can
3025 have as many article buffers open as they have summary buffer. I think
3026 this is the most natural way for the groups to behave.
3027
3028 * message.el (message-generate-new-buffers): Change default to
3029 `unsent', so that all new message buffers start their names with the
3030 string "*unsent", and it's easier to find the buffers if you move from
3031 them.
3032
3033 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3034
3035 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3036 small. They're probably tracking images.
3037 (gnus-html-wash-tags): Remove all <pre_int> place holders.
3038 (gnus-html-rescale-image): Yet another try at getting the image sizing
3039 right.
3040
3041 * nntp.el (nntp-request-set-mark): Refuse to do marks if
3042 nntp-marks-file-name is nil.
3043
3044 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
3045
3046 * gnus-html.el (gnus-html-wash-tags)
3047 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3048 Better logging.
3049
3050 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3051
3052 * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
3053
3054 * gnus-html.el (gnus-html-wash-tags): Check the value of
3055 gnus-blocked-images in the summary buffer.
3056
3057 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
3058
3059 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3060
3061 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3062
3063 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3064 like "a", it seems like.
3065 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3066 since it needs to be picked from the correct buffer.
3067
3068 * nnwfm.el: Removed.
3069
3070 * nnlistserv.el: Removed.
3071
3072 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
3073
3074 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3075 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3076
3077 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3078
3079 * nnkiboze.el: Removed.
3080
3081 * nndb.el: Removed.
3082
3083 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3084 alt text.
3085 (gnus-html-rescale-image): Try to get the rescaling logic right for
3086 images that are just wide and not tall.
3087
3088 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3089 overshadow variable bindings.
3090
3091 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
3092
3093 * gnus-html.el (gnus-html-wash-tags)
3094 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3095 extra logging.
3096
3097 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3098
3099 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3100 (gnus-max-image-proportion): New variable.
3101 (gnus-html-rescale-image): New function.
3102 (gnus-html-put-image): Rescale images.
3103
3104 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3105
3106 Fix up some byte-compiler warnings.
3107 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3108 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3109 (gnus-article-fill-cited-article, gnus-article-hide-citation)
3110 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3111 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3112 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3113 (gnus-group-update-group): Use save-excursion and with-current-buffer.
3114
3115 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3116
3117 * gnus-html.el (gnus-article-html): Decode contents by charset.
3118
3119 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3120
3121 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3122 (gnus-html-frame-width, gnus-blocked-images)
3123 * message.el (message-prune-recipient-rules): Add custom version.
3124 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3125
3126 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3127 functions.
3128
3129 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3130 gnus-process-get.
3131
3132 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
3133
3134 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3135 instead of lsub directly.
3136
3137 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3138
3139 * nnwarchive.el: Removed.
3140
3141 * gnus-soup.el: Removed.
3142
3143 * nnsoup.el: Removed.
3144
3145 * nnultimate.el: Removed.
3146
3147 * gnus-html.el (gnus-blocked-images): New variable.
3148
3149 * message.el (message-prune-recipients): New function.
3150 (message-prune-recipient-rules): New variable.
3151
3152 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3153 guess whether a long line is natural text or not.
3154
3155 * gnus-html.el (gnus-html-schedule-image-fetching): Use
3156 gnus-process-plist and friends for compatibility.
3157
3158 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
3159
3160 * gnus-html.el: Require packages that define macros used in this file.
3161 (gnus-article-mouse-face): Declare to silence byte-compiler.
3162 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3163 process-get.
3164 (gnus-html-put-image): Use plist-get to avoid getf.
3165 (gnus-html-prefetch-images): Use with-current-buffer.
3166
3167 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
3168
3169 * gnus-ems.el: Provide compatibility functions for
3170 gnus-set-process-plist.
3171
3172 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3173 * gnus.el (gnus-valid-select-methods)
3174 * message.el (message-send-mail-partially-limit)
3175 * mm-decode.el (mm-text-html-renderer)
3176 * mml.el (mml-insert-mime-headers-always)
3177 * smiley.el (smiley-regexp-alist): Bump custom version.
3178
3179 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3180
3181 * gnus-html.el: require mm-url.
3182 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3183 with the url to `url'.
3184 (gnus-html-wash-tags): Support cid: URLs/images.
3185
3186 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3187
3188 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3189 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3190 bindings, as they aren't useful at all. `w' is moved to `W w'.
3191
3192 * gnus-move.el: Removed file, since it doesn't really work.
3193
3194 * gnus-html.el (gnus-article-html): Tell w3m that the input is
3195 UTF-8. This seems to fix problems with some German web feeds.
3196
3197 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3198 at the top so that the proper colours are applied.
3199
3200 * gnus-art.el (gnus-article-view-part): Doc fix.
3201
3202 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3203 XEmacs-compatible.
3204 (gnus-html-put-image): Don't do images on non-graphic displays.
3205
3206 * nnslashdot.el: Removed this unused backend.
3207
3208 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3209 actions.
3210 (gnus-undo-register-1): Revert last change.
3211
3212 * gnus-group.el (gnus-group-completing-read): Protect against not
3213 having completion-styles bound.
3214
3215 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3216 make broken recipients happier.
3217
3218 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3219
3220 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3221 point parameter.
3222
3223 * gnus-group.el (gnus-group-completing-read): Add 'substring to
3224 completion-styles for group selection.
3225
3226 2009-02-04 Andreas Schwab <schwab@suse.de>
3227
3228 * gnus-score.el (gnus-score-string): Fix regex for matching extra
3229 headers and regexp-quote the match if necessary.
3230
3231 2009-03-24 Miles Bader <miles@gnu.org>
3232
3233 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3234 the blinking smiley.
3235
3236 2009-03-24 Simon Josefsson <simon@josefsson.org>
3237
3238 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3239 blink smiley.
3240
3241 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3242
3243 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3244 where the dribbel file lives exists.
3245
3246 * message.el (message-send-mail-partially-limit): Change the default to
3247 nil, since most people don't want this.
3248
3249 * mm-url.el (mm-url-decode-entities): Also decode entities like
3250 &#x3212.
3251
3252 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
3253
3254 * gnus-sum.el (gnus-summary-idna-message):
3255 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3256 Hyperlink urls in docstrings with URL `...'.
3257
3258 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
3259
3260 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3261 functions.
3262
3263 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3264
3265 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3266 say what the mouseover text should be.
3267
3268 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3269 version of the mm-w3m-safe-url-regexp variable to only download images
3270 in the groups where we want that to happen.
3271
3272 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3273
3274 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3275 easier debugging.
3276 (gnus-article-beginning-of-window): Add kludge to allow spacing past
3277 big pictures in the article buffer.
3278
3279 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3280 gnus-article-html.
3281 (mm-text-html-renderer): gnus-article-html needs curl in addition to
3282 w3m.
3283
3284 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3285
3286 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3287
3288 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3289 which doesn't exist.
3290
3291 * message.el (message-inhibit-ecomplete): New variable to allow some
3292 function to inhibit ecomplete address storage.
3293 (message-resend): Disable ecomplete message storage when resending
3294 messages.
3295
3296 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3297
3298 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
3299
3300 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3301 Save excursion while copying, moving, and deleting articles in order to
3302 prevent the cursor from jumping to unforeseen place.
3303
3304 2010-08-17 Glenn Morris <rgm@gnu.org>
3305
3306 * gnus-sync.el: Require gnus components whose functions are used.
3307
3308 * gnus-art.el (bookmark-make-record-function):
3309 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3310 Declare for compiler.
3311
3312 * mm-url.el (mml-compute-boundary): Autoload.
3313
3314 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
3315
3316 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3317
3318 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
3319
3320 Typo fix "hoo4a" -> "hook".
3321
3322 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3323
3324 2010-08-14 Glenn Morris <rgm@gnu.org>
3325
3326 * gnus-sync.el (gnus-sync): Fix defgroup version.
3327
3328 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
3329
3330 Doc fixes and keep unknown groups (ammended for nunion bug fix).
3331
3332 * gnus-sync.el: Fix docs.
3333 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3334 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3335
3336 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
3337
3338 Optimizations for gnus-sync.el.
3339
3340 * gnus-sync.el: Add docs about gnus-sync-backend
3341 possibilities.
3342 (gnus-sync-save): Remove unnecessary message.
3343 (gnus-sync-read): Optimize and show what groups were skipped.
3344
3345 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
3346
3347 Minor bug fixes for gnus-sync.el.
3348
3349 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3350 read the sync on get-new-news.
3351
3352 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3353 quiet.
3354
3355 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3356
3357 2010-07-30 Lawrence Mitchell <wence@gmx.li>
3358
3359 Make saving and restoring of hidden threads work with overlays.
3360 Patch applied by Ted Zlatanov.
3361
3362 * gnus-sum.el (gnus-hidden-threads-configuration)
3363 (gnus-restore-hidden-threads-configuration): Update to deal with text
3364 properties, rather than searching for a magic character.
3365
3366 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
3367
3368 New gnus-sync.el library for synchronization of marks.
3369
3370 * gnus-sync.el: New library for synchronization of marks.
3371
3372 * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3373 renamed from `gnus-registry-grep-in-list'.
3374
3375 * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3376
3377 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3378
3379 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
3380
3381 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3382 determining charset of text fails.
3383
3384 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
3385
3386 * nnmail.el (nnmail-get-new-mail-1): Revert.
3387
3388 * nnml.el (nnml-active-number): Make sure names of newly created groups
3389 in nnml-group-alist are encoded.
3390
3391 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
3392
3393 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3394 containing non-ASCII characters in active file for nnml back end.
3395
3396 2010-07-24 David Engster <dengste@eml.cc>
3397
3398 * mml-smime.el (mml-smime-epg-verify): Also accept the older
3399 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3400
3401 2010-07-21 Daiki Ueno <ueno@unixuser.org>
3402
3403 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3404 tag (Bug#6654).
3405
3406 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
3407
3408 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3409 the article buffer, not the summary buffer.
3410
3411 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
3412
3413 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3414 Emacs 23 as well.
3415
3416 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3417
3418 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3419 Patch applied by Karl Fogel.
3420
3421 * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3422 `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3423
3424 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3425
3426 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3427 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
3428 C-w still not working correctly from Article buffers; Thierry's
3429 patch to fix that will be applied after this.
3430
3431 * gnus-art.el (bookmark-make-record-function): New local variable.
3432
3433 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3434 article buffer.
3435 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3436
3437 2010-07-13 Karl Fogel <kfogel@red-bean.com>
3438
3439 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3440 on changes in bookmark.el.
3441
3442 2010-06-22 Mark A. Hershberger <mah@everybody.org>
3443
3444 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3445 the *other* type of HTML form submission.
3446
3447 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
3448
3449 * auth-source.el (auth-source-pick): If choice does not contain a
3450 questioned keyword, set the check to t.
3451
3452 2010-06-12 Romain Francoise <romain@orebokech.com>
3453
3454 * gnus-util.el (gnus-date-get-time): Move up before first use.
3455
3456 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
3457
3458 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3459 (gnus-article-edit-part): Bind it to make last part that is substituted
3460 or deleted visible.
3461 (gnus-mime-display-single): Buttonize part of which id equals to
3462 gnus-mime-buttonized-part-id.
3463
3464 2010-06-10 Dan Christensen <jdc@uwo.ca>
3465
3466 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3467 (gnus-dd-mmm): Use gnus-date-get-time.
3468 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3469 simplify logic.
3470 (gnus-summary-limit-to-age): Use gnus-date-get-time.
3471 (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3472
3473 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
3474
3475 * auth-source.el (top): Autoload `secrets-list-collections',
3476 `secrets-create-item', `secrets-delete-item'.
3477 (auth-sources): Fix tag string.
3478 (auth-get-source, auth-source-retrieve, auth-source-create)
3479 (auth-source-delete): New defuns.
3480 (auth-source-pick): Rewrite in order to avoid 2 passes.
3481 (auth-source-forget-user-or-password): New parameter USERNAME.
3482 (auth-source-user-or-password): New parameters CREATE-MISSING and
3483 DELETE-EXISTING. Retrieve password interactively, if needed.
3484
3485 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
3486
3487 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3488 deleting unused directories when gnus-expert-user is t.
3489
3490 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
3491
3492 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3493 for each temp file when gnus-article-browse-delete-temp is ask.
3494
3495 2010-05-20 Kevin Ryde <user42@zip.com.au>
3496
3497 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
3498
3499 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
3500
3501 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3502 article unless decoding article to be saved.
3503
3504 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
3505
3506 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3507 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3508 generated within the mm-with-unibyte-current-buffer macro.
3509
3510 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
3511
3512 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3513 to nil when we're in a mml-preview buffer and no group is selected.
3514
3515 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
3516
3517 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3518 when catching the `C-g'. Reported by "Leo".
3519
3520 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
3521
3522 * message.el (message-forward-make-body-plain)
3523 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3524 multibyte-string-p.
3525
3526 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
3527
3528 * message.el (message-forward-make-body-mml): Assume original message
3529 is multibyte string; error on unibyte.
3530 (message-forward-make-body-plain): Ditto; don't add excessive newline
3531 in body end.
3532
3533 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
3534
3535 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3536 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
3537
3538 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
3539
3540 * mm-extern.el (mm-extern-url): Don't use
3541 mm-with-unibyte-current-buffer.
3542 (mm-extern-cache-contents): Use with-current-buffer instead of
3543 save-excursion + set-buffer.
3544
3545 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
3546
3547 * mm-util.el (mm-emacs-mule): Remove.
3548
3549 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
3550
3551 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3552 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3553 change.
3554
3555 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
3556
3557 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3558 bind the default value of enable-multibyte-characters to nil.
3559
3560 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
3561
3562 * message.el (message-forward-make-body-plain)
3563 (message-forward-make-body-mml):
3564 Don't use mm-with-unibyte-current-buffer.
3565
3566 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
3567
3568 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3569 (Bug#5592).
3570
3571 2010-05-07 Julien Danjou <julien@danjou.info>
3572
3573 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3574 it to mm-pipe-part.
3575
3576 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3577 it is given.
3578
3579 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
3580
3581 * nnweb.el (nnweb-gmane-search)
3582 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3583 XEmacs.
3584
3585 * gnus-art.el (gnus-article-browse-html-parts)
3586 * gnus-group.el (gnus-read-ephemeral-gmane-group)
3587 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3588 make-temp-file.
3589
3590 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3591 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3592 compiling.
3593
3594 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3595 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3596 XEmacs when compiling.
3597
3598 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3599 gnus-pick-mode-off-hook for XEmacs when compiling.
3600 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3601 gnus-binary-mode-off-hook for XEmacs when compiling.
3602
3603 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3604 nil if char-charset is not available.
3605
3606 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
3607 macro.
3608
3609 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3610 instead of encode-coding-string.
3611
3612 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3613 'xemacs) instead of mm-emacs-mule to switch function definitions.
3614 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3615
3616 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
3617
3618 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3619
3620 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
3621
3622 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3623 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3624
3625 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
3626
3627 * mm-util.el (mm-decompress-buffer): Use `delete-file';
3628 alias `jka-compr-delete-temp-file' no longer exists.
3629
3630 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3631
3632 Use define-minor-mode in Gnus where applicable.
3633 * mml.el (mml-mode): Use define-minor-mode.
3634 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3635 (gnus-undo-mode): Use define-minor-mode.
3636 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3637 (gnus-dead-summary-mode): Use define-minor-mode.
3638 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3639 Initialize in declaration.
3640 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3641 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3642 (gnus-mailing-list-mode): Use define-minor-mode.
3643 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3644 (gnus-draft-mode): Use define-minor-mode.
3645 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3646 (gnus-dired-mode): Use define-minor-mode.
3647
3648 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
3649
3650 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3651 handles on recursive mml-to-mime translation and check them for
3652 boundary delimiter collisions. Reported by Greg Troxel.
3653
3654 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
3655
3656 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3657
3658 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3659
3660 * mm-util.el (mm-find-buffer-file-coding-system):
3661 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3662
3663 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
3664
3665 * message.el (message-generate-headers): Record insertion of optional
3666 headers as well. Otherwise the check to prevent repeated insertion of
3667 optional headers is a no-op.
3668
3669 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
3670
3671 * smime.el: Don't mention CVS.
3672
3673 * nnrss.el (nnrss-fetch): Don't mention CVS.
3674
3675 * nnir.el: Don't mention CVS.
3676
3677 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3678
3679 * gnus-sum.el (gnus-summary-bookmark-make-record):
3680 Add `location' field.
3681
3682 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3683
3684 * gnus-sum.el: Add bookmark declarations to silence the compiler.
3685 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3686 Use with-current-buffer to silence the byte-compiler.
3687 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3688 bother to require `gnus'.
3689 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
3690
3691 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3692
3693 * gnus-sum.el (gnus-summary-bookmark-make-record)
3694 (gnus-summary-bookmark-jump): New functions.
3695 (gnus-summary-mode): Setup bookmark support.
3696
3697 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
3698
3699 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3700 if set.
3701
3702 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3703
3704 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3705 gnus-article-browse-html-save-cid-image; make it work recursively for
3706 forwarded messages as well.
3707 (gnus-article-browse-html-parts): Work when prefix arg is given.
3708 (gnus-article-browse-html-article): Doc fix.
3709
3710 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
3711
3712 * message.el (message-default-mail-headers):
3713 (message-default-headers): Carry the value mail-default-headers over
3714 into message-default-mail-headers, rather than message-default-headers.
3715
3716 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
3717
3718 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
3719 charset.
3720
3721 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3722 charset into the <meta> tag when the article is encoded to utf-8.
3723
3724 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
3725
3726 * gnus-art.el (gnus-article-browse-delete-temp-files):
3727 Delete directories as well.
3728 (gnus-article-browse-html-parts): Work for images that do not specify
3729 file names; delete temp directory when quitting; insert header at the
3730 right place; use file: scheme for image files.
3731
3732 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
3733
3734 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3735 (gnus-article-browse-html-parts): Use it to make temporary cid image
3736 files in addition to html file so that browser may display them.
3737
3738 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
3739
3740 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3741
3742 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
3743
3744 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3745
3746 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3747
3748 * auth-source.el (auth-sources): Change default to be simpler.
3749 Explain about Secret Service API sources. Improve Customize options.
3750 (auth-source-pick): Change to accept any number of search parameters.
3751 Implement fallbacks iteratively, not recursively. Add scoring on the
3752 second pass and sort by score. Call Secret Service API when needed.
3753 (auth-source-user-or-password): Use it. Call Secret Service API
3754 directly when needed to get the user name and the password.
3755
3756 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
3757
3758 * message.el (message-interactive): Doc fix.
3759 (message-qmail-inject-args): Reflow.
3760 (message-kill-to-signature): Fix typo in docstring.
3761
3762 * smiley.el (smiley-buffer): Fix typo in docstring.
3763
3764 2010-03-24 Glenn Morris <rgm@gnu.org>
3765
3766 * mail-source.el (gnus-message): Declare.
3767 (mail-source-delete-old-incoming): Require gnus-util.
3768
3769 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
3770
3771 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3772
3773 * message.el (ecomplete-setup): Autoload it for Emacs <23.
3774
3775 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3776 password-cache's default if it is not bound.
3777 (mml-secure-passphrase-cache-expiry): Default to 16 that is
3778 password-cache-expiry's default if it is not bound.
3779
3780 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3781 available in Emacs 21.
3782
3783 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
3784
3785 * auth-source.el (auth-sources): Fix up definition so extra parameters
3786 are always inline.
3787
3788 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
3789
3790 * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3791 wasn't updated after mismatch. Clear cached mailbox info correctly
3792 when uidvalidity changes.
3793 (nnimap-group-prefixed-name): New function to avoid some code
3794 duplication.
3795 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3796 (nnimap-request-group): Use it.
3797 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3798 (nnimap-update-unseen): Significantly improved speed of Gnus startup
3799 with many imap folders. This is done by caching the group status from
3800 the imap server persistently in a group parameter `imap-status'. (This
3801 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3802 but not persistently, so every Gnus startup was still very slow.)
3803
3804 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
3805
3806 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
3807 secrets.el dependency.
3808 (auth-sources): Add optional user name. Add secrets.el configuration
3809 choice (unused right now).
3810
3811 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
3812
3813 * gnus-sum.el (gnus-summary-make-menu-bar): Let
3814 `gnus-registry-install-shortcuts' fill in the functions.
3815
3816 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3817 warnings.
3818 (gnus-registry-misc-menus): Variable to hold registry mark menus.
3819 (gnus-registry-install-shortcuts): Populate and use it in a
3820 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3821
3822 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
3823
3824 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3825 In-place substitutions for the group name encoding/decoding.
3826 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3827 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3828 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3829 (nnimap-update-unseen, nnimap-request-list)
3830 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3831 (nnimap-request-set-mark, nnimap-split-to-groups)
3832 (nnimap-split-articles, nnimap-request-newgroups)
3833 (nnimap-request-create-group, nnimap-request-accept-article)
3834 (nnimap-request-delete-group, nnimap-request-rename-group)
3835 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
3836 `encoded-mbx' for consistency.
3837 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3838 variable `imap-current-mailbox'.
3839
3840 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3841 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3842
3843 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
3844
3845 * pop3.el (pop3-display-message-size-flag): Display message size byte
3846 counts during POP3 download.
3847 (pop3-movemail): Use it.
3848 (pop3-list): Implement listing of available messages.
3849
3850 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
3851
3852 * nnir.el (nnir-get-article-nov-override-function): New function to
3853 override the normal NOV retrieval.
3854 (nnir-retrieve-headers): Use it.
3855
3856 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
3857
3858 * auth-source.el (netrc-machine-user-or-password): Autoload.
3859
3860 2010-03-19 Glenn Morris <rgm@gnu.org>
3861
3862 Stop message.el from loading about 40 libraries it doesn't always need.
3863 The general approach is to autoload rather than require, and to
3864 require in the specific functions rather than the file. (Bug#5642)
3865
3866 * gmm-utils.el: Don't require wid-edit.
3867 (widget-create-child-value, widget-convert, widget-default-get):
3868 Autoload.
3869
3870 * gnus-util.el: Don't require time-date, netrc.
3871 (message-fetch-field, gnus-group-name-decode): Declare rather than
3872 autoloading.
3873 (gnus-fetch-field): Require message.
3874 (gnus-decode-newsgroups): Require gnus-group.
3875
3876 * ietf-drums.el: Don't require time-date.
3877
3878 * message.el: Don't require hashcash, canlock, ecomplete.
3879 Do require mail-utils. Require nnheader only when compiling.
3880 (smtpmail-default-smtp-server): Remove declaration.
3881 (message-send-mail-function): Check smtpmail-default-smtp-server
3882 is bound rather than requiring smtpmail.
3883 (message-auto-save-directory, message-insert-signature): Use
3884 expand-file-name rather than nnheader-concat.
3885 (nnheader-insert-file-contents): Autoload.
3886 (hashcash-wait-async): Declare.
3887 (message-send-mail): Only call gnus-setup-posting-charset if
3888 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
3889 (message-send-mail-with-sendmail): Require sendmail.
3890 (canlock-password, canlock-password-for-verify): Declare.
3891 (message-canlock-password): Require canlock.
3892 (nnheader-get-report): Autoload.
3893 (gnus-setup-posting-charset): Declare.
3894 (message-send-news): Require gnus-msg.
3895 (message-make-references, message-make-in-reply-to): Use mail-header-id
3896 rather than the alias mail-header-message-id.
3897 (ecomplete-add-item, ecomplete-save): Declare.
3898 (message-put-addresses-in-ecomplete): Require ecomplete.
3899 (ecomplete-display-matches): Autoload.
3900
3901 * mm-decode.el: Don't require mailcap, gnus-util.
3902 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3903 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3904 Autoload.
3905 (mailcap-mime-extensions): Declare.
3906
3907 * mm-encode.el: Don't require mailcap.
3908 (mailcap-extension-to-mime): Autoload.
3909
3910 * mml-sec.el: Don't require password-cache.
3911
3912 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3913 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3914 (mml-minibuffer-read-type): Require mailcap.
3915 (mml-preview): Require gnus-msg.
3916
3917 * mml1991.el: Require password-cache.
3918 (password-cache-expiry): Remove declaration.
3919
3920 * mml2015.el: Require password-cache.
3921 (password-cache-expiry): Remove declaration.
3922
3923 * nneething.el (mailcap): Require mailcap.
3924
3925 * nnheader.el (declare-function): Add compatibility stub.
3926 (message-remove-header): Declare rather than autoload.
3927 (nnheader-replace-header): Require message.
3928
3929 * nnimap.el (declare-function): Add compatibility stub.
3930 (netrc-parse, netrc-machine-user-or-password): Declare.
3931 (nnimap-open-connection): Require netrc.
3932
3933 * nntp.el (declare-function): Add compatibility stub.
3934 (netrc-parse, netrc-machine, netrc-get): Declare.
3935 (nntp-send-authinfo): Require netrc.
3936
3937 * rfc2047.el: Don't require qp.
3938 (quoted-printable-encode-region, quoted-printable-decode-string):
3939 Autoload.
3940
3941 * sieve-mode.el: Don't require easymenu.
3942 (easy-menu-add-item): Autoload it.
3943
3944 * spam-stat.el (time-to-number-of-days): Autoload it.
3945
3946 2010-03-17 Kevin Ryde <user42@zip.com.au>
3947
3948 * mml.el (mml-read-tag): Unquote values with `read' to reverse
3949 prin1 in mml-insert-tag (just stripping the quotes gave wrong
3950 value if any backslash escapes).
3951
3952 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
3953
3954 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3955 if it is available. (bug#5647)
3956
3957 2010-02-26 Glenn Morris <rgm@gnu.org>
3958
3959 * message.el (message-send-mail-function): Change the default, so that
3960 it inherits from a customized send-mail-function. (Bug#5643)
3961
3962 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
3963
3964 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3965 shell-command-to-string signals an error (bug#5299).
3966
3967 2010-02-24 Glenn Morris <rgm@gnu.org>
3968
3969 * message.el (message-smtpmail-send-it)
3970 (message-send-mail-with-mailclient): Doc fixes.
3971
3972 2010-02-16 Glenn Morris <rgm@gnu.org>
3973
3974 * message.el (message-default-mail-headers): Change the default value
3975 to ease the transition from mail-mode to message-mode. (Bug#5555)
3976
3977 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3978
3979 * message.el (message-mail): Just pass yank-action on to message-setup.
3980 (message-setup): Handle (FUN . ARGS) form of yank-action.
3981 (message-with-reply-buffer, message-widen-reply)
3982 (message-yank-original): Handle non-buffer values of
3983 message-reply-buffer (Bug#4080).
3984 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3985
3986 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3987
3988 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3989 Fix typo in docstring.
3990
3991 2010-01-08 Jason Rumney <jasonr@gnu.org>
3992
3993 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3994 response.
3995
3996 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
3997
3998 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3999
4000 * message.el (message-check-news-header-syntax): Protect against a
4001 string that `rfc822-addresses' returns when parsing fails.
4002
4003 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
4004
4005 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4006 (gnus-previous-char-property-change): New functions.
4007
4008 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4009
4010 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
4011
4012 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4013 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
4014
4015 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
4016
4017 * message.el (message-exchange-point-and-mark): Rework last change to
4018 avoid using optional arg of exchange-point-and-mark, for backward
4019 compatibility.
4020
4021 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
4022
4023 * message.el (message-exchange-point-and-mark): Call
4024 exchange-point-and-mark with an argument rather than setting
4025 mark-active by hand (Bug#5175).
4026
4027 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
4028
4029 * nntp.el (nntp-service-to-port): Work for service expressed with
4030 numeric string; replace [:digit:] with [0-9] for XEmacs.
4031
4032 2009-12-17 Glenn Morris <rgm@gnu.org>
4033
4034 * gnus-group.el (gnus-bug-group-download-format-alist):
4035 Change emacs entry to debbugs.gnu.org. Bump :version.
4036
4037 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
4038
4039 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4040
4041 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
4042
4043 * message.el (message-info): Explain why we use `Info-goto-node'.
4044
4045 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4046
4047 * message.el (message-completion-in-region): New compatibility function.
4048 (message-expand-group): Use it.
4049
4050 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
4051
4052 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4053 with no unread article should be listed if the 2nd arg `predicate' is
4054 given.
4055
4056 2009-11-29 Juri Linkov <juri@jurta.org>
4057
4058 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4059 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
4060 on `gnus-recenter'. (Bug#4698, Bug#4981)
4061
4062 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
4063
4064 * message.el (message-from-style, message-interactive)
4065 (message-signature): Always set default values from the corresponding
4066 mail-* variables.
4067 (message-cite-prefix-regexp, message-sendmail-envelope-from)
4068 (message-yank-prefix, message-indentation-spaces)
4069 (message-signature-file, message-default-headers): Use boundp rather
4070 than (featurep 'xemacs) to check if the corresponding mail-* variables
4071 exist.
4072
4073 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4074
4075 * message.el (message-send-mail-with-sendmail): Revert last change.
4076
4077 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
4078
4079 * message.el (message-from-style, message-interactive)
4080 (message-cite-prefix-regexp, message-sendmail-envelope-from)
4081 (message-yank-prefix, message-indentation-spaces, message-signature)
4082 (message-signature-file, message-default-headers): For GNU Emacs, set
4083 default values from the corresponding mail-* variables.
4084 (message-send-mail-with-sendmail): Use envelope-from only if
4085 mail-specify-envelope-from is non-nil.
4086
4087 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
4088
4089 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4090 containing tspecial characters if they have been already quoted.
4091
4092 2009-10-24 Glenn Morris <rgm@gnu.org>
4093
4094 * gnus-art.el (help-xref-stack-item): Define for compiler.
4095
4096 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
4097
4098 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4099
4100 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
4101
4102 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4103 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4104
4105 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
4106
4107 * gnus.el (gnus-overlay-get): New alias to overlay-get.
4108 (gnus-overlays-in): New alias to overlays-in.
4109
4110 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4111 gnus-overlay-get, and gnus-delete-overlay.
4112 (gnus-summary-show-thread): Make it work as well for systems in which
4113 next-single-char-property-change is not available.
4114 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4115
4116 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
4117
4118 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4119
4120 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
4121
4122 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4123 and XEmacs that don't have `remove-overlays'.
4124
4125 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4126
4127 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4128 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4129 selective display. Use overlays instead.
4130
4131 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
4132
4133 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4134
4135 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
4136
4137 * spam-stat.el (spam-stat-load): Fix typo in message.
4138
4139 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
4140
4141 * gnus-art.el (gnus-article-encrypt-body):
4142 * message.el (message-check-recipients):
4143 * mm-util.el (mm-codepage-setup):
4144 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4145 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4146
4147 2009-09-22 Daiki Ueno <ueno@unixuser.org>
4148
4149 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4150 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4151 keys from the menu if mm-{sign,encrypt}-option is 'guided.
4152 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4153 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4154
4155 2009-09-18 Glenn Morris <rgm@gnu.org>
4156
4157 * gnus-diary.el (gnus-diary-check-message):
4158 * message.el (message-insert-formatted-citation-line):
4159 * nnbabyl.el (top-level):
4160 * nndiary.el (nndiary-schedule):
4161 Fix typos in condition-case handlers.
4162
4163 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
4164
4165 * gnus-art.el (gnus-article-edit-part): Work for the buffer
4166 configuration that provides the sole article window in a frame;
4167 position point correctly after deleting a part.
4168
4169 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
4170
4171 * spam.el (spam-unregister-on-reregister): Add boolean variable.
4172 (spam-resolve-registrations-routine): Use it to unregister articles
4173 that change status.
4174
4175 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
4176
4177 * nnrss.el (nnrss-request-article): Remove binding of
4178 default-enable-multibyte-characters that has gotten needless by
4179 the 2007-07-13 change in rfc2047-encode-message-header.
4180
4181 * mml.el (mml-insert-multipart): Error on the message header.
4182 (mml-insert-part): Error on the message header; position point at
4183 the end of a MIME tag.
4184
4185 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4186
4187 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4188 (gnus-float-time): Alias to float-time if it exists.
4189
4190 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4191 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4192 float-time is available; suppress compile warning for time-to-seconds.
4193
4194 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
4195
4196 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4197 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4198 Add the optional argument `encoding' that overrides the default.
4199
4200 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4201 mm-encode-buffer.
4202
4203 2009-09-04 Glenn Morris <rgm@gnu.org>
4204
4205 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4206 mm-disable-multibyte, rather than default-enable-multibyte-characters.
4207 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4208 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4209 * mm-util.el (mm-with-unibyte-current-buffer)
4210 (mm-find-buffer-file-coding-system):
4211 * yenc.el (yenc-decode-region): Use default-value rather than
4212 default-enable-multibyte-characters.
4213
4214 2009-09-03 Glenn Morris <rgm@gnu.org>
4215
4216 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4217 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4218 than default-enable-multibyte-characters.
4219
4220 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
4221
4222 * gnus-art.el (gnus-article-read-summary-keys):
4223 Fix gnus-buffer-configuration's value temporarily used.
4224
4225 2009-09-02 Glenn Morris <rgm@gnu.org>
4226
4227 * gnus-util.el (gnus-float-time): New function.
4228 * gnus-delay.el (gnus-delay-article):
4229 * gnus-sum.el (gnus-thread-latest-date):
4230 * gnus-util.el (gnus-user-date): Use gnus-float-time.
4231 * nnspool.el (nnspool-request-newgroups):
4232 Use gnus-float-time rather than time-to-seconds.
4233 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4234
4235 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4236 (gnus-header-subject-face, gnus-header-newsgroups-face)
4237 (gnus-header-name-face, gnus-header-content-face):
4238 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4239 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4240 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4241 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4242 (gnus-cite-face-11):
4243 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4244 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4245 (gnus-server-closed-face, gnus-server-denied-face)
4246 (gnus-server-offline-face):
4247 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4248 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4249 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4250 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4251 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4252 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4253 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4254 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4255 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4256 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4257 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4258 (gnus-summary-selected-face, gnus-summary-cancelled-face)
4259 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4260 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4261 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4262 (gnus-summary-high-undownloaded-face)
4263 (gnus-summary-low-undownloaded-face)
4264 (gnus-summary-normal-undownloaded-face)
4265 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4266 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4267 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4268 (gnus-splash-face):
4269 * message.el (message-header-to-face, message-header-cc-face)
4270 (message-header-subject-face, message-header-newsgroups-face)
4271 (message-header-other-face, message-header-name-face)
4272 (message-header-xheader-face, message-separator-face)
4273 (message-cited-text-face, message-mml-face):
4274 * sieve-mode.el (sieve-control-commands-face)
4275 (sieve-action-commands-face, sieve-test-commands-face)
4276 (sieve-tagged-arguments-face):
4277 * spam.el (spam-face):
4278 Mark face aliases with "-face" in the name as obsolete.
4279
4280 2009-09-01 Glenn Morris <rgm@gnu.org>
4281
4282 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4283 than goto-line.
4284
4285 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
4286
4287 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4288 Don't move point if the command is invoked inside the message header.
4289
4290 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4291
4292 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4293 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4294 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4295 * nnir.el (nnir-swish-e-index-file):
4296 * gnus-sum.el (gnus-summary-delete-marked-as-read)
4297 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4298 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4299 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4300 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4301 (gnus-treat-display-xface): Add Emacs version of obsolescence.
4302
4303 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
4304
4305 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4306 Don't save excursion.
4307
4308 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4309
4310 * nnheader.el (nnheader-find-file-noselect):
4311 * mm-util.el (mm-insert-file-contents):
4312 Use (default-value 'major-mode) instead of default-major-mode.
4313
4314 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
4315
4316 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4317
4318 2009-08-25 Glenn Morris <rgm@gnu.org>
4319
4320 * nnir.el (top-level): Don't require cl at run-time.
4321 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4322 Replace cl-function substitute with gnus-replace-in-string.
4323 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4324 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4325 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4326 simplified expansions.
4327
4328 2009-08-22 Glenn Morris <rgm@gnu.org>
4329
4330 * gnus-art.el (gnus-button-patch): Use forward-line rather than
4331 goto-line.
4332
4333 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
4334
4335 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4336
4337 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4338 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4339 (gnus-mm-display-part, gnus-mime-display-single)
4340 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4341 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4342
4343 * gnus-sum.el
4344 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4345 (gnus-summary-move-article): Add expirable mark to articles copied or
4346 moved to group that has auto-expire turned on if the option is non-nil.
4347
4348 2009-07-24 Glenn Morris <rgm@gnu.org>
4349
4350 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4351 Fix typo. (Bug#3903)
4352
4353 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
4354
4355 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4356 gnus-article-read-summary-keys rather than gnus-summary-edit-article
4357 that should not be used for draft articles.
4358 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4359 that has no concern in minor mode keys.
4360 (gnus-article-summary-command, gnus-article-summary-command-nosave):
4361 Abolish.
4362
4363 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
4364
4365 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4366 article without making inquiry to a user for unknown encoding.
4367
4368 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4369 (nnmaildir--scan): Assume i-node and device number that file-attributes
4370 returns might be cons-cell.
4371
4372 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
4373
4374 * auth-source.el: Remove docs now in auth.texi. Don't use
4375 `gnus-message' for logging. Add new variables `auth-source-debug' and
4376 `auth-source-hide-passwords' and use them.
4377
4378 2009-07-15 Glenn Morris <rgm@gnu.org>
4379
4380 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4381
4382 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
4383
4384 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4385 excessive whitespace from the default values of title and description.
4386
4387 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
4388
4389 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4390 mail-fetch-field to fetch Content-Description header in order to
4391 exclude newlines.
4392
4393 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
4394
4395 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4396 to deleted part.
4397
4398 2009-05-30 David Engster <dengste@eml.cc>
4399
4400 * nnmairix.el: Remove old documentation in the commentary block.
4401 (nnmairix-request-group): Do not update active file for nnml back ends.
4402 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4403 end so that overview files are ignored.
4404 (nnmairix-update-groups): Make updating the groups more robust by using
4405 marks.
4406 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4407 with dollar characters in message-id.
4408
4409 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
4410
4411 * spam.el: Use dns-query instead of query-dns. Was renamed on
4412 2008-12-25 in dns.el.
4413
4414 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4415
4416 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4417 could happen if the text is only composed of spaces and/or tabs.
4418
4419 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
4420
4421 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4422 when sending a queued message to avoid extra mml tags.
4423
4424 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
4425
4426 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4427
4428 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
4429
4430 * gnus-dired.el: Remove autoload for gnus-setup-message.
4431 (gnus-dired-attach): Fake this-command value to prevent Gnus from
4432 displaying Gnus logo; always use compose-mail.
4433
4434 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4435
4436 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4437
4438 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
4439
4440 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4441 (gnus-nocem-issuers): List currently active issuers; fix custom type.
4442 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4443 available.
4444 (gnus-nocem-epg-verify): New function.
4445
4446 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
4447
4448 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4449
4450 2009-02-15 Glenn Morris <rgm@gnu.org>
4451
4452 * gnus-util.el (rmail-insert-rmail-file-header)
4453 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4454 autoloads.
4455 (rmail-default-rmail-file): Remove unnecessary declaration.
4456 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4457
4458 2009-02-14 Glenn Morris <rgm@gnu.org>
4459
4460 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4461 variable (only used in gnus-util, which declares it anyway).
4462 (rmail-output-to-rmail-file): Remove autoload of deleted function,
4463 which was only needed by gnus-art (changed to not use it any more).
4464 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4465 only used in gnus-util, which autoloads it itself.
4466 (rmail-update-summary): Fix autoload.
4467
4468 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4469 rather than rmail-output-to-rmail-file.
4470
4471 2009-02-07 Glenn Morris <rgm@gnu.org>
4472
4473 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4474 autoload of function that no longer exists.
4475 (rmail-toggle-header): Declare.
4476 (message-forward-rmail-make-body): Handle mbox Rmail.
4477
4478 2009-01-31 Glenn Morris <rgm@gnu.org>
4479
4480 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4481 2009-01-09 change.
4482
4483 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
4484
4485 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4486 (auth-source-forget-all-cached): New convenience function.
4487 (auth-source-user-or-password): Accept list of modes or a single mode.
4488
4489 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4490 auth-source modes.
4491
4492 * nnimap.el (nnimap-open-connection): Use list of
4493 auth-source modes.
4494
4495 * nntp.el (nntp-send-authinfo): Use list of
4496 auth-source modes.
4497
4498 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
4499
4500 * auth-source.el: Update docs to reflect epa-file-enable is to be used
4501 now.
4502
4503 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
4504
4505 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4506 coding system in XEmacs; add a workaround for XEmacs.
4507
4508 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
4509
4510 * mm-util.el (mm-coding-system-priorities): Protect against nil value
4511 of current-language-environment.
4512
4513 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
4514
4515 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4516 available at runtime.
4517
4518 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
4519
4520 * gnus-art.el (article-date-ut): Fix end point of narrowing.
4521
4522 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
4523
4524 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4525 the greatest positive fixnum value doesn't work under an XEmacs with
4526 bignum support; use the most-positive-fixnum constant instead,
4527 available since Emacs 21.1 with cl and XEmacs 21.1.
4528
4529 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
4530
4531 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4532 XEmacs gets not to work.
4533
4534 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4535
4536 * mm-util.el (mm-coding-system-priorities): Allow the value like
4537 "Japanese (UTF-8)" of current-language-environment.
4538
4539 2009-01-09 Glenn Morris <rgm@gnu.org>
4540
4541 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4542 with last-command-event.
4543
4544 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
4545
4546 * message.el (message-fix-before-sending): Amend comment.
4547
4548 2009-01-07 David Engster <dengste@eml.cc>
4549
4550 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4551 simplified server definitions by converting it via
4552 gnus-server-to-method.
4553
4554 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
4555
4556 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4557 parameter's operands.
4558
4559 2009-01-06 David Engster <dengste@eml.cc>
4560
4561 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4562 primary select method (for gnus-group-mark-article-as-read).
4563
4564 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
4565
4566 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4567 `(gnus)Face', not `(gnus)X-Face'.
4568
4569 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
4570
4571 * mm-util.el (mm-ucs-to-char): New function.
4572
4573 * mm-url.el (mm-url-decode-entities): Use it.
4574
4575 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
4576
4577 * message.el (message-fix-before-sending): Add `eight-bit' to
4578 illegible-text check.
4579
4580 2009-01-03 Michael Olson <mwolson@gnu.org>
4581
4582 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4583 `headers' is nil. This can occur if the IMAP server does not have
4584 permissions to read messages from a folder, but can write new messages
4585 to the folder.
4586 (nnimap-request-article-part): Do not insert `data' if it is nil.
4587
4588 2009-01-01 Dave Love <fx@gnu.org>
4589
4590 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4591
4592 * nnimap.el: Fix author email.
4593 (nnimap-split-rule): Add FIXME comment.
4594 (nnimap-debug): Fix doc string.
4595
4596 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
4597
4598 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4599 overlay-arrow-position and overlay-arrow-string buffer-local; no need
4600 to check if those variables exist (first appeared in Emacs 18.50).
4601
4602 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
4603
4604 * mm-util.el (mm-line-number-at-pos): New function.
4605
4606 * spam-report.el (spam-report-process-queue): Use it.
4607
4608 2008-12-24 David Engster <dengste@eml.cc>
4609
4610 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4611 parameters that haven't existed as variables as buffer-local variables.
4612
4613 2008-12-23 Dave Love <fx@gnu.org>
4614
4615 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4616 cadar.
4617
4618 * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4619 imap-starttls-p.
4620 (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4621
4622 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
4623
4624 * spam-report.el (spam-report-gmane-max-requests): New constant.
4625 (spam-report-gmane-wait): New variable.
4626 (spam-report-gmane-ham, spam-report-gmane-spam)
4627 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4628 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4629 the server.
4630
4631 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4632 Add explanations.
4633
4634 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4635 nnheader-accept-process-output and nnheader-read-timeout if available.
4636 (pop3-movemail): Use it.
4637
4638 * message.el (message-check-news-body-syntax): Fix signature check if
4639 there's an attachment.
4640
4641 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
4642
4643 * mm-util.el: Add comments to the mm- emulating functions.
4644
4645 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
4646
4647 * gnus-start.el (gnus-before-startup-hook): Fix doc string. Reported
4648 by Stephen Berman <stephen.berman@gmx.net>.
4649
4650 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
4651
4652 * mm-util.el (mm-substring-no-properties): New function.
4653 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4654 (mm-special-display-p): Enable those lambda forms to be byte compiled.
4655 (mm-string-to-multibyte): Doc fix.
4656
4657 * mml.el (mml-attach-file): Use mm-substring-no-properties.
4658
4659 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
4660
4661 * mml.el (mml-attach-file): Strip text properties from file name.
4662 (Bug#1574)
4663
4664 2008-12-16 Glenn Morris <rgm@gnu.org>
4665
4666 * mm-util.el (mm-charset-override-alist): Declare for compiler.
4667
4668 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
4669
4670 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4671 knows since the charset specified might be a bogus alias that
4672 mm-charset-synonym-alist provides.
4673
4674 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
4675
4676 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4677 "ISO_8859-1".
4678
4679 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4680
4681 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
4682
4683 * mm-util.el (mm-charset-eval-alist):
4684 Define it before mm-charset-to-coding-system.
4685 (mm-charset-to-coding-system): Add optional argument `silent';
4686 define it before mm-charset-override-alist.
4687 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4688 default value if it can be used in Emacs currently running;
4689 silence mm-charset-to-coding-system.
4690
4691 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
4692
4693 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4694 `allow-override' which says whether to use `mm-charset-override-alist'.
4695 (rfc2047-decode-encoded-words): Use it.
4696
4697 * mm-util.el (mm-charset-override-alist): Fix custom type;
4698 add `(gb2312 . gbk)' to choices.
4699
4700 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
4701
4702 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4703 fast.
4704
4705 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4706
4707 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
4708
4709 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4710 on links.
4711
4712 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4713
4714 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
4715
4716 * message.el (message-idna-to-ascii-rhs-1): Protect against local
4717 users' addresses that don't have domain parts.
4718 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4719 rather than message-narrow-to-head since there will be the message
4720 header separator.
4721
4722 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4723
4724 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4725 since the result is inserted in a unibyte buffer anyway.
4726 (nnimap-demule-use-string-to-multibyte): Remove.
4727 (nnimap-demule): Alias it to mm-string-to-multibyte.
4728
4729 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
4730
4731 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4732 variable for debugging bug#464 and bug#1174.
4733 (nnimap-demule): Use it.
4734
4735 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
4736
4737 * gnus-score.el (gnus-score-find-trace): Handle default score in total
4738 score calculation correctly.
4739
4740 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4741
4742 * message.el (message-send-mail): Just set the buffer to unibyte
4743 rather than use mm-with-unibyte-current-buffer which does a lot more.
4744 (message-send-mail-partially): Don't bother with
4745 mm-with-unibyte-current-buffer since it's already been made unibyte by
4746 message-send-mail.
4747
4748 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
4749
4750 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4751
4752 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
4753
4754 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4755
4756 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
4757
4758 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4759 require itself and to remove `with-no-warnings'.
4760
4761 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
4762
4763 * starttls.el (starttls-any-program-available): Get the name of the
4764 available TLS layer program.
4765 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4766 well as the host name in the "opening" message.
4767
4768 * auth-source.el (auth-source-cache, auth-source-do-cache)
4769 (auth-source-user-or-password): Cache passwords and logins by default,
4770 allow override with `auth-source-do-cache'.
4771 (auth-source-forget-user-or-password): Allow users to remove cache
4772 entries if needed.
4773
4774 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
4775
4776 * ietf-drums.el (ietf-drums-remove-comments): Localize second
4777 condition-case to only the forward-sexp call.
4778
4779 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
4780
4781 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4782 quotes contained. Make it more robust regardless by an extra
4783 condition-case wrapper.
4784
4785 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
4786
4787 * nnml.el (nnml-request-expire-articles): Check if the function set to
4788 `nnmail-expiry-target' returns the symbol `delete'.
4789
4790 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4791
4792 * nnmail.el (nnmail-expiry-target): Fix custom type.
4793
4794 2008-10-02 Glenn Morris <rgm@gnu.org>
4795
4796 * mm-util.el (mm-codepage-setup): Tweak codepage error.
4797 Silence compiler warning.
4798
4799 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
4800
4801 * mml.el (mml-menu): Don't assume mml2015 is bound.
4802
4803 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
4804
4805 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4806 exists.
4807
4808 2008-09-27 Glenn Morris <rgm@gnu.org>
4809
4810 * gnus-util.el (mail-header-remove-comments): Autoload it.
4811
4812 2008-09-27 Andreas Schwab <schwab@suse.de>
4813
4814 * gnus-util.el (gnus-split-references): Strip comments.
4815 (gnus-parent-id): Likewise.
4816
4817 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
4818
4819 * message.el (message-confirm-send): Fix version.
4820
4821 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
4822
4823 * message.el (message-idna-to-ascii-rhs-1): Use
4824 mail-extract-address-components rather than mail-header-parse-addresses
4825 that is an alias by default to ietf-drums-parse-addresses that does not
4826 support non-ASCII names in headers' contents.
4827
4828 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4829
4830 * message.el (message-confirm-send): Fixed variable documentation to
4831 avoid the "y/n" wording.
4832
4833 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
4834
4835 * message.el (message-set-auto-save-file-name): Save to a different
4836 filename so multiple messages (especially drafts) can be recovered.
4837
4838 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4839
4840 * message.el (message-confirm-send): Add appropriate version.
4841
4842 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
4843
4844 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4845 defvar.
4846
4847 2008-09-22 Daiki Ueno <ueno@unixuser.org>
4848
4849 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4850 (mm-pkcs7-enveloped-magic): Ditto.
4851
4852 2008-09-17 Simon Josefsson <simon@josefsson.org>
4853
4854 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4855 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4856
4857 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4858
4859 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4860 default, it's better.
4861
4862 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
4863
4864 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4865 summary line gnus-number property and ignore them (with a warning
4866 message).
4867
4868 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
4869
4870 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4871 macro caddr in the interactive form since it won't be expanded.
4872
4873 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4874
4875 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4876 `charset'; fix name of function called recursively.
4877 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4878
4879 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4880
4881 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4882 (gnus-mime-set-charset-parameters): New function.
4883 (gnus-mime-view-part-as-charset): Use it to correctly display part
4884 specifying wrong charset.
4885
4886 2008-09-08 David Engster <dengste@eml.cc>
4887
4888 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4889 in completing-read for back end server.
4890
4891 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
4892
4893 * message.el (message-confirm-send): New variable to confirm sending a
4894 message.
4895 (message-send): Use it.
4896
4897 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
4898
4899 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4900
4901 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
4902
4903 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4904
4905 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
4906
4907 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4908 prevent tracking too many groups.
4909 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4910 Use it.
4911
4912 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
4913
4914 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4915 moving point to the bottom of the window in order to avoid recentering.
4916
4917 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
4918
4919 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4920 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4921 (gnus-article-beginning-of-window): Fix calculation.
4922
4923 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
4924
4925 * gnus-msg.el (gnus-summary-supersede-article)
4926 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4927 value of gnus-newsgroup-charset to decode non-MIME encoded text in
4928 message header.
4929
4930 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4931
4932 * message.el:
4933 * gnus-start.el:
4934 * gnus-registry.el: Remove VMS support.
4935
4936 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
4937
4938 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4939 macro.
4940 (rfc2104-hash): Use it.
4941
4942 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
4943
4944 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4945 (gnus-summary-sort-by-most-recent-date): New commands.
4946 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4947 and menu entries.
4948
4949 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
4950
4951 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4952 don't redisplay article for raw contents; remove plural articles stuff.
4953
4954 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4955 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4956 on gnus-summary-save-article; display results properly.
4957
4958 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4959
4960 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4961
4962 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
4963
4964 * gnus-art.el (gnus-summary-save-in-pipe): Consider
4965 gnus-save-all-headers.
4966
4967 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
4968
4969 * gnus-util.el (ns-focus-frame): Remove declaration.
4970 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
4971 like x.
4972
4973 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
4974
4975 * rfc2104.el (rfc2104-zero): Delete defconst.
4976 (rfc2104-hex-alist): Likewise.
4977 (rfc2104-hex-to-int): Delete func.
4978 (rfc2104-hexstring-to-bitstring): Likewise.
4979 (rfc2104-nybbles): New defconst.
4980 (rfc2104-hash): Rewrite for speed.
4981
4982 2008-07-16 Glenn Morris <rgm@gnu.org>
4983
4984 * gnus-util.el (ns-focus-frame): Declare for compiler.
4985
4986 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
4987
4988 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4989 set as a group parameter.
4990 (gnus-summary-save-in-pipe): Work when it is called independently.
4991 (gnus-summary-pipe-to-muttprint): Don't modify
4992 gnus-summary-pipe-output-default-command.
4993
4994 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
4995
4996 * message.el (message-send-mail-with-sendmail):
4997 Display the error message.
4998
4999 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
5000
5001 * gnus-art.el (gnus-default-article-saver):
5002 Add gnus-summary-save-in-pipe to choices.
5003 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5004 gnus-summary-pipe-output-default-command as the default command.
5005 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5006 instead of gnus-last-shell-command.
5007
5008 * gnus-sum.el (gnus-summary-pipe-output-default-command):
5009 New user option.
5010 (gnus-summary-muttprint-program): Mention the value will be changed.
5011 (gnus-summary-save-article): Force showing of all headers.
5012 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5013
5014 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
5015
5016 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5017
5018 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
5019
5020 * nnimap.el (nnimap-id):
5021 * sieve-manage.el (sieve-manage-open): Doc fixes.
5022
5023 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
5024
5025 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5026 if available.
5027
5028 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5029
5030 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5031
5032 * nnkiboze.el (nnkiboze-generate-group):
5033 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5034
5035 * nnmairix.el: Require CL.
5036
5037 2008-06-15 David Engster <dengste@eml.cc>
5038
5039 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5040
5041 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
5042
5043 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5044 New macros that expand to an `aset'/`aref' call under Emacs, and to a
5045 runtime choice under XEmacs.
5046
5047 * gnus-sum.el (gnus-summary-set-display-table):
5048 Use `gnus-put-display-table', `gnus-get-display-table',
5049 `gnus-set-display-table' for the display table, instead of `aset'.
5050
5051 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
5052
5053 * nnmairix.el: Add autoloads.
5054
5055 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
5056
5057 * nnmairix.el (nnmairix-delete-recreate-group)
5058 (nnmairix-update-and-clear-marks): Fix error messages.
5059
5060 2008-06-14 David Engster <dengste@eml.cc>
5061
5062 * nnmairix.el: Upgrade to version 0.6.
5063 (nnmairix-group-toggle-propmarks-this-group)
5064 (nnmairix-group-toggle-readmarks-this-group)
5065 (nnmairix-group-delete-recreate-this-group)
5066 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5067 (nnmairix-remove-tick-mark-original-article): New commands.
5068 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5069 (nnmairix-propagate-marks-to-nnmairix-groups)
5070 (nnmairix-only-use-registry, nnmairix-allowfast-default)
5071 (nnmairix-marks-cache, nnmairix-version-output): New variables.
5072 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5073 functions needed for marks propagation and manipulation of read marks.
5074 (nnmairix-update-groups): New function.
5075 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5076 (nnmairix-determine-original-group-from-registry)
5077 (nnmairix-determine-original-group-from-path)
5078 (nnmairix-get-group-from-file-path, nnmairix-map-range)
5079 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5080 New helper functions.
5081 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5082 keystrokes for new commands.
5083 (nnmairix-delete-and-create-on-change): Doc string cleanup.
5084 (nnmairix-request-group): Check allow-fast group parameter.
5085 (nnmairix-request-create-group): Set allow-fast group parameter if
5086 nnmairix-allowfast-default is set.
5087 (nnmairix-close-group): Propagate marks upon closing if needed.
5088 (nnmairix-group-toggle-threads-this-group): Use new.
5089 nnmairix-group-toggle-parameter helper function.
5090 (nnmairix-search): Better check for empty search result.
5091 (nnmairix-goto-original-article): Use new helper functions for
5092 determining original article.
5093 (nnmairix-show-original-article): Make sure message-id is in brackets.
5094 (nnmairix-call-mairix-binary): Change variable name.
5095 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5096 helper function.
5097 (nnmairix-widget-toggle-activate): Fix doc string.
5098
5099 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
5100
5101 * nnir.el: Require edmacro when compiling with XEmacs.
5102 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5103 available in Emacs 21.
5104
5105 2008-06-11 Glenn Morris <rgm@gnu.org>
5106
5107 * gnus-util.el (x-focus-frame):
5108 * gnus.el (image-size):
5109 * mm-decode.el (image-size): Declare.
5110
5111 * gnus-picon.el (declare-function): Add compat definition.
5112 (image-size): Declare.
5113
5114 * gnus-group.el (tool-bar-map):
5115 * gnus-sum.el (tool-bar-map): Define for compiler.
5116
5117 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5118
5119 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5120
5121 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5122 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5123 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5124 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5125 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5126 * sieve-manage.el, spam-report.el, spam.el:
5127 Remove unnecessary eval-and-compile of autoloads.
5128
5129 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
5130
5131 * auth-source.el: Precise Tramp doc.
5132
5133 2008-06-07 Glenn Morris <rgm@gnu.org>
5134
5135 * nnmairix.el: Remove unnecessary eval-when-compile.
5136
5137 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
5138
5139 * nnir.el: New file.
5140
5141 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5142
5143 * gnus-util.el (gnus-read-shell-command): New function.
5144 * mm-decode.el (mm-pipe-part):
5145 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5146
5147 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
5148
5149 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5150
5151 2008-06-03 Glenn Morris <rgm@gnu.org>
5152
5153 * pop3.el (nnheader-accept-process-output): Autoload it.
5154
5155 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
5156
5157 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5158 are not 2-digit hexadecimal characters that follow `%'s.
5159
5160 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
5161
5162 * message.el (message-bogus-recipient-p): Fix type in doc string.
5163 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5164 (message-bogus-addresses): Rename from message-bogus-address-regexp.
5165 Improve custom options.
5166 (message-bogus-recipient-p): Adjust accordingly.
5167
5168 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
5169
5170 * nnmairix.el: Require edmacro when compiling with XEmacs.
5171
5172 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
5173
5174 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5175 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5176
5177 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
5178
5179 * auth-source.el: Add more docs.
5180
5181 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5182
5183 * nnheader.el (nnheader-read-timeout): Change the default timeout from
5184 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
5185 retrieval faster in some cases, but might make CPU usage larger. If
5186 this has any bad side effects, we might revert this change.
5187
5188 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5189 seems to make mail retrieval much, much faster.
5190 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5191 unconditionally.
5192
5193 * gnus-draft.el (gnus-group-send-queue): Bind
5194 message-send-mail-partially-limit to nil to avoid being prompted.
5195
5196 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
5197
5198 * mml.el (mml-attach-buffer): Prompt for `disposition'.
5199
5200 * message.el (message-bogus-address-regexp): Fix and improve custom
5201 type.
5202 (message-setup-hook): Add message-check-recipients as custom option.
5203
5204 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
5205
5206 * message.el (message-cite-function): Remove bogus autoload which crept
5207 in during merge from v5-10.
5208
5209 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
5210
5211 * nnimap.el (nnimap-open-connection): Fix login/password bug.
5212
5213 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5214
5215 * auth-source.el: Preliminary Tramp docs.
5216 (auth-sources): Change the default auth-sources to use
5217 EPA .gpg files.
5218
5219 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
5220
5221 * nntp.el: Autoload `auth-source-user-or-password'.
5222 (nntp-send-authinfo): Use it.
5223
5224 * nnimap.el: Autoload `auth-source-user-or-password'.
5225 (nnimap-open-connection): Use it.
5226
5227 * auth-source.el: Added docs on using with url-auth. Import gnus-util
5228 for the gnus-message function.
5229 (auth-source-user-or-password): Use it.
5230
5231 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5232
5233 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5234 rfc2104-hexstring-to-byte-list. Return a unibyte string.
5235 (rfc2104-hash): Use it.
5236
5237 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
5238
5239 * gnus-art.el (gnus-article-toggle-truncate-lines):
5240 Don't use `iff' in docstring.
5241
5242 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
5243
5244 * gnus-registry.el: Adjusted copyright dates and added a keyword.
5245
5246 * gnus-util.el (gnus-extract-address-component-name)
5247 (gnus-extract-address-component-email): Convenience functions around
5248 `gnus-extract-address-components'.
5249
5250 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5251 Use `gnus-extract-address-component-email' to fix bug of comparing full
5252 sender name to `user-mail-address'.
5253
5254 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
5255
5256 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5257 catch/throw to optimize.
5258 (gnus-registry-find-keywords): Just use member to find a keyword.
5259
5260 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5261
5262 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5263 is current before calling gnus-server-prepare.
5264 (gnus-server-setup-buffer, gnus-server-update-server)
5265 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5266
5267 2008-05-04 Juri Linkov <juri@jurta.org>
5268
5269 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5270 (mailcap-file-default-commands): Use mailcap-replace-in-string
5271 instead of replace-regexp-in-string, and mailcap-delete-duplicates
5272 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
5273
5274 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
5275
5276 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5277
5278 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5279
5280 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5281 hooks.
5282 (gnus-update-read-articles): Speed up non-marks-using users.
5283 (gnus-use-marks): Define gnus-use-marks.
5284 (gnus-propagate-marks): Rename variable to something more sensible.
5285
5286 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
5287
5288 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5289 (gmm-image-load-path-for-library): Fix typos in docstrings.
5290 (gmm-message): Reflow docstring.
5291
5292 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
5293
5294 * mail-source.el (mail-source-set-1, mail-source-bind):
5295 Move auth-source code out of the macro to clean it up and fix bugs.
5296
5297 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
5298
5299 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5300 by sender if it's equal to user-mail-address, it's likely to be
5301 useless.
5302
5303 * mail-source.el (mail-source-bind): Don't use user or password if they
5304 are not bound. Unintern them if they are nil. Don't use server unless
5305 it's bound, and default it to empty string otherwise.
5306
5307 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
5308
5309 * mail-source.el: Load auth-source.el.
5310 (mail-source-bind): Add comments. Call auth-source-user-or-password to
5311 get user name or password, if auth-sources is set up.
5312
5313 * gnus-registry.el (gnus-registry-split-strategy): New variable for
5314 strategy of splitting with parent.
5315 (gnus-registry-split-fancy-with-parent)
5316 (gnus-registry-post-process-groups): Use it and fix prior
5317 bug (returning a list as the split result).
5318
5319 * auth-source.el (auth-sources): Remove server parameter.
5320 (auth-source-pick, auth-source-user-or-password)
5321 (auth-source-user-or-password-imap)
5322 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5323 (auth-source-user-or-password-sftp)
5324 (auth-source-user-or-password-smtp): Remove server parameter.
5325
5326 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
5327
5328 * smime.el (smime-sign-region, smime-encrypt-region)
5329 (smime-decrypt-region):
5330 Remove redundant calls to `generate-new-buffer-name'.
5331
5332 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
5333
5334 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5335 Don't use QP for message/rfc822.
5336 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5337
5338 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
5339
5340 * sieve-manage.el (sieve-string-bytes): Remove.
5341 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5342 correct byte-length only if the process's coding-system is the same as
5343 the one used internally by Emacs to represent strings.
5344
5345 2008-04-22 Juri Linkov <juri@jurta.org>
5346
5347 * mailcap.el (mailcap-file-default-commands): New function.
5348
5349 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
5350
5351 * message.el (message-signature-separator, message-cite-function):
5352 Change custom version.
5353
5354 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
5355
5356 * mm-decode.el (mm-display-external): Make temp file read-only.
5357
5358 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
5359
5360 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5361 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
5362 `C-c C-f d'.
5363
5364 2008-04-12 Adrian Aichner <adrian@xemacs.org>
5365
5366 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5367
5368 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
5369
5370 * auth-source.el: Added docs.
5371 (auth-sources): Modify format to support server.
5372 (auth-source-pick, auth-source-user-or-password)
5373 (auth-source-user-or-password-imap)
5374 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5375 (auth-source-user-or-password-sftp)
5376 (auth-source-user-or-password-smtp): Add server parameter.
5377
5378 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
5379
5380 * gnus-registry.el: Initialize the registry when gnus-registry-install
5381 is t.
5382
5383 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
5384
5385 * compface.el (uncompface): Make buffer unibyte.
5386
5387 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
5388
5389 * mail-source.el (mail-source-value):
5390 Prefer fboundp to functionp so it works with macros as well.
5391
5392 2008-04-05 Glenn Morris <rgm@gnu.org>
5393
5394 * gnus-ems.el (mm-disable-multibyte): Autoload it.
5395
5396 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
5397
5398 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
5399 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5400
5401 * nnheader.el (nnheader-init-server-buffer): Change buffer's
5402 multibyteness after rather than before erasing it.
5403
5404 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5405 mm-with-multibyte.
5406 (gnus-request-article-this-buffer): Make sure the proper decoding is
5407 used if gnus-original-article-buffer happens to be unibyte.
5408
5409 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5410 default-enable-multibyte-characters.
5411
5412 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5413 default-enable-multibyte-characters.
5414
5415 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5416
5417 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5418
5419 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5420
5421 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5422 Fix last change in case the element is not even a symbol.
5423
5424 2008-04-02 Simon Josefsson <simon@josefsson.org>
5425
5426 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5427 imap-enable-exchange-bug-workaround.
5428 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5429
5430 2008-04-01 Simon Josefsson <simon@josefsson.org>
5431
5432 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5433 a 100 byte status-checks into a 2-3MB transfer for each group.
5434 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5435 to enable bug workaround or not.
5436 (nnimap-find-minmax-uid): Only enable workaround conditionally.
5437
5438 2008-03-31 Glenn Morris <rgm@gnu.org>
5439
5440 * message.el (mml2015-use): Declare for compiler.
5441 (message-info): Require mml2015 when appropriate.
5442
5443 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
5444
5445 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5446 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5447 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5448 (nntp-service-to-port): New function.
5449 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5450 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5451 (nntp-open-netcat-stream): New function.
5452 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5453
5454 2008-03-29 Sven Joachim <svenjoac@gmx.de>
5455
5456 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5457
5458 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5459
5460 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5461
5462 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
5463
5464 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5465
5466 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
5467
5468 * message.el (message-signature-separator): Change default.
5469 Improve custom type.
5470 (message-cite-function): Change default to
5471 message-cite-original-without-signature.
5472
5473 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5474 toggle.
5475
5476 * message.el (message-check-news-body-syntax): Fix signature check.
5477 (message-setup-1): Mark buffer as unmodified _after_ running
5478 message-setup-hook and handling message-alternative-emails.
5479 (message-shorten-references): Be more strict when building list of
5480 valid references to comply with GNKSA.
5481
5482 * gnus-group.el (gnus-read-ephemeral-bug-group)
5483 (gnus-read-ephemeral-debian-bug-group)
5484 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5485
5486 * message.el (message-info): Don't use booleanp which isn't supported
5487 in Emacs 21 and XEmacs.
5488
5489 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
5490
5491 * gnus-group.el (gnus-gmane-group-download-format): Rename from
5492 gnus-group-gmane-group-download-format.
5493 (gnus-group-read-ephemeral-gmane-group): Rename from
5494 gnus-group-read-ephemeral-gmane-group.
5495 (gnus-read-ephemeral-gmane-group-url): Rename from
5496 gnus-group-read-ephemeral-gmane-group-url.
5497 (gnus-bug-group-download-format-alist): New variable.
5498 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5499 (gnus-read-ephemeral-emacs-bug-group): New commands.
5500
5501 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5502
5503 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5504 (gnus-visible-headers): Improve custom type.
5505
5506 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
5507
5508 * mml.el (mml-menu): Add workarounds for XEmacs.
5509
5510 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5511 X-Boundary header.
5512
5513 * message.el (message-simplify-recipients): Fix previous commit.
5514
5515 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5516
5517 * mm-util.el (mm-set-buffer-multibyte): New function.
5518 * mm-decode.el (mm-copy-to-buffer): Use it.
5519
5520 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5521 Prefer fboundp to functionp so it works with macros as well.
5522
5523 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
5524
5525 * message.el (message-alter-recipients-discard-bogus-full-name):
5526 New function.
5527 (message-alter-recipients-function): New variable.
5528 (message-get-reply-headers): Use it.
5529 (message-replace-header): New helper function.
5530 (message-recipients-without-full-name): New variable.
5531 (message-simplify-recipients): New command.
5532
5533 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5534
5535 * message.el (message-info): Handle EasyPG manual.
5536
5537 * mml.el (mml-menu): Add entry for EasyPG.
5538
5539 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
5540
5541 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5542 parameter.
5543
5544 * message.el (message-disassociate-draft): Specify drafts group name
5545 fully.
5546
5547 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
5548
5549 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5550 unnecessary duplicates from the match list.
5551
5552 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
5553
5554 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5555 args of `how-many' of which the XEmacs version doesn't take; declare
5556 Info-index-next as function.
5557
5558 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5559
5560 * gnus-score.el (gnus-score-headers): Fix handling of
5561 gnus-inhibit-slow-scoring.
5562
5563 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5564 string.
5565 (gnus-button-url-regexp): Improve handling of parenthesis.
5566 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5567 (gnus-button-handle-info-keystrokes): Handle index entries.
5568
5569 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
5570
5571 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5572 Incoming* files.
5573
5574 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
5575
5576 * auth-source.el (auth-sources): Renamed from auth-source-choices.
5577 (auth-source-pick): Use it.
5578
5579 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
5580
5581 * auth-source.el (auth-source-protocols)
5582 (auth-source-protocols-customize, auth-source-choices): Added and
5583 modified variable customizations and defaults.
5584 (auth-source-pick, auth-source-user-or-password)
5585 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5586 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5587 (auth-source-user-or-password-sftp)
5588 (auth-source-user-or-password-smtp): Use new variables and provide an
5589 interface to netrc.el.
5590
5591 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
5592
5593 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5594 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5595 Make sure the nntp port to specify is a string.
5596
5597 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5598
5599 * nntp.el: Use with-current-buffer.
5600 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5601 dubious mm-with-unibyte-current-buffer.
5602 (nntp-with-open-group-function): New function extracted from
5603 nntp-with-open-group macro.
5604 (nntp-with-open-group): Use the function, so it's easier to debug.
5605 Add indentation and debugging info.
5606 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5607 the use of the netcat alternatives.
5608
5609 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5610 Avoid mm-string-as-multibyte as well.
5611
5612 * nnweb.el (nnweb-insert-html):
5613 Remove use of nnheader-string-as-multibyte.
5614
5615 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5616 (nnheader-string-as-multibyte): Remove.
5617
5618 * mm-view.el: Use inhibit-read-only.
5619 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5620 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5621 or unibyte-string.
5622
5623 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5624 (mm-uu-yenc-extract): Use with-current-buffer.
5625
5626 * gnus-soup.el (gnus-soup-send-packet): Don't use
5627 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5628
5629 * nnmh.el: Use with-current-buffer.
5630 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5631 mm-string-as-multibyte on the output of mm-encode-coding-string.
5632
5633 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5634 (nnimap-request-move-article): Use with-current-buffer.
5635
5636 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5637 inserting the handle-buffer's text, so the implicit multibyte->unibyte
5638 conversion uses string-make-unibyte rather than string-as-unibyte.
5639
5640 * gnus-msg.el: Use with-current-buffer.
5641
5642 * message.el (message-ignored-resent-headers): Add "Delivered-To".
5643
5644 2008-03-10 Daiki Ueno <ueno@unixuser.org>
5645
5646 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5647 string for caching if it is 'PIN.
5648
5649 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
5650
5651 * mail-source.el (mail-source-delete-old-incoming-confirm):
5652 Change default to nil.
5653 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5654
5655 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
5656
5657 * gnus-art.el (gnus-narrow-to-page): Position point properly.
5658 (gnus-article-goto-prev-page): Work for articles having ^L's.
5659
5660 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5661
5662 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5663
5664 2008-03-07 Karl Fogel <kfogel@red-bean.com>
5665
5666 * gnus-bookmark.el: Adjust for renames in bookmark.el.
5667 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5668 (gnus-bookmark-jump): Adjust some variable names.
5669
5670 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
5671
5672 * auth-source.el: New package.
5673 (auth-source-choices): Add customization entry point variable.
5674
5675 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5676 bug.
5677
5678 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
5679
5680 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5681 (gnus-registry-initialize, gnus-registry-install-p): Use it.
5682 (gnus-registry-install-shortcuts): Rename from
5683 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
5684 the `gnus-registry-mark-map' keymap dynamically from
5685 `gnus-registry-marks'. The generated functions update the summary line
5686 when a registry mark is added or deleted, and will call
5687 `gnus-registry-install-p' (see the comments in the code).
5688 (gnus-registry-user-format-function-M): Use concat intelligently.
5689
5690 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5691 the registry mark functions.
5692
5693 2008-03-05 Glenn Morris <rgm@gnu.org>
5694
5695 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5696 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5697 gnus-art.
5698 (top-level): No need to load own source when compiling.
5699
5700 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
5701
5702 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5703 Suggested by <chris.anderton@zetnet.co.uk>.
5704
5705 2008-03-04 Glenn Morris <rgm@gnu.org>
5706
5707 * gnus-sum.el (top-level): No need to require gnus when compiling,
5708 since unconditionally required near start of file.
5709 (gnus-summary-display-while-building): Move definition before use.
5710
5711 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
5712
5713 * gnus-registry.el (gnus-registry-user-format-function-M): Add
5714 formatting function.
5715
5716 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
5717
5718 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5719 with plists.
5720 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5721 Use new format.
5722
5723 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5724
5725 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5726 `where-is-internal' that returns a range of key sequences.
5727
5728 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5729
5730 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5731
5732 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5733 (gnus-summary-jump-to-group): Consider windows on other displayed
5734 frames as well. Similar changes might be needed elsewhere, but that's
5735 the one I've bumped into during my use.
5736
5737 * nndoc.el (nndoc-oe-dbx-type-p):
5738 * gnus-msg.el (gnus-debug):
5739 * gnus-group.el (gnus-update-group-mark-positions):
5740 Use mm-string-to-multibyte.
5741
5742 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5743
5744 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5745 doesn't handle NotDashEscaped.
5746
5747 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
5748 (mml-dnd-attach-options): Fix typo in custom choice.
5749
5750 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5751 nndoc-article-type to mbox.
5752 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5753
5754 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
5755 to nil, instead of html2text.
5756
5757 * imap.el (imap-debug): Add `imap-ping-server'.
5758
5759 * gnus-bookmark.el: Add FIXMEs.
5760
5761 * message.el (message-form-letter-separator)
5762 (message-send-form-letter-delay): New variables.
5763 (message-send-form-letter): Use them. New command to send form
5764 letters. Requested by Uwe Siart.
5765 (message-send-mail-function): Doc fix. Add "Other" custom option.
5766
5767 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
5768
5769 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5770 empty author.
5771
5772 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
5773
5774 * gnus-registry.el (gnus-registry-marks): Add variable for
5775 customization of marks and their appearance.
5776 (gnus-registry-read-mark): Use it.
5777 (gnus-registry-do-marks): Add utility function to loop through
5778 `gnus-registry-marks'.
5779 (gnus-registry-install-shortcuts-and-menus): Add function to install
5780 shortcuts and menus.
5781 (gnus-registry-initialize): Use it.
5782 (gnus-registry-default-mark): Clarify documentation.
5783
5784 2008-02-29 Glenn Morris <rgm@gnu.org>
5785
5786 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5787 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5788 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5789 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5790 Change defcustom :version from 23.0 to 23.1.
5791
5792 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
5793
5794 * gnus-registry.el (gnus-registry-follow-group-p)
5795 (gnus-registry-post-process-groups): Add functions to aid registry
5796 splitting and improve logging. Clarify behavior in function
5797 documentation.
5798 (gnus-registry-split-fancy-with-parent): Use them.
5799
5800 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5801
5802 * gnus-art.el: Use with-current-buffer.
5803
5804 2008-02-27 David Engster <dengste@eml.cc>
5805
5806 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5807 Express real group name in the response.
5808
5809 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
5810
5811 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5812 (nnmairix-last-server, nnmairix-current-server): Defvar them.
5813 (nnmairix-goto-original-article): Defvar gnus-registry-install and
5814 autoload gnus-registry-fetch-group when compiling.
5815 (nnmairix-request-group-with-article-number-correction): Remove
5816 unreferenced argument passed to nnmairix-call-backend.
5817
5818 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5819
5820 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5821 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
5822 Wilde.
5823
5824 2008-02-27 Glenn Morris <rgm@gnu.org>
5825
5826 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5827 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5828 variables to defconsts. Convert comments to doc-strings.
5829 (nnmairix-last-server, nnmairix-current-server): Convert from free
5830 variables to defvars. Convert comments to doc-strings.
5831 (gnus-registry-fetch-group): Autoload.
5832 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5833 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5834 (nnmairix-widget-build-editable-fields): Use car cddr rather than
5835 caddr.
5836 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5837 nnmairix-request-group-with-article-number-correction call.
5838 (nnmairix-fast, nnmairix-group): New, less general names, for free
5839 variables passed from nnmairix-request-group to
5840 nnmairix-request-group-with-article-number-correction. Declare.
5841 (nnmairix-request-group-with-article-number-correction):
5842 Use nnmairix-fast, nnmairix-group rather than fast, group.
5843
5844 2008-02-26 David Engster <dengste@eml.cc>
5845
5846 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
5847 version 0.5.
5848
5849 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
5850
5851 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5852 instead of making an extra function call. Don't add the current group
5853 to articles only when they have the group. Use
5854 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5855 Reported by David <de_bb@arcor.de>.
5856
5857 2008-02-24 Miles Bader <miles@gnu.org>
5858
5859 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
5860 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
5861 (mm-find-mime-charset-region):
5862 * mm-bodies.el (mm-encode-body):
5863 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
5864
5865 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
5866
5867 * mail-source.el (mail-source-delete-incoming): Change default.
5868 Supplement doc string.
5869
5870 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5871
5872 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
5873
5874 * nnmail.el (nnmail-message-id-cache-file): Derive from
5875 `gnus-home-directory'.
5876
5877 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
5878
5879 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5880 Document negative prefix.
5881
5882 * gnus-group.el (gnus-group-read-group): Document negative prefix.
5883
5884 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5885
5886 * message.el (message-unsent-separator): Add the Exim bounce
5887 separator.
5888
5889 2008-02-10 Daiki Ueno <ueno@unixuser.org>
5890
5891 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5892 list.
5893 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5894 recipient/signer list.
5895
5896 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
5897
5898 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5899 fbound (Emacs 23 unicode), signal an error.
5900
5901 2008-02-08 Glenn Morris <rgm@gnu.org>
5902
5903 * gnus-art.el (pgg-display-output-buffer): Declare as function.
5904
5905 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
5906
5907 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5908 ports to the calls to `netrc-machine-user-or-password' in addition to
5909 "imap" and "imaps".
5910
5911 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
5912
5913 * gnus.el (gnus-group-startup-message): Add `find-image' call before
5914 image-load-path is let-bound. Reported by Harald Hanche-Olsen
5915 <hanche@math.ntnu.no>.
5916
5917 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
5918
5919 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5920
5921 2008-02-01 Zhang Wei <id.brep@gmail.com>
5922
5923 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5924
5925 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5926
5927 2008-02-01 Miles Bader <miles@gnu.org>
5928
5929 * mml.el (mml-parse-1): Remove apparently vestigial use of
5930 `mm-hack-charsets'.
5931 * mm-bodies.el (mm-encode-body): Likewise.
5932
5933 2008-02-01 Kenichi Handa <handa@m17n.org>
5934
5935 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5936 rfc2104-hexstring-to-bitstring and changed to return a byte list.
5937 (rfc2104-hash): Convert the result of concat to unibyte string.
5938
5939 2008-02-01 Dave Love <fx@gnu.org>
5940
5941 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5942 coding-system-for-read.
5943 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5944
5945 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
5946 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
5947 (mm-find-mime-charset-region): Remove hack-charsets stuff.
5948
5949 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
5950
5951 * mail-source.el (mail-sources): Add `group' choice.
5952
5953 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5954 parameter `in-group' to control into which group the articles go.
5955 Add treatment of `group' mail-source.
5956
5957 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5958
5959 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5960 * message.el (message-beginning-of-line): Use featurep instead of bound
5961 tests in order to resolve conditionals at compile time.
5962
5963 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
5964
5965 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5966
5967 * mm-decode.el (mm-dissect-buffer): Decode description.
5968
5969 * mml.el (mml-to-mime): Encode message header first.
5970
5971 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5972
5973 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5974 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5975
5976 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
5977
5978 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5979
5980 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
5981
5982 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5983 prefix keys.
5984 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5985 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5986 gnus-xmas.el.
5987
5988 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
5989
5990 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5991 Add new variables for article mark management.
5992 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5993 list of extra data entries which, when present, will indicate that the
5994 article ID should not be trimmed from the registry.
5995 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5996 functions.
5997 (gnus-registry-read-mark): New function to read a mark name from the
5998 user.
5999 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6000 (gnus-registry-set-article-mark-internal): New functions to add and
6001 remove marks.
6002 (gnus-registry-get-article-marks): New function to show the marks for
6003 an article, or retrieve them for further use.
6004
6005 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
6006
6007 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6008 keys when no argument is given.
6009
6010 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6011
6012 * gnus-sum.el (gnus-article-sort-by-random)
6013 (gnus-thread-sort-by-random): Fix doc strings. Reported by
6014 jidanni@jidanni.org.
6015
6016 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
6017
6018 * gnus-art.el (gnus-article-describe-bindings): New function.
6019 (gnus-article-read-summary-keys): Use it.
6020 (gnus-article-mode-map): Bind `C-h b' to it.
6021
6022 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
6023
6024 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6025 XEmacs.
6026 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6027 against non-character events.
6028
6029 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
6030
6031 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6032 command.
6033 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6034 instead of END. Change name of the temp file.
6035 (gnus-group-gmane-group-download-format): Add doc string. Make it
6036 customizable.
6037
6038 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
6039
6040 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6041 bind `S W' to gnus-article-wide-reply-with-original; set default
6042 binding to gnus-article-read-summary-send-keys.
6043 (gnus-article-read-summary-keys): Fix the order of keys; display
6044 continuation keys correctly in the echo area; describe bindings
6045 correctly when keys end with `C-h'.
6046 (gnus-article-read-summary-send-keys): New function.
6047 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6048 for gnus-article-read-summary-send-keys; display continuation keys
6049 correctly in the echo area.
6050 (gnus-article-reply-with-original): Ignore prefix argument.
6051 (gnus-article-wide-reply-with-original): New function.
6052
6053 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
6054
6055 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6056 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6057
6058 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
6059
6060 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6061 (gnus-group-read-ephemeral-gmane-group): New command.
6062
6063 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6064
6065 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6066
6067 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
6068
6069 * message.el (message-send-mail-function): Increase custom version.
6070
6071 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6072 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
6073
6074 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
6075
6076 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6077 html parts correctly; support forwarded messages.
6078 (gnus-article-browse-html-article): Remove work buffers.
6079
6080 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6081 compiling.
6082 (netrc-bound-and-true-p): New macro.
6083 (netrc-parse): Use it instead of bound-and-true-p that is not available
6084 in XEmacs 21.4.
6085
6086 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
6087
6088 * gnus-registry.el (gnus-registry-mark-article)
6089 (gnus-registry-article-marks): Add functionality to mark articles
6090 through the Gnus registry.
6091
6092 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6093 (netrc-parse): Use encrypt-file-alist to determine if
6094 encrypt-find-model or encrypt-insert-file-contents should be used.
6095
6096 2007-12-19 Glenn Morris <rgm@gnu.org>
6097
6098 * mml.el (message-options-set, message-narrow-to-head)
6099 (message-in-body-p, message-mail-p, message-encode-message-body):
6100 Autoload.
6101 (message-remove-header, message-narrow-to-headers-or-head)
6102 (message-subscribed-p, message-make-mail-followup-to)
6103 (message-position-on-field, message-news-p)
6104 (message-options-set-recipient, message-generate-headers)
6105 (message-sort-headers): Declare as functions.
6106
6107 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
6108
6109 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6110 convention in doc string.
6111
6112 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
6113
6114 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6115 title to html parts.
6116 (gnus-article-browse-html-article): Pass message header to it.
6117
6118 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6119
6120 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
6121
6122 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6123 or password compatible with XEmacs.
6124
6125 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
6126
6127 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6128 format document.
6129 (gnus-mime-delete-part): Don't write description line if empty.
6130 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6131
6132 2007-12-14 Johan Bockgård <bojohan@gnu.org>
6133
6134 * gnus-sum.el (gnus-summary-mark-unread-as-read)
6135 (gnus-summary-mark-read-and-unread-as-read)
6136 (gnus-summary-mark-current-read-and-unread-as-read)
6137 (gnus-summary-mark-unread-as-ticked): Doc fix.
6138 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6139
6140 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
6141
6142 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
6143 Christoph Conrad <christoph.conrad@gmx.de>.
6144
6145 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
6146
6147 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6148 yes-or-no-p.
6149
6150 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
6151
6152 * mm-decode.el (mm-add-meta-html-tag): New function.
6153 (mm-save-part-to-file, mm-pipe-part): Use it.
6154
6155 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6156 gnus-y-or-n-p instead of y-or-n-p.
6157 (gnus-article-browse-html-parts): Work with message/external-body; use
6158 mm-add-meta-html-tag.
6159
6160 2007-12-11 Glenn Morris <rgm@gnu.org>
6161
6162 * gnus-cache.el: Require gnus-sum not just when compiling.
6163
6164 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6165
6166 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6167 definitions before use.
6168
6169 * mm-decode.el: Require gnus-util.
6170 (mm-remove-part): Only call delete-annotation on XEmacs.
6171
6172 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6173
6174 * nnmail.el: Require gnus-int.
6175
6176 * spam.el: Move `require's before `eval-when-compile's.
6177
6178 * gnus-ems.el (gnus-alive-p):
6179 * gnus-fun.el (message-goto-eoh):
6180 * gnus-util.el (gnus-group-name-decode):
6181 * mail-source.el (gnus-compress-sequence):
6182 * message.el (Info-goto-node, format-spec):
6183 * mm-bodies.el (message-options-get):
6184 * mm-decode.el (mm-view-pkcs7):
6185 * mm-util.el (gmm-write-region):
6186 * mml-smime.el (mml-compute-boundary)
6187 (gnus-completing-read-with-default):
6188 * mml.el (widget-button-press, gnus-make-hashtable):
6189 * mml1991.el (mm-decode-content-transfer-encoding)
6190 (mm-encode-content-transfer-encoding)
6191 (message-options-get, message-options-set):
6192 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6193 * nnfolder.el (gnus-request-group):
6194 * nnheader.el (ietf-drums-unfold-fws):
6195 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6196 * smime.el (gnus-run-mode-hooks):
6197 * spam-stat.el (gnus-message): Autoload.
6198
6199 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6200 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6201 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6202 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6203 Add declare-function compatibility definition.
6204
6205 * gnus-cache.el (nnvirtual-find-group-art):
6206 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6207 (gnus-add-image, gnus-add-wash-type):
6208 * gnus-group.el (nnkiboze-score-file):
6209 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6210 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6211 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6212 (message-tokenize-header, gnus-get-buffer-create)
6213 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6214 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6215 * gnus.el (gnus-group-decoded-name):
6216 * mail-source.el (imap-capability):
6217 * mm-bodies.el (message-options-set):
6218 * mm-decode.el (gnus-configure-windows):
6219 * mm-extern.el (message-goto-body):
6220 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6221 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6222 (epg-sub-key-validity, message-options-set):
6223 * mml.el (widget-event-point, gnus-configure-windows):
6224 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6225 * mml2015.el (epg-check-configuration, epg-configuration)
6226 (message-options-set):
6227 * nndb.el (nndb-request-article):
6228 * nnfolder.el (gnus-request-create-group):
6229 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6230 * nnmaildir.el (gnus-group-mark-article-read):
6231 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6232 * rfc1843.el (message-fetch-field):
6233 * spam.el (gnus-extract-address-components):
6234 Declare as functions.
6235
6236 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
6237
6238 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6239
6240 2007-12-09 Glenn Morris <rgm@gnu.org>
6241
6242 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6243
6244 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6245 * message.el, mm-view.el, sieve-manage.el, smime.el:
6246 Add declare-function compatibility definition.
6247
6248 * gnus-art.el (w3-region, w3m-region, Info-menu):
6249 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6250 * gnus-sum.el (gnus-get-predicate):
6251 * gnus-util.el (mm-append-to-file, w32-focus-frame):
6252 * message.el (mail-abbrev-in-expansion-header-p):
6253 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6254 (w3m-detect-meta-charset, w3m-region):
6255 * sieve-manage.el (password-read, password-cache-add)
6256 (password-cache-remove):
6257 * smime.el (password-read-and-add): Declare as functions.
6258
6259 2007-12-08 David Kastrup <dak@gnu.org>
6260
6261 * gnus-sum.el (gnus-summary-simplify-subject-query):
6262 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6263 `message'.
6264
6265 2007-12-07 Glenn Morris <rgm@gnu.org>
6266
6267 * gnus-art.el (article-make-date-line): Revert previous change.
6268
6269 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6270
6271 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6272
6273 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
6274
6275 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6276 Call gnus-add-to-range ranges only once with a prepared article-list.
6277
6278 2007-12-06 Paul Jarc <prj@po.cwru.edu>
6279
6280 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6281 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6282 group names with backslashes. Reported by Tassilo Horn
6283 <tassilo@member.fsf.org>.
6284
6285 2007-12-06 Deepak Goel <deego3@gmail.com>
6286
6287 * gnus-art.el (article-make-date-line):
6288 * gnus-start.el (gnus-load):
6289 * pop3.el (pop3-read-response): Fix buggy call to `error'.
6290
6291 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6292
6293 * gnus-art.el (gnus-use-idna)
6294 * gnus-start.el (gnus-site-init-file)
6295 * message.el (message-use-idna)
6296 * mm-uu.el (mm-uu-hide-markers)
6297 * smiley.el (smiley-style): Revert changes that suppress warnings.
6298
6299 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6300
6301 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6302 specify charset to html source. Reported by Christoph Conrad
6303 <christoph.conrad@gmx.de>.
6304
6305 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6306
6307 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6308 idna-program in order to suppress byte compile warning issued by XEmacs
6309 that came to byte compile the default value section of defcustom forms
6310 recently.
6311
6312 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6313 value of installation-directory.
6314
6315 * message.el (message-use-idna): Don't directly refer to the value of
6316 idna-program.
6317
6318 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6319
6320 * smiley.el (smiley-style): Don't directly call face-attribute.
6321
6322 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
6323
6324 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6325
6326 * gnus-dired.el: Reduce Gnus dependencies.
6327 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6328 require. Use autoloads instead.
6329 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6330 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6331 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6332 (gnus-dired-mode): Adjust doc string.
6333 (gnus-dired-mail-mode): New variable.
6334 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6335 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6336 (gnus-dired-mail-buffers): New function. Return mail or message
6337 composition buffers.
6338 (gnus-dired-attach): Use it.
6339 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6340 NO-DECODE.
6341 (gnus-dired-print): Use `gnus-print-buffer' depending on
6342 `gnus-dired-mail-mode'.
6343
6344 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
6345
6346 * rfc2047.el (rfc2047-encoded-word-regexp)
6347 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6348 explaining what regexp patterns are for.
6349
6350 2007-12-04 Glenn Morris <rgm@gnu.org>
6351
6352 * password.el: Move to ../password-cache.el.
6353
6354 * mml1991.el (password-read, password-cache-add, password-cache-remove):
6355 * mml2015.el (password-read, password-cache-add, password-cache-remove):
6356 * mml-smime.el (password-read, password-cache-add)
6357 (password-cache-remove):
6358 No need to autoload, since mml-sec requires password.
6359
6360 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6361 * message.el (gnus-extract-address-components):
6362 * mml-smime.el (gnus-extract-address-components): Define for compiler.
6363
6364 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6365 password.
6366
6367 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
6368
6369 * mailcap.el: Reduce dependencies.
6370 (mail-header-parse-content-type): Autoload.
6371 (mailcap-delete-duplicates): New alias.
6372 (mailcap-mime-info): Add optional argument NO-DECODE.
6373 (mailcap-mime-types): Use mailcap-delete-duplicates.
6374
6375 * message.el (message-ignored-supersedes-headers): Add "X-ID".
6376
6377 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6378
6379 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6380 function.
6381
6382 * gnus-uu.el (gnus-uu-decode-yenc): New command.
6383 (gnus-uu-yenc-article): New function.
6384
6385 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6386
6387 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6388 buffer.
6389
6390 2007-12-02 Glenn Morris <rgm@gnu.org>
6391
6392 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
6393 Move to ../net.
6394
6395 * binhex.el, uudecode.el: Move to ../mail.
6396
6397 * encrypt.el: Remove file.
6398
6399 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
6400
6401 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6402 matches on patches.
6403
6404 * gnus-art.el (gnus-article-browse-html-article): Mention
6405 `mm-text-html-renderer' in the doc string.
6406
6407 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6408 string. Add comments.
6409
6410 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6411 if rhs is ASCII.
6412
6413 2007-12-01 Glenn Morris <rgm@gnu.org>
6414
6415 * dig.el, dns.el: Move to ../net.
6416 * format-spec.el, hex-util.el, sha1.el: Move to ../.
6417
6418 * mail-source.el (top-level): Require format-spec before
6419 eval-when-compile.
6420
6421 2007-11-30 Glenn Morris <rgm@gnu.org>
6422
6423 * encrypt.el: Require password, rather than autoloading password-read.
6424
6425 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
6426
6427 * gnus.el (gnus-method-to-server): Add an optional parameter so the
6428 caller can indicate whether the cache should be disregarded for this
6429 call. This way the result of the call is reproducible at all times and
6430 can be considered a canonical server name for the supplied method.
6431 (gnus-agent-method-p): Canonicalize server names by pushing their
6432 method through `gnus-method-to-server' using the no-cache argument.
6433
6434 * gnus-srvr.el (gnus-server-insert-server-line): Call
6435 `gnus-method-to-server' with `no-cache' argument.
6436
6437 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6438 gnus-agent-possibly-synchronize-flags as this should be called when the
6439 server is actually being opened.
6440 (gnus-agent-possibly-synchronize-flags)
6441 (gnus-agent-possibly-synchronize-flags-server): Move check for the
6442 flags file of an agentized server to the latter function.
6443
6444 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6445 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6446 after a connection has been established successfully.
6447
6448 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
6449
6450 * gnus-art.el (article-display-face): Force to display face if called
6451 interactively; check if gnus-article-x-face-too-ugly matches author.
6452 (article-display-x-face): Display face even if From header is missing
6453 as article-display-face does.
6454
6455 2007-11-28 Richard Stallman <rms@gnu.org>
6456
6457 * md4.el: Move to ../.
6458 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
6459
6460 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
6461
6462 * mail-source.el (mail-sources): Default to fetch from file for
6463 compatibility with default of nnmail-spool-file.
6464
6465 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
6466
6467 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6468 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6469 to look for encoded word that should be encoded again.
6470 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6471 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6472 encoding pattern.
6473 (rfc2047-decode-region): Switch strict regexp and loose one according
6474 to rfc2047-allow-irregular-q-encoded-words.
6475
6476 2007-11-26 Simon Josefsson <simon@josefsson.org>
6477
6478 * imap.el: Move to ../net directory.
6479
6480 2007-11-25 Romain Francoise <romain@orebokech.com>
6481
6482 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6483
6484 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
6485
6486 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6487 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6488
6489 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6490 `nnmail-spool-file'.
6491
6492 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6493 `nnmail-spool-file'.
6494
6495 * gnus-move.el (gnus-change-server): Ditto.
6496
6497 * gnus-kill.el (gnus-batch-score): Ditto.
6498
6499 * gnus-cache.el (gnus-jog-cache): Ditto.
6500
6501 * gnus-msg.el (gnus-summary-reply):
6502 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6503
6504 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
6505
6506 * gnus-cache.el (gnus-cache-generate-nov-databases):
6507 Use nnml-generate-nov-databases-directory instead of
6508 nnml-generate-nov-databases-1.
6509
6510 2007-11-24 Glenn Morris <rgm@gnu.org>
6511
6512 * message.el (message-tool-bar-retro): Update for rename
6513 mail_send.xpm->mail-send.xpm.
6514
6515 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
6516
6517 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6518 `smime-ldap-search' for Emacs 22 and up.
6519
6520 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
6521
6522 * hashcash.el: Move to ../mail directory.
6523
6524 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
6525
6526 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6527 `smime-ldap-search' for Emacs 22 and up.
6528
6529 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6530
6531 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6532
6533 * message.el (message-send-mail-function): Fix error convention.
6534 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6535 (message-widen-reply, message-send-mail, message-talkative-question)
6536 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6537 (message-clone-locals, message-send-news): Use with-current-buffer.
6538 (message-insert-or-toggle-importance): Remove unused var `valid'.
6539 (message-make-references): Remove unused var `new-references'.
6540 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6541
6542 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
6543
6544 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6545 (spam-split-symbolic-return-positive): Reflow docstring.
6546 (spam-backends, spam-summary-exit-behavior)
6547 (spam-mark-ham-unread-before-move-from-spam-group)
6548 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6549 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6550 (spam-clear-cache, spam-backend-check, spam-install-backend)
6551 (spam-install-statistical-backend, spam-list-of-processors)
6552 (spam-group-processor-p, spam-split, spam-bogofilter-score)
6553 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6554 (spam-check-crm114, spam-initialize, spam-unload-hook):
6555 Fix typos in docstrings.
6556
6557 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
6558
6559 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6560 been checked if they have never been read and those group levels are
6561 higher than the one that a user specified.
6562
6563 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
6564
6565 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6566 foreign groups unless a group level is specified by a user.
6567 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6568
6569 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
6570
6571 * message.el (message-send-mail-function): Require sendmail.
6572
6573 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
6574
6575 * message.el (message-send-mail-function): Check for smtpmail too.
6576
6577 * utf7.el (utf7-encode, utf7-decode): Use coding system
6578 `utf-7'/`utf-7-imap' from utf-7.el' if available.
6579
6580 * message.el (message-send-mail-function): New function.
6581 (message-send-mail-function): Set default using
6582 message-send-mail-function. Adjust doc string.
6583 (message-send-mail-with-mailclient): New function.
6584
6585 2007-11-17 Richard Stallman <rms@gnu.org>
6586
6587 * assistant.el: Remove file.
6588
6589 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
6590
6591 * smime.el (from):
6592 * rfc2047.el (message-posting-charset):
6593 * qp.el (mm-use-ultra-safe-encoding):
6594 * pop3.el (parse-time-months):
6595 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6596 * nnml.el (files):
6597 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6598 (jka-compr-compression-info-list, ange-ftp-path-format)
6599 (efs-path-regexp):
6600 * nndiary.el (files):
6601 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6602 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6603 (epg-digest-algorithm-alist, inhibit-redisplay)
6604 (password-cache-expiry):
6605 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6606 (pgg-output-buffer, password-cache-expiry):
6607 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6608 (efs-path-regexp):
6609 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6610 (inhibit-redisplay):
6611 * mm-uu.el (file-name, start-point, end-point, entry)
6612 (gnus-newsgroup-name, gnus-newsgroup-charset):
6613 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6614 (latin-unity-ucs-list):
6615 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6616 (mm-uu-binhex-decode-function):
6617 * message.el (gnus-message-group-art, gnus-list-identifiers)
6618 (rmail-enable-mime-composing, gnus-local-organization)
6619 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6620 (gnus-read-active-file, facemenu-add-face-function)
6621 (facemenu-remove-face-function, gnus-article-decoded-p)
6622 (tool-bar-mode):
6623 * mail-source.el (display-time-mail-function):
6624 * gnus-util.el (nnmail-pathname-coding-system)
6625 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6626 (gnus-original-article-buffer, gnus-user-agent)
6627 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6628 (xemacs-codename, sxemacs-codename, emacs-program-version):
6629 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6630 * gnus-start.el (gnus-agent-covered-methods)
6631 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6632 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6633 (gnus-newsgroup-headers, gnus-group-list-mode)
6634 (gnus-group-mark-positions, gnus-newsgroup-data)
6635 (gnus-newsgroup-unreads, nnoo-state-alist)
6636 (gnus-current-select-method, mail-sources)
6637 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6638 (nnmail-spool-file, gnus-cache-active-hashtb):
6639 * gnus-mh.el (mh-lib-progs):
6640 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6641 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6642 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6643 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6644 (gnus-group-buffer):
6645 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6646 (font-lock-set-defaults):
6647 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6648 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6649 (gnus-summary-post-menu, total-parts, type, condition, length):
6650 * gnus-agent.el (gnus-agent-read-agentview):
6651 * flow-fill.el (show-trailing-whitespace):
6652 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6653 eval-and-compile wrappers for byte compiler pacifiers.
6654
6655 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6656 (mm-display-inline-fontify): Check for featurep 'xemacs not
6657 extent-list.
6658
6659 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6660 itimer-list.
6661 (mm-create-image-xemacs): Only do something for XEmacs.
6662 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6663
6664 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6665
6666 * gnus-registry.el (gnus-adaptive-word-syntax-table):
6667 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6668
6669 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
6670
6671 * nnimap.el (nnimap-split-download-body):
6672 * gnus-demon.el (gnus-demon):
6673 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6674
6675 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
6676
6677 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6678 macros.
6679 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6680 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6681 copy data from unibyte buffer to multibyte current buffer.
6682 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6683 to copy data from unibyte current buffer to multibyte buffer.
6684 (nntp-make-process-buffer): Make process buffer unibyte.
6685
6686 * pop3.el (pop3-open-server): Fix typo in Lisp code.
6687
6688 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
6689
6690 * pop3.el (pop3-open-server): Accept and process data more robustly at
6691 connexion start to avoid spurious "POP SSL connexion failed" errors.
6692
6693 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
6694
6695 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6696 read group names.
6697
6698 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
6699
6700 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6701
6702 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
6703
6704 * nnmail.el (nnmail-parse-active): Make group names unibyte.
6705 (nnmail-save-active): Use a unibyte buffer when saving active file,
6706 which may contain non-ASCII group names.
6707
6708 * nnml.el (nnml-request-group): Decode group names in messages.
6709
6710 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
6711
6712 * message.el (message-citation-line-function)
6713 (message-insert-formatted-citation-line): Fix spelling of
6714 `message-insert-formated-citation-line'.
6715
6716 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
6717
6718 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6719
6720 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
6721
6722 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6723 nnmail-pathname-coding-system.
6724
6725 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6726 that a user enters; decode group names in messages.
6727
6728 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6729
6730 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
6731
6732 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6733
6734 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6735
6736 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6737 risky local variable.
6738
6739 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6740
6741 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
6742
6743 * encrypt.el: Improve documentation to fix function name typo.
6744 Reported by Daiki Ueno <ueno@unixuser.org>.
6745
6746 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6747
6748 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6749 even if the point is not in the last page of an article.
6750 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6751 back to the previous page.
6752
6753 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
6754
6755 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6756
6757 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
6758
6759 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6760
6761 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6762
6763 * message.el (message-check-news-body-syntax): Avoid
6764 mm-string-as-multibyte.
6765 (message-hide-headers): Don't assume (point-min)==1.
6766
6767 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6768
6769 * message.el (message-remove-blank-cited-lines): Fix if remove is
6770 given.
6771 (message-bogus-address-regexp): New variable.
6772 (message-bogus-recipient-p): New function.
6773 (message-check-recipients): New command.
6774 (message-syntax-checks): Add `bogus-recipient'.
6775 (message-fix-before-sending): Add `bogus-recipient'.
6776
6777 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6778 (gnus-treat-body-boundary): Don't test window-system.
6779
6780 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
6781
6782 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6783
6784 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6785
6786 * gnus.el: Bump version to Gnus v5.13.
6787
6788 2007-10-28 Miles Bader <miles@gnu.org>
6789
6790 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6791 at compile-time too.
6792
6793 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6794
6795 * gnus-msg.el (gnus-message-setup-hook): Add
6796 `message-remove-blank-cited-lines' to options.
6797
6798 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
6799
6800 * message.el (message-remove-blank-cited-lines): New function.
6801 Suggested by Karl Plästerer.
6802
6803 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
6804
6805 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6806 mapc.
6807
6808 * imap.el (imap-open): Replace mapcar called for effect with mapc.
6809 (top-level): Use mapc to set functions to be traced for debugging.
6810
6811 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6812 called for effect with while loop.
6813
6814 * message.el (message-talkative-question): Replace mapcar called for
6815 effect with mapc.
6816
6817 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6818 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6819 called for effect with dolist.
6820
6821 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6822
6823 * nndiary.el: Use dolist instead of mapcar to add diary headers to
6824 gnus-extra-headers and nnmail-extra-headers.
6825
6826 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6827 called for effect with dolist.
6828 (top-level): Use mapc to set functions to be traced for debugging.
6829
6830 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6831 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6832 dolist.
6833
6834 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6835 Replace mapcar called for effect with mapc.
6836 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6837 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6838 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6839 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6840
6841 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6842 remove-if that's a cl function.
6843
6844 * webmail.el (webmail-debug): Replace mapcar called for effect with
6845 dolist.
6846
6847 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
6848
6849 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6850 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6851 with while loop.
6852
6853 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6854 functions from article-* functions.
6855 (gnus-multi-decode-header): Replace mapcar called for effect with
6856 dolist.
6857
6858 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6859 (gnus-bookmark-show-details): Replace mapcar called for effect with
6860 while loop.
6861
6862 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6863 called for effect with while loop.
6864
6865 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6866 with dolist.
6867
6868 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6869 mapcar called for effect with dolist.
6870
6871 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6872
6873 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6874 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6875 Replace mapcar called for effect with dolist.
6876 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6877 mapc.
6878
6879 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6880 Replace mapcar called for effect with dolist.
6881 (gnus-topic-list): Replace mapcar called for effect with mapc.
6882
6883 * gnus.el: Use mapc instead of mapcar to add autoloads.
6884
6885 2007-10-23 Richard Stallman <rms@gnu.org>
6886
6887 * gnus-group.el (gnus-group-highlight): Mark as risky.
6888
6889 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
6890
6891 * gnus.el (gnus-server-to-method): Return method found first in
6892 gnus-newsrc-alist.
6893
6894 * gnus-art.el (gnus-article-highlight-signature)
6895 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6896 button overlay without the front stickiness.
6897
6898 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
6899
6900 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6901 overview buffer needed a catch to receive its throw.
6902 (gnus-agent-flush-cache): Declared as interactive to make this function
6903 easier to use.
6904
6905 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
6906
6907 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6908 `next-line'.
6909
6910 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
6911
6912 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6913 exclude address matching message-dont-reply-to-names.
6914
6915 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
6916
6917 * gnus-util.el (gnus-string<): New function.
6918
6919 * gnus-sum.el (gnus-article-sort-by-author)
6920 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6921
6922 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
6923
6924 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6925 the frame-focus tag is set in gnus-buffer-configuration.
6926
6927 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
6928
6929 * gnus-art.el (gnus-article-add-button): Make a button overlay without
6930 the front stickiness.
6931
6932 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
6933
6934 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6935 url pattern; remove duplicate one.
6936 (gnus-article-extend-url-button): New function.
6937 (gnus-article-add-buttons): Use it.
6938 (gnus-button-push): Use concatenated url that it makes.
6939
6940 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
6941
6942 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6943 (sieve-manage-open): Use `mapc' instead of `mapcar'.
6944
6945 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6946
6947 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6948 Don't hardcode point-min==1.
6949
6950 2007-09-30 David Kastrup <dak@gnu.org>
6951
6952 * gnus-art.el (gnus-article-reply-with-original)
6953 (gnus-article-followup-with-original): When `transient-mark-mode' is
6954 off, refrain from active-region behavior for followups.
6955
6956 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
6957
6958 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6959 Fix comment about "iso8859-1".
6960
6961 2007-10-08 Daiki Ueno <ueno@unixuser.org>
6962
6963 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6964 ones returned from the verify-function.
6965
6966 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6967 mml2015-extract-cleartext-signature if extraction failed.
6968
6969 2007-10-07 Daiki Ueno <ueno@unixuser.org>
6970
6971 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6972 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6973 failed.
6974
6975 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
6976
6977 * Relicense "GPLv2 or later" files to "GPLv3 or later".
6978
6979 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6980
6981 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6982 to mark a thread as expirable. Add variable `hide' to handle hiding of
6983 thread for both the null and zero (kill/expire thread) universal prefix
6984 cases.
6985 (gnus-summary-expire-thread): Add new function to expire a thread,
6986 using gnus-summary-kill-thread.
6987 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6988 shortcuts for gnus-summary-expire-thread.
6989 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6990 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
6991
6992 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6993
6994 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6995 extras value, so an extras entry can be deleted.
6996 (gnus-registry-delete-extra-entry): Use it.
6997 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6998 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6999 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7000 storage through the gnus-registry, and provide an appropriate API for
7001 it.
7002
7003 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
7004
7005 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7006 Suggested by Leo <sdl.web@gmail.com>.
7007
7008 * gnus.el: Do.
7009
7010 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
7011
7012 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7013 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
7014
7015 * gnus-agent.el (gnus-agent-fetch-headers): Do.
7016
7017 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7018 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7019
7020 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
7021
7022 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7023 newline.
7024 (nnmbox-request-accept-article): Don't change article in source buffer;
7025 narrow to header to use message-fetch-field rather than
7026 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7027 (nnmbox-request-replace-article): Quote lines that'll be misidentified
7028 as delimiters; make sure article ends with newline.
7029 (nnmbox-delete-mail): Correct last position of article to be deleted;
7030 ignore X-Gnus-Newsgroup header in article body.
7031 (nnmbox-save-mail): Quote lines looking like delimiters at the right
7032 positions; make sure article ends with newline.
7033
7034 * message.el (message-display-abbrev): Don't infloop when a user
7035 inserts SPC in the beginning of header.
7036
7037 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
7038
7039 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7040 list of groups not followed by default. Fix type to be regexp.
7041 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7042
7043 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
7044
7045 * hmac-def.el (define-hmac-function): Switch from old-style to
7046 new-style backquotes.
7047
7048 * md4.el (md4-make-step): Likewise.
7049
7050 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
7051
7052 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7053 raw-text coding system when saving .newsrc file, which may contain
7054 non-ASCII group names.
7055
7056 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
7057
7058 * gnus-cus.el (gnus-score-extra): New widget.
7059 (gnus-score-extra-convert): New function.
7060 (gnus-score-customize): Use it for Extra.
7061
7062 2007-08-31 Daiki Ueno <ueno@unixuser.org>
7063
7064 * mml2015.el (mml2015-extract-cleartext-signature): New function.
7065 (mml2015-mailcrypt-clear-verify): Use it.
7066 (mml2015-gpg-clear-verify): Use it.
7067 (mml2015-pgg-clear-verify): Use it.
7068 (mml2015-epg-clear-verify): Replace the current part with the output
7069 from GnuPG; don't extract the plaintext by itself.
7070
7071 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7072 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7073 mml2015-clear-verify-function; don't touch the armor headers or
7074 dash-escaped text here.
7075
7076 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
7077
7078 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7079 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7080 parts, or application/octet-stream as a last resort.
7081 (gnus-mime-view-part-as-type): Don't toggle display.
7082 (gnus-mime-view-part-as-charset): Don't turn off display before
7083 querying charset.
7084
7085 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7086 stuff to undisplayer function in Emacs.
7087 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7088
7089 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7090 text/calendar parts.
7091
7092 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
7093
7094 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7095 decoding text/calendar parts.
7096
7097 * message.el (message-forward-make-body-mime): Always mark body as
7098 having no illegible text; remove signed-or-encrypted argument.
7099 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7100
7101 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7102 (mml-generate-mime-1): Don't encode body if it is specified to be in
7103 raw form; don't make buffer be unibyte when inserting multibyte string.
7104
7105 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7106
7107 * sha1.el: Fix up comment style.
7108 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7109 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7110
7111 * hex-util.el: Fix up comment style.
7112 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7113
7114 * gnus-salt.el: Use with-current-buffer.
7115 (gnus-pick-setup-message): Fix long-standing typo.
7116
7117 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
7118
7119 * imap.el (imap-logout-timeout): New variable.
7120 (imap-logout, imap-logout-wait): New functions.
7121 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7122
7123 * nnimap.el (nnimap-logout-timeout): New server variable.
7124 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7125 nnimap-logout-timeout.
7126
7127 * gnus-art.el (gnus-article-summary-command-nosave)
7128 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7129
7130 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
7131
7132 * gnus.el (gnus-maximum-newsgroup): New variable.
7133
7134 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7135 according to gnus-maximum-newsgroup.
7136
7137 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7138 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7139 Limit the range of articles according to gnus-maximum-newsgroup.
7140
7141 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
7142
7143 * gnus-art.el (gnus-sticky-article): Fixed problems described in
7144 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
7145 Don't perform gnus-configure-windows here; reuse existing sticky
7146 article buffer.
7147
7148 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7149 it doesn't exist in gnus-article-mode.
7150
7151 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
7152
7153 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7154 (gnus-agent-decoded-group-name): New function.
7155 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7156 (gnus-agent-expire-group-1): Use it; decode group name in messages.
7157
7158 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
7159
7160 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7161 Add binding for gnus-sticky-article.
7162 (gnus-summary-exit): Don't kill sticky article buffers.
7163
7164 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7165 article buffer.
7166 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7167 (gnus-kill-sticky-article-buffers): New commands.
7168
7169 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
7170
7171 * nntp.el (nntp-xref-number-is-evil): New server variable.
7172 (nntp-find-group-and-number): If it is non-nil, don't trust article
7173 numbers in the Xref header.
7174
7175 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7176
7177 * gnus-agent.el (gnus-agent-read-group): New function.
7178 (gnus-agent-flush-group, gnus-agent-expire-group)
7179 (gnus-agent-regenerate-group): Use it.
7180 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7181 nnmail-pathname-coding-system.
7182
7183 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
7184
7185 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7186
7187 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7188 that are unread as unread, and also as selected so that information of
7189 marks having been changed by a user may be updated when exiting group.
7190
7191 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
7192
7193 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
7194
7195 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
7196
7197 * gnus-art.el (gnus-mime-display-single): Pass part number that is
7198 calculated ignoring signature parts to gnus-treat-article.
7199
7200 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
7201
7202 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7203 a point here in order to keep the window start.
7204 (gnus-insert-mime-security-button): Make a button overlay without the
7205 front stickiness.
7206 (gnus-mime-display-security): Goto the end of a button.
7207
7208 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7209
7210 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
7211
7212 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7213 group-name-at-point.
7214 (gnus-group-completing-read): New function that offers decoded
7215 non-ASCII group names for completion.
7216 (gnus-fetch-group, gnus-group-read-ephemeral-group)
7217 (gnus-group-jump-to-group, gnus-group-make-group-simple)
7218 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7219 (gnus-group-fetch-control): Use it.
7220 (gnus-fetch-group): Use group-name-at-point for the initial value
7221 rather than the default value; use gnus-alive-p.
7222
7223 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7224 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7225 (gnus-summary-post-news): Use gnus-group-completing-read.
7226
7227 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7228 (gnus-read-move-group-name): Decode group name for completion.
7229
7230 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
7231
7232 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7233 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7234 Yamaoka slightly modified the code).
7235
7236 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
7237
7238 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7239 (nnmail-split-incoming): Bind it.
7240
7241 * nnml.el (nnml-group-name-charset): New function.
7242 (nnml-decoded-group-name): Use it; don't decode group name if
7243 nnmail-group-names-not-encoded-p is non-nil.
7244 (nnml-encoded-group-name): New function.
7245 (nnml-group-pathname): Inline nnml-decoded-group-name.
7246 (nnml-request-expire-articles): Decode group name in message.
7247 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7248 nnmail-pathname-coding-system.
7249 (nnml-save-mail, nnml-active-number): Work with decoded group names and
7250 not decoded ones according to nnmail-group-names-not-encoded-p.
7251 (nnml-generate-active-info): Use nnml-encoded-group-name.
7252
7253 2007-08-08 Glenn Morris <rgm@gnu.org>
7254
7255 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7256 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7257 doc-strings and comments.
7258
7259 2007-07-25 Glenn Morris <rgm@gnu.org>
7260
7261 * Relicense all FSF files to GPLv3 or later.
7262
7263 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
7264
7265 * gnus-sum.el (gnus-summary-move-article): Make
7266 gnus-summary-respool-article work.
7267
7268 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
7269
7270 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7271 string.
7272
7273 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
7274
7275 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
7276 that should be ignored when comparing distant RSS articles with local
7277 ones.
7278 (nnrss-make-hash-index): New function. Create a hash index according
7279 to the ignored fields.
7280 (nnrss-check-group): Use it.
7281
7282 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
7283
7284 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7285
7286 * gnus-art.el (article-decode-group-name): Decode Xref header too.
7287
7288 * gnus-group.el (gnus-group-make-group): Encode group name here unless
7289 the new optional argument ENCODED is non-nil.
7290 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7291 coding system for encoding group name.
7292 (gnus-group-make-rss-group): Pass un-encoded group name to
7293 gnus-group-make-group.
7294 (gnus-group-set-info): Tell gnus-group-make-group that group name is
7295 encoded.
7296
7297 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7298 Encode group name to which articles are moved or copied.
7299 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7300 coding system for encoding Newsgroup, Followup-To and Xref headers.
7301
7302 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7303 marks; use nnheader-file-coding-system to write a file.
7304 (nnagent-retrieve-headers): Bind file-name-coding-system to
7305 nnmail-pathname-coding-system.
7306
7307 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7308
7309 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7310 (nnml-request-article, nnml-request-create-group)
7311 (nnml-request-rename-group, nnml-find-id)
7312 (nnml-possibly-change-directory, nnml-possibly-create-directory)
7313 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7314 (nnml-save-marks): Use nnml-group-pathname instead of
7315 nnmail-group-pathname.
7316
7317 (nnml-request-create-group, nnml-request-expire-articles)
7318 (nnml-request-move-article, nnml-request-delete-group)
7319 (nnml-deletable-article-p, nnml-possibly-create-directory)
7320 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7321 (nnml-open-marks): Bind file-name-coding-system to
7322 nnmail-pathname-coding-system.
7323
7324 (nnml-request-article): Pass server argument to nnml-find-group-number.
7325 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7326 server argument to nnml-possibly-create-directory.
7327 (nnml-request-accept-article): Pass server argument to
7328 nnml-active-number and nnml-save-mail.
7329 (nnml-find-group-number): Pass server argument to nnml-find-id.
7330 (nnml-request-update-info): Pass server argument to
7331 nnml-marks-changed-p.
7332
7333 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7334 (nnml-save-mail, nnml-active-number): Add server argument.
7335
7336 (nnml-request-delete-group): Warn if group is missing.
7337 (nnml-get-nov-buffer): Decode group name.
7338 (nnml-generate-active-info): Encode group name.
7339 (nnml-open-marks): Decode group name in messages.
7340
7341 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
7342
7343 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7344 if it is not specified.
7345 (gnus-article-pipe-part, gnus-article-save-part)
7346 (gnus-article-interactively-view-part, gnus-article-copy-part)
7347 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7348 (gnus-article-inline-part, gnus-article-save-part-and-strip)
7349 (gnus-article-replace-part, gnus-article-delete-part)
7350 (gnus-article-view-part-as-type): Pass raw prefix argument to
7351 gnus-article-part-wrapper.
7352
7353 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
7354
7355 * gnus-agent.el (gnus-agent-save-active): Bind
7356 nnheader-file-coding-system to gnus-agent-file-coding-system.
7357
7358 * gnus-cache.el (gnus-cache-save-buffers)
7359 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7360 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7361 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7362 (gnus-cache-braid-nov, gnus-cache-braid-heads)
7363 (gnus-cache-generate-active, gnus-cache-rename-group)
7364 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7365 (gnus-cache-update-overview-total-fetched-for): Bind
7366 file-name-coding-system to nnmail-pathname-coding-system.
7367 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7368 variables.
7369 (gnus-cache-decoded-group-name): New function.
7370 (gnus-cache-file-name): Use it.
7371 (gnus-cache-generate-active): Use non-decoded group name for active.
7372
7373 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7374 right place.
7375 (gnus-write-active-file): Don't break non-ASCII group names.
7376
7377 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7378 nnmail-pathname-coding-system.
7379
7380 * gnus-uu.el (gnus-uu-decode-save): Typo.
7381
7382 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
7383
7384 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7385
7386 2007-07-14 David Kastrup <dak@gnu.org>
7387
7388 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
7389 finishing actions if we did not edit the article.
7390
7391 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7392
7393 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7394 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7395 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7396 (gnus-agent-flush-group, gnus-agent-flush-cache)
7397 (gnus-agent-fetch-headers, gnus-agent-load-alist)
7398 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7399 (gnus-agent-retrieve-headers, gnus-agent-request-article)
7400 (gnus-agent-regenerate-group)
7401 (gnus-agent-update-files-total-fetched-for)
7402 (gnus-agent-update-view-total-fetched-for): Bind
7403 file-name-coding-system to nnmail-pathname-coding-system.
7404 (gnus-agent-group-pathname): Don't encode file names by
7405 nnmail-pathname-coding-system.
7406 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7407 coding-system-for-write instead of buffer-file-coding-system to
7408 gnus-agent-file-coding-system.
7409
7410 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7411 Decode group name.
7412
7413 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7414
7415 * gnus-start.el (gnus-update-active-hashtb-from-killed)
7416 (gnus-read-newsrc-el-file): Make group names unibyte.
7417
7418 * nnmail.el (nnmail-group-pathname): Don't encode file names by
7419 nnmail-pathname-coding-system.
7420
7421 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7422 (nnrss-request-delete-group): Bind file-name-coding-system to
7423 nnmail-pathname-coding-system.
7424 (nnrss-read-server-data, nnrss-read-group-data): Bind
7425 file-name-coding-system correctly.
7426 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7427
7428 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7429 (nntp-server-to-method-cache): New variable.
7430 (nntp-group-pathname): New function that decodes non-ASCII group names.
7431 (nntp-possibly-create-directory, nntp-marks-changed-p)
7432 (nntp-save-marks, nntp-open-marks): Use it.
7433 (nntp-possibly-create-directory, nntp-open-marks):
7434 Bind file-name-coding-system to nnmail-pathname-coding-system.
7435 (nntp-open-marks): Decode group names when bootstrapping marks.
7436
7437 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7438 Newsgroups and Folowup-To headers.
7439
7440 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7441
7442 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7443 (gnus-server-closed-face, gnus-server-denied-face)
7444 (gnus-server-offline-face): Remove variable.
7445 (gnus-server-font-lock-keywords): Use faces that are not aliases.
7446
7447 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7448 of modifying message-stack directly for XEmacs.
7449
7450 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7451 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7452 if the coding-system argument is nil for XEmacs.
7453
7454 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7455 mm-charset-override-alist.
7456
7457 * rfc2047.el: Don't require base64; require rfc2045 for the function
7458 rfc2045-encode-string.
7459 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7460 to quote the parameter value.
7461
7462 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
7463
7464 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7465 form in gnus-group-name-charset-method-alist.
7466
7467 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7468 overrides the default layout edit-form.
7469
7470 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7471
7472 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7473
7474 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
7475
7476 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7477 as unfetched articles.
7478
7479 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
7480
7481 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7482
7483 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
7484
7485 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7486 original back end that keeps marks in the local system.
7487
7488 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
7489
7490 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7491 arg of pop-to-buffer for XEmacs.
7492 (gnus-article-read-summary-keys): Ditto; don't restore window
7493 configuration if summary command ends up with neither article buffer
7494 nor summary buffer; describe bindings if summary keys end with C-h.
7495
7496 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
7497
7498 * message.el (message-fix-before-sending): Skip raw message part to be
7499 forwarded while checking illegible text.
7500 (message-forward-make-body-mime, message-forward-make-body): Mark
7501 signed or encrypted raw message as having no illegible text.
7502
7503 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
7504
7505 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7506 (gnus-message-with-timestamp-1): New macro.
7507 (gnus-message-with-timestamp): New function.
7508 (gnus-message): Use them.
7509
7510 * nnheader.el (nnheader-message): Use them.
7511
7512 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
7513
7514 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7515 .newsrc.eld file.
7516
7517 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
7518
7519 * gnus-agent.el (gnus-agent-fetch-headers)
7520 (gnus-agent-retrieve-headers): Bind
7521 gnus-decode-encoded-address-function to identity.
7522
7523 * nntp.el (nntp-send-xover-command): Recognize an xover command is
7524 available also when the server returns simply a dot.
7525
7526 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7527
7528 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
7529
7530 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7531
7532 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
7533
7534 * gnus-ems.el (gnus-x-splash): Make it work.
7535
7536 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7537 from being used.
7538
7539 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
7540
7541 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7542 the front stickiness.
7543 (gnus-article-summary-command-nosave): Correct the order of the
7544 arguments passed to pop-to-buffer.
7545 (gnus-article-read-summary-keys): Ditto; make it work properly when the
7546 summary command ends up with the article buffer.
7547
7548 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7549 the same faces.
7550
7551 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
7552
7553 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7554
7555 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
7556
7557 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7558 * gnus-sum.el (gnus-summary-highlight):
7559 * mail-source.el (mail-source-delete-old-incoming-confirm):
7560 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7561
7562 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
7563
7564 * gnus-art.el (gnus-mime-view-part-externally)
7565 (gnus-mime-view-part-internally): Fix predicate function passed to
7566 completing-read.
7567
7568 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7569
7570 * gnus.el (gnus-update-message-archive-method): Add :version.
7571
7572 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
7573
7574 * gnus.el (gnus-update-message-archive-method): New variable.
7575
7576 * gnus-start.el (gnus-setup-news): Update saved "archive" method
7577 according to gnus-message-archive-method if
7578 gnus-update-message-archive-method is non-nil.
7579
7580 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
7581
7582 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
7583 by Loic Dachary <loic@dachary.org>.
7584 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7585
7586 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
7587
7588 * message.el (message-pop-to-buffer): Add switch-function argument.
7589 (message-mail): Pass switch-function argument to it.
7590
7591 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
7592
7593 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7594 Improve doc string.
7595
7596 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
7597
7598 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7599 (gnus-header-content)
7600 * gnus-cite.el (gnus-cite-10)
7601 * gnus-srvr.el (gnus-server-closed)
7602 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7603 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7604 (gnus-group-mail-3-empty, gnus-group-mail-low)
7605 (gnus-group-mail-low-empty, gnus-splash)
7606 * message.el (message-header-to, message-header-cc)
7607 (message-header-subject, message-header-other, message-header-name)
7608 (message-header-xheader, message-separator, message-cited-text)
7609 (message-mml): Lighten colors of faces used for dark background.
7610
7611 2007-05-24 Simon Josefsson <simon@josefsson.org>
7612
7613 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7614 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
7615
7616 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
7617
7618 * message.el (message-narrow-to-headers-or-head):
7619 Ignore mail-header-separator in the body.
7620
7621 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
7622
7623 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7624 same as window size.
7625
7626 2007-05-22 Kevin Ryde <user42@zip.com.au>
7627
7628 * message.el (message-font-lock-keywords): Use message-header-xheader
7629 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
7630 ahead of the anything pattern, to get it recognised.
7631
7632 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
7633
7634 * gnus-sum.el (gnus-articles-to-read)
7635 (gnus-summary-insert-old-articles): Don't truncate group name for
7636 `read-string'.
7637
7638 * gnus-util.el (gnus-limit-string): Delete this function.
7639
7640 * gnus-sum.el (gnus-simplify-subject-fully): Use
7641 `truncate-string-to-width' instead.
7642
7643 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
7644
7645 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
7646 if, on summary exit, the next group has to be selected.
7647 (gnus-summary-exit): Use it.
7648
7649 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
7650
7651 * gnus-art.el (gnus-article-mode): Fix comment about displaying
7652 non-break space.
7653
7654 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
7655
7656 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7657 Check if group is not a directory.
7658 (nnfolder-request-expire-articles): Don't delete articles if the target
7659 group is not available.
7660
7661 * nnml.el (nnml-request-create-group): Properly check if group is not a
7662 file.
7663 (nnml-request-expire-articles): Don't delete articles if the target
7664 group is not available.
7665
7666 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7667 Don't quote characters that are within parentheses.
7668
7669 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
7670
7671 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7672 (gnus-handle-ephemeral-exit): Select article according to it.
7673
7674 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
7675
7676 * message.el (message-insert-formated-citation-line): Remove newline.
7677 (message-citation-line-format): Add final \n here so that the user can
7678 avoid a blank line.
7679
7680 2007-05-03 Dan Christensen <jdc@uwo.ca>
7681
7682 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7683 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7684 Update lanl/arXiv support.
7685
7686 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
7687
7688 * gnus.el: Bump version number.
7689
7690 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7691
7692 * gnus.el (gnus-version-number): Bump version.
7693
7694 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
7695
7696 * gnus.el: No Gnus v0.6 is released.
7697
7698 2007-04-27 Didier Verna <didier@xemacs.org>
7699
7700 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7701 * gmm-utils.el (gmm-regexp-concat): here.
7702 * message.el: Don't require 'gnus-util.
7703 (message-dont-reply-to-names): Handle name change above.
7704 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7705
7706 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
7707
7708 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7709 since the initial value varies according to the system.
7710
7711 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
7712
7713 * mm-util.el (mm-charset-synonym-alist): Defcustom.
7714
7715 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
7716
7717 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7718
7719 2007-04-24 Didier Verna <didier@xemacs.org>
7720
7721 Improve the type of gnus-ignored-from-addresses.
7722 * gnus-util.el (gnus-orify-regexp): New function.
7723 * message.el (gnus-util): Require it.
7724 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7725 * gnus-sum.el (gnus-ignored-from-addresses): New function.
7726 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7727
7728 2007-04-24 Didier Verna <didier@xemacs.org>
7729
7730 * gnus-sum.el:
7731 * gnus-utils.el: Fix some trailing whitespaces.
7732
7733 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
7734
7735 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7736 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7737 article's Message-ID; refer parent article in summary buffer.
7738
7739 * message.el (message-bounce): Call mime-to-mml.
7740
7741 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
7742
7743 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7744
7745 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
7746
7747 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7748 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7749 displayed of multipart/alternative part if it is invoked from summary
7750 buffer.
7751
7752 * mm-view.el (mm-inline-text-html-render-with-w3m)
7753 (mm-inline-text-html-render-with-w3m-standalone)
7754 (mm-inline-render-with-function): Use mail-parse-charset by default.
7755
7756 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
7757
7758 * parse-time.el (parse-time-string-chars): Check if CHAR
7759 is less than the length of parse-time-syntax.
7760
7761 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
7762
7763 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7764 from gnus-newsgroup-processable.
7765
7766 2007-04-16 Didier Verna <didier@xemacs.org>
7767
7768 * gnus-msg.el (gnus-configure-posting-styles): Handle
7769 message-signature-directory properly with :file syntax. Reported by
7770 "Leo".
7771
7772 2007-04-11 Didier Verna <didier@xemacs.org>
7773
7774 New user option: message-signature-directory.
7775 * gnus-msg.el (gnus-configure-posting-styles): Support it.
7776 * message.el (message-insert-signature): Ditto.
7777 * message.el (message-signature-file): Doc update.
7778 * message.el (message-signature-directory): New.
7779
7780 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
7781
7782 * gnus-msg.el (gnus-inews-yank-articles): Use
7783 message-exchange-point-and-mark instead of exchange-point-and-mark.
7784
7785 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
7786
7787 * message.el (message-yank-original): Make sure cited text ends with
7788 newline; don't exchange point and mark.
7789
7790 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
7791
7792 * tls.el (open-tls-stream): Properly handle case where there
7793 is no associated buffer.
7794
7795 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
7796
7797 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7798 message-yank-original, make sure (< mark TEXT point).
7799
7800 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7801
7802 * message.el (message-fill-column): New variable.
7803 (message-mode): Use it. Add comment on a possible new hook.
7804
7805 * nnmail.el (nnmail-spool-file): Mark as obsolete.
7806 (nnmail-get-new-mail): Reformat.
7807
7808 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7809
7810 * gmm-utils.el: Fix Commentary.
7811 (gmm-tool-bar-from-list): Fix typo in doc string.
7812
7813 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
7814
7815 * message.el (message-yank-original): Don't switch point and mark
7816 unnecessarily to put point and mark as documented.
7817
7818 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7819
7820 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7821 from the message heads.
7822
7823 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
7824
7825 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7826 article buffer does not have a window. This may not be the best
7827 solution but is certainly better than setting the start of the null,
7828 that is the current, window.
7829
7830 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
7831
7832 * gnus-draft.el (gnus-draft-setup-hook): New hook.
7833 (gnus-draft-setup): Run it.
7834
7835 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7836 gnus-score-fast-scoring. Allow regexp.
7837 (gnus-score-headers): Use it.
7838
7839 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7840 XEmacs.
7841
7842 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7843 string.
7844 (gnus-button-alist): Also catch `<f1> k ...'.
7845 (gnus-treat-display-x-face): Fix doc string.
7846
7847 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7848
7849 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7850 evaluation of gnus-extended-version to ensure correct generation of the
7851 User-Agent header when message-generate-headers-first is used.
7852
7853 2007-03-24 Simon Josefsson <simon@josefsson.org>
7854
7855 * hashcash.el (hashcash-generate-payment-async): Don't crash if
7856 hashcash-path is nil. Don't call callback with incorrect number of
7857 parameters if val is 0.
7858
7859 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7860
7861 * message.el (message-required-news-headers):
7862 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7863
7864 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
7865
7866 * message.el (message-generate-new-buffers): Change the meaning of the
7867 nil value; add `standard' to the choices; treat t as `unique'; improve
7868 doc string.
7869 (gnus-select-frame-set-input-focus): Autoload.
7870 (message-buffer-name): Search for the existing message buffer if
7871 message-generate-new-buffers is nil or `standard'; treat the value t of
7872 message-generate-new-buffers as `unique'.
7873 (message-pop-to-buffer): Raise the frame already displaying the message
7874 buffer; clear the echo area after querying.
7875 (message-setup): Pass the `continue' argument to compose-mail.
7876 (message-mail): Prefer `switch-function' if it is given; search for the
7877 existing message buffer if the `continue' argument is non-nil; pass
7878 continue and switch-function arguments to compose-mail by way of
7879 message-setup.
7880 (message-mail-other-window): Adjust argument of message-setup.
7881 (message-mail-other-frame): Ditto.
7882
7883 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
7884
7885 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7886 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7887 to turn font-lock on when turning gnus-message-citation-mode on.
7888
7889 2007-03-06 Daiki Ueno <ueno@unixuser.org>
7890
7891 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7892 (mml-smime-function-alist): New variable; add epg as the backend.
7893 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7894 mml-smime- functions instead.
7895 * mm-view.el: Require smime.
7896
7897 2007-03-05 Didier Verna <didier@xemacs.org>
7898
7899 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7900 instead of just inheritance for posting styles.
7901 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7902
7903 2007-02-24 John Paul Wallington <jpw@pobox.com>
7904
7905 * tls.el (tls-certtool-program): Fix custom type.
7906
7907 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
7908
7909 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7910 and point-at-eol instead of line-(beginning|end)-position.
7911
7912 * assistant.el (assistant-parse-buffer): Ditto.
7913
7914 2007-02-28 Daiki Ueno <ueno@unixuser.org>
7915
7916 * mml2015.el (mml2015-epg-find-usable-key): New function.
7917 (mml2015-epg-sign): Use it.
7918 (mml2015-epg-encrypt): Use it.
7919
7920 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
7921
7922 * message.el (message-make-in-reply-to): Quote name containing
7923 non-ASCII characters. It will make the RFC2047 encoder cause an error
7924 if there are special characters. Reported by NAKAJI Hiroyuki
7925 <nakaji@jp.freebsd.org>.
7926
7927 2007-02-27 Didier Verna <didier@xemacs.org>
7928
7929 Include the group parameters as well as the topic ones in the
7930 inheritance filter process.
7931 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7932 argument GROUP-PARAMS-LIST.
7933 * gnus-topic.el (gnus-group-topic-parameters): Use it.
7934
7935 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
7936
7937 * nntp.el (nntp-never-echoes-commands)
7938 (nntp-open-connection-functions-never-echo-commands): New variables.
7939 (nntp-send-command): Use them.
7940
7941 2007-02-20 Daiki Ueno <ueno@unixuser.org>
7942
7943 * mml2015.el (mml2015-epg-verify): Simplified.
7944
7945 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
7946
7947 * mml.el (mml-content-disposition-alist): New user option.
7948 (mml-content-disposition): New function.
7949 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7950 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7951
7952 2007-02-19 Daiki Ueno <ueno@unixuser.org>
7953
7954 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7955 verification.
7956
7957 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7958
7959 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7960 articles posted in the last 24 hours.
7961
7962 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
7963
7964 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7965
7966 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
7967
7968 * nntp.el (nntp-send-command): Don't wait for echoes when
7969 nntp-open-ssl-stream is used.
7970
7971 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
7972
7973 * gnus-cite.el (gnus-test-font-lock-add-keywords)
7974 (gnus-message-add-citation-keywords)
7975 (gnus-message-remove-citation-keywords): Remove.
7976 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7977 directly, make the variables in font-lock-defaults buffer-local, add
7978 gnus-message-citation-keywords to them and then update the value of
7979 font-lock-keywords.
7980
7981 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
7982
7983 * message.el (message-cite-original-1): Don't call
7984 gnus-article-highlight-citation.
7985
7986 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7987 citations; fix line count.
7988
7989 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
7990
7991 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7992 (gnus-message-add-citation-keywords)
7993 (gnus-message-remove-citation-keywords): Use it; fix the emulating
7994 versions of font-lock-add-keywords and font-lock-remove-keywords to
7995 work with XEmacs correctly.
7996
7997 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
7998
7999 * gnus-cite.el (gnus-cite-face-list): Set the values of
8000 gnus-message-max-citation-depth and gnus-message-citation-keywords.
8001 (gnus-message-max-citation-depth): Use defvar rather than defconst.
8002 (gnus-message-cite-prefix-regexp): New variable.
8003 (gnus-message-search-citation-line): Use it; protect against long
8004 citation prefix; fill match data with nil rather than 0 for XEmacs; set
8005 the 0th match data for Emacs.
8006 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8007 (gnus-message-add-citation-keywords): Append keywords rather than
8008 prepending; emulate font-lock-add-keywords if it is not available.
8009 (gnus-message-remove-citation-keywords): Emulate
8010 font-lock-remove-keywords if it is not available.
8011
8012 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8013
8014 * message.el (message-cite-prefix-regexp): Set the value of
8015 gnus-message-cite-prefix-regexp.
8016
8017 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8018
8019 * nnweb.el (nnweb-google-parse-1): Update parser.
8020
8021 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
8022
8023 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8024
8025 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8026
8027 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8028 regexp.
8029
8030 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8031
8032 * uudecode.el (uudecode-string-to-multibyte): New function emulating
8033 string-to-multibyte.
8034 (uudecode-decode-region-internal): Use it.
8035
8036 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
8037
8038 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8039 custom choice.
8040
8041 * gnus-art.el (gnus-signature-limit): Fix custom choice.
8042
8043 2007-01-22 Daiki Ueno <ueno@unixuser.org>
8044
8045 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8046
8047 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8048 `write-region' to respect `mm-inhibit-file-name-handlers'.
8049
8050 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
8051
8052 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8053 Use gnus-home-directory instead of "~/" or "$HOME".
8054
8055 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
8056
8057 * encrypt.el (encrypt-insert-file-contents): Add better prompt
8058 to mention filename.
8059 Add comments at beginning regarding usage.
8060 (encrypt-write-file-contents): Change interactive so a string is
8061 acceptable. If the file has no associated model, show an error instead
8062 of a nonsense prompt.
8063
8064 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8065
8066 * spam.el (spam-bsfilter-ham-switch): Fix typo.
8067 Thanks to Yoshihiko Yamada for kind notification of this typo.
8068
8069 2007-01-12 Kenichi Handa <handa@m17n.org>
8070
8071 * uudecode.el (uudecode-decode-region-internal): Make it work in a
8072 multibyte buffer.
8073
8074 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
8075
8076 * gnus-score.el (gnus-score-fast-scoring): New variable.
8077 (gnus-score-headers): Use it.
8078
8079 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8080
8081 * message.el (message-cite-original-1): Call
8082 gnus-article-highlight-citation if requested.
8083 (message-make-from): Allow name and address as optional arguments.
8084
8085 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8086
8087 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8088 bugs to doc string.
8089 (gnus-button-alist): Add mid\\|message-id.
8090 (gnus-button-fetch-group): Extend for use in
8091 `browse-url-browser-function'.
8092 (gnus-button-url-regexp): Try to catch paired parentheses like in
8093 Wikipedia URLs.
8094
8095 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8096 Suggested by Simon Krahnke <overlord@gmx.li>.
8097
8098 2007-01-13 Romain Francoise <romain@orebokech.com>
8099
8100 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8101 Update copyright.
8102
8103 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
8104
8105 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8106
8107 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
8108
8109 * gnus-registry.el (gnus-registry-unfollowed-groups)
8110 (gnus-registry-split-fancy-with-parent): Fix documentation.
8111
8112 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8113
8114 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8115 from nnweb groups.
8116
8117 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8118
8119 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8120 Xref urls. Erase buffer before requesting head.
8121
8122 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8123
8124 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
8125
8126 * gnus-soup.el (gnus-soup): New custom group. Make user variables
8127 customizable.
8128
8129 2007-01-05 Daiki Ueno <ueno@unixuser.org>
8130
8131 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8132 no signing key is found.
8133 (mml2015-epg-encrypt): Ask user whether to skip or abort if
8134 no encrypting and/or signing key is found.
8135
8136 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8137
8138 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8139
8140 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8141
8142 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8143 headers read from disk with the ones newly found in the current search.
8144 This should no longer cause problems, because the article numbers in
8145 Gmane's `nov.php' output are ignored since the previous change.
8146
8147 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8148
8149 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8150
8151 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
8152
8153 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8154
8155 2007-01-01 Romain Francoise <romain@orebokech.com>
8156
8157 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8158
8159 2006-12-31 Steve Youngs <steve@sxemacs.org>
8160
8161 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8162 `define-minor-mode' macro definition expanded properly.
8163 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8164 exclude it there.
8165
8166 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8167 of 2006-12-30. The default is nil on (S)XEmacs already because of the
8168 `fboundp' test.
8169 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8170 This is OK to autoload in (S)XEmacs now.
8171
8172 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8173
8174 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8175 keystroke.
8176 (gnus-summary-limit-to-singletons): Fix typo.
8177
8178 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8179 else fails.
8180
8181 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8182
8183 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8184 docstring.
8185
8186 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8187 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8188 (gnus-summary-insert-dormant-articles): Fix typo in message.
8189
8190 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
8191
8192 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8193 nil for XEmacs.
8194 (gnus-message-citation-mode): Don't autoload in XEmacs.
8195
8196 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8197
8198 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
8199
8200 * nnimap.el (nnimap-expunge-search-string): Mention
8201 nnimap-search-uids-not-since-is-evil in docstring.
8202
8203 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
8204
8205 * spam.el: Revert to make-obsolete-variable because
8206 define-obsolete-variable-alias is not supported in Emacs 21.
8207
8208 * spam.el (spam-ifile-path, spam-ifile-database-path)
8209 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8210 make-obsolete-variable.
8211 (spam-bsfilter-path, spam-bsfilter-program)
8212 (spam-spamassassin-path, spam-spamassassin-program)
8213 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
8214 use "path" inappropriately.
8215 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8216 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8217 variable names.
8218
8219 2006-12-28 Daiki Ueno <ueno@unixuser.org>
8220
8221 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8222 summary buffer.
8223
8224 * password.el (password-cache-remove): Use clear-string to burn
8225 password, if available.
8226
8227 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
8228
8229 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8230
8231 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8232
8233 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8234 (gnus-message-highlight-citation): Move defcustom here from
8235 gnus-cite.el.
8236 (gnus-message-citation-mode): Autoload.
8237
8238 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
8239 checks to make it compile with XEmacs.
8240 (gnus-message-citation-mode): New minor mode.
8241 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8242 (gnus-message-highlight-citation): New variables.
8243 (gnus-message-search-citation-line)
8244 (gnus-message-add-citation-keywords)
8245 (gnus-message-remove-citation-keywords)
8246 (turn-on-gnus-message-citation-mode)
8247 (turn-off-gnus-message-citation-mode): New functions.
8248
8249 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
8250
8251 * gnus-cite.el: Enable highlighting of different citation levels in
8252 message-mode.
8253
8254 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
8255
8256 * message.el (message-make-fqdn): Fix comment.
8257 (message-bogus-system-names): Add ".local".
8258
8259 * spam.el (spam-ifile-path, spam-ifile-program)
8260 (spam-ifile-database-path, spam-ifile-database)
8261 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8262 Don't use "path" inappropriately.
8263 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8264 strings.
8265 (spam-check-ifile, spam-ifile-register-with-ifile)
8266 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8267 new variable names.
8268
8269 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8270 (gnus-treat-display-smileys): Simplify using
8271 gnus-image-type-available-p.
8272
8273 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8274 available.
8275
8276 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8277
8278 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8279 one after turning on the buffer's multibyteness instead of decoding
8280 them directly in the unibyte buffer that causes unexpected conversion
8281 in Emacs 23 (unicode).
8282
8283 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8284
8285 * message.el (message-generate-hashcash): Fix custom type.
8286
8287 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
8288
8289 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8290
8291 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
8292
8293 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8294 disconnect icons. Add help text.
8295
8296 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
8297
8298 * spam.el (spam-extra-header-to-number): CRM114 spam score is
8299 negated to be consistent with the others we handle.
8300
8301 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8302
8303 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8304 version of gnus-summary-buffer to something, so that we can use two
8305 article buffers at the same time.
8306
8307 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
8308
8309 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8310 trigger all the extra headers.
8311 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8312 sorting.
8313
8314 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8315
8316 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8317 solid groups.
8318
8319 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
8320
8321 * legacy-gnus-agent.el: Add Copyright notice.
8322
8323 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
8324
8325 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8326
8327 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8328
8329 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8330
8331 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8332 to make it work reliably in CVS Emacs.
8333 (gnus-summary-limit-strange-charsets-predicate)
8334 (gnus-summary-limit-to-predicate): New functions.
8335
8336 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
8337
8338 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8339 specifying array size.
8340 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8341 array if it is too small.
8342 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8343 (gnus-sort-threads-loop): New function.
8344
8345 2006-12-06 Chris Moore <dooglus@gmail.com>
8346
8347 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8348 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8349
8350 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
8351
8352 * mm-url.el (mm-url-predefined-programs): Call curl with correct
8353 options.
8354
8355 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8356
8357 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8358 DOS-ing the recipient.
8359
8360 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8361 the headers when creating the mapping to avoid mismappings.
8362 (nnweb-gmane-create-mapping): Always nix out old mapping.
8363
8364 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
8365
8366 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8367 and mm-verify-option to never.
8368
8369 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
8370
8371 * message.el (message-signed-or-encrypted-p): New function.
8372 (message-forward-make-body): Use it.
8373
8374 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8375 Replace encode-coding-string with mm-encode-coding-string.
8376
8377 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
8378
8379 * nneething.el (nneething-decode-file-name): Replace
8380 decode-coding-string with mm-decode-coding-string.
8381
8382 * gnus-int.el (gnus-open-server): Say failed server's name.
8383
8384 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
8385
8386 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8387 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8388
8389 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8390 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8391 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8392 (gnus-group-make-directory-group, gnus-group-transpose-groups):
8393 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8394 (gnus-subscribe-newsgroup, gnus-1):
8395 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8396 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8397 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8398 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8399
8400 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8401
8402 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8403 keystroke.
8404 (gnus-summary-limit-to-bodies): Implement headersp.
8405
8406 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8407
8408 * dns.el (query-dns): Protect against "Process dns deleted" strings.
8409
8410 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
8411
8412 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8413
8414 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8415
8416 * message.el (message-generate-hashcash): Expand range of values to
8417 include `opportunistic'.
8418 (message-send-mail): Use it.
8419
8420 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8421
8422 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8423 and comment it.
8424
8425 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8426
8427 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
8428
8429 * gnus-util.el (gnus-extract-address-components): Improve comment.
8430
8431 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8432
8433 * gnus-util.el (gnus-extract-address-components): Work with address in
8434 which the name portion contains @.
8435
8436 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
8437
8438 * gnus.el (gnus-start): Move custom group up.
8439 (gnus-select-method): Don't autoload, but make it available for
8440 `customize-variable'.
8441 (gnus-getenv-nntpserver): Don't autoload.
8442
8443 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
8444
8445 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8446
8447 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
8448
8449 * message.el (message-sendmail-extra-arguments): New variable.
8450 (message-send-mail-with-sendmail): Use it.
8451
8452 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8453
8454 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8455 mm-with-unibyte-current-buffer to make string unibyte.
8456
8457 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8458 mm-string-as-multibyte.
8459
8460 2006-11-14 Daiki Ueno <ueno@unixuser.org>
8461
8462 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8463 Reported by Werner Koch <wk@gnupg.org>.
8464
8465 2006-11-14 Daiki Ueno <ueno@p360>
8466
8467 * mml2015.el: Autoload epa-select-keys when compiling.
8468
8469 2006-11-13 Daiki Ueno <ueno@unixuser.org>
8470
8471 * mml2015.el (mml2015-epg-sign): Save the signing keys in
8472 message-options.
8473 (mml2015-epg-encrypt): Save the recipient keys in message-options.
8474
8475 2006-11-13 Daiki Ueno <ueno@unixuser.org>
8476
8477 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8478 EasyPG (< 0.0.6).
8479 (mml2015-always-trust): New user option.
8480 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8481 prompt.
8482
8483 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8484
8485 * nntp.el (nntp-authinfo-force): New variable.
8486 (nntp-send-authinfo): Use it.
8487
8488 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
8489
8490 * message.el (message-strip-subject-encoded-words): Allow _not_ to
8491 decode encoded words. Improve prompt. Add comment about forwarding.
8492 (message-replacement-char): Move up.
8493
8494 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8495
8496 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8497 instead of gnus-intersection because arguments of gnus-sorted-nunion
8498 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
8499
8500 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
8501
8502 * message.el (message-strip-subject-encoded-words): Reformat prompt.
8503 (message-simplify-subject-functions): Enable
8504 message-strip-subject-encoded-words by default.
8505
8506 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
8507
8508 * message.el (message-strip-subject-encoded-words): New function.
8509 (message-simplify-subject-functions): New variable.
8510 (message-simplify-subject): Use it. Fix typo in doc string.
8511 Support message-strip-subject-encoded-words.
8512
8513 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
8514
8515 * gnus-diary.el (gnus-diary-delay-format-function):
8516 * nndiary.el (nndiary-reminders):
8517 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8518
8519 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
8520
8521 * gnus-art.el (article-hide-boring-headers): Fetch date from
8522 gnus-original-article-buffer to avoid problems with localized date
8523 strings.
8524
8525 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
8526
8527 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8528
8529 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
8530
8531 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8532 New variables.
8533 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8534 (mm-charset-synonym-alist): Move some entries to
8535 mm-codepage-iso-8859-list.
8536 (mm-charset-synonym-alist, mm-charset-override-alist): Add
8537 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8538
8539 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
8540
8541 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8542
8543 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8544
8545 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8546 with Emacs 21 and XEmacs.
8547
8548 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
8549
8550 * spam.el (spam-parse-address): New function for better parsing,
8551 catching errors, etc.
8552 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8553
8554 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
8555
8556 * mm-view.el: Add interactive arg to html2text autoload.
8557
8558 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
8559
8560 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8561
8562 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
8563
8564 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8565 variables.
8566 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8567 (mm-charset-synonym-alist): Move some entries to
8568 mm-codepage-iso-8859-list.
8569
8570 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8571
8572 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
8573
8574 * message.el (message-citation-line-format)
8575 (message-insert-formated-citation-line): Fix implementation of %E, %N
8576 and %n according to the doc string.
8577
8578 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
8579
8580 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8581 car-safe to avoid bad parses.
8582
8583 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8584
8585 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8586 names.
8587
8588 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8589
8590 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
8591
8592 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8593 header.
8594
8595 * message.el (message-draft-headers): Add Date.
8596 (message-headers-to-generate): Fix typo in docstring.
8597
8598 * nndraft.el (nndraft-required-headers): New variable.
8599 (nndraft-generate-headers): Use it.
8600
8601 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8602
8603 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
8604
8605 * gnus-registry.el (gnus-registry-wash-for-keywords)
8606 (gnus-registry-find-keywords): New functions to allow easy searching of
8607 articles that are in the registry.
8608
8609 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
8610
8611 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8612 ietf-drums-parse-address instead of gnus-extract-address-components.
8613 Reported by Damien Elmes <damien@repose.cx>.
8614
8615 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
8616
8617 * gnus.el (gnus-mime): Remove unused custom group.
8618
8619 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8620
8621 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8622 "blank line" when searching for end of armor headers.
8623
8624 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8625
8626 * gmm-utils.el (gmm-write-region): Fix variable name.
8627
8628 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
8629
8630 * gmm-utils.el (gmm-write-region): New function based on compatibility
8631 code from `mm-make-temp-file'.
8632
8633 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8634
8635 * nnmaildir.el (nnmaildir--update-nov)
8636 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8637 Use `gmm-write-region'.
8638
8639 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
8640
8641 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8642 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8643
8644 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8645
8646 * message.el (message-replacement-char): New variable.
8647 (message-fix-before-sending): Use it.
8648 (message-simplify-subject): New function to remove duplicate code.
8649 (message-reply, message-followup): Use it.
8650
8651 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8652 gnus-summary-limit-to-articles.
8653
8654 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
8655
8656 * gnus-util.el (gnus-with-local-quit): New macro.
8657
8658 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8659
8660 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
8661
8662 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8663 ignore non-string data.
8664
8665 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
8666
8667 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8668 non-string data (needs to be done in the registry too).
8669
8670 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8671
8672 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8673 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8674 (gnus-registry-split-fancy-with-parent)
8675 (gnus-registry-fetch-simplified-message-subject-fast)
8676 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8677 Remove text properties on ingress into the registry and when it's saved.
8678 (gnus-registry-clean-empty-function): Fix bug with cleaning the
8679 registry from entries with no groups.
8680
8681 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8682
8683 * gnus-util.el (gnus-string-remove-all-properties): Add utility
8684 function to remove string properties.
8685
8686 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
8687
8688 * gmm-utils.el (gmm): Adjust custom version.
8689
8690 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8691 custom version.
8692
8693 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8694
8695 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
8696
8697 * gnus-art.el (gnus-insert-prev-page-button)
8698 (gnus-insert-next-page-button): Simplify. Reformat.
8699
8700 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
8701
8702 * gnus-art.el (gnus-insert-prev-page-button)
8703 (gnus-insert-next-page-button): Apply gnus-article-button-face.
8704
8705 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
8706
8707 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8708
8709 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
8710
8711 * gnus-art.el (gnus-insert-mime-button)
8712 (gnus-insert-mime-security-button):
8713 Apply gnus-article-button-face to MIME and security buttons.
8714
8715 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
8716
8717 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8718 readable.
8719
8720 2006-09-20 Steve Youngs <steve@sxemacs.org>
8721
8722 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8723 `browse-url-of-file' instead of `browse-url'.
8724
8725 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8726
8727 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8728 regexp. Articles containing quotation were cut prematurely.
8729
8730 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
8731
8732 * message.el (message-cite-original-1): Use nobody by default for the
8733 value of From header.
8734 (message-reply): Ditto.
8735
8736 2006-09-11 Daiki Ueno <ueno@unixuser.org>
8737
8738 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8739 to the gnus-info. This fixes a bug of inline-PGP message verification.
8740 Reported by Michael Piotrowski <mxp@dynalabs.de>.
8741
8742 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8743
8744 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8745 mails in the doc string. Add some URLs in comment.
8746 (pop3-movemail): Warn about pop3-leave-mail-on-server.
8747
8748 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
8749
8750 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8751 backslashes handling and the way to find boundaries of quoted strings.
8752
8753 2006-09-07 Daiki Ueno <ueno@unixuser.org>
8754
8755 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8756 mml1991-encrypt-to-self is set and mml1991-signers is not set.
8757 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8758 mml2015-encrypt-to-self is set and mml2015-signers is not set.
8759
8760 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
8761
8762 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
8763 doc string.
8764 (gnus-button-regexp, gnus-button-last): Remove unused variables.
8765
8766 2006-09-06 Simon Josefsson <jas@extundo.com>
8767
8768 * mml2015.el (mml2015-use): Doc fix, mention epg.
8769
8770 2006-09-06 Daiki Ueno <ueno@unixuser.org>
8771
8772 * mml2015.el (mml2015-use): Default to epg, if available.
8773
8774 2006-09-06 Daiki Ueno <ueno@unixuser.org>
8775
8776 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8777 message-sender.
8778 (mml1991-epg-encrypt): Ditto.
8779 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8780 message-sender.
8781 (mml2015-epg-encrypt): Ditto.
8782
8783 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
8784
8785 * message.el (message-send-mail-with-sendmail): Look for sendmail in
8786 several common directories.
8787
8788 2006-09-05 Daiki Ueno <ueno@unixuser.org>
8789
8790 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8791 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8792
8793 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
8794
8795 * gnus-art.el (article-decode-encoded-words): Make it fast.
8796
8797 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
8798
8799 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8800
8801 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8802 in quoted string into `\'.
8803
8804 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
8805
8806 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8807 Use standard-syntax-table.
8808
8809 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
8810
8811 * gnus-art.el (gnus-decode-address-function): New variable.
8812 (article-decode-encoded-words): Use it to decode headers which are
8813 assumed to contain addresses.
8814 (gnus-mime-delete-part): Remove useless `or'.
8815
8816 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8817 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8818 (gnus-nov-parse-line): Use it to decode From header.
8819 (gnus-get-newsgroup-headers): Ditto.
8820 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8821
8822 * mail-parse.el (mail-decode-encoded-address-region): New alias.
8823 (mail-decode-encoded-address-string): New alias.
8824
8825 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8826 New function.
8827 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8828 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8829 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8830 (rfc2047-decode-string): Ditto.
8831 (rfc2047-decode-address-region): New function.
8832 (rfc2047-decode-address-string): New function.
8833
8834 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
8835
8836 * message.el (message-caesar-buffer-body): Allow rotating headers.
8837
8838 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8839
8840 * message.el (message-insert-formated-citation-line): Fix %f.
8841 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8842
8843 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8844
8845 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8846 (gnus-bookmark-mouse-available-p): New macro.
8847 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8848 (gnus-bookmark-bmenu-show-infos): Use it.
8849 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8850 (gnus-bookmark-bmenu-hide-infos): Ditto.
8851 (gnus-bookmark-remove-properties): New function.
8852 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8853 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8854 (gnus-bookmark-write-file): Bind coding-system-for-write.
8855 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8856 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8857 group before selecting it.
8858 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8859 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8860 quit-window if it is not available; use gnus-mouse-2 and bind it to
8861 gnus-bookmark-bmenu-select-by-mouse.
8862 (gnus-bookmark-show-details): Remove unused variable `details-list'.
8863 (gnus-bookmark-bmenu-select-by-mouse): New function.
8864
8865 2006-08-13 Romain Francoise <romain@orebokech.com>
8866
8867 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8868 space.
8869
8870 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
8871
8872 * compface.el (uncompface): Use binary rather than raw-text-unix.
8873
8874 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
8875
8876 * compface.el (uncompface): Make sure the eol conversion doesn't take
8877 place when communicating with the external programs. Reported by
8878 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8879
8880 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
8881
8882 * nnheader.el (nnheader-insert-head): Fix typo in comment.
8883
8884 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8885
8886 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8887 Make it more robust by parsing author and date independently.
8888
8889 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
8890
8891 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8892
8893 2006-07-28 Daiki Ueno <ueno@unixuser.org>
8894
8895 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8896 first matching secret key.
8897 (mml2015-epg-encrypt): Ditto.
8898
8899 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8900 first matching secret key.
8901 (mml1991-epg-encrypt): Ditto.
8902
8903 * mml2015.el (mml2015-encrypt-to-self): New user option.
8904 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8905 mml2015-epg-encrypt-to-self is set.
8906
8907 * mml1991.el (mml1991-encrypt-to-self): New variable.
8908 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8909 mml1991-epg-encrypt-to-self is set.
8910
8911 * mml2015.el (mml2015-signers): New user option.
8912 (mml2015-epg-sign): Reflect the value of mml2015-signers.
8913 (mml2015-epg-encrypt): Allow to select signing keys.
8914
8915 * mml1991.el (mml1991-signers): New variable.
8916 (mml1991-epg-sign): Reflect the value of mml1991-signers.
8917 (mml1991-epg-encrypt): Allow to select signing keys.
8918
8919 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
8920
8921 * nnheader.el (nnheader-insert-head): Make it work even if the file
8922 uses CRLF for the line-break code.
8923
8924 2006-07-25 Daiki Ueno <ueno@unixuser.org>
8925
8926 * mml2015.el: Require mml-sec instead of password.
8927 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8928 (mml2015-cache-passphrase): Inherit the default value from
8929 mml-secure-cache-passphrase.
8930 (mml2015-passphrase-cache-expiry): Inherit the default value from
8931 mml-secure-passphrase-cache-expiry.
8932
8933 * mml1991.el: Require mml-sec instead of password.
8934 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8935 (mml1991-cache-passphrase): Inherit the default value from
8936 mml-secure-cache-passphrase.
8937 (mml1991-passphrase-cache-expiry): Inherit the default value from
8938 mml-secure-passphrase-cache-expiry.
8939
8940 * mml-sec.el: Require password.
8941 (mml-secure-verbose): New user option.
8942 (mml-secure-cache-passphrase): New user option.
8943 (mml-secure-passphrase-cache-expiry): New user option.
8944
8945 2006-07-24 Daiki Ueno <ueno@unixuser.org>
8946
8947 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8948 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
8949 andreas@altroot.de (Andreas Vögele).
8950
8951 FIXME: Use `tiny change'?
8952
8953 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8954
8955 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8956 workaround for the url package included with Emacs.
8957
8958 * nnweb.el (nnweb-google-create-mapping): Update regexp.
8959
8960 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
8961
8962 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8963 correctly. This fixes a bug caused by the 2006-05-12 change.
8964
8965 2006-07-18 Karl Fogel <kfogel@red-bean.com>
8966
8967 * nnmail.el (nnmail-article-group): If splitting raises an error, give
8968 some information about the error when saying that the `bogus' mail
8969 group will be used.
8970
8971 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
8972
8973 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8974 string.
8975
8976 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
8977
8978 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8979
8980 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8981
8982 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8983
8984 2006-07-10 Daiki Ueno <ueno@unixuser.org>
8985
8986 * mml1991.el (mml1991-function-alist): Add epg.
8987 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8988 (mml1991-epg-encrypt): New functions.
8989
8990 2006-07-10 Daiki Ueno <ueno@unixuser.org>
8991
8992 * mml2015.el (mml2015-verbose): New variable.
8993 (mml2015-cache-passphrase): Ditto.
8994 (mml2015-passphrase-cache-expiry): Ditto.
8995 (mml2015-function-alist): Add epg.
8996 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8997 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8998 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8999 functions.
9000
9001 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9002
9003 * message.el (message-cite-original-1): Preserve region when removing
9004 quoted text due to X-No-Archive in order to avoid bogus attribution
9005 when citing multiple messages.
9006
9007 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9008
9009 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
9010 Kenneth Jacker <khj@be.cs.appstate.edu>.
9011
9012 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
9013
9014 * gnus-diary.el (gnus-user-format-function-d)
9015 (gnus-user-format-function-D): Autoload.
9016
9017 * imap.el (Commentary): Fix typo.
9018
9019 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9020 2006-04-22 contribution.
9021
9022 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9023
9024 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9025 It didn't really fix the bogosity I'm seeing with solid web groups.
9026
9027 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9028
9029 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9030 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9031 created using server names. If we use the feature without declaring
9032 it, Gnus does not properly manage server and group state.
9033
9034 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9035 bound.
9036
9037 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9038
9039 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9040 looking up the method using GROUP's prefix before inventing a new one.
9041 It is used on killed/unknown groups in various places where returning
9042 an all-new method isn't expected by the caller.
9043
9044 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9045 and match semantics of gnus-group-real-prefix.
9046
9047 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
9048
9049 * nnmail.el (nnmail-broken-references-mailers): New variable.
9050 (nnmail-ignore-broken-references): New function generalizing
9051 nnmail-fix-eudora-headers.
9052 (nnmail-fix-eudora-headers): Now obsolete.
9053
9054 * gnus-art.el (gnus-button-handle-custom): Support
9055 `customize-apropos*'.
9056
9057 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9058
9059 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9060
9061 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9062 articles.
9063
9064 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
9065
9066 * message.el (message-cite-reply-above): New variable.
9067 (message-yank-original): Use it.
9068
9069 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
9070
9071 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9072
9073 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
9074
9075 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9076 as read.
9077
9078 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9079
9080 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
9081
9082 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9083 (gnus-bookmark-default-file): Use gnus-directory.
9084 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9085 Remove "*" in doc string.
9086 (gnus-bookmark-write-file): Simplify.
9087 (gnus-bookmark-maybe-sort-alist): Use `when'.
9088 (gnus-bookmark-get-bookmark): Fix typo in doc string.
9089 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9090 FIXME about Emacs 21 and XEmacs compatibility.
9091 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9092 compatibility.
9093 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9094 compatibility.
9095 (gnus-bookmark-menu-heading): Fix version.
9096
9097 2006-06-19 Bastien Guerry <bzg@altern.org>
9098
9099 * gnus-bookmark.el: New file.
9100
9101 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
9102
9103 * message.el (message-syntax-checks): Doc fix.
9104
9105 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9106
9107 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9108 unsubscribed groups as if they were killed ones. It causes duplicate
9109 entries in gnus-newsrc-alist.
9110
9111 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
9112
9113 * message.el (message-syntax-checks): Doc fix.
9114 (message-send-mail): Add check for continuation headers.
9115 (message-check-news-header-syntax): Fix regexp used to check for
9116 continuation headers.
9117
9118 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
9119
9120 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9121
9122 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
9123
9124 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9125
9126 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
9127
9128 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9129 default-truncate-lines.
9130
9131 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
9132
9133 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9134 to fill the utf-8 entry.
9135
9136 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9137
9138 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9139
9140 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
9141
9142 * gnus-agent.el (directory-files-and-attributes): Move all the way
9143 forward (the third and final move).
9144 (gnus-agent-read-agentview): Trap reconstruction errors due to
9145 nonexistent directory. Handle by returning nil.
9146
9147 2006-05-30 Didier Verna <didier@xemacs.org>
9148
9149 * message.el (message-dont-reply-to-names): Update the custom type.
9150 * message.el (message-dont-reply-to-names): New defsubst: potentially
9151 convert a list of regexps into a single one.
9152 * message.el (message-get-reply-headers): Use it.
9153 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9154
9155 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
9156
9157 * gnus-agent.el (directory-files-and-attributes): Move forward.
9158
9159 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
9160
9161 * gnus-ml.el (gnus-mailing-list-subscribe)
9162 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9163 (gnus-mailing-list-message): Fix doc strings.
9164
9165 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9166
9167 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9168 of doing it manually.
9169
9170 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
9171
9172 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9173 comment.
9174
9175 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
9176
9177 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9178 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9179 (gnus-agent-read-local): All symbols allocated in my-obarray.
9180 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9181 (gnus-agent-regenerate-group): Check numeric names to see if they are
9182 messages or groups.
9183 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9184 better way of do this...)
9185
9186 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9187 'dummy.group' (there should be a better way of do this...)
9188
9189 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
9190
9191 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9192 (gnus-saved-headers): Ditto.
9193 (gnus-default-article-saver): Mention functions may have properties.
9194 (gnus-article-save): Override gnus-save-all-headers and
9195 gnus-saved-headers by :headers property which saver function may have.
9196 (gnus-summary-save-in-file): Add :headers property.
9197 (gnus-summary-write-to-file): Ditto.
9198
9199 * gnus-sum.el (gnus-summary-save-article): Bind
9200 gnus-prompt-before-saving to t when saving many articles in a file;
9201 always show all headers.
9202
9203 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9204
9205 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9206 marks.
9207
9208 * message.el (message-indent-citation): Add optional arguments to allow
9209 using it outside of message buffers.
9210
9211 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9212 (gnus-article-treat-unfold-headers): Use it.
9213 (gnus-article-truncate-lines): New variable.
9214 (gnus-article-mode): Use it.
9215 (gnus-article-toggle-truncate-lines): New function.
9216
9217 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9218 gnus-article-toggle-truncate-lines.
9219
9220 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9221 coding system in XEmacs, use binary.
9222
9223 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
9224
9225 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9226 after-load-alist.
9227
9228 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9229 this function should save decoded articles.
9230 (gnus-summary-write-to-file): Use property to specify this function
9231 should save decoded articles and specify gnus-summary-save-in-file
9232 should be used to save articles other than the first one when saving
9233 many articles.
9234 (gnus-summary-save-body-in-file): Use property to specify this
9235 function should save decoded articles.
9236 (gnus-summary-write-body-to-file): Use property to specify this
9237 function should save decoded articles and specify
9238 gnus-summary-save-body-in-file should be used to save articles other
9239 than the first one when saving many articles.
9240
9241 * gnus-sum.el (gnus-summary-save-article): Simplify.
9242
9243 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
9244
9245 * gnus-art.el (gnus-default-article-saver): Add
9246 gnus-summary-write-body-to-file.
9247 (gnus-article-save-coding-system): Don't use coding system object
9248 in XEmacs.
9249 (gnus-read-save-file-name): Add optional `dir-var' argument which
9250 specifies directory in which files are saved; work even if optional
9251 `variable' argument is not specified.
9252 (gnus-summary-write-to-file): Read file name.
9253 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9254 (gnus-summary-write-body-to-file): New function.
9255
9256 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9257 (gnus-summary-local-variables): Add it.
9258 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9259 (gnus-summary-save-article): Remove optional `decode' argument;
9260 determine whether to decode articles by the value of
9261 gnus-default-article-saver; when saving many files using
9262 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9263 it first and use gnus-summary-save-in-file or
9264 gnus-summary-save-body-in-file thereafter unless
9265 gnus-prompt-before-saving is always; move point to article which
9266 will be saved.
9267 (gnus-summary-save-article-file): Revert.
9268 (gnus-summary-write-article-file): Revert.
9269 (gnus-summary-save-article-body-file): Revert.
9270 (gnus-summary-write-article-body-file): New function.
9271
9272 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9273
9274 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9275
9276 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
9277
9278 * gnus-art.el (gnus-default-article-saver): Doc fix.
9279 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9280 from gnus-summary-save-article-coding-system, and default to a
9281 certain coding system.
9282 (gnus-output-to-file): Add coding cookie and encode text according
9283 to gnus-article-save-coding-system; don't use mm-append-to-file.
9284
9285 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9286 gnus-art.el and rename to gnus-article-save-coding-system.
9287 (gnus-summary-save-article): Require gnus-art; don't show all
9288 headers if it decodes articles; don't add coding cookie here;
9289 don't bind mm-text-coding-system-for-write.
9290 (gnus-summary-save-article-file): Save decoded articles.
9291 (gnus-summary-write-article-file): When saving many files, use
9292 gnus-summary-write-to-file first and gnus-summary-save-in-file
9293 thereafter unless gnus-prompt-before-saving is always.
9294 (gnus-summary-save-article-body-file): Save decoded articles.
9295
9296 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
9297
9298 * nnrss.el (nnrss-check-group): Bind hash-index.
9299
9300 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
9301
9302 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9303 its hash index. Store this hash in `nnrss-group-data'.
9304 (nnrss-read-group-data): Update accordingly.
9305
9306 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
9307
9308 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9309 entry.
9310
9311 * gnus-sum.el (gnus-summary-make-menu-bar): Add
9312 gnus-article-browse-html-article.
9313
9314 2006-05-23 Hynek Schlawack <hynek@ularx.de>
9315
9316 * gnus-sum.el (gnus-summary-mime-map): Add
9317 gnus-article-browse-html-article.
9318 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
9319
9320 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9321 suitable coding systems in customize.
9322
9323 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
9324
9325 * mail-source.el (mail-sources): Fix custom type.
9326
9327 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
9328
9329 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9330 (gnus-summary-expire-articles-now): Shorten prompt.
9331
9332 * gmm-utils.el (wid-edit): Require.
9333 (defun-gmm): Renamed from `gmm-defun-compat'.
9334 (gmm-image-search-load-path): Use it.
9335 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
9336
9337 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
9338
9339 * gnus-sum.el (gnus-summary-save-article-coding-system): New
9340 variable.
9341 (gnus-summary-save-article): Add optional `decode' argument. If
9342 it is set and gnus-summary-save-article-coding-system is non-nil,
9343 save decoded article.
9344 (gnus-summary-write-article-file): Save decoded article if
9345 gnus-summary-save-article-coding-system is non-nil.
9346
9347 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9348 type.
9349
9350 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
9351
9352 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9353
9354 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
9355
9356 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9357 first to test gnus-single-article-buffer which may be buffer-local.
9358
9359 * gnus-sum.el (gnus-summary-setup-buffer): Make
9360 gnus-single-article-buffer buffer-local and nil in ephemeral
9361 group; make gnus-article-buffer, gnus-article-current, and
9362 gnus-original-article-buffer always buffer-local.
9363 (gnus-summary-exit): Kill article buffer belonging to ephemeral
9364 group.
9365 (gnus-handle-ephemeral-exit): Don't move to next summary line.
9366
9367 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
9368
9369 * nnml.el (nnml-request-compact-group): Compressed files might not
9370 have .gz extension.
9371
9372 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9373
9374 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9375 (mm-copy-to-buffer): Use with-current-buffer.
9376 (mm-display-part): Simplify.
9377 (mm-inlinable-p): Add optional arg `type'.
9378
9379 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9380
9381 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9382 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9383 Try harder to show the attachment internally or externally using
9384 gnus-mime-view-part-as-type.
9385
9386 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
9387
9388 * message.el (message-from-style, message-signature-separator)
9389 (message-user-organization-file, message-send-mail-function)
9390 (message-citation-line-function, message-yank-prefix)
9391 (message-indent-citation-function, message-signature)
9392 (message-signature-file, message-signature-insert-empty-line):
9393 Remove autoloads.
9394
9395 * gnus-art.el (gnus-buttonized-mime-types): Remove
9396 "multipart/signed". Revert 2006-04-26 change.
9397
9398 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9399
9400 * gnus.el (gnus-version-number): Bump version.
9401
9402 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
9403
9404 * gnus.el: No Gnus v0.5 is released.
9405
9406 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9407
9408 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9409 fetching articles by message-id.
9410
9411 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9412
9413 * message.el (hashcash): Require hashcash as normal.
9414
9415 * ecomplete.el (ecomplete-highlight-match-line): Use
9416 point-at-eol.
9417 (ecomplete-highlight-match-line): Use `highlight', because that
9418 face exists in both Emacs and XEmacs.
9419
9420 * message.el (message-display-abbrev): Use point-at-bol.
9421
9422 * mail-source.el: Don't require timer/timer-funcs.
9423
9424 * gnus-async.el: Ditto.
9425
9426 * password.el: Ditto.
9427
9428 * mm-url.el: Ditto.
9429
9430 * mm-util.el: Require timer/timer-funcs.
9431
9432 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9433
9434 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9435 Close.
9436
9437 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
9438
9439 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9440 unibyte after clear-decrypt function runs.
9441
9442 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9443 returns as a unibyte string.
9444
9445 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
9446
9447 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9448 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9449 (mml1991-pgg-encrypt): Ditto.
9450
9451 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
9452
9453 * message.el (message-user-organization-file): Check several
9454 locations of the organization file.
9455
9456 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9457 Add gnus-article-view-part-as-type.
9458
9459 * gnus-art.el (gnus-article-view-part-as-type): New function.
9460
9461 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9462 .mobi and .travel. Remove .nato, .bitnet and .uucp.
9463
9464 * mml.el: Simplify autoload.
9465 (mml-mode): defvar dnd-protocol-alist instead of using
9466 symbol-value.
9467 (mml-default-directory): New variable.
9468 (mml-minibuffer-read-file): Use it.
9469 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9470
9471 * message.el (message-citation-line-format): New variable.
9472 (message-insert-formated-citation-line): New function.
9473 (message-citation-line-function): Add
9474 `message-insert-formated-citation-line' to custom type.
9475
9476 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9477 to doc string.
9478
9479 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9480 depending on mm-verify-option.
9481
9482 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
9483
9484 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9485 binding pgg-* variables; reimplement the section which prevents
9486 MIME header from being signed.
9487 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9488 pgg-text-mode; remove a blank line at the top of body.
9489
9490 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9491 lines at the top of body; use gnus-newsgroup-charset if there's no
9492 Charset header.
9493
9494 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
9495
9496 * message.el (message-self-insert-commands): Doc fix.
9497
9498 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9499 (mm-uu-pgp-encrypted-test): Ditto.
9500 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9501 between header and body; return application/pgp-encrypted handle
9502 if decryption failed; decode decrypted body by charset.
9503
9504 * mm-decode.el (mm-automatic-display): Don't make application/pgp
9505 element match to application/pgp-*.
9506
9507 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9508
9509 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9510 HTML.
9511
9512 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9513
9514 * mail-source.el (mail-source-call-script): Message the error
9515 string.
9516
9517 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9518
9519 * gnus-util.el (gnus-byte-compile): Use it.
9520
9521 2006-04-22 xyblor <fake@invalid.email> (tiny change)
9522
9523 * gnus-util.el (kill-empty-logs): New function.
9524
9525 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9526
9527 * message.el (message-mail-alias-type): Doc fix.
9528 (message-mail-alias-type-p): New function.
9529 (message-send): Use it.
9530 (message-mode): Ditto.
9531 (message-strip-forbidden-properties): Ditto.
9532
9533 * ecomplete.el (ecomplete-database-file-coding-system): New
9534 variable.
9535 (ecomplete-save): Use it.
9536 (ecomplete-setup): Use it.
9537
9538 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
9539
9540 * message.el (message-self-insert-commands): New variable.
9541 (message-strip-forbidden-properties): Use it.
9542
9543 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9544
9545 * message.el (message-put-addresses-in-ecomplete): Use a regexp
9546 that doesn't make XEmacs choke.
9547
9548 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
9549
9550 * gnus-util.el (gnus-replace-in-string):
9551 Prefer replace-regexp-in-string over of replace-in-string.
9552
9553 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
9554
9555 * gnus-util.el (gnus-select-frame-set-input-focus):
9556 Use select-frame-set-input-focus if it is available in XEmacs; use
9557 definition defined in Emacs 22 for old Emacsen.
9558
9559 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
9560
9561 * mm-view.el (mm-inline-text): Use equal instead of equalp.
9562
9563 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
9564
9565 * gnus-registry.el (gnus-registry-cache-save): Remove text
9566 properties when saving via the temp buffer.
9567
9568 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
9569
9570 * message.el (message-generate-hashcash): Honor custom type.
9571
9572 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9573
9574 * message.el (message-generate-hashcash): Default to non-nil when
9575 hashcash is found.
9576
9577 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9578 (gnus-refer-thread-limit): Increase default to 500.
9579
9580 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9581
9582 * flow-fill.el (fill-flowed): Allow delete-space.
9583
9584 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
9585
9586 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9587 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9588 Remove autoloads.
9589
9590 2006-04-18 Simon Josefsson <jas@extundo.com>
9591
9592 * message.el (message-generate-hashcash): Default to.
9593
9594 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
9595
9596 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9597 concatenating segments rather than before concatenating them.
9598
9599 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
9600
9601 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9602
9603 * imap.el (imap-quote-specials): New function.
9604 (imap-login-auth): Quote specials.
9605
9606 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9607
9608 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9609
9610 * message.el (message-forward-make-body-plain): Allow
9611 message-forward-ignored-headers to be a list.
9612 (message-remove-ignored-headers): Factor out into function.
9613 (message-forward-make-body-mml): Use it.
9614 * rfc2231.el (rfc2231-parse-string): Remove dead code.
9615 (rfc2231-parse-string): Allow concatanation of parameters that
9616 aren't contiguous. The test case is
9617 (mail-header-parse-content-type "message/external-body;
9618 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9619 access-type=LOCAL-FILE;
9620 name*1*=plugh%2fhello-sailor%2fbing.pdf")
9621
9622 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9623
9624 * nntp.el (nntp-accept-process-output): Return the value of
9625 `nnheader-accept-process-output'.
9626
9627 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9628
9629 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9630 (gnus-button-alist): Recognize more diff formats.
9631 (gnus-button-patch): Strip directory.
9632
9633 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
9634
9635 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9636 Emacs 22 when setting focus.
9637
9638 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9639
9640 * gnus-art.el (gnus-article-treat-types): Do treatment of
9641 text/x-verbatim parts.
9642 (gnus-button-patch): New command.
9643
9644 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9645 addresses that contain invalid characters.
9646
9647 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9648
9649 * message.el (message-put-addresses-in-ecomplete): Use
9650 gnus-replace-in-string.
9651 (message-is-yours-p): Use the more correct
9652 mail-header-parse-address instead of
9653 mail-extract-address-components.
9654 (message-put-addresses-in-ecomplete): Fix typo.
9655
9656 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9657 keystroke.
9658
9659 * gnus-art.el (gnus-treatment-function-alist): Change order of
9660 newsgroups/generic header folding to avoid double-folding.
9661
9662 * message.el (message-hidden-headers): Add X-Draft-From.
9663
9664 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9665 command.
9666 (gnus-summary-repeat-search-article-backward): New command.
9667
9668 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9669 groups in the parent topic.
9670
9671 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
9672
9673 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9674 (spam-extra-header-to-number): Return the CRM114 number as a
9675 number instead of a string.
9676
9677 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9678
9679 * gnus-art.el (gnus-face-properties-alist): Moved here from
9680 gnus-fun.
9681
9682 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9683
9684 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9685
9686 * message.el (message-strip-forbidden-properties): Only display on
9687 self-insert-command.
9688
9689 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9690 reindent.
9691 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9692
9693 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
9694
9695 * smiley.el (smiley-style): Fix typo.
9696
9697 2006-03-23 Kenichi Handa <handa@m17n.org>
9698
9699 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
9700 instead of set-buffer-multibyte.
9701
9702 2006-03-23 Kenichi Handa <handa@m17n.org>
9703
9704 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9705 buffer and then decode the buffer text if necessary.
9706 (rfc2231-encode-string): Be sure to work on multibyte buffer at
9707 first, and after mm-encode-body, change the buffer to unibyte.
9708
9709 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9710
9711 * hashcash.el (hashcash-insert-payment-async-2): Use
9712 message-goto-eoh instead of doing it manually.
9713 (mail-add-payment): Use message-narrow-to-header instead of trying
9714 to do the same itself.
9715
9716 * message.el (message-hidden-headers): Add Face.
9717
9718 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9719 reparenting code.
9720 (gnus-summary-reparent-children): Refactored out code.
9721 (gnus-summary-thread-map): New keystroke.
9722 (gnus-summary-reparent-children): Make into command.
9723
9724 * smiley.el (smiley-style): Default to `medium' if using a large
9725 font.
9726
9727 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9728 does it itself.
9729
9730 * message.el (message-point-in-header-p): Simplify definition.
9731
9732 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9733
9734 * nnagent.el (nnagent-request-set-mark): Silence log file
9735 writing.
9736 (nnagent-request-set-mark): Use write-region instead of
9737 append-to-file.
9738
9739 * gnus-sum.el (gnus-read-header): Fudge article number if using a
9740 strange select method.
9741
9742 * ecomplete.el (ecomplete-display-matches): Get highlightling
9743 right.
9744 (ecomplete-display-matches): Use literals.
9745 (ecomplete-display-matches): Disable message logging.
9746
9747 * message.el (message-display-abbrev): Small optimization.
9748
9749 * ecomplete.el (ecomplete-display-matches): Allow automatic
9750 display.
9751
9752 * message.el (message-strip-forbidden-properties): Display
9753 abbrevs.
9754 (message-display-abbrev): Get automatic display right.
9755
9756 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9757 keystrokes.
9758
9759 2006-04-13 Romain Francoise <romain@orebokech.com>
9760
9761 TODO: Backport to v5-10!
9762
9763 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9764 Moved here (and renamed) from gnus-registry.el.
9765
9766 * gnus-registry.el: Require gnus-util.
9767 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9768
9769 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9770
9771 * gnus-group.el (gnus-group-catchup-current): Change
9772 if-then-else-if-then-else into cond.
9773 (gnus-group-catchup): Indent.
9774 (group-name-at-point): New function.
9775 (gnus-fetch-group): Provide default from thing at point.
9776
9777 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9778
9779 * message.el (message-display-abbrev): Fix regexp.
9780
9781 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9782 choosing.
9783 (ecomplete-highlight-match-line): Fix up code rewrite, remove
9784 dead variables.
9785
9786 * message.el (message-newline-and-indent): Remove debugging.
9787 (message-display-abbrev): Use new implementation.
9788
9789 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
9790
9791 * gnus-art.el (gnus-article-mode): Set
9792 cursor-in-non-selected-windows to nil.
9793
9794 * smiley.el: Revert previous change.
9795 (smiley-data-directory): defvar it before using it in the
9796 defcustom of `smiley-style'.
9797
9798 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9799
9800 * message.el (message-newline-and-indent): New function.
9801
9802 * ecomplete.el: Implement more bits.
9803
9804 * message.el (message-put-addresses-in-ecomplete): Clean up the
9805 string.
9806
9807 * ecomplete.el (ecomplete-add-item): Chop off decimals.
9808
9809 * gnus-sum.el (gnus-summary-save-parts): Bind
9810 gnus-summary-save-parts-counter and use it to make unique file
9811 names.
9812
9813 * gnus-art.el (gnus-ignored-headers): Add some more headers.
9814
9815 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9816 parameter to say whether to actually parse the individual
9817 addresses.
9818
9819 * message.el (message-put-addresses-in-ecomplete): New function.
9820 (ecomplete): Require.
9821 (message-mail-alias-type): Add ecomplete as an option.
9822
9823 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
9824
9825 * flow-fill.el (fill-flowed): Remove trailing space from blank
9826 quoted lines.
9827
9828 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9829
9830 * smiley.el (smiley-style): Move definition later to avoid a
9831 compilation warning.
9832
9833 2006-04-12 Kenichi Handa <handa@m17n.org>
9834
9835 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9836 buffer and then decode the buffer text if necessary.
9837 (rfc2231-encode-string): Be sure to work on multibyte buffer at
9838 first, and after mm-encode-body, change the buffer to unibyte.
9839 Use mm-disable-multibyte instead of set-buffer-multibyte.
9840
9841 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
9842
9843 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9844 Content-Type header instead of Content-Disposition header.
9845 (gnus-mime-inline-part): Ditto.
9846 (gnus-mime-view-part-as-charset): Ignore charset that the part
9847 specifies.
9848
9849 * mm-decode.el (mm-display-part): Work with external parts and
9850 usual parts similarly.
9851
9852 * mm-extern.el (mm-inline-external-body): Use mm-display-part
9853 instead of gnus-display-mime.
9854
9855 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9856 instead of with-temp-buffer.
9857
9858 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9859 tag to summarized topics part in order to encode non-ASCII text.
9860
9861 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
9862
9863 * smiley.el (smiley-style): New variable.
9864 (smiley-directory): New function.
9865 (smiley-data-directory): Derive from `smiley-style' using
9866 `smiley-directory'.
9867 (smiley-regexp-alist): Add new entries.
9868
9869 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9870 (gnus-article-browse-delete-temp): Add :version.
9871
9872 2006-04-11 Arne Jørgensen <arne@arnested.dk>
9873
9874 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9875 the sieve region.
9876
9877 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9878
9879 * gnus.el (gnus-version-number): Bump version.
9880
9881 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
9882
9883 * gnus.el: No Gnus v0.4 is released.
9884
9885 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9886
9887 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9888 layout.
9889
9890 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9891 unknown charset.
9892
9893 * message.el (message-header-synonyms): Add Original-To to the
9894 default.
9895
9896 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9897 optional parameter.
9898
9899 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
9900
9901 * gnus-fun.el (gnus): Require it for gnus-directory.
9902
9903 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9904
9905 * gnus-fun.el (gnus-face-properties-alist): Add :version.
9906
9907 2006-04-05 Daiki Ueno <ueno@unixuser.org>
9908
9909 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9910
9911 2006-04-05 Simon Josefsson <jas@extundo.com>
9912
9913 * password.el (password-reset): New function.
9914
9915 2006-04-05 Daiki Ueno <ueno@unixuser.org>
9916
9917 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9918 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9919
9920 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9921
9922 * nnweb.el (nnweb-google-create-mapping): Update regexp.
9923 Some whitespace was matched into the url, which broke browsing hits
9924 > 100 when mm-url-use-external was nil.
9925
9926 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
9927
9928 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9929 gnus-extra-headers for 'Newsgroups.
9930
9931 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9932 bound.
9933
9934 2006-04-04 Daiki Ueno <ueno@unixuser.org>
9935
9936 * pgg-gpg.el: Clean up process buffers every time gpg processes
9937 complete.
9938
9939 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
9940
9941 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9942 doc string.
9943
9944 2006-04-03 Daiki Ueno <ueno@unixuser.org>
9945
9946 * pgg-gpg.el (pgg-gpg-process-filter)
9947 (pgg-gpg-wait-for-completion): Check if buffer is alive.
9948
9949 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9950 lines, temporary fix.
9951
9952 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
9953
9954 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9955
9956 2006-03-29 Daiki Ueno <ueno@unixuser.org>
9957
9958 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9959 default-enable-multibyte-characters. This reverts the change from
9960 revision 6.17 which is no longer necessary because the passphrase
9961 is sent separately now. GnuPG messages are unreadable under
9962 multibyte locales with default-enable-multibyte-characters set to
9963 nil.
9964
9965 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
9966
9967 * message.el (message-tool-bar-gnome): Move "spell".
9968
9969 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
9970
9971 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9972 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
9973 instead.
9974
9975 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
9976
9977 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9978 newsgroups handling for NNTP overviews which don't include
9979 Newsgroups.
9980
9981 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9982
9983 * message.el (message-resend): Bind message-generate-hashcash to nil.
9984
9985 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9986
9987 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9988 when searching for already-paid recipients.
9989
9990 2006-03-27 Daiki Ueno <ueno@unixuser.org>
9991
9992 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9993 passphrases when it is not needed.
9994 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9995 passphrase stuff from gpg, should only be necessary when you use
9996 gpg with a smartcard.
9997
9998 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
9999
10000 * mml.el (mml-insert-mime): Ignore cached contents of
10001 message/external-body part.
10002
10003 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10004 (mm-insert-part): Ditto.
10005
10006 2006-03-23 Simon Josefsson <jas@extundo.com>
10007
10008 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10009 Reiner.
10010 (pgg-gpg-use-agent-p): Use it again.
10011
10012 2006-03-23 Simon Josefsson <jas@extundo.com>
10013
10014 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10015 older emacsen.
10016 (pgg-gpg-use-agent-p): Don't use it.
10017
10018 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
10019
10020 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10021 if we can.
10022
10023 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
10024
10025 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10026 (pgg-gpg-update-agent): New function.
10027 (pgg-gpg-use-agent-p): New function.
10028 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10029 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10030 (pgg-gpg-sign-region): Use it.
10031
10032 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
10033
10034 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10035 Reported by Ralf Wachinger <rwachinger@gmx.de>.
10036
10037 2006-03-21 Simon Josefsson <jas@extundo.com>
10038
10039 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10040 <wilde@sha-bang.de>.
10041 (pgg-gpg-use-agent): New variable.
10042 (pgg-gpg-process-region): Use it.
10043 (pgg-gpg-encrypt-region): Likewise.
10044 (pgg-gpg-encrypt-symmetric-region): Likewise.
10045 (pgg-gpg-decrypt-region): Likewise.
10046 (pgg-gpg-sign-region): Likewise.
10047 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10048
10049 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
10050
10051 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10052
10053 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10054 Add comment on version.
10055
10056 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
10057
10058 * smiley.el: Add missing test smiley.
10059
10060 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
10061
10062 * mm-decode.el (mm-with-part): New macro.
10063 (mm-get-part): Use it; work with message/external-body as well.
10064 (mm-save-part): Treat name and filename equally.
10065
10066 * mm-extern.el (mm-extern-cache-contents): New function.
10067 (mm-inline-external-body): Use it; force the part to be displayed;
10068 move undisplayer added to the cached handle to the parent.
10069
10070 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10071 (gnus-mime-view-part-as-type): Work with message/external-body.
10072
10073 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10074
10075 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
10076
10077 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10078 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
10079 Emacs.]
10080
10081 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
10082
10083 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10084 path rather than symbol. Always return list of directories.
10085 Guarantee that image directory comes first. [Sync with image.el,
10086 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
10087
10088 * message.el (message-make-tool-bar): Adjust to new API of
10089 `gmm-image-load-path-for-library'.
10090
10091 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10092
10093 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10094
10095 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10096
10097 * gnus-art.el (gnus-article-only-boring-p):
10098 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10099 intangible text.
10100 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10101
10102 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
10103
10104 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
10105 `defun' instead of `gmm-defun-compat'.
10106
10107 2006-03-14 Simon Josefsson <jas@extundo.com>
10108
10109 * message.el (message-unique-id): Don't use message-number-base36
10110 if (user-uid) is a float.
10111 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10112
10113 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
10114
10115 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10116
10117 * gnus-art.el (gnus-mime-display-single): Make sure there is an
10118 empty line between a part and a message part.
10119
10120 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
10121
10122 * smiley.el: Add more test smileys.
10123 (smiley-data-directory, smiley-regexp-alist)
10124 (gnus-smiley-file-types): Fix doc strings.
10125 (smiley-update-cache): Clear smiley-cached-regexp-alist before
10126 adding new elements.
10127 (smiley-mouse-map): Unused code. Make it a comment.
10128
10129 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
10130
10131 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10132 scan latest NoCeM messages instead of old ones.
10133 (gnus-nocem-check-article): Fix regexps so as to match to PGP
10134 delimiters that are recently used.
10135 (gnus-nocem-load-cache): Add autoload cookie.
10136
10137 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10138
10139 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10140 level which is larger than gnus-use-nocem is specified.
10141
10142 * gnus-group.el (gnus-group-get-new-news): Ditto.
10143
10144 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
10145
10146 * gnus-util.el (gnus-tool-bar-update): New function.
10147
10148 * gnus-group.el (gnus-group-update-tool-bar): New variable.
10149 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10150
10151 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10152
10153 * gnus-group.el (gnus-group-redraw-when-idle)
10154 (gnus-group-redraw-check): Remove.
10155 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10156
10157 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
10158
10159 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10160 if optional last element is specified in splits (FIELD VALUE...).
10161
10162 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
10163
10164 * message.el (message-make-tool-bar): Rename gmm-image-load-path
10165 to gmm-image-load-path-for-library. Call with no-error argument.
10166 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10167
10168 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10169
10170 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10171
10172 * gmm-utils.el (gmm-image-load-path): Remove alias.
10173
10174 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
10175
10176 * gmm-utils.el (gmm-image-load-path): Add alias.
10177
10178 * nnml.el (nnml-generate-nov-databases-directory): Rename from
10179 nnml-generate-nov-databases-1.
10180 (nnml-generate-nov-databases): Use it.
10181 (nnml-generate-nov-databases-directory): Document no-active
10182 argument.
10183
10184 * gmm-utils.el (gmm-image-load-path-for-library): Return single
10185 directory if path is t. Add no-error.
10186
10187 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10188 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10189
10190 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10191 resetting gnus-article-browse-html-temp-list.
10192
10193 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10194 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
10195 Add example to docstring. Rename local variables. Move error
10196 checks to default case in cond and simplify.
10197
10198 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
10199
10200 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10201 handle is multipart when calling it recursively.
10202 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10203
10204 2006-03-03 Daniel Pittman <daniel@rimspace.net>
10205
10206 * nnimap.el (nnimap-request-update-info-internal): Optimize.
10207 Don't `gnus-uncompress-range' to avoid excessive memory usage.
10208
10209 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
10210
10211 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10212 is loaded.
10213
10214 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10215 loaded.
10216
10217 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
10218
10219 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10220 to "Emacs 23 (unicode)" in doc string.
10221
10222 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10223 "Emacs 23 (unicode)" in comment.
10224
10225 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
10226
10227 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10228
10229 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10230 characters 160 through 255 in Emacs 23.
10231
10232 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
10233
10234 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10235 gnus-article-browse-html-temp.
10236 (gnus-article-browse-delete-temp): Make it customizable. Add
10237 `file'. Adjust doc string.
10238 (gnus-article-browse-delete-temp-files): Add argument. Allow
10239 query for each file. Adjust doc string.
10240 (gnus-article-browse-html-parts): Add
10241 `gnus-article-browse-delete-temp-files' to
10242 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10243
10244 2006-03-02 Hynek Schlawack <hynek@ularx.de>
10245
10246 * gnus-art.el (gnus-article-browse-html-temp)
10247 (gnus-article-browse-delete-temp): New variables.
10248 (gnus-article-browse-delete-temp-files): New function.
10249 (gnus-article-browse-html-parts): Use it.
10250
10251 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
10252
10253 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10254
10255 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10256 string.
10257
10258 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10259 gnus-summary-insert-new-articles when unplugged. Remove
10260 gnus-summary-search-article-forward.
10261
10262 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10263 display-visual-class instead of display-color-cells.
10264
10265 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
10266
10267 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10268 message/* containing non-ASCII text properly.
10269
10270 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
10271
10272 * message.el: Require gmm-utils, remove autoloads.
10273 (message-tool-bar): Set default based on
10274 gmm-tool-bar-style.
10275 (message-tool-bar-gnome): Add gmm-customize-mode.
10276
10277 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10278 gmm-tool-bar-style.
10279 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10280
10281 * gnus-group.el (gnus-group-tool-bar): Set default based on
10282 gmm-tool-bar-style.
10283 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10284
10285 * gmm-utils.el (gmm-image-directory): Rename variable from
10286 gmm-image-load-path.
10287 (gmm-image-load-path): Use gmm-image-directory.
10288 (gmm-customize-mode): New function.
10289 (gmm-tool-bar-style): New variable.
10290
10291 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10292 gnus-group-redraw-line-number.
10293 (gnus-group-redraw-check): Simplify.
10294 (gnus-group-tool-bar-update): Remove redraw check.
10295 (gnus-group-make-tool-bar): Add redraw check.
10296
10297 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
10298
10299 * gnus-art.el (gnus-button): Add missing parentheses.
10300
10301 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10302
10303 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10304
10305 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
10306
10307 * gnus-art.el (gnus-button): New face.
10308 (gnus-article-button-face): Use it.
10309
10310 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10311 gnus-summary-next-page. Re-order.
10312
10313 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10314 next-node are now included.
10315 (gnus-group-redraw-line-number): New internal variable.
10316 (gnus-group-redraw-check): Helper function for updating the tool
10317 bar.
10318 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10319
10320 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10321
10322 * spam.el (spam-spamassassin-score-regexp): New internal variable.
10323 (spam-extra-header-to-number, spam-check-spamassassin-headers):
10324 Use it to match format of Spamassassin 3.0 and later. Reported by
10325 IRIE Tetsuya <irie@t.email.ne.jp>.
10326 (spam-check-bogofilter)
10327 (spam-bogofilter-register-with-bogofilter): Fix args of
10328 `gnus-error' calls.
10329
10330 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
10331
10332 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10333 unnecessary interaction when sending queued mails. Reported by
10334 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10335
10336 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
10337
10338 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10339 first or last are nil.
10340
10341 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10342
10343 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10344
10345 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10346
10347 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10348
10349 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10350
10351 * dns.el (query-dns): Protect more against buggy tcp output.
10352
10353 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
10354
10355 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10356 nov.php.
10357
10358 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
10359
10360 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10361 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10362 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
10363 output on the server side.
10364 (nnweb-google-create-mapping): Update regexps and add some
10365 progress indication.
10366
10367 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
10368
10369 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10370 gnus-agent-toggle-plugged. Re-order icons.
10371 (gnus-group-tool-bar-gnome): Add
10372 gnus-group-{prev,next}-unread-group.
10373 (gnus-group-tool-bar-gnome): Re-order icons.
10374
10375 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10376 gnus-summary-insert-new-articles.
10377
10378 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10379 comments.
10380
10381 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
10382 also available in Emacs 21.3.
10383
10384 * message.el (message-fix-before-sending): Change "Emacs 22" to
10385 "Emacs 23 (unicode)" in comment.
10386
10387 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10388 "Emacs 23 (unicode)" in comment.
10389
10390 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10391 comment.
10392 (mm-coding-system-p): Add comment about no-MULE XEmacs.
10393
10394 * mm-view.el (mm-fill-flowed): Add :version.
10395
10396 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
10397
10398 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10399 and load-path.
10400
10401 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
10402
10403 * message.el: Autoload gmm-image-load-path.
10404 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10405 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
10406 consitency.
10407
10408 * gmm-utils.el (gmm-image-load-path): Also search in
10409 "../etc/images". Don't set gmm-image-load-path if we don't find
10410 the image.
10411
10412 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
10413
10414 * gmm-utils.el (gmm-image-load-path): Don't make
10415 `gmm-image-load-path' include subdirectories which the second arg
10416 `image' might specify.
10417
10418 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10419 subdirectory to icon file names.
10420
10421 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10422
10423 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
10424
10425 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10426 gmm-image-load-path calls.
10427
10428 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10429
10430 * message.el (message-make-tool-bar): Ditto.
10431
10432 * mml.el (mml-preview): Added comment concerning tool bar icons.
10433
10434 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10435 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10436
10437 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10438 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10439
10440 * message.el (message-tool-bar-gnome): Use new icon names.
10441 (message-make-tool-bar): Use `gmm-image-load-path'.
10442
10443 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10444 functions from MH-E.
10445 (gmm-image-load-path): New variable from MH-E.
10446 (gmm-image-load-path): New function from MH-E. Added arguments
10447 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
10448 *-image-load-path-called-flag.
10449
10450 2006-02-21 Milan Zamazal <pdm@brailcom.org>
10451
10452 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10453
10454 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
10455
10456 * nnimap.el (nnimap-request-move-article): Change folder back to
10457 source group before deleting.
10458
10459 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
10460
10461 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10462
10463 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10464 mm-url.
10465
10466 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10467
10468 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
10469
10470 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10471 coding system which mm-charset-to-coding-system returns for a
10472 given charset is valid.
10473
10474 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
10475
10476 * html2text.el (html2text-remove-tag-list):
10477 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10478
10479 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
10480
10481 * gnus-cus.el: Revert 2005-10-17 change.
10482
10483 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
10484
10485 * gnus-art.el (article-strip-banner): Call
10486 article-really-strip-banner only when the regexp match is made.
10487
10488 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
10489
10490 * gnus-art.el (article-strip-banner): Use
10491 gnus-extract-address-components instead of
10492 mail-header-parse-addresses to make it work with non-ASCII text;
10493 remove mail-encode-encoded-word-string.
10494
10495 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10496 values which are surrounded with \"...\"; make it never cause a
10497 Lisp error; give up parsing of parameters if it failed in
10498 extracting type.
10499
10500 2006-02-14 Arne Jørgensen <arne@arnested.dk>
10501
10502 * smime.el (smime-cert-by-ldap-1): Fix bug where
10503 `smime-ldap-search' returns results without userCertificates.
10504
10505 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
10506
10507 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10508
10509 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
10510
10511 * spam.el (spam-check-spamassassin-headers): Adapt format for
10512 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
10513 <ari@mbf.ocn.ne.jp>.
10514 (spam-list-of-processors): Add spam-use-gmane.
10515
10516 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
10517
10518 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10519 make-temp-file; make it work with XEmacs as well.
10520
10521 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10522 mm-make-temp-file.
10523
10524 * mm-decode.el (mm-display-external): Use the 3rd arg of
10525 mm-make-temp-file.
10526 (mm-create-image-xemacs): Ditto.
10527
10528 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
10529
10530 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10531 with message-narrow-to-headers.
10532 (gnus-draft-setup): Narrow to header to run message-fetch-field.
10533 (gnus-draft-check-draft-articles): New function.
10534 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10535
10536 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
10537
10538 * gnus-art.el (gnus-article-browse-html-parts):
10539 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10540 Don't use suffix argument for mm-make-temp-file for Emacs 21
10541 compatibility. Remove useless `format'.
10542
10543 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
10544
10545 * nnweb.el (nnweb-google-wash-article): Update regexps.
10546 (nnweb-group-alist): Use defvoo instead of defvar.
10547
10548 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
10549
10550 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10551 re-loading nn* modules.
10552
10553 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
10554
10555 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10556 for `tool-bar-mode' and don't check it's default-value.
10557
10558 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10559
10560 * message.el (message-make-tool-bar): Ditto.
10561
10562 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10563 `substring'. Shorten tmp-file name.
10564
10565 * gnus.el: Remove bogus comment.
10566
10567 2006-02-10 Hynek Schlawack <hynek@ularx.de>
10568
10569 * gnus-art.el (gnus-article-browse-html-parts): New function.
10570 (gnus-article-browse-html-article): New function for viewing html
10571 articles with a browser.
10572
10573 2006-02-09 Daiki Ueno <ueno@unixuser.org>
10574
10575 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10576 (mml2015-pgg-encrypt): Ditto.
10577
10578 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10579 (mml1991-pgg-encrypt): Ditto.
10580
10581 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
10582
10583 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10584 message-make-date instead of current-time-string.
10585
10586 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10587 to gnus-decoded which mm-uu might set.
10588
10589 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
10590
10591 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10592 don't decode quoted parameters; remove misimported Emacs code.
10593 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10594 (rfc2231-decode-encoded-string): Don't use split-string which
10595 behaves differently according to Emacs version; use
10596 mm-decode-coding-region to convert charset to coding-system.
10597 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10598 (rfc2231-encode-string): Remove misimported Emacs code.
10599
10600 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
10601
10602 * gnus-art.el (article-decode-charset): Don't use ignore-errors
10603 when calling mail-header-parse-content-type.
10604 (article-de-quoted-unreadable): Ditto.
10605 (article-de-base64-unreadable): Ditto.
10606 (article-wash-html): Ditto.
10607
10608 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10609 calling mail-header-parse-content-type and
10610 mail-header-parse-content-disposition.
10611 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10612 mail-header-parse-content-type.
10613
10614 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10615 insert charset and format parameters; encode description after
10616 inserting it to buffer.
10617 (mml-insert-parameter): Fold lines properly even if a parameter is
10618 segmented into two or more lines; change the max column to 76.
10619
10620 * rfc1843.el (rfc1843-decode-article-body): Don't use
10621 ignore-errors when calling mail-header-parse-content-type.
10622
10623 * rfc2231.el (rfc2231-parse-string): Return at least type if
10624 possible; don't cause an error even if it fails in parsing of
10625 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10626 (rfc2231-encode-string): Don't break lines at the beginning, leave
10627 it to mml-insert-parameter.
10628
10629 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10630 calling mail-header-parse-content-type.
10631
10632 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
10633
10634 * spam-report.el (spam-report-gmane-use-article-number):
10635 Improve doc string.
10636 (spam-report-gmane-internal): Check if a suitable header was found
10637 in the article.
10638
10639 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
10640
10641 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10642 (rfc2231-encode-string): Make param*=value always begin with LWSP.
10643
10644 2006-02-05 Romain Francoise <romain@orebokech.com>
10645
10646 Update copyright notices of all files in the gnus directory.
10647
10648 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
10649
10650 * nnweb.el (nnweb-request-group): Avoid growing overview files.
10651
10652 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
10653
10654 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10655 segmented lines of parameter value to cope with Thunderbird 1.5
10656 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10657 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10658 (rfc2231-encode-string): Don't make lines exceeding 76 column.
10659
10660 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
10661
10662 * mml.el (mml-generate-mime-1): Correct the order of inline signed
10663 parts.
10664
10665 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
10666
10667 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10668 there's only one active file for all servers.
10669 (nnweb-request-scan): Make sure nnweb-articles is initialized on
10670 solid groups. Gnus might have used a FAST request to select the group.
10671 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10672 and nnweb-search redundantly in the active file.
10673 (nnweb-request-list): Don't list bogus groups. There can only be one.
10674 (nnweb-request-create-group): Don't use ARGS.
10675 (nnweb-possibly-change-server, nnweb-request-group): Remove some
10676 initialisations. Let nnoo do the work.
10677
10678 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
10679
10680 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10681 Say the part has been decoded.
10682
10683 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10684
10685 2006-01-31 Kevin Ryde <user42@zip.com.au>
10686
10687 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10688 mailcap-viewer-test-cache when there's no 'test clause, since that
10689 will invert the meaning of a "nil" test previously determined by
10690 mailcap-mailcap-entry-passes-test.
10691
10692 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
10693
10694 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10695 compiling.
10696
10697 * gnus-sum.el: Ditto.
10698
10699 * message.el: Don't bind tool-bar-map when compiling.
10700
10701 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
10702
10703 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10704
10705 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
10706
10707 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10708 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10709 current Google Groups.
10710
10711 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
10712
10713 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10714 and tool-bar-mode.
10715
10716 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10717 and tool-bar-mode.
10718
10719 * message.el (message-tool-bar-update): Simplify.
10720 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10721
10722 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10723 gnus-summary-buffer.
10724 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10725 gnus-summary-reply.
10726
10727 * gmm-utils.el (gmm): Add :version.
10728
10729 2006-01-26 Steve Youngs <steve@sxemacs.org>
10730
10731 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10732 autoload.
10733
10734 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
10735
10736 * gmm-utils.el (gmm-verbose): Add :group.
10737
10738 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
10739
10740 * message.el: Change some comments WRT tool-bars.
10741
10742 * gnus-sum.el (gnus-summary-tool-bar)
10743 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10744 (gnus-summary-tool-bar-zap-list): New variables.
10745 (gnus-summary-make-tool-bar): Complete rewrite using
10746 `gmm-tool-bar-from-list'.
10747
10748 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10749 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10750 variables.
10751 (gnus-group-make-tool-bar): Complete rewrite using
10752 `gmm-tool-bar-from-list'.
10753 (gnus-group-tool-bar-update): New function.
10754
10755 * message.el (message-mode-field-menu): Add "Show hidden Headers".
10756
10757 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
10758
10759 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10760 is dissected into a single part of which the type is the same as
10761 the given one; decode charset.
10762
10763 2006-01-21 Kevin Ryde <user42@zip.com.au>
10764
10765 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10766 into alists as symbol not string, since that's what
10767 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10768 look for.
10769
10770 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
10771
10772 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10773 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10774
10775 * message.el (message-tool-bar-gnome): Use gmm-ignore.
10776
10777 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
10778
10779 * gnus-art.el (gnus-mime-security-button-commands): New variable.
10780 (gnus-mime-security-button-menu): New definition.
10781 (gnus-mime-security-button-map): Use them.
10782 (gnus-mime-security-button-menu): New function.
10783 (gnus-insert-mime-security-button): Addition to help echo.
10784 (gnus-mime-security-run-function, gnus-mime-security-save-part)
10785 (gnus-mime-security-pipe-part): New functions.
10786
10787 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10788 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10789
10790 * mm-decode.el (mm-handle-set-disposition): Remove.
10791 (mm-handle-set-description): Remove.
10792
10793 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
10794
10795 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10796 (mm-w3m-standalone-supports-m17n-p): New function.
10797 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10798 w3m usage.
10799
10800 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10801 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10802
10803 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
10804
10805 * message.el (message-tool-bar-zap-list): Use
10806 gmm-tool-bar-zap-list as custom type.
10807 (message-tool-bar-update): New function.
10808 (message-tool-bar, message-tool-bar-gnome)
10809 (message-tool-bar-retro): Add message-tool-bar-update.
10810 (message-tool-bar-gnome): Add flyspell-buffer.
10811
10812 * gnus-util.el (gnus-error): Describe `args'.
10813
10814 * gmm-utils.el (gmm-error): Describe `args'.
10815 (gmm-tool-bar-zap-list): New widget.
10816 (gmm-tool-bar-from-list): Improve description of `zap-list'.
10817
10818 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
10819
10820 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10821 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10822 the number of recursive calls.
10823
10824 * mm-decode.el (mm-handle-set-disposition): New macro.
10825 (mm-handle-set-description): New macro.
10826
10827 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
10828
10829 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10830 encoding.
10831
10832 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
10833
10834 * message.el (message-tool-bar-zap-list, message-tool-bar)
10835 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10836 (message-tool-bar-local-item-from-menu): Remove.
10837 (message-tool-bar-map): Replace by `message-make-tool-bar'.
10838 (message-make-tool-bar): New function.
10839 (message-mode): Use `message-make-tool-bar'.
10840
10841 * gmm-utils.el: New file.
10842 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10843 (gmm-lazy): New widget copied from `nnmail.el'.
10844 (gmm-tool-bar-from-list): New function for creating customizable
10845 tool bars.
10846 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
10847 output.
10848 (gmm): Add :prefix to defgroup.
10849
10850 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
10851
10852 * gmm-utils.el (gmm-widget-p): New function.
10853
10854 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
10855
10856 * mml.el (mml-attach-file): Describe `description' in doc string.
10857 (mml-menu): Add Emacs MIME manual and PGG manual.
10858
10859 2006-01-20 Richard M. Stallman <rms@gnu.org>
10860
10861 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10862
10863 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
10864
10865 * nntp.el (nntp-end-of-line): Doc fix.
10866
10867 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
10868
10869 * imap.el (imap-open): Handle case where buffer is a buffer
10870 object.
10871
10872 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
10873
10874 * gnus-delay.el (gnus-delay): Don't autoload.
10875 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10876 to be re-loaded when customizing the `gnus-delay' group.
10877
10878 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
10879
10880 * message.el (message-insert-citation-line): Use newlines.
10881
10882 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
10883
10884 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10885
10886 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10887
10888 2006-01-19 Mark D. Baushke <mdb@gnu.org>
10889
10890 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10891
10892 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
10893
10894 * mm-decode.el (mm-inlined-types): Add application/pgp.
10895 (mm-automatic-display): Ditto.
10896
10897 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10898 part as text.
10899
10900 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
10901
10902 * nnrss.el: Update copyright.
10903 (nnrss-opml-import): Query whether to subscribe to each entry.
10904
10905 * gnus-art.el:
10906 * gnus-sum.el:
10907 * mm-uu.el:
10908 * mm-view.el: Update copyright.
10909
10910 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
10911
10912 * message.el (message-info): New function.
10913 (message-mode-menu): Add it.
10914 Update copyright.
10915
10916 * ChangeLog: Fix and update copyright.
10917
10918 2006-01-13 Romain Francoise <romain@orebokech.com>
10919
10920 * message.el (message-forward-subject-name-subject): Prefer the
10921 address to 'nowhere' if the sender has no name.
10922 Fix typo. Update copyright year.
10923
10924 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
10925
10926 * gnus-art.el (article-wash-html): Use
10927 gnus-summary-show-article-charset-alist if a numeric arg is given.
10928 (gnus-article-wash-html-with-w3m-standalone): New function.
10929
10930 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10931 mm-inline-text-html-render-with-w3m-standalone.
10932 (mm-text-html-washer-alist): Map w3m-standalone to
10933 gnus-article-wash-html-with-w3m-standalone.
10934 (mm-inline-text-html-render-with-w3m-standalone): New function.
10935
10936 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
10937
10938 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10939 Improve LaTeX.
10940
10941 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
10942
10943 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10944 (nnrss-request-article): Render text/plain parts as HTML.
10945
10946 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10947 the buffer.
10948
10949 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
10950
10951 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10952 custom definition of `gnus-posting-styles'.
10953
10954 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10955 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10956
10957 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
10958
10959 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10960 Use nntp for bug archive.
10961
10962 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
10963
10964 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10965 parts.
10966 (nnrss-normalize-date): New function converts ISO 8601 date into
10967 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
10968 (nnrss-check-group): Use it.
10969
10970 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
10971
10972 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10973
10974 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10975 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
10976 (nnrss-insert-w3): Ditto.
10977
10978 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
10979
10980 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10981 the articles to be forwarded including the case where neither a
10982 number of articles nor a region is specified.
10983
10984 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
10985
10986 * nnrss.el (nnrss-request-article): Fix last change; fill
10987 text/plain parts.
10988
10989 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
10990
10991 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10992 in text/plain part.
10993 (nnrss-check-group): Don't add excessive newline to dc:subject.
10994
10995 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
10996
10997 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10998 article.
10999
11000 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
11001
11002 * nnml.el: Don't require gnus-bcklg. Autoload it.
11003 (nnml-use-compressed-files, nnml-save-mail): Support other
11004 comression programs such as bzip2.
11005
11006 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11007
11008 * dns.el (query-dns): Make sure we check the buffer size before
11009 removing tcp headers.
11010
11011 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
11012
11013 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11014 remove MIME buttons associated with multipart/alternative parts.
11015 (gnus-mime-display-alternative): Tag buttons using `article-type'
11016 text property.
11017
11018 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11019 associated with multipart/alternative parts.
11020
11021 * gnus-art.el (gnus-signature-separator): Fix custom type.
11022
11023 * mm-decode.el (mm-inlined-types): Fix custom type.
11024 (mm-keep-viewer-alive-types): Ditto.
11025 (mm-automatic-display): Ditto.
11026 (mm-attachment-override-types): Ditto.
11027 (mm-inline-override-types): Ditto.
11028 (mm-automatic-external-display): Ditto.
11029
11030 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
11031
11032 * spam-report.el (spam-report-user-mail-address)
11033 (spam-report-user-agent): New variables.
11034 (spam-report-url-ping-plain): Use spam-report-user-agent.
11035
11036 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
11037
11038 * gnus-art.el (gnus-button-handle-custom): Do not just use
11039 `customize-apropos' for any "M-x customize-*" button but the
11040 function called for. Accept both the function name and its
11041 argument in order to achieve this.
11042 (gnus-button-alist): Remove support for "custom:" URL's. Pass
11043 function name to `gnus-button-handle-custom' in case of "M-x
11044 customize-*" buttons.
11045
11046 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
11047
11048 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11049 multipart/alternative and add xref to mm-discouraged-alternatives
11050 in doc string.
11051
11052 * mm-decode.el (mm-discouraged-alternatives): Add xref to
11053 gnus-buttonized-mime-types in doc string.
11054
11055 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
11056
11057 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11058 Suggest image/.* in the doc string.
11059
11060 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
11061
11062 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11063 message-marks (Debian bug #342521).
11064
11065 2005-12-12 Simon Josefsson <jas@extundo.com>
11066
11067 * password.el (password-read-from-cache): Add.
11068 (password-read): Use it.
11069
11070 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
11071
11072 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11073 us-ascii as a MIME charset.
11074
11075 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11076 against the case where the 2nd arg TYPE is nil.
11077
11078 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
11079
11080 * pop3.el (pop3-stream-type): Fix custom version.
11081
11082 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11083
11084 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
11085
11086 * mm-decode.el (mm-display-external): Add missing cdr.
11087
11088 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
11089
11090 * mm-decode.el (mm-display-external): Use nametemplate (defined in
11091 RFC1524) if it is in mailcap or add a suffix according to
11092 mailcap-mime-extensions when generating a temp filename; postpone
11093 deleting a temp file for 2 seconds for some wrappers, shell
11094 scripts, and so on, which might exit right after having started a
11095 viewer command as a background job.
11096
11097 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
11098
11099 * nntp.el (nntp-marks-directory): Fix custom group.
11100
11101 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11102 steps when < 10.
11103
11104 * gnus-start.el (gnus-no-server-1): Mention
11105 `gnus-level-default-subscribed' in doc string.
11106
11107 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
11108
11109 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11110 parens.
11111
11112 2005-11-26 Dave Love <fx@gnu.org>
11113
11114 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11115 (tls-program, tls-success): Provide openssl alternative.
11116
11117 * starttls.el: Doc fixes.
11118 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11119 SERVICE to PORT.
11120
11121 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
11122 port null or service name.
11123 (starttls-negotiate): Autoload.
11124
11125 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
11126
11127 * message.el (message-kill-to-signature): Fix interactive spec.
11128
11129 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
11130
11131 * pop3.el (pop3-open-server): Recognize a string as a service name.
11132
11133 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
11134
11135 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11136
11137 2005-11-23 Dave Love <fx@gnu.org>
11138
11139 Add pop3s, pop3/starttls.
11140
11141 * pop3.el (pop3-authentication-scheme): Clarify doc.
11142 (open-tls-stream, starttls-open-stream): Autoload.
11143 (pop3-stream-type): New.
11144 (pop3-open-server): Use it.
11145
11146 * mail-source.el (mail-sources): Fix some :types. Add stream type
11147 for POP.
11148 (mail-source-keyword-map): Add :stream for POP.
11149 (mail-source-fetch-pop): Use pop3-stream-type.
11150
11151 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
11152
11153 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11154 of current-time-string.
11155
11156 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
11157
11158 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11159 date header.
11160
11161 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
11162
11163 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11164 it can seriously impact performance as it bypasses the agent's
11165 local caches.
11166
11167 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
11168
11169 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11170 must be explicitly online rather than "not explicitly offline" for
11171 its flags to be synchronized.
11172
11173 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11174 that gnus-uu-unmark-thread will function correctly.
11175
11176 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11177 1024K is instead displayed as 1M.
11178
11179 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11180
11181 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11182
11183 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
11184
11185 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11186
11187 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
11188
11189 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11190 error message to display actual error condition.
11191 (gnus-agent-save-local): Avoid saving symbols that are bound to
11192 nil as they simply result in a warning message in
11193 gnus-agent-read-local.
11194
11195 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
11196
11197 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11198 rather than make-variable-buffer-local for file-precious-flag.
11199
11200 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
11201
11202 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11203 for duplicates which are removed. The invalid sort check then
11204 triggers a rescan after the sort as sorting may have moved
11205 duplicate entries such that they can be cheaply detected.
11206
11207 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
11208
11209 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11210
11211 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
11212
11213 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11214 internal variable to a custom variable. Changed default value
11215 from compressed(2) to uncompressed(1).
11216 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11217 support for uncompressed agentview files. Taken together, reading
11218 the agentview file should now be 6-7 times faster.
11219
11220 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
11221
11222 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11223 as a buffer-local variable. This avoids creating truncated
11224 dribble files as a result of a hang up, eg.
11225
11226 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
11227
11228 * gnus-start.el (gnus-start-draft-setup): Enforce
11229 `gnus-draft-mode' for nndraft:drafts at startup.
11230
11231 * gnus.el (gnus-splash): Change custom group.
11232 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11233 allow-list argument.
11234
11235 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11236 string.
11237
11238 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
11239
11240 * gnus-art.el (gnus-default-article-saver): Add user-defined
11241 `function' to custom type.
11242
11243 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
11244
11245 * imap.el (imap-open): Handle case where buffer is a buffer
11246 object.
11247
11248 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
11249
11250 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11251 long lines.
11252 (gnus-cache-delete-group): Wrap doc strings.
11253
11254 * gnus-agent.el (gnus-agent-rename-group)
11255 (gnus-agent-delete-group): Wrap doc strings.
11256
11257 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11258
11259 * gnus-start.el (gnus-1): Add "native" to
11260 gnus-predefined-server-alist.
11261
11262 * gnus.el (gnus-method-to-server): Don't add "native" to the
11263 lists here, because that leads to problems when
11264 gnus-select-method is bound.
11265
11266 2005-11-09 Simon Josefsson <jas@extundo.com>
11267
11268 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11269 use (not sort-by-date) instead.
11270
11271 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
11272
11273 * gnus-delay.el (gnus-delay-group): Don't autoload.
11274 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11275 to be re-loaded when customizing the `gnus-delay' group.
11276
11277 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
11278
11279 * message.el: Revert last changes.
11280 (message-insert-citation-line): Use newlines.
11281
11282 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
11283
11284 * message.el (message-courtesy-message)
11285 (message-mark-insert-begin, message-mark-insert-end)
11286 (message-elide-ellipsis, message-cancel-message)
11287 (message-add-header, message-change-subject)
11288 (message-cross-post-followup-to-header)
11289 (message-cross-post-insert-note, message-reduce-to-to-cc)
11290 (message-widen-reply, message-delete-not-region)
11291 (message-kill-to-signature, message-insert-signature)
11292 (message-insert-importance-high, message-insert-importance-low)
11293 (message-insert-or-toggle-importance)
11294 (message-insert-disposition-notification-to)
11295 (message-indent-citation, message-yank-original)
11296 (message-cite-original-without-signature, message-cite-original)
11297 (message-insert-citation-line, message-position-on-field)
11298 (message-fix-before-sending, message-send-mail-partially)
11299 (message-send-mail, message-send-mail-with-sendmail)
11300 (message-send-mail-with-qmail, message-send-news)
11301 (message-check-news-header-syntax, message-generate-headers)
11302 (message-insert-courtesy-copy, message-fill-address)
11303 (message-fill-header, message-shorten-references)
11304 (message-setup-1, message-cancel-news)
11305 (message-forward-make-body-plain, message-forward-make-body-mime)
11306 (message-forward-make-body-mml, message-encode-message-body)
11307 (message-forward-make-body-digest-plain)
11308 (message-forward-make-body-digest-mime)
11309 (message-use-alternative-email-as-from): Insert `hard-newline'
11310 instead of ordinary newlines.
11311
11312 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
11313
11314 * message.el (message-generate-headers): Downcase the argument
11315 given to message-check-element.
11316
11317 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
11318
11319 * nntp.el (nntp-authinfo-rejected): New error condition.
11320 (nntp-wait-for): Use new error condition to signal authentication
11321 error.
11322 (nntp-retrieve-data): Rethrow new error condition to break out of
11323 recursive call to nntp-send-authinfo.
11324
11325 2005-11-08 Romain Francoise <romain@orebokech.com>
11326
11327 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11328 (gnus-summary-exit-map): Bind to `Z p'.
11329 (gnus-summary-make-menu-bar): Add menu item.
11330
11331 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
11332
11333 * gnus-art.el (gnus-article-treat-custom): Add `first'.
11334 (gnus-treat-*): Add `first' in all doc strings.
11335
11336 * gnus-group.el (gnus-group-compact-group): Fix typo.
11337
11338 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
11339
11340 * gnus.el (gnus-parameters-case-fold-search): New variable.
11341 (gnus-parameters-get-parameter): Use it.
11342
11343 * gnus-score.el (gnus-home-score-file): Doc fix.
11344
11345 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
11346
11347 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11348
11349 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
11350
11351 * mm-util.el (mm-special-display-p): New function.
11352
11353 * mml.el (mml-preview): Use it; doc fix.
11354
11355 2005-10-29 Romain Francoise <romain@orebokech.com>
11356
11357 * message.el (message-fix-before-sending): Fix comment.
11358
11359 2005-10-29 Jari Aalto <jari.aalto@cante.net>
11360
11361 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11362
11363 2005-10-29 Jari Aalto <jari.aalto@cante.net>
11364
11365 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11366 Used in gnus-score.el.
11367
11368 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11369
11370 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11371
11372 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
11373
11374 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11375 whitespace removed in revision 7.8. Use concatenated string to
11376 protect trailing whitespace.
11377
11378 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
11379
11380 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11381 (nnimap-request-expire-articles): Use it to avoid sending 'UID
11382 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11383 Courier IMAP ("some version from 2004"). Mostly based on similar
11384 code in the same function.
11385
11386 2005-10-26 Didier Verna <didier@xemacs.org>
11387
11388 * gnus-group.el (gnus-group-compact-group): Invalidate original
11389 article buffer.
11390 * gnus-srvr.el (gnus-server-compact-server): Ditto.
11391 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11392 NOV database and in article itself.
11393 Invalidate article backlog.
11394
11395 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
11396
11397 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11398
11399 2005-10-26 Simon Josefsson <jas@extundo.com>
11400
11401 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11402 part of 2004-07-25 change.
11403
11404 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
11405
11406 * message.el (message-display-completion-list): New function.
11407 (message-expand-group): Use it; make sure the Completions buffer
11408 is modifiable.
11409
11410 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
11411
11412 * imap.el (imap-open): Handle case where buffer is a buffer object.
11413
11414 2005-10-24 Eli Zaretskii <eliz@gnu.org>
11415
11416 * pgg-def.el:
11417 * pgg-gpg.el:
11418 * pgg-parse.el:
11419 * pgg-pgp.el:
11420 * pgg-pgp5.el:
11421 * pgg.el: Move to the parent lisp directory.
11422
11423 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11424
11425 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11426 user-mail-name is an empty string.
11427
11428 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
11429
11430 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11431 depending on gnus-score-decay-constant.
11432
11433 * encrypt.el (encrypt-insert-file-contents)
11434 (encrypt-write-file-contents): Don't use `gnus-message'.
11435
11436 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11437 arguments.
11438 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
11439 arguments to mm-uu-verbatim-marks-extract.
11440 (mm-uu-hide-markers): New variable.
11441 (mm-uu-extract): Use face similar to `gnus-cite-3'.
11442
11443 * gnus-fun.el (gnus-convert-image-to-x-face-command)
11444 (gnus-convert-image-to-face-command): Use "convert" by default to
11445 allow other input image formats.
11446 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11447 accordingly.
11448
11449 2005-10-23 Simon Josefsson <jas@extundo.com>
11450
11451 * imap.el (imap-gssapi-program): Align command line parameters
11452 with latest GNU SASL.
11453 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11454
11455 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11456
11457 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11458 HTML.
11459 (nnslashdot-request-article): Ditto.
11460
11461 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
11462
11463 * mail-source.el (mail-source-fetch-pop): Require pop3.
11464 (mail-source-check-pop): Ditto.
11465
11466 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11467
11468 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11469 errors.
11470
11471 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
11472
11473 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11474 (gnus-treat-strip-leading-blank-lines): Improve doc string.
11475
11476 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11477
11478 * mm-bodies.el (mm-decode-string): Call
11479 `mm-charset-to-coding-system' with allow-override argument.
11480
11481 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11482
11483 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11484 (rfc2047-charset-to-coding-system): New function.
11485 (rfc2047-decode-encoded-words): New function.
11486 (rfc2047-decode-region): Use them.
11487 (rfc2047-decode-cte): Remove.
11488 (rfc2047-parse-and-decode): Remove.
11489 (rfc2047-decode): Remove.
11490
11491 2005-10-15 Kenichi Handa <handa@m17n.org>
11492
11493 * rfc2047.el (rfc2047-decode-cte): New function.
11494 (rfc2047-decode-region): Change the way to decode successive
11495 encoded-words: decode B- or Q-encoding in each encoded-word,
11496 concatenate them, and decode it as charset.
11497
11498 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
11499
11500 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
11501 widget-move-and-invoke.
11502 (gnus-custom-mode): Use gnus-custom-map.
11503
11504 2005-10-15 Bill Wohler <wohler@newt.com>
11505
11506 * message.el (message-tool-bar-map): Renamed image file from
11507 mail_send to mail/send.
11508
11509 2005-10-16 Masatake YAMATO <jet@gyve.org>
11510
11511 * message.el (message-expand-group): Pass the common
11512 prefix substring of completion to `display-completion-list'.
11513
11514 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
11515
11516 * mml-sec.el (mml-secure-method): New internal variable.
11517 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11518 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11519 functions using mml-secure-method.
11520
11521 * mml.el (mml-mode-map): Add key bindings for those functions.
11522 (mml-menu): Simplify security menu entries. Suggested by Jesper
11523 Harder <harder@myrealbox.com>.
11524 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11525 end of message if point is the headers of the message.
11526
11527 * message.el (message-in-body-p): New function.
11528
11529 * assistant.el: Autoload gnus-util and netrc.
11530
11531 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11532 Use `mm-charset-override-alist' only when decoding.
11533
11534 * mm-bodies.el (mm-decode-body): Call
11535 `mm-charset-to-coding-system' with allow-override argument.
11536
11537 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11538 `filename' from Content-Disposition if Content-Type doesn't
11539 provide `name'.
11540 (gnus-mime-view-part-as-type): Set default instead of
11541 initial-input.
11542
11543 2005-10-09 Daniel Brockman <daniel@brockman.se>
11544
11545 * format-spec.el (format-spec): Propagate text properties of % spec.
11546
11547 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
11548
11549 * gnus-art.el (gnus-treat-predicate): Add `first'.
11550
11551 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
11552
11553 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11554 (mm-charset-override-alist): New variable.
11555 (mm-charset-to-coding-system): Use it.
11556 (mm-codepage-setup): New helper function.
11557 (mm-charset-eval-alist): New variable.
11558 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
11559 about unknown charsets.
11560
11561 2005-10-04 David Hansen <david.hansen@gmx.net>
11562
11563 * nnrss.el (nnrss-request-article): Add support for the comments tag.
11564 (nnrss-check-group): Ditto.
11565
11566 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
11567
11568 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11569 Rename x-gnus-verbatim to x-verbatim.
11570 (mm-uu-type-alist): Fix regexp for verbatim-marks.
11571
11572 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11573 x-verbatim.
11574
11575 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11576
11577 * gnus-util.el (gnus-remove-duplicates): Remove.
11578
11579 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11580 instead of gnus-remove-duplicates.
11581
11582 * message.el (message-remove-duplicates): Remove.
11583 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11584 message-remove-duplicates.
11585
11586 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11587 available, else use implementation from `delete-dups'.
11588
11589 * message.el (message-insert-expires): New function.
11590 (message-mode-map): Add key binding.
11591 (message-mode-field-menu): Add menu entry.
11592 (message-mode): Document it.
11593 (message-make-expires-date): Use `message-make-date'.
11594
11595 2005-10-04 Josh Huber <huber@alum.wpi.edu>
11596
11597 * message.el (message-make-expires-date): New function.
11598
11599 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
11600
11601 * time-date.el: Autoload parse-time-string, XEmacs needs it.
11602
11603 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
11604
11605 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11606 function rather than the diff-mode.el package.
11607 (mm-display-external): Use with-current-buffer.
11608 (mm-viewer-completion-map, mm-viewer-completion-map):
11609 Move initialization inside declaration.
11610
11611 2005-09-29 Simon Josefsson <jas@extundo.com>
11612
11613 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
11614 autoload mail-check-payment.
11615 (spam-check-hashcash): Define unconditionally, since hashcash.el
11616 is part of Gnus now. Ignore errors from payment checking.
11617
11618 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
11619
11620 * message.el (message-bold-region, message-unbold-region): Rename
11621 from `bold-region' and `unbold-region'.
11622
11623 * message.el: Remove useless autoloads.
11624
11625 2005-09-28 Simon Josefsson <jas@extundo.com>
11626
11627 * message.el (message-use-idna): Default to t.
11628 (message-use-idna): Test whether encoding works too. Doc fix.
11629
11630 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
11631
11632 * nntp.el (nntp-warn-about-losing-connection): Remove.
11633
11634 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
11635
11636 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11637 customizable. Change default value.
11638 (mm-uu-diff-groups-regexp): Change default value.
11639 (mm-uu-type-alist): Add doc string.
11640 (mm-uu-configure): Add doc string. Make it interactive.
11641 (mm-uu-tex-groups-regexp): New variable.
11642 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11643 (mm-uu-type-alist): Add LaTeX documents.
11644 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11645 of "text/verbatim".
11646 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11647
11648 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11649 instead of "text/verbatim".
11650
11651 * message.el (message-mark-inserted-region)
11652 (message-mark-insert-file): Use slrn style marks when called with
11653 prefix argument.
11654
11655 2005-09-27 Simon Josefsson <jas@extundo.com>
11656
11657 * message.el (message-idna-to-ascii-rhs-1): Reformat.
11658
11659 2005-09-27 Arne Jørgensen <arne@arnested.dk>
11660
11661 * message.el (message-remove-duplicates): New function.
11662 Implementation borrowed from `gnus-remove-duplicates'.
11663 (message-idna-to-ascii-rhs): Also encode idna addresses in
11664 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11665 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11666 only ask about the same idna domain once per header and also tell
11667 in what header to replace the idna domain.
11668
11669 * gnus-art.el (article-decode-idna-rhs): Also decode idna
11670 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11671 (article-decode-idna-rhs): Fix regexp so that all idna-address in
11672 a header is decoded and not just the last one.
11673
11674 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
11675
11676 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11677 has been decoded.
11678
11679 * mm-decode.el (mm-automatic-display): Add text/verbatim.
11680 (mm-insert-part): Don't modify text if it has been decoded.
11681
11682 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11683 decoded.
11684
11685 * mm-view.el (mm-inline-text): Don't strip text props unless
11686 decoding enriched or richtext parts.
11687
11688 2005-09-25 Romain Francoise <romain@orebokech.com>
11689
11690 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11691 * gnus-start.el (gnus-subscribe-interactively):
11692 * gnus-uu.el (gnus-uu-grab-articles):
11693 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11694 space.
11695
11696 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
11697
11698 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11699 * mm-view.el (mm-view-pkcs7-decrypt):
11700 * gnus-sum.el (gnus-summary-limit-to-extra)
11701 (gnus-summary-respool-article, gnus-read-move-group-name):
11702 * gnus-score.el (gnus-summary-increase-score):
11703 * gnus-util.el (gnus-completing-read-with-default):
11704 * gnus-art.el (gnus-read-save-file-name)
11705 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11706 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11707 * message.el (message-check-news-header-syntax):
11708 Follow convention for reading with the minibuffer.
11709
11710 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
11711
11712 * spam-report.el (spam-report-url-ping-plain):
11713 Use gnus-extended-version as User-Agent.
11714
11715 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11716 default value is nil.
11717
11718 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11719 (mm-uu-verbatim-marks-extract): New function.
11720 (mm-uu-extract): New face.
11721 (mm-uu-copy-to-buffer): Use it.
11722
11723 * spam-report.el (spam-report-gmane-ham): Renamed from
11724 `spam-report-gmane-unspam'.
11725 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11726 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
11727
11728 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11729 Autoload.
11730 (spam-report-gmane-unregister-routine): Renamed
11731 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11732
11733 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
11734
11735 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11736 (spam-report-gmane-unregister-routine): Add support for gmane
11737 unregistration.
11738
11739 * spam-report.el (spam-report-gmane-unspam)
11740 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11741 (spam-report-gmane): Change to take a single article and do unspam
11742 registration.
11743
11744 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
11745
11746 * mm-url.el (mm-url-decode-entities): Fix regexp.
11747
11748 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11749
11750 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11751 default to nil, to be able to use Gnus at all. If the default
11752 switches to something else, then the function should be fixed not
11753 be exceedingly slow.
11754
11755 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
11756
11757 * gnus-start.el (gnus-activate-group): If the server is nil, don't
11758 fail hard.
11759
11760 * spam-report.el: Add better Keywords line.
11761
11762 * spam.el: Add Maintainer and better Keywords line.
11763
11764 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
11765
11766 * gnus-art.el (gnus-article-replace-part)
11767 (gnus-mime-replace-part): New functions.
11768 (gnus-mime-action-alist, gnus-mime-button-commands)
11769 (gnus-mime-save-part-and-strip): Added file argument.
11770 (gnus-article-part-wrapper): Added interactive argument.
11771
11772 * gnus-sum.el (gnus-summary-mime-map): Add
11773 `gnus-article-replace-part'.
11774
11775 2005-09-19 Didier Verna <didier@xemacs.org>
11776
11777 The nnml compaction feature:
11778 * nnml.el (nnml-request-compact-group): New function.
11779 * nnml.el (nnml-request-compact): New function.
11780 * gnus-int.el (gnus-request-compact-group): New function.
11781 * gnus-int.el (gnus-request-compact): New function.
11782 * gnus-group.el (gnus-group-compact-group): New function.
11783 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11784 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11785 * gnus-srvr.el (gnus-server-compact-server): New function.
11786 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11787 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11788
11789 2005-09-18 Deepak Goel <deego@gnufans.org>
11790
11791 * sieve.el (sieve-help): Fix `message' call: first arg should be a
11792 format spec.
11793
11794 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
11795
11796 * gnus.el (gnus-group-startup-message): Bind image-load-path.
11797
11798 2005-09-15 Romain Francoise <romain@orebokech.com>
11799
11800 * message.el (message-fill-paragraph): Clarify docstring.
11801
11802 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
11803
11804 * gnus-art.el (gnus-mime-display-part): Protect against broken
11805 MIME messages.
11806
11807 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
11808
11809 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11810 before parsing header.
11811
11812 2005-09-11 Jari Aalto <jari.aalto@cante.net>
11813
11814 * html2text.el (html2text-replace-list): Add new entities.
11815
11816 2005-09-11 Romain Francoise <romain@orebokech.com>
11817
11818 * message.el (message-alternative-emails): Improve docstring.
11819 (message-setup-1): Call `message-use-alternative-email-as-from'
11820 after `message-setup-hook' to give it precedence over posting
11821 styles, etc.
11822 (message-use-alternative-email-as-from): Add docstring. Remove
11823 the original From header if present.
11824
11825 * nnml.el (nnml-compressed-files-size-threshold): New variable.
11826 (nnml-save-mail): Use it.
11827
11828 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11829 articles. Add new argument `silent'.
11830 (gnus-uu-mark-all): Report the total number of marked articles.
11831
11832 2005-09-10 Romain Francoise <romain@orebokech.com>
11833
11834 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11835 (gnus-uu-mark-series): Likewise.
11836
11837 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
11838
11839 * spam-report.el (spam-report-gmane): Fix generation of spam
11840 report URL.
11841
11842 2005-09-10 Simon Josefsson <jas@extundo.com>
11843
11844 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11845 t, based on discussion on the ding list with Robert Epprecht
11846 <epprecht@solnet.ch>.
11847
11848 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
11849
11850 * spam-report.el (spam-report-gmane): Make it work without
11851 X-Report-Spam header. Gmane now only provides Archived-At.
11852 This is only used if `spam-report-gmane-use-article-number' is nil.
11853 (spam-report-gmane-spam-header): Remove. Not used anymore.
11854
11855 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11856 make `gnus-summary-sort-by-recipient' work with threading.
11857
11858 * nnweb.el (nnweb-google-wash-article): Print a message if article
11859 is not available.
11860
11861 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11862
11863 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11864 change. Decode text/* parts content before displaying.
11865
11866 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
11867
11868 * mml-smime.el: Remove defvar of gnus-extract-address-components.
11869
11870 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
11871
11872 * mm-view.el (mm-display-inline-fontify): Disable support modes.
11873
11874 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
11875
11876 * message.el (message-tab-body-function): Fix mismatched custom type.
11877
11878 * gnus.el (gnus-group-change-level-function): Ditto.
11879
11880 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11881
11882 * gnus-art.el (gnus-signature-limit)
11883 (gnus-article-mime-part-function): Ditto.
11884
11885 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
11886
11887 * mml.el (mml-mode): Silence the byte compiler.
11888
11889 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11890 using `(sit-for 0)' before moving the point to the specified part;
11891 skip unbuttonized parts.
11892 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11893 return to the summary window if gnus-auto-select-part is non-nil.
11894
11895 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
11896
11897 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11898 variables.
11899 (mml-dnd-attach-file, mml-mode): Use them.
11900
11901 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11902 Make fetching article by MID work again for Google Groups. Added
11903 FIXME concerning gnus-group-make-web-group.
11904
11905 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11906 Don't depend on Gnus by using mail-extract-address-components if
11907 gnus-extract-address-components is not bound.
11908
11909 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11910
11911 * gnus-art.el (gnus-mime-display-security): Don't display the
11912 signature, but only the signed part.
11913
11914 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
11915
11916 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11917
11918 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11919 list, not listp.
11920
11921 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
11922
11923 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11924 when encoding.
11925
11926 * mm-bodies.el (mm-decode-content-transfer-encoding):
11927 De-canonicalize CRLF for all text content types, not just
11928 text/plain.
11929
11930 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11931
11932 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11933 valid article; point arrow and cursor at the MIME button.
11934
11935 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
11936
11937 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11938 Suggested by Dan Christensen <jdc@uwo.ca>.
11939
11940 * mm-decode.el (mm-save-part): Enable change of prompt.
11941
11942 2005-08-29 Jari Aalto <jari.aalto@cante.net>
11943
11944 * gnus-msg.el (gnus-inews-add-send-actions): Made
11945 `message-post-method' lambda parameter ARG `&optional'.
11946
11947 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
11948
11949 * gnus-sum.el (gnus-summary-mime-map): Added
11950 gnus-article-save-part-and-strip, gnus-article-delete-part and
11951 gnus-article-jump-to-part.
11952
11953 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11954 (gnus-article-edit-part): Use it.
11955 (gnus-article-part-wrapper): Added no-handle argument.
11956 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11957 functions.
11958
11959 2005-08-29 Romain Francoise <romain@orebokech.com>
11960
11961 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11962 docstring.
11963 (gnus-face-from-file): Likewise.
11964
11965 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
11966
11967 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11968 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11969 non-nil.
11970 (gnus-auto-select-part): New variable.
11971 (gnus-article-jump-to-part): New function.
11972 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11973 (gnus-mime-delete-part): Allow selecting specified part after
11974 deleting or stripping parts.
11975 (gnus-article-jump-to-part): Don't use `read-number'. Use last
11976 part if argument is bogus.
11977
11978 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11979
11980 * gnus-art.el (w3m-minor-mode-map):
11981 * gnus-spec.el (gnus-newsrc-file-version):
11982 * gnus-util.el (nnmail-active-file-coding-system)
11983 (gnus-original-article-buffer, gnus-user-agent):
11984 * gnus.el (gnus-ham-process-destinations)
11985 (gnus-parameter-ham-marks-alist)
11986 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11987 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11988 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11989 * mm-decode.el (gnus-current-window-configuration):
11990 * mm-extern.el (gnus-article-mime-handles):
11991 * mm-url.el (url-current-object, url-package-name)
11992 (url-package-version):
11993 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11994 (smime-keys, w3m-cid-retrieve-function-alist)
11995 (w3m-current-buffer, w3m-display-inline-images)
11996 (w3m-minor-mode-map):
11997 * mml-smime.el (gnus-extract-address-components):
11998 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11999 (gnus-newsrc-hashtb, message-default-charset)
12000 (message-deletable-headers, message-options)
12001 (message-posting-charset, message-required-mail-headers)
12002 (message-required-news-headers):
12003 * mml1991.el (mc-pgp-always-sign):
12004 * mml2015.el (mc-pgp-always-sign):
12005 * nnheader.el (nnmail-extra-headers):
12006 * rfc1843.el (gnus-decode-encoded-word-function)
12007 (gnus-decode-header-function, gnus-newsgroup-name):
12008 * spam-stat.el (gnus-original-article-buffer): Add defvars.
12009
12010 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
12011
12012 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12013 the end of the date treatments.
12014
12015 2005-08-15 Simon Josefsson <jas@extundo.com>
12016
12017 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12018 it in url-handlers.el and XEmacs in url.el. Reported by Luca
12019 Capello and Romain Francoise.
12020 (pgg-fetch-key-function): Removed, not used?
12021 (pgg-insert-url-with-w3): Require url, to get
12022 url-insert-file-contents regardless of where it is defined.
12023
12024 2005-08-13 Romain Francoise <romain@orebokech.com>
12025
12026 * message.el (message-cite-original-1): New function.
12027 (message-cite-original): Use it.
12028 (message-cite-original-without-signature): Ditto.
12029
12030 2005-08-08 Romain Francoise <romain@orebokech.com>
12031
12032 * message.el (message-yank-empty-prefix): New variable.
12033 (message-indent-citation): Use it.
12034 (message-cite-original-without-signature): Respect X-No-Archive.
12035
12036 2005-08-08 Simon Josefsson <jas@extundo.com>
12037
12038 * pgg.el: Autoload url-insert-file-contents instead of loading
12039 w3/url.
12040 (pgg-insert-url-with-w3): Don't load url here.
12041
12042 2005-08-07 Jesper Harder <harder@phys.au.dk>
12043
12044 * message.el (message-kill-to-signature): Don't insert newline at
12045 bol.
12046 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12047
12048 2005-08-06 Romain Francoise <romain@orebokech.com>
12049
12050 * message.el (message-user-fqdn): Fix typo in docstring.
12051
12052 2005-08-05 Daiki Ueno <ueno@unixuser.org>
12053
12054 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12055
12056 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12057
12058 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
12059
12060 * mm-bodies.el (mm-encode-body): Use coding system rather than
12061 charset to encode text.
12062
12063 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12064 number of charsets if utf-8 is available (XEmacs).
12065
12066 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
12067
12068 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12069 taken from `gnus-button-mid-or-mail-regexp'.
12070 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12071 (gnus-button-alist): Improve regexp for domain part of the MIDs
12072 for news:localpart@domain buttons.
12073 (gnus-button-ctan-directory-regexp): Update.
12074
12075 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
12076
12077 * sieve-manage.el (sieve-manage-interactive-login): Use
12078 make-local-variable rather than make-variable-buffer-local.
12079 (sieve-manage-open): Ditto.
12080 (sieve-manage-authenticate): Ditto.
12081
12082 * mml.el (mml-generate-mime-1): Make the content type default to
12083 text/plain if the filename is not specified.
12084
12085 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
12086
12087 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12088 instead of insert-buffer.
12089
12090 * message.el (message-yank-original): Ditto; set the mark at the
12091 end of the yanked message.
12092
12093 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
12094
12095 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12096 lines to scroll rather than to stop it.
12097
12098 * mml.el (mml-generate-default-type): Add doc string.
12099 (mml-generate-mime-1): Use mm-default-file-encoding or make it
12100 default to application/octet-stream when determining the content
12101 type if it is not specified for the part or the mml contents; add
12102 a comment about mml-generate-default-type.
12103
12104 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
12105
12106 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12107 make it default to application/octet-stream when determining the
12108 content type if it is not specified for the external contents.
12109
12110 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
12111
12112 * rfc2231.el (rfc2231-parse-string): Take care that not only a
12113 segmented parameter but also other parameters might be there.
12114
12115 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
12116
12117 * mm-decode.el (mm-display-external): Delete temp file, directory
12118 and buffer immediately if the external process is exited.
12119
12120 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
12121
12122 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12123 fewer lines than that of scroll-margin.
12124 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12125
12126 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
12127
12128 * gnus-art.el (gnus-article-next-page): Revert.
12129 (gnus-article-beginning-of-window): New macro.
12130 (gnus-article-next-page-1): Use it.
12131 (gnus-article-prev-page): Ditto.
12132 (gnus-article-edit-part): Use insert-buffer-substring instead of
12133 insert-buffer.
12134 (gnus-article-edit-exit): Ditto.
12135
12136 * gnus-util.el (gnus-beginning-of-window): Remove.
12137 (gnus-end-of-window): Remove.
12138
12139 2005-07-25 Simon Josefsson <jas@extundo.com>
12140
12141 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12142 to have the url package without w3. Reported by Daiki Ueno
12143 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12144
12145 2005-07-20 Didier Verna <didier@xemacs.org>
12146
12147 * gnus-diary.el: Remove the description comment (nndiary is now
12148 properly documented in the Gnus manual).
12149 Fix the spelling of "Back End".
12150 * nndiary.el: Ditto.
12151 Fix the copyright notice.
12152
12153 2005-07-18 Romain Francoise <romain@orebokech.com>
12154
12155 * gnus-sum.el (gnus-summary-to-prefix)
12156 (gnus-summary-newsgroup-prefix): New variables.
12157 (gnus-summary-from-or-to-or-newsgroups): Use them.
12158
12159 2005-07-17 Romain Francoise <romain@orebokech.com>
12160
12161 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12162 space as it's generally not especially interesting to the user.
12163
12164 2005-07-16 Romain Francoise <romain@orebokech.com>
12165
12166 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12167 nil to avoid prompting and file modification if one of the
12168 messages at the top of the nnfolder file contains a copyright
12169 notice.
12170 Update copyright notice.
12171
12172 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12173 instead of `current-time-string' as the latter creates a time
12174 string that is not RFC 2822 compliant (it lacks the zone).
12175 Update copyright notice.
12176
12177 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
12178
12179 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12180 for text/rtf. Display default in prompt. Pass default for M-n.
12181
12182 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12183
12184 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12185
12186 * gnus-msg.el (gnus-button-mailto): Remove
12187 save-selected-window-window hackery because it relies on
12188 save-selected-window internals.
12189
12190 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
12191
12192 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12193 (gnus-article-next-page-1): Use gnus-beginning-of-window.
12194 (gnus-article-prev-page): Ditto.
12195
12196 * gnus-util.el (gnus-beginning-of-window): New function.
12197 (gnus-end-of-window): New function.
12198
12199 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
12200
12201 * gnus-score.el (gnus-score-edit-all-score): Set
12202 gnus-score-edit-exit-function to gnus-score-edit-done and call
12203 gnus-message.
12204
12205 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12206
12207 * gnus-msg.el (gnus-button-mailto): Remove
12208 save-selected-window-window hackery because it relies on
12209 save-selected-window internals.
12210
12211 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
12212
12213 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12214 add-minor-mode.
12215 (gnus-binary-mode): Ditto.
12216
12217 * gnus-topic.el (gnus-topic-mode): Ditto.
12218
12219 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
12220
12221 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12222 (gnus-article-prev-page): Take scroll-margin into consideration.
12223
12224 2005-07-04 Lute Kamstra <lute@gnu.org>
12225
12226 Update FSF's address in GPL notices.
12227
12228 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
12229
12230 * gnus.el (gnus-exit):
12231 * gnus-group.el (gnus-group-icons):
12232 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12233
12234 * gnus-nocem.el (gnus-nocem):
12235 * message.el (message-various, message-buffers, message-sending)
12236 (message-interface, message-forwarding, message-insertion)
12237 (message-headers, message-news, message-mail):
12238 * pgg-gpg.el (pgg-gpg):
12239 * pgg-parse.el (pgg-parse):
12240 * pgg-pgp.el (pgg-pgp):
12241 * pgg-pgp5.el (pgg-pgp5):
12242 * pop3.el (pop3): Finish `defgroup' description with period.
12243
12244 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
12245
12246 * gnus-art.el (article-display-face): Improve the efficiency.
12247 (article-display-x-face): Ditto; remove grey x-face stuff.
12248
12249 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
12250
12251 * gnus-art.el (article-display-face): Correct the position in
12252 which Faces are inserted.
12253
12254 2005-06-29 Didier Verna <didier@xemacs.org>
12255
12256 * gnus-art.el (article-display-face): Display faces in correct
12257 order.
12258
12259 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
12260
12261 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12262 (gnus-fill-real-hashtb): Use hash table instead of obarray.
12263 (gnus-nocem-check-article): Fetch the Type header.
12264 (gnus-nocem-message-wanted-p): Fix the way to examine types.
12265 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12266 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12267 make sure gnus-nocem-hashtb is initialized.
12268 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12269 (gnus-nocem-unwanted-article-p): Ditto.
12270
12271 * pgg.el (pgg-verify): Return the verification result.
12272
12273 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12274
12275 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12276 is ascii.
12277
12278 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
12279
12280 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12281 `show-nonbreak-escape'.
12282
12283 2005-06-23 Lute Kamstra <lute@gnu.org>
12284
12285 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12286
12287 * dig.el (dig-mode):
12288 * smime.el (smime-mode): Use gnus-run-mode-hooks.
12289
12290 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
12291
12292 * nnimap.el (nnimap-split-download-body): Fix spellings.
12293
12294 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
12295
12296 * gnus-art.el (gnus-article-encrypt-body):
12297 * gnus-cus.el (gnus-score-customize):
12298 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12299 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12300
12301 2005-06-16 Arne Jørgensen <arne@arnested.dk>
12302
12303 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12304 header by looking for magic "MII" at the beginnig.
12305
12306 2005-06-16 Miles Bader <miles@gnu.org>
12307
12308 * assistant.el (assistant-field): Remove "-face" suffix from face name.
12309 (assistant-field-face): New backward-compatibility alias for renamed
12310 face.
12311 (assistant-render-text): Use renamed assistant-field face.
12312
12313 * spam.el (spam): Remove "-face" suffix from face name.
12314 (spam-face): New backward-compatibility alias for renamed face.
12315 (spam-face, spam-initialize): Use renamed spam face.
12316
12317 * message.el (message-header-to, message-header-cc)
12318 (message-header-subject, message-header-newsgroups)
12319 (message-header-other, message-header-name)
12320 (message-header-xheader, message-separator, message-cited-text)
12321 (message-mml): Remove "-face" suffix from face names.
12322 (message-header-to-face, message-header-cc-face)
12323 (message-header-subject-face, message-header-newsgroups-face)
12324 (message-header-other-face, message-header-name-face)
12325 (message-header-xheader-face, message-separator-face)
12326 (message-cited-text-face, message-mml-face):
12327 New backward-compatibility aliases for renamed faces.
12328 (message-font-lock-keywords): Use renamed message faces.
12329
12330 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12331 (sieve-test-commands, sieve-tagged-arguments):
12332 Remove "-face" suffix from face names.
12333 (sieve-control-commands-face, sieve-action-commands-face)
12334 (sieve-test-commands-face, sieve-tagged-arguments-face):
12335 New backward-compatibility aliases for renamed faces.
12336 (sieve-control-commands-face, sieve-action-commands-face)
12337 (sieve-test-commands-face, sieve-tagged-arguments-face):
12338 Use renamed sieve faces.
12339
12340 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12341 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12342 (gnus-group-news-3-empty, gnus-group-news-4)
12343 (gnus-group-news-4-empty, gnus-group-news-5)
12344 (gnus-group-news-5-empty, gnus-group-news-6)
12345 (gnus-group-news-6-empty, gnus-group-news-low)
12346 (gnus-group-news-low-empty, gnus-group-mail-1)
12347 (gnus-group-mail-1-empty, gnus-group-mail-2)
12348 (gnus-group-mail-2-empty, gnus-group-mail-3)
12349 (gnus-group-mail-3-empty, gnus-group-mail-low)
12350 (gnus-group-mail-low-empty, gnus-summary-selected)
12351 (gnus-summary-cancelled, gnus-summary-high-ticked)
12352 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12353 (gnus-summary-high-ancient, gnus-summary-low-ancient)
12354 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12355 (gnus-summary-low-undownloaded)
12356 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12357 (gnus-summary-low-unread, gnus-summary-normal-unread)
12358 (gnus-summary-high-read, gnus-summary-low-read)
12359 (gnus-summary-normal-read, gnus-splash):
12360 Remove "-face" suffix from face names.
12361 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12362 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12363 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12364 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12365 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12366 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12367 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12368 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12369 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12370 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12371 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12372 (gnus-summary-selected-face, gnus-summary-cancelled-face)
12373 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12374 (gnus-summary-normal-ticked-face)
12375 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12376 (gnus-summary-normal-ancient-face)
12377 (gnus-summary-high-undownloaded-face)
12378 (gnus-summary-low-undownloaded-face)
12379 (gnus-summary-normal-undownloaded-face)
12380 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12381 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12382 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12383 (gnus-splash-face):
12384 New backward-compatibility aliases for renamed faces.
12385 (gnus-group-startup-message): Use renamed gnus faces.
12386
12387 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12388 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12389 (gnus-server-agent): Remove "-face" suffix from face names.
12390 (gnus-server-agent-face, gnus-server-opened-face)
12391 (gnus-server-closed-face, gnus-server-denied-face)
12392 (gnus-server-offline-face):
12393 New backward-compatibility aliases for renamed faces.
12394 (gnus-server-agent-face, gnus-server-opened-face)
12395 (gnus-server-closed-face, gnus-server-denied-face)
12396 (gnus-server-offline-face): Use renamed gnus faces.
12397
12398 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12399 Remove "-face" suffix from face names.
12400 (gnus-picon-xbm-face, gnus-picon-face):
12401 New backward-compatibility aliases for renamed faces.
12402
12403 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12404 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12405 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12406 (gnus-cite-11): Remove "-face" suffix from face names.
12407 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12408 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12409 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12410 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12411 New backward-compatibility aliases for renamed faces.
12412 (gnus-cite-attribution-face, gnus-cite-face-list)
12413 (gnus-article-boring-faces): Use renamed gnus faces.
12414
12415 * gnus-art.el (gnus-signature, gnus-header-from)
12416 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12417 (gnus-header-content): Remove "-face" suffix from face names.
12418 (gnus-signature-face, gnus-header-from-face)
12419 (gnus-header-subject-face, gnus-header-newsgroups-face)
12420 (gnus-header-name-face, gnus-header-content-face):
12421 New backward-compatibility aliases for renamed faces.
12422 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12423
12424 * gnus-sum.el (gnus-summary-selected-face)
12425 (gnus-summary-highlight): Use renamed gnus faces.
12426 * gnus-group.el (gnus-group-highlight): Likewise.
12427
12428 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
12429
12430 * gnus-sieve.el (gnus-sieve-article-add-rule):
12431 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12432 * spam-stat.el (spam-stat-buffer-change-to-spam)
12433 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12434
12435 * message.el (message-is-yours-p):
12436 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12437
12438 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
12439
12440 * mm-view.el (mm-inline-text): Withdraw the last change.
12441
12442 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
12443
12444 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12445 executing enriched-decode.
12446
12447 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
12448
12449 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12450 charset of tar files.
12451
12452 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
12453
12454 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12455
12456 2005-06-04 Lute Kamstra <lute@gnu.org>
12457
12458 * nnfolder.el (nnfolder-read-folder): Make sure that undo
12459 information is never recorded.
12460
12461 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
12462
12463 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12464
12465 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
12466
12467 * pop3.el (pop3-apop): Run md5 in the binary mode.
12468
12469 * starttls.el (starttls-set-process-query-on-exit-flag):
12470 Use eval-and-compile.
12471
12472 2005-05-31 Simon Josefsson <jas@extundo.com>
12473
12474 * smime.el (smime-replace-in-string): Define.
12475 (smime-cert-by-ldap-1): Use it.
12476
12477 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
12478
12479 * gnus-art.el (article-display-x-face): Replace
12480 process-kill-without-query by gnus-set-process-query-on-exit-flag.
12481
12482 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12483 set-process-query-on-exit-flag or process-kill-without-query.
12484
12485 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12486 loop instead of replace-regexp.
12487
12488 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12489 instead of process-kill-without-query if it is available.
12490
12491 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12492 instead of find-file-hooks if it is available.
12493
12494 * mml1991.el: Bind pgg-default-user-id when compiling.
12495
12496 * mml2015.el: Bind pgg-default-user-id when compiling.
12497
12498 * nndraft.el (nndraft-request-associate-buffer):
12499 Use write-contents-functions instead of write-contents-hooks if it is
12500 available.
12501
12502 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12503 instead of find-file-hooks if it is available.
12504
12505 * nntp.el (nntp-open-connection): Replace
12506 process-kill-without-query by gnus-set-process-query-on-exit-flag.
12507 (nntp-open-ssl-stream): Ditto.
12508 (nntp-open-tls-stream): Ditto.
12509
12510 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12511 set-process-query-on-exit-flag or process-kill-without-query.
12512 (starttls-open-stream-gnutls): Use it instead of
12513 process-kill-without-query.
12514 (starttls-open-stream): Ditto.
12515
12516 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
12517
12518 * smime.el (smime-cert-by-ldap-1): Don't use
12519 replace-regexp-in-string.
12520
12521 2005-05-31 Arne Jørgensen <arne@arnested.dk>
12522
12523 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12524
12525 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12526 in PEM format. Adjust to the XEmacs compability.
12527
12528 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
12529
12530 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12531 by `string-to-number'.
12532 * gnus-agent.el (gnus-agent-regenerate-group)
12533 (gnus-agent-fetch-articles): Ditto.
12534 * gnus-art.el (gnus-button-fetch-group): Ditto.
12535 * gnus-cache.el (gnus-cache-generate-active)
12536 (gnus-cache-articles-in-group): Ditto.
12537 * gnus-group.el (gnus-group-set-current-level)
12538 (gnus-group-insert-group-line): Ditto.
12539 * gnus-score.el (gnus-score-set-expunge-below)
12540 (gnus-score-set-mark-below, gnus-summary-score-effect)
12541 (gnus-summary-score-entry): Ditto.
12542 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12543 (gnus-soup-pack): Ditto.
12544 * gnus-spec.el (gnus-xmas-format): Ditto.
12545 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12546 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12547 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12548 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12549 * nndb.el (nndb-get-remote-expire-response): Ditto.
12550 * nndiary.el (nndiary-parse-schedule-value)
12551 (nndiary-string-to-number, nndiary-request-replace-article)
12552 (nndiary-request-article): Ditto.
12553 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12554 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12555 * nneething.el (nneething-make-head): Ditto.
12556 * nnfolder.el (nnfolder-request-article)
12557 (nnfolder-retrieve-headers): Ditto.
12558 * nnheader.el (nnheader-file-to-number): Ditto.
12559 * nnkiboze.el (nnkiboze-request-article): Ditto.
12560 * nnmail.el (nnmail-process-unix-mail-format)
12561 (nnmail-process-babyl-mail-format): Ditto.
12562 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12563 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12564 (nnmh-request-create-group, nnmh-request-list-1)
12565 (nnmh-request-group, nnmh-request-article): Ditto.
12566 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12567 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12568 * nnsoup.el (nnsoup-make-active): Ditto.
12569 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12570 * nntp.el (nntp-find-group-and-number)
12571 (nntp-retrieve-headers-with-xover): Ditto.
12572 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12573 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12574 (pgg-format-key-identifier): Ditto.
12575 * pop3.el (pop3-last, pop3-stat): Ditto.
12576 * qp.el (quoted-printable-decode-region): Ditto.
12577
12578 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12579 of concat.
12580
12581 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
12582
12583 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12584
12585 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12586
12587 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12588
12589 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12590
12591 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12592
12593 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12594
12595 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12596 (gnus-carpal-mode): Ditto.
12597
12598 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12599 (gnus-browse-mode): Ditto.
12600
12601 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12602
12603 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12604
12605 2005-05-29 Richard M. Stallman <rms@gnu.org>
12606
12607 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12608
12609 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
12610
12611 * gnus-util.el (gnus-run-mode-hooks): New function.
12612
12613 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12614
12615 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
12616
12617 * gnus-agent.el (gnus-agent-make-mode-line-string):
12618 Use mode-line-highlight as mouse-face.
12619
12620 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
12621
12622 * canlock.el (canlock): Change the parent group to news.
12623
12624 * deuglify.el (gnus-outlook-deuglify): Add :group.
12625
12626 * dig.el (dig): Add :group.
12627
12628 * dns-mode.el (dns-mode): Add :group.
12629
12630 * encrypt.el (encrypt): Add :group.
12631
12632 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12633 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12634 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12635 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12636 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12637
12638 * gnus-diary.el (gnus-diary): Add :group.
12639
12640 * gnus.el (gnus-group-news-1-face): Add :group.
12641 (gnus-group-news-1-empty-face): Ditto.
12642 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12643 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12644 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12645 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12646 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12647 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12648 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12649 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12650 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12651 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12652 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12653 (gnus-summary-high-ticked-face): Ditto.
12654 (gnus-summary-low-ticked-face): Ditto.
12655 (gnus-summary-normal-ticked-face): Ditto.
12656 (gnus-summary-high-ancient-face): Ditto.
12657 (gnus-summary-low-ancient-face): Ditto.
12658 (gnus-summary-normal-ancient-face): Ditto.
12659 (gnus-summary-high-undownloaded-face): Ditto.
12660 (gnus-summary-low-undownloaded-face): Ditto.
12661 (gnus-summary-normal-undownloaded-face): Ditto.
12662 (gnus-summary-high-unread-face): Ditto.
12663 (gnus-summary-low-unread-face): Ditto.
12664 (gnus-summary-normal-unread-face): Ditto.
12665 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12666 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12667
12668 * hashcash.el (hashcash): New custom group.
12669 (hashcash-default-payment): Add :group.
12670 (hashcash-payment-alist): Ditto.
12671 (hashcash-default-accept-payment): Ditto.
12672 (hashcash-accept-resources): Ditto.
12673 (hashcash-path): Ditto.
12674 (hashcash-extra-generate-parameters): Ditto.
12675 (hashcash-double-spend-database): Ditto.
12676 (hashcash-in-news): Ditto.
12677
12678 * message.el (message-minibuffer-local-map): Add :group.
12679
12680 * netrc.el (netrc): Add :group.
12681
12682 * sieve-manage.el (sieve-manage-log): Add :group.
12683 (sieve-manage-default-user): Diito.
12684 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12685 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12686 (sieve-manage-authenticators): Ditto.
12687 (sieve-manage-authenticator-alist): Ditto.
12688 (sieve-manage-default-port): Ditto.
12689
12690 * sieve-mode.el (sieve-control-commands-face): Add :group.
12691 (sieve-action-commands-face): Ditto.
12692 (sieve-test-commands-face): Ditto.
12693 (sieve-tagged-arguments-face): Ditto.
12694
12695 * smime.el (smime): Add :group.
12696
12697 * spam-report.el (spam-report): Add :group.
12698
12699 * spam.el (spam, spam-face): Add :group.
12700
12701 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12702
12703 * nntp.el (nntp-next-result-arrived-p): Some news servers may
12704 return \n.\n.\n at the end of articles. Protect against that.
12705 (nntp-with-open-group): Allow debugging.
12706
12707 * nnheader.el (mail-header-set-extra): Make into a function
12708 because I just could't understand how to quote the list properly.
12709
12710 * dns.el (query-dns-cached): New function.
12711
12712 2005-05-26 Lute Kamstra <lute@gnu.org>
12713
12714 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12715
12716 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
12717
12718 * gnus-art.el: Don't autoload mail-extract-address-components.
12719
12720 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12721 eval-and-compile to evaluate it.
12722
12723 * hashcash.el: Don't autoload executable-find.
12724
12725 * nndb.el: Don't declare the nndb back end two or more times; don't
12726 autoload news-reply-mode, news-setup, cancel-timer and telnet.
12727
12728 * nntp.el: Autoload format-spec instead of format; use
12729 eval-and-compile to evaluate autoload forms.
12730
12731 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
12732
12733 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12734
12735 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12736
12737 * gnus.el (gnus-version-number): Bump version.
12738
12739 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12740
12741 * gnus.el: No Gnus v0.3 is released.
12742
12743 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
12744
12745 * gnus-art.el (gnus-article-edit-part): Disable undo.
12746
12747 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
12748
12749 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12750 gnus-article-date-lapsed-new-header is t if date timer is active;
12751 skip headers in which the original date value is empty.
12752 (gnus-article-save-original-date): Redefine it as a macro.
12753 (gnus-display-mime): Use it.
12754
12755 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
12756
12757 * gnus-art.el (article-date-ut): Support converting date in
12758 forwarded parts as well.
12759 (gnus-article-save-original-date): New function.
12760 (gnus-display-mime): Use it.
12761
12762 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
12763
12764 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12765 enclosure element of <item>.
12766
12767 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
12768
12769 * message.el (message-kill-buffer-query): Renamed from
12770 `message-kill-buffer-query-if-modified'. Added :version.
12771
12772 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
12773
12774 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12775 window layout.
12776
12777 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
12778
12779 * mml.el: Autoload dnd when compiling.
12780
12781 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12782
12783 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12784 x-dnd-*.
12785
12786 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
12787
12788 * qp.el (quoted-printable-encode-region): Save excursion.
12789
12790 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
12791
12792 * message.el (message-kill-buffer-query-if-modified): Add new variable
12793 so the user can kill a modified message buffer quickly.
12794 (message-kill-buffer): Use it.
12795
12796 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
12797
12798 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
12799 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12800
12801 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
12802
12803 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12804 contained in text because xml.el decodes entities) with LFs.
12805
12806 2005-04-11 Lute Kamstra <lute@gnu.org>
12807
12808 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12809 differently.
12810
12811 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12812
12813 * mm-util.el (mm-detect-coding-region): Typo.
12814
12815 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
12816
12817 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12818
12819 2005-04-06 Deepak Goel <deego@gnufans.org>
12820
12821 * spam-stat.el (spam-stat-score-buffer): Add a call to a
12822 user-function allow user modifications of the scores.
12823 (spam-stat-score-buffer-user): New function, to allow
12824 user-computed modifications to the score.
12825 (spam-stat-score-buffer-user-functions): List of additional
12826 scoring functions.
12827 (spam-stat-error-holder): Global temporary error holder.
12828 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12829 variable.
12830
12831 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
12832
12833 * gnus-registry.el (gnus-registry-clean-empty-function)
12834 (gnus-registry-trim, gnus-registry-fetch-groups)
12835 (gnus-registry-delete-group): Groups that match
12836 `gnus-registry-ignored-groups' are removed from the registry
12837 entries, not just ignored for splitting. This helps clean up the
12838 registry. Also, `gnus-registry-fetch-groups' is a convenient way
12839 to get all the groups a message ID is in.
12840
12841 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12842 (spam-stat-split-fancy): Change "threshhold" to "threshold".
12843 (spam-stat-score-buffer-user-functions): Add :number custom type.
12844
12845 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
12846
12847 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12848 argument in XEmacs.
12849
12850 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12851 (nnrss-request-group): Decode group name first.
12852 (nnrss-request-article): Make a text/plain article if mml-to-mime
12853 failed.
12854 (nnrss-get-encoding): Return a compatible encoding according to
12855 nnrss-compatible-encoding-alist.
12856 (nnrss-find-el): Use consp instead of listp.
12857 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12858
12859 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
12860
12861 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12862 which Emacs 20 doesn't support.
12863 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12864
12865 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
12866
12867 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12868 silence the byte compiler inside the defun.
12869
12870 * gnus-demon.el (parse-time-string): Add autoload.
12871
12872 * gnus-delay.el (parse-time-string): Add autoload.
12873
12874 * gnus-art.el (parse-time-string): Add autoload.
12875
12876 * nnultimate.el (parse-time): Require for `parse-time-string'.
12877
12878 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
12879
12880 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12881
12882 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12883
12884 * smime.el (smime-ldap-host-list): Add :version.
12885
12886 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
12887
12888 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12889 pass it to `gnus-browse-read-group'.
12890 (gnus-browse-read-group): Add NUMBER argument and pass it to
12891 `gnus-group-read-ephemeral-group'.
12892
12893 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12894 argument and pass it to `gnus-group-read-group'.
12895
12896 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
12897
12898 * mm-util.el (mm-xemacs-find-mime-charset): Only call
12899 mm-xemacs-find-mime-charset-1 if we have the mule feature
12900 available at runtime.
12901
12902 2005-03-25 Werner Lemberg <wl@gnu.org>
12903
12904 * nnmaildir.el: Replace `illegal' with `invalid'.
12905
12906 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12907
12908 * gnus-start.el (gnus-display-time-event-handler):
12909 Check display-time-timer at runtime rather than only at load time
12910 in case display-time-mode is turned off in the mean time.
12911
12912 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
12913
12914 * nnimap.el (nnimap-open-connection): Print which authinfo file is
12915 used.
12916
12917 * nneething.el (nneething-map-file-directory): Derive from
12918 `gnus-directory'.
12919
12920 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12921 the To/Cc button.
12922
12923 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
12924
12925 * nnmaildir.el (nnmaildir-request-accept-article):
12926 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12927
12928 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
12929
12930 * gnus-async.el: Require timer-funcs at compile time when in
12931 XEmacs for `run-with-idle-timer'.
12932
12933 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
12934
12935 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12936 autoloaded function.
12937
12938 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12939
12940 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12941
12942 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
12943
12944 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12945
12946 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
12947
12948 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12949 gnus-expert-user to default.
12950
12951 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
12952
12953 * nnimap.el (nnimap-open-server): Ditto.
12954
12955 * imap.el (imap-authenticate): Fix typo.
12956
12957 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
12958
12959 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12960 buffer (since IMAP server might return FETCH response out of
12961 order, and the nntp buffer must be sorted).
12962
12963 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
12964
12965 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12966 comparison on string.
12967
12968 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12969 (gnus-agent-score): Renamed category keywords to match gnus-cus.
12970 (gnus-agent-summary-fetch-series): Modified to protect against
12971 gnus-agent-summary-fetch-group clearing processable flags.
12972 (gnus-agent-synchronize-group-flags): Update live group buffer as
12973 synchronization may occur due to the user toggle the plugged
12974 status.
12975 (gnus-agent-fetch-group-1): Clear downloadable flag when article
12976 successfully downloaded.
12977 (gnus-agent-expire-group-1): Avoid using markers when the overview
12978 is in ascending order; greatly improves performance.
12979 (gnus-agent-regenerate-group): Use
12980 gnus-agent-synchronize-group-flags to reset read status in both
12981 gnus and server.
12982 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12983
12984 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
12985
12986 * message.el: Don't autoload former message-utils variables.
12987 (message-strip-subject-trailing-was): Change doc string.
12988
12989 * nnweb.el: Fixes for `gnus-group-make-web-group'.
12990 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
12991 (nnweb-google-search): Add "hl=en" here.
12992 (nnweb-google-parse-1, nnweb-google-create-mapping):
12993 Don't hardcode URL.
12994
12995 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
12996
12997 * message.el (message-get-reply-headers, message-followup):
12998 Mention related variables `message-use-followup-to' and
12999 `message-use-mail-followup-to', in the information buffer.
13000
13001 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13002 of broken groups(-beta).google.com.
13003
13004 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
13005
13006 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13007 parameter to invoked gnus-request-move-article; remove the
13008 redundant gnus-sum-hint-move-is-internal variable; apply the marks
13009 all at once instead of once per article.
13010 (gnus-summary-remove-process-mark): Accept a list of articles as
13011 well as a single article for processing.
13012
13013 * gnus-int.el (gnus-request-move-article): Add move-is-internal
13014 parameter.
13015
13016 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13017
13018 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13019
13020 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13021 parameter.
13022
13023 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13024 parameter.
13025
13026 * nnimap.el (nnimap-request-move-article): Add move-is-internal
13027 parameter and remove the gnus-sum-hint-move-is-internal variable.
13028
13029 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13030 parameter.
13031
13032 * nndraft.el (nndraft-request-move-article): Add move-is-internal
13033 parameter.
13034
13035 * nndiary.el (nndiary-request-move-article): Add move-is-internal
13036 parameter.
13037
13038 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13039
13040 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13041 parameter.
13042
13043 * nnagent.el (nnagent-request-move-article): Add move-is-internal
13044 parameter.
13045
13046 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
13047
13048 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13049 a more conservative way.
13050
13051 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
13052
13053 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13054 buffer, so it moves the window's cursor.
13055
13056 2005-02-26 Arne Jørgensen <arne@arnested.dk>
13057
13058 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13059 `mm-dissect-multipart' and receive the from field as an (optional)
13060 argument from `mm-dissect-multipart'.
13061 (mm-dissect-multipart): Receive the from field as an argument and
13062 pass it on when we call `mm-dissect-buffer' on MIME parts.
13063 Fixes verification/decryption of signed/encrypted MIME parts.
13064
13065 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
13066
13067 * gnus-sum.el (gnus-summary-move-article): Set
13068 gnus-sum-hint-move-is-internal for gnus-request-move-article and
13069 whatever it calls (right now, only nnimap-request-move article
13070 respects it).
13071
13072 * nnimap.el (nnimap-request-move-article): When
13073 gnus-sum-hint-move-is-internal is set, don't do the extra
13074 nnimap-request-article.
13075
13076 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
13077
13078 * nnheader.el (nnheader-find-file-noselect): Add doc string.
13079
13080 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13081 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13082
13083 * gnus-sum.el (gnus-summary-caesar-message):
13084 Apply `gnus-treat-article' after rotation.
13085
13086 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13087 doc string.
13088
13089 2005-02-22 Simon Josefsson <jas@extundo.com>
13090
13091 * encrypt.el (encrypt-password-cache-expiry): Remove (use
13092 `password-cache-expiry' instead). Reported by Arne Jørgensen
13093 <arne@arnested.dk>.
13094 (encrypt): Add password-cache and password-cache-expiry as group
13095 members.
13096
13097 2005-02-22 Arne Jørgensen <arne@arnested.dk>
13098
13099 * smime.el (smime-ldap-host-list): Doc fix.
13100 (smime-ask-passphrase): Use `password-read-and-add' to read (and
13101 cache) password.
13102 (smime-sign-region): Use it.
13103 (smime-decrypt-region): Use it.
13104 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13105 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13106 fails.
13107 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13108 certificate from DER to PEM format rather than calling openssl.
13109
13110 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13111
13112 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13113 for signing/encryption.
13114
13115 * mml.el (mml-parse-1): Use them.
13116
13117 2005-02-21 Arne Jørgensen <arne@arnested.dk>
13118
13119 * nnrss.el (nnrss-verbose): Removed.
13120 (nnrss-request-group): Use `nnheader-message' instead.
13121
13122 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
13123
13124 * nnrss.el (nnrss-verbose): New variable.
13125 (nnrss-request-group): Make it say nnrss is requesting a group.
13126
13127 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
13128
13129 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13130 Handle news URL with given port correctly.
13131
13132 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
13133
13134 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13135 containing special characters.
13136
13137 * gnus-sum.el (gnus-summary-edit-article): Ditto.
13138
13139 * mml.el (mime-to-mml): Ditto.
13140
13141 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13142 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13143 (rfc2047-decode-region): Quote decoded words containing special
13144 characters when rfc2047-quote-decoded-words-containing-tspecials
13145 is non-nil.
13146
13147 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
13148
13149 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13150
13151 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13152
13153 2005-02-15 Simon Josefsson <jas@extundo.com>
13154
13155 * nnimap.el (nnimap-debug): Doc fix.
13156
13157 * imap.el (imap-debug): Doc fix.
13158
13159 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
13160
13161 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13162
13163 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
13164
13165 * gnus.el (spam-contents): Improve docs for spam-contents
13166 parameter in its variable incarnation.
13167
13168 2005-02-14 Simon Josefsson <jas@extundo.com>
13169
13170 * smime-ldap.el: Use require instead of load-library for ldap.
13171 (smime-ldap-search): Indent.
13172 (smime-ldap-search-internal): Shorten line.
13173
13174 * smime.el (smime-cert-by-dns): Add doc-string.
13175 (smime-cert-by-ldap-1): Indent.
13176
13177 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13178 mml-smime-get-dns-ldap.
13179 (mml-smime-encrypt-query): Use new function. Default to ldap.
13180
13181 2005-02-14 Arne Jørgensen <arne@arnested.dk>
13182
13183 * smime.el: Require smime-ldap.
13184 (smime-ldap-host-list): New variable.
13185 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13186
13187 * mml-smime.el (mml-smime-encrypt-query): New function.
13188 (mml-smime-encrypt-query): Use it.
13189
13190 * smime-ldap.el: New file.
13191
13192 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
13193
13194 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13195
13196 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13197
13198 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13199 argument in doc string. Make query for type more clear.
13200
13201 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
13202
13203 * gnus.el (gnus-group-startup-message): Search for gnus images in
13204 etc/images/gnus.
13205 * mm-util.el (mm-image-load-path): Likewise.
13206 * smiley.el (smiley-data-directory): Search for smilies in
13207 etc/images/smilies.
13208
13209 2005-02-09 Kim F. Storm <storm@cua.dk>
13210
13211 Change Emacs release version from 21.4 to 22.1 throughout.
13212 Change Emacs development version from 21.3.50 to 22.0.50.
13213
13214 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
13215
13216 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13217
13218 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13219 non-Mule XEmacs as well.
13220 (mm-decompress-buffer): Signal an error intentionally if it does
13221 not decompress compressed data because auto-compression-mode is
13222 disabled.
13223
13224 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
13225
13226 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13227 an ID in the registry even if it has no groups.
13228
13229 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
13230
13231 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13232 merge it into mm-decompress-buffer.
13233 (gnus-mime-copy-part): Use the MIME part charset, the value which
13234 a user specified or gnus-newsgroup-charset for decoding, like
13235 gnus-mime-inline-part does; set buffer-file-coding-system to tell
13236 save-buffer what was used. Suggested by Kevin Ryde
13237 <user42@zip.com.au>.
13238 (gnus-mime-inline-part): Allow the name parameter as well as the
13239 filename parameter; force decompressing of compressed data; always
13240 display contents being not decoded as unibyte.
13241
13242 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13243 as well as the filename parameter.
13244
13245 * mm-util.el (mm-decompress-buffer): Merge
13246 gnus-mime-jka-compr-maybe-uncompress.
13247 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13248 of compressed data.
13249
13250 2005-02-08 Simon Josefsson <jas@extundo.com>
13251
13252 * imap.el (imap-log): Doc fix.
13253
13254 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
13255
13256 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13257 the coding cookies; decompress compressed parts.
13258
13259 * mml.el (mml-generate-mime-1): Add the charset parameter according
13260 to the value which a user specified manually or the coding cookie.
13261
13262 * mm-util.el (mm-string-to-multibyte): New function.
13263 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13264 (mm-coding-system-to-mime-charset): New function.
13265 (mm-decompress-buffer): New function.
13266 (mm-find-buffer-file-coding-system): New function.
13267
13268 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13269 (mm-display-inline-fontify): Rewrite for decoding and decompressing
13270 parts.
13271
13272 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13273
13274 * mm-view.el (mm-display-inline-fontify): Decode a part according
13275 to the charset parameter.
13276
13277 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
13278
13279 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13280 prefix arg is neither nil nor a number, as info specifies.
13281
13282 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
13283
13284 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13285 timestamps.
13286
13287 2005-02-02 Jari Aalto <jari.aalto@cante.net>
13288
13289 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13290 groups error checking and notify user.
13291
13292 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
13293
13294 * message.el (message-send-mail-function): Check existence of
13295 sendmail-program first before using default value
13296 `message-send-mail-with-sendmail'. Otherwise use more generic
13297 `smtpmail-send-it'.
13298
13299 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
13300
13301 * nntp.el (nntp-request-update-info): Always return nil.
13302
13303 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
13304
13305 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13306
13307 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
13308
13309 * message.el (message-beginning-of-line): Change the behavior when
13310 invoked between BOL and : so that it first moves backward.
13311
13312 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
13313
13314 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13315 article buffer when editing of the article is discarded.
13316 (gnus-article-prepare): Revert.
13317
13318 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
13319
13320 * gnus-art.el (gnus-article-prepare):
13321 Remove message-strip-forbidden-properties from the local hook.
13322
13323 2005-01-27 Simon Josefsson <jas@extundo.com>
13324
13325 * password.el (password-cache-add): Only start one timer per key.
13326 Reported by Derek Atkins <warlord@MIT.EDU>.
13327
13328 2005-01-26 Steve Youngs <steve@sxemacs.org>
13329
13330 * run-at-time.el: Removed. It is no longer needed as
13331 timer-funcs.el in the xemacs-base package has a working version of
13332 `run-at-time'.
13333
13334 * password.el: Require timer-funcs instead of run-at-time in
13335 XEmacs.
13336 Remove `password-run-at-time' macro.
13337 (password-cache-add): Use `run-at-time' instead of
13338 `password-run-at-time'.
13339
13340 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13341 for `run-with-idle-timer'.
13342
13343 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13344 for `run-at-time'.
13345
13346 * mm-url.el: Require timer-funcs at compile time when in XEmacs
13347 for `with-timeout'.
13348
13349 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
13350
13351 * mml.el (mml-generate-mime-1): Convert string into unibyte when
13352 inserting " *mml*" buffer's contents into a unibyte temp buffer.
13353
13354 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
13355
13356 * mail-source.el (mail-source-fetch-imap): Search for ^From case
13357 sensitively.
13358
13359 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
13360
13361 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13362
13363 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
13364
13365 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13366 which will be inserted according to the multibyteness of a buffer
13367 rather than the type of contents. Suggested by ARISAWA Akihiro
13368 <ari@mbf.ocn.ne.jp>.
13369
13370 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13371 of string which old xml.el may return rather than a string.
13372
13373 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
13374
13375 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13376
13377 2005-01-16 Simon Josefsson <jas@extundo.com>
13378
13379 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13380 idn/idna.el isn't available.
13381 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
13382 <michael@waxrat.com>.
13383
13384 * hashcash.el: Remove non-FSF copyright header.
13385
13386 * hashcash.el (hashcash-extra-generate-parameters): New variable.
13387 (hashcash-generate-payment): Use it.
13388 (hashcash-generate-payment-async): Use it.
13389
13390 2005-01-15 Simon Josefsson <jas@extundo.com>
13391
13392 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13393 Suggested by Raymond Scholz <ray-2005@zonix.de>.
13394
13395 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13396 gnus-summary-idna-message.
13397 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13398 (gnus-summary-idna-message): New function.
13399
13400 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
13401
13402 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13403 gnus-novice-user.
13404
13405 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
13406
13407 * nnrss.el (nnrss-request-delete-group): Delete entries in
13408 nnrss-group-alist as well.
13409 (nnrss-save-server-data): Insert newline.
13410
13411 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
13412
13413 * gnus.el (gnus-user-agent): Use list of symbols instead of
13414 symbols. Display full version number for (S)XEmacs. Optionally
13415 display (S)XEmacs codename.
13416
13417 * gnus-util.el (gnus-emacs-version): Update for new
13418 `gnus-user-agent'.
13419
13420 * gnus-msg.el (gnus-extended-version): Make it possible to omit
13421 Gnus version.
13422
13423 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
13424
13425 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
13426 which is unreadable in some setups.
13427
13428 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
13429
13430 * gnus-spec.el (gnus-update-format-specifications): Flush the
13431 group format spec cache if it doesn't support decoded group names.
13432
13433 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
13434
13435 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13436 Allow to apply decay on score files matching a regexp.
13437
13438 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
13439
13440 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13441 compatibility in %g and %c.
13442
13443 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
13444
13445 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13446 name for only %g and %c.
13447 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13448 of gnus-tmp-group to decoded group name.
13449 (gnus-group-make-rss-group): Exclude `/'s from group names.
13450
13451 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
13452
13453 * nnrss.el (nnrss-get-encoding): Fix regexp.
13454
13455 2004-12-27 Simon Josefsson <jas@extundo.com>
13456
13457 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13458 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13459 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
13460
13461 2004-12-17 Kim F. Storm <storm@cua.dk>
13462
13463 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13464
13465 * gnus-sum.el (gnus-summary-mode-map): Likewise.
13466
13467 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
13468
13469 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13470
13471 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
13472
13473 * nnrss.el: Require rfc2047 and mml.
13474 (nnrss-file-coding-system): New variable.
13475 (nnrss-format-string): Redefine it as an inline function.
13476 (nnrss-decode-group-name): New function.
13477 (nnrss-string-as-multibyte): Remove.
13478 (nnrss-retrieve-headers): Decode group name; don't use
13479 nnrss-format-string.
13480 (nnrss-request-group): Decode group name.
13481 (nnrss-request-article): Decode group name; allow a Message-ID as
13482 well as an article number; don't use nnrss-format-string; encode a
13483 Message-ID string which may contain non-ASCII characters; use
13484 mml-to-mime to compose a MIME article.
13485 (nnrss-request-expire-articles): Decode group name.
13486 (nnrss-request-delete-group): Decode group name.
13487 (nnrss-fetch): Clarify error message.
13488 (nnrss-read-server-data): Use insert-file-contents instead of load;
13489 bind file-name-coding-system; use multibyte buffer.
13490 (nnrss-save-server-data): Bind coding-system-for-write to the
13491 value of nnrss-file-coding-system; bind file-name-coding-system;
13492 add coding cookie.
13493 (nnrss-read-group-data): Use insert-file-contents instead of load;
13494 bind file-name-coding-system; use multibyte buffer.
13495 (nnrss-save-group-data): Bind coding-system-for-write to the
13496 value of nnrss-file-coding-system; bind file-name-coding-system.
13497 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13498 make it work with non-ASCII text.
13499 (nnrss-find-el): Make it work with old xml.el as well.
13500
13501 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
13502
13503 * nnrss.el (nnrss-get-encoding): New function.
13504 (nnrss-fetch): Use unibyte buffer initially; bind
13505 coding-system-for-read while performing mm-url-insert; remove ^Ms;
13506 decode contents according to the encoding attribute.
13507 (nnrss-save-group-data): Add coding cookie.
13508 (nnrss-mime-encode-string): New function.
13509 (nnrss-check-group): Use it to encode subject and author.
13510
13511 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
13512
13513 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13514 imaginary variable.
13515
13516 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
13517
13518 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13519 correctly even if there are wide characters.
13520
13521 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
13522
13523 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13524 downcased symbol names; make a new cache instead of reusing
13525 bbdb-hashtable.
13526
13527 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
13528
13529 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13530 concatenating segments rather than before concatenating them.
13531 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13532
13533 * message.el (message-get-reply-headers): Bind `extra'.
13534
13535 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13536
13537 * message.el (message-extra-wide-headers): New variable.
13538 (message-get-reply-headers): Use it.
13539
13540 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
13541
13542 * gnus-agent.el (gnus-agent-group-path): Decode group name.
13543 (gnus-agent-group-pathname): Ditto.
13544
13545 * gnus-cache.el (gnus-cache-file-name): Decode group name.
13546
13547 * gnus-group.el (gnus-group-make-group): Decode group name.
13548 (gnus-group-make-rss-group): Register the group data after opening
13549 the nnrss group.
13550
13551 2004-12-17 Paul Jarc <prj@po.cwru.edu>
13552
13553 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13554 by expiry now get marked as read.
13555
13556 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
13557
13558 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13559
13560 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
13561
13562 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13563 unify Latin characters in XEmacs.
13564 (mm-find-mime-charset-region): Use it.
13565
13566 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
13567
13568 * gnus-util.el (gnus-delete-directory): New function.
13569
13570 * gnus-agent.el (gnus-agent-delete-group): Use it.
13571
13572 * gnus-cache.el (gnus-cache-delete-group): Use it.
13573
13574 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
13575
13576 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13577 names.
13578
13579 2004-12-16 Simon Josefsson <jas@extundo.com>
13580
13581 * hashcash.el (hashcash-payment-alist): Fix custom :type.
13582
13583 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
13584
13585 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13586
13587 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13588 (gnus-group-set-current-level): Decode group name.
13589
13590 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
13591
13592 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13593 failed.
13594
13595 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
13596
13597 * gnus-group.el (gnus-group-delete-group): Decode group name.
13598 (gnus-group-make-rss-group): Encode group name.
13599 (gnus-group-catchup-current): Decode group name.
13600 (gnus-group-kill-group): Decode group name.
13601
13602 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
13603
13604 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13605
13606 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
13607
13608 * gnus-group.el (gnus-group-make-rss-group):
13609 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13610
13611 * gnus-start.el (gnus-setup-news): Honor user's setting to
13612 gnus-message-archive-method. Suggested by Lute Kamstra
13613 <lute@gnu.org>.
13614
13615 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
13616
13617 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13618 global counterparts of the buffer-local variables.
13619
13620 2004-11-16 Romain Francoise <romain@orebokech.com>
13621
13622 * gnus-sum.el (gnus-summary-exit): Don't clear the global
13623 counterparts of the buffer-local variables.
13624
13625 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
13626
13627 * message.el (message-forbidden-properties): Fixed typo in doc
13628 string.
13629
13630 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
13631
13632 * gnus-util.el (gnus-replace-in-string): Added doc string.
13633
13634 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13635 to avoid problems when splitting mails with many recipients.
13636
13637 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13638
13639 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13640 pop-to-buffer, covered by the subsequent gnus-configure-windows.
13641
13642 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
13643
13644 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13645 if there is no hashtable in memory or file modification time is
13646 newer than cached timestamp.
13647
13648 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
13649
13650 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13651 not-matching option.
13652
13653 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
13654
13655 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13656 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13657 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13658 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13659 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
13660 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13661
13662 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
13663
13664 * message.el (message-forward-make-body-mml): Remove headers
13665 according to message-forward-ignored-headers if a message is decoded.
13666
13667 2004-12-02 Romain Francoise <romain@orebokech.com>
13668
13669 * message.el (message-forward-make-body-plain): Always remove
13670 headers according to message-forward-ignored-headers.
13671
13672 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
13673
13674 * spam.el (spam-summary-prepare-exit): Remove the
13675 gnus-summary-limit pop for now, it has problems with ham marks for
13676 me.
13677
13678 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
13679
13680 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13681 correctly.
13682
13683 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
13684
13685 * format-spec.el (format-spec): Message the char.
13686
13687 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
13688
13689 * gnus-art.el (gnus-split-methods): Reformat comments.
13690
13691 * spam.el (spam-summary-prepare-exit): Remove article limits
13692 before exiting the summary buffer.
13693
13694 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
13695
13696 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13697 order to silence the byte compiler.
13698
13699 * spam.el: Fix the way to silence the byte compiler, which
13700 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13701 bbdb-search-simple, spam-BBDB-register-routine,
13702 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13703 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13704 spam-stat-buffer-is-spam, spam-stat-load,
13705 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13706 spam-stat-save and spam-stat-split-fancy.
13707
13708 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
13709
13710 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13711 which may confuse users.
13712 (canlock-password-for-verify): Ditto.
13713
13714 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13715
13716 * gnus-art.el (gnus-emphasis-alist): Ditto.
13717
13718 * gnus-registry.el (gnus-registry-max-entries): Ditto.
13719
13720 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13721
13722 * gnus-start.el (gnus-save-killed-list): Ditto.
13723
13724 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13725 (gnus-sum-thread-tree-root): Ditto.
13726 (gnus-sum-thread-tree-false-root): Ditto.
13727 (gnus-sum-thread-tree-single-indent): Ditto.
13728
13729 * message.el (message-courtesy-message): Ditto.
13730 (message-archive-note): Ditto.
13731 (message-subscribed-address-file): Ditto.
13732 (message-user-fqdn): Ditto.
13733
13734 * spam-report.el (spam-report-gmane-regex): Ditto.
13735
13736 * spam.el (spam-blackhole-good-server-regex): Ditto.
13737
13738 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
13739
13740 * mml.el (mml-preview): Widen the message buffer before copying
13741 the contents to the preview buffer; sort headers before previewing.
13742
13743 * message.el (message-hidden-headers): Fix the way to avoid a bug
13744 in the `repeat' widget in Emacs 21.3 or earlier.
13745
13746 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
13747
13748 * message.el (message-hidden-headers): Default to "^References:".
13749 Improve customization type. Suggested by Reiner Steib
13750 <Reiner.Steib@gmx.de>.
13751
13752 2004-11-25 Romain Francoise <romain@orebokech.com>
13753
13754 * message.el (message-strip-forbidden-properties): Remove check for
13755 obsolete `message-hidden' text property, hidden headers are not
13756 accessible in the buffer anymore.
13757
13758 2004-11-22 Romain Francoise <romain@orebokech.com>
13759
13760 * message.el (message-header-format-alist): Add `From' in list
13761 so that it can be sorted.
13762 (message-fix-before-sending): Widen and sort headers before
13763 sending.
13764 (message-hide-headers): Use narrowing to hide headers by moving
13765 them to the top of the buffer and narrowing to the region
13766 underneath.
13767
13768 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13769
13770 * message.el (message-strip-forbidden-properties): Bind
13771 buffer-read-only (etc) to nil.
13772
13773 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
13774
13775 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13776 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13777
13778 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
13779
13780 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13781
13782 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13783
13784 * dns.el (query-dns): Use sit-for to time instead of
13785 accept-process-output, since that doesn't seem to work on udp
13786 sockets.
13787
13788 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
13789
13790 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13791
13792 2004-11-15 Jesper Harder <harder@ifa.au.dk>
13793
13794 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13795 doc string. Improve doc string.
13796
13797 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
13798
13799 * nntp.el (nntp-request-update-info): Return nil if
13800 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13801 may not call gnus-activate-group which uselessly issues the GROUP
13802 commands for all nntp groups and wastes time. Reported by Romain
13803 Francoise <romain@orebokech.com>.
13804
13805 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13806
13807 2004-11-15 Simon Josefsson <jas@extundo.com>
13808
13809 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13810 headers separately.
13811 (gnus-button-openpgp): New function, inspired by Jochen Küpper
13812 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13813
13814 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
13815
13816 * gnus-start.el (gnus-convert-old-newsrc):
13817 Assign legacy-gnus-agent to 5.10.7.
13818
13819 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13820
13821 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13822 start of the lines.
13823
13824 2004-11-14 Magnus Henoch <mange@freemail.hu>
13825
13826 * hashcash.el (hashcash-default-payment): Change default to 20.
13827 (hashcash-default-accept-payment): Change default to 20.
13828 (hashcash-process-alist): New variable.
13829 (hashcash-generate-payment-async): Add.
13830 (hashcash-already-paid-p): Add.
13831 (hashcash-insert-payment): Don't generate payments twice.
13832 (hashcash-insert-payment-async): Add.
13833 (hashcash-insert-payment-async-2): Add.
13834 (hashcash-cancel-async): Add.
13835 (hashcash-wait-async): Add.
13836 (hashcash-processes-running-p): Add.
13837 (hashcash-wait-or-cancel): Add.
13838 (mail-add-payment): New optional argument. Conditionally start
13839 asynchronous calculation.
13840 (mail-add-payment-async): Add.
13841
13842 * message.el (message-send-mail): Wait for asynchronous hashcash
13843 results. Don't clobber existing X-Hashcash headers.
13844 (message-setup-1): Call mail-add-payment-async when
13845 message-generate-hashcash is non-nil.
13846
13847 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13848
13849 * message.el (message-use-alternative-email-as-from): Examine the
13850 From header as well; use message-make-from in order to include a
13851 user's full name.
13852
13853 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
13854
13855 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13856 default; improve customization type.
13857 (gnus-emphasis-custom-with-format): New macro.
13858 (gnus-emphasis-custom-value-to-external): New function.
13859 (gnus-emphasis-custom-value-to-internal): New function.
13860
13861 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
13862
13863 * dns.el (query-dns): Resolve reverse addresses.
13864
13865 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13866
13867 * gnus-group.el (gnus-group-get-new-news): Use it.
13868
13869 * gnus-start.el (gnus-check-reasonable-setup): New function.
13870
13871 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
13872
13873 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13874 "Args out of range" error. Reported by Arnaud Giersch
13875 <arnaud.giersch@free.fr>.
13876
13877 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
13878
13879 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13880
13881 2004-11-04 Richard M. Stallman <rms@gnu.org>
13882
13883 * spam.el (spam group): Add :version.
13884
13885 * pgg-def.el (pgg group): Add :version.
13886
13887 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
13888
13889 * gnus-art.el (gnus-article-edit-article): Don't associate the
13890 article buffer with a draft file. This is a temporary measure
13891 against the 2004-08-22 change to gnus-article-edit-mode.
13892
13893 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
13894
13895 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13896 (html2text-format-tags): Remove unused variable `attr'.
13897
13898 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
13899
13900 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13901
13902 * spam-stat.el (spam-stat): Add :version.
13903
13904 * sieve.el (sieve): Add :version.
13905
13906 * sha1.el (sha1): Add :version.
13907 (sha1-use-external): Remove redundant version.
13908
13909 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13910 (nnmail-cache-ignore-groups, nnmail-spool-hook)
13911 (nnmail-split-fancy-match-partial-words)
13912 (nnmail-split-lowercase-expanded): Add :version.
13913
13914 * nndiary.el (nndiary): Add :version.
13915
13916 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13917
13918 * mml-sec.el (mml-default-sign-method)
13919 (mml-default-encrypt-method, mml-signencrypt-style-alist):
13920 Add :version.
13921
13922 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13923
13924 * mm-url.el (mm-url-use-external, mm-url-program)
13925 (mm-url-arguments): Add :version.
13926
13927 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13928 (mm-attachment-file-modes, mm-decrypt-option)
13929 (mm-w3m-safe-url-regexp): Add :version.
13930
13931 * message.el (message-cite-prefix-regexp)
13932 (message-sendmail-envelope-from, message-minibuffer-local-map)
13933 (message-user-fqdn, message-completion-alist): Add :version.
13934
13935 * gnus-win.el (gnus-configure-windows-hook)
13936 (gnus-use-frames-on-any-display): Add :version.
13937
13938 * gnus-art.el (gnus-article-address-banner-alist)
13939 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13940 (gnus-treat-from-picon, gnus-treat-mail-picon)
13941 (gnus-treat-x-pgp-sig): Add :version.
13942
13943 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13944 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13945 (gnus-summary-article-delete-hook)
13946 (gnus-summary-display-while-building): Add :version.
13947
13948 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13949 (gnus-get-top-new-news-hook): Add :version.
13950
13951 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13952 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13953
13954 * gnus-registry.el (gnus-registry): Add :version.
13955
13956 * gnus-spec.el (gnus-use-correct-string-widths)
13957 (gnus-make-format-preserve-properties): Add :version.
13958
13959 * gnus.el (gnus-group-charter-alist)
13960 (gnus-group-fetch-control-use-browse-url)
13961 (gnus-install-group-spam-parameters): Add :version.
13962
13963 * gnus-diary.el (gnus-diary): Add :version.
13964
13965 * gnus-delay.el (gnus-delay): Add :version.
13966
13967 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13968 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13969 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13970 Add :version.
13971
13972 * gnus-agent.el (gnus-agent-max-fetch-size)
13973 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13974 (gnus-agent-prompt-send-queue): Add :version.
13975
13976 * deuglify.el (gnus-outlook-deuglify): Add :version.
13977
13978 * html2text.el: Beautify code. Improve doc strings. Some
13979 checkdoc cleanup.
13980 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13981
13982 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
13983
13984 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13985
13986 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
13987
13988 * gnus-registry.el (gnus-registry-hashtb): Create the registry
13989 when package is loaded.
13990
13991 * spam.el (spam-summary-score-preferred-header): Add global preference
13992 for people who want to override the default SpamAssassin over
13993 Bogofilter preference (when both are set).
13994 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13995 (spam-user-format-function-S): Check
13996 spam-summary-score-preferred-header.
13997 (spam-extra-header-to-number): Add X-Bogosity header parsing.
13998 (spam-user-format-function-S): Format the score correctly.
13999
14000 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
14001
14002 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14003 signature file. Suggested by Manoj Srivastava
14004 <srivasta@golden-gryphon.com>.
14005
14006 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14007 iso-2022-jp even in the Japanese language environment.
14008 Suggested by Jason Rumney <jasonr@gnu.org>.
14009
14010 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
14011
14012 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14013 use the same characters as the dummy marks; make it free from
14014 getting affected by the language environment.
14015 (gnus-summary-read-group-1): Update mark positions only when the
14016 format spec is updated.
14017
14018 * gnus-spec.el (gnus-update-format-specifications): Return a list
14019 of updated types.
14020
14021 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
14022
14023 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14024 of boundp to check if display-warning is available.
14025
14026 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
14027
14028 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14029
14030 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
14031
14032 * nnspool.el (nnspool-spool-directory): Use news-path if the
14033 news-directory variable is not bound.
14034
14035 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14036 function instead of display-warning if it is not available.
14037
14038 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14039
14040 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14041 v5-10: Use `point-at-bol'.
14042
14043 2004-10-26 Simon Josefsson <jas@extundo.com>
14044
14045 * hashcash.el: Fix URL in comment, reported by Cheng Gao
14046 <chenggao@gmail.com>.
14047
14048 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
14049
14050 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
14051 instead.
14052
14053 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
14054
14055 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14056 to remove a server from the nnimap-server-buffer-alist.
14057 (nnimap-open-connection, nnimap-close-server): Use it.
14058
14059 * gnus-encrypt.el: Remove file in favor of encrypt.el.
14060
14061 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
14062
14063 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14064 running the major-mode function.
14065
14066 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
14067
14068 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14069 dummy marks in the right way.
14070
14071 2004-10-18 David Edmondson <dme@dme.org>
14072
14073 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14074 excessively.
14075
14076 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
14077
14078 * gnus-util.el (gnus-split-references): Accept a nil references
14079 string and go on blissfully.
14080
14081 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14082 cases where the references string is non-nil but has no references.
14083
14084 * encrypt.el: Add autoload tags.
14085
14086 * spam.el (spam-resolve-registrations-routine): Remove article
14087 from unregistration list too. Reported by David Hanak
14088 <dhanak@isis.vanderbilt.edu>
14089
14090 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
14091
14092 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14093 nil. Changed custom type.
14094
14095 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
14096
14097 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14098
14099 * gnus-sum.el (gnus-summary-move-article): Use it.
14100
14101 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
14102
14103 * encrypt.el: Add autoload cookies.
14104
14105 * spam.el (spam-backend-article-list-property)
14106 (spam-backend-get-article-todo-list)
14107 (spam-backend-put-article-todo-list)
14108 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14109 Resolve registrations separately.
14110 (spam-register-routine): Format comments.
14111 (spam-unregister-routine, spam-register-routine): Always call with
14112 specific-articles, no default list.
14113 (spam-summary-prepare-exit): Use the spam-classifications function.
14114
14115 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14116 gnus-encrypt.el.
14117
14118 * encrypt.el: Copied from gnus-encrypt.el.
14119
14120 * gnus-encrypt.el: Commented that it's obsolete.
14121
14122 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
14123
14124 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14125 (gnus-score-save): Use it.
14126
14127 * message.el (message-bury): Use `window-dedicated-p'.
14128
14129 2004-10-15 Simon Josefsson <jas@extundo.com>
14130
14131 * pop3.el (top-level): Don't require nnheader.
14132 (pop3-read-timeout): Add.
14133 (pop3-accept-process-output): Add.
14134 (pop3-read-response, pop3-retr): Use it.
14135
14136 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
14137
14138 * spam.el (spam-register-routine): Move comment.
14139 (spam-verify-bogofilter): Use 'unknown for the initial
14140 spam-bogofilter-valid state, not 'never.
14141
14142 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14143 for netrc-machine.
14144
14145 * nnimap.el (nnimap-open-connection): Use
14146 netrc-machine-user-or-password.
14147
14148 2004-10-17 Richard M. Stallman <rms@gnu.org>
14149
14150 * gnus-registry.el (gnus-registry-unload-hook):
14151 Set as a variable with add-hook.
14152
14153 * nnspool.el (nnspool-spool-directory): Use news-directory instead
14154 of news-path.
14155
14156 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14157
14158 * spam.el: Delete duplicate `provide'.
14159 (spam-unload-hook): Set as a variable with add-hook.
14160
14161 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
14162
14163 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14164 in the doc string.
14165
14166 * message.el (message-ignored-news-headers)
14167 (message-ignored-supersedes-headers)
14168 (message-ignored-resent-headers)
14169 (message-forward-ignored-headers): Improve custom type.
14170
14171 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
14172
14173 * message.el (message-tokenize-header): Fix 2004-09-06 change
14174 which used point-min in the wrong place.
14175
14176 2004-10-12 Simon Josefsson <jas@extundo.com>
14177
14178 * tls.el (tls-certtool-program): New variable.
14179 (tls-certificate-information): New function, based on
14180 ssl-certificate-information.
14181
14182 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
14183
14184 * compface.el: Move the version of ELisp-based uncompface program
14185 to the contrib directory because of the copyright problem.
14186
14187 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
14188
14189 * message.el (message-kill-buffer): Raise the current frame.
14190
14191 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
14192
14193 * gnus-sum.el: Mention that multibyte characters don't work as marks.
14194
14195 * gnus.el (message-y-or-n-p): Autoload.
14196
14197 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14198 (pop3-password-required, pop3-authentication-scheme)
14199 (pop3-leave-mail-on-server): Made customizable.
14200 (pop3): New custom group.
14201 (pop3-retr): Remove `sleep-for' statements.
14202 Suggested by Dave Love <fx@gnu.org>.
14203
14204 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14205 Windows/DOS.
14206
14207 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14208 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
14209 Dave Love <fx@gnu.org>.
14210
14211 * mml.el (mml-minibuffer-read-disposition): Require match.
14212 Suggested by Dave Love <fx@gnu.org>.
14213
14214 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
14215
14216 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
14217 doc string.
14218
14219 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
14220
14221 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14222
14223 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14224
14225 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14226 instead of calling `mm-insert-inline', to decode text/* parts
14227 before displaying them.
14228
14229 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
14230
14231 * mm-uu.el (mm-uu-text-plain-type): New variable.
14232 (mm-uu-pgp-signed-extract-1): Use it.
14233 (mm-uu-pgp-encrypted-extract-1): Use it.
14234 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14235 bind mm-uu-text-plain-type with that value.
14236 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14237 mm-uu-dissect.
14238
14239 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
14240
14241 * gnus-group.el (gnus-update-group-mark-positions):
14242 * gnus-sum.el (gnus-update-summary-mark-positions):
14243 * message.el (message-check-news-body-syntax):
14244 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14245 of string-as-multibyte.
14246
14247 2004-10-05 Juri Linkov <juri@jurta.org>
14248
14249 * gnus-group.el (gnus-update-group-mark-positions):
14250 * gnus-sum.el (gnus-update-summary-mark-positions):
14251 * message.el (message-check-news-body-syntax):
14252 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14253 8-bit unibyte values to a multibyte string for search functions.
14254
14255 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
14256
14257 * mm-uu.el (mm-uu-dissect): Allow optional arg.
14258 (mm-uu-dissect-text-parts): New function.
14259
14260 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14261 dissect text parts.
14262
14263 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14264 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14265
14266 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14267
14268 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14269 gnus-current-topics instead of gnus-current-topic.
14270
14271 2004-10-06 Jesper Harder <harder@ifa.au.dk>
14272
14273 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14274
14275 2004-10-05 Jesper Harder <harder@ifa.au.dk>
14276
14277 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14278 where approriate.
14279
14280 * nnml.el (nnml-generate-active-info): do.
14281
14282 * nndiary.el (nndiary-generate-active-info): do.
14283
14284 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14285 (gnus-topic-move): do.
14286
14287 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14288 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14289
14290 * gnus-srvr.el (gnus-server-prepare)
14291 (gnus-server-open-all-servers): do.
14292
14293 * gnus-msg.el (gnus-summary-cancel-article)
14294 (gnus-summary-resend-message)
14295 (gnus-summary-mail-crosspost-complaint): do.
14296
14297 * gnus-move.el (gnus-change-server): do.
14298
14299 * gnus-group.el (gnus-group-unmark-all-groups)
14300 (gnus-group-set-current-level): do.
14301
14302 2004-10-04 Simon Josefsson <jas@extundo.com>
14303
14304 * message.el (message-generate-hashcash): Doc fix.
14305
14306 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
14307
14308 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14309 avoid infinite recursion via gnus-get-function.
14310
14311 2004-10-02 Jesper Harder <harder@ifa.au.dk>
14312
14313 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14314
14315 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14316
14317 * nnmail.el (nnmail-split-history): do.
14318
14319 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14320 (nnml-request-delete-group): do.
14321
14322 * nnslashdot.el (nnslashdot-read-groups): do.
14323
14324 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14325 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14326
14327 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14328 (nnspool-sift-nov-with-sed): Use last.
14329 (nnspool-retrieve-headers-with-nov): Use mapc.
14330 (nnspool-request-newgroups): Use dolist.
14331 (nnspool-request-group): Use last.
14332
14333 * nntp.el (nntp-read-server-type): Use dolist.
14334
14335 * nnvirtual.el (nnvirtual-create-mapping)
14336 (nnvirtual-update-read-and-marked): Use dolist.
14337 (nnvirtual-convert-headers): Simplify.
14338
14339 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
14340
14341 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14342 support for sync'ing tick marks.
14343
14344 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
14345
14346 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14347 there's no visible header.
14348
14349 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
14350
14351 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14352 necessary, pass full group name to gnus-request-set-marks.
14353
14354 2004-10-01 Simon Josefsson <jas@extundo.com>
14355
14356 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
14357 acroread.
14358
14359 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14360
14361 * spam-report.el (spam-report-gmane): Fix interactive.
14362
14363 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14364
14365 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14366 when writing file.
14367 (gnus-agent-synchronize-flags): Don't default to being
14368 interactive.
14369
14370 2004-09-30 Simon Josefsson <jas@extundo.com>
14371
14372 * message.el (message-generate-hashcash): Add.
14373 (message-send-mail): Use it, call mail-add-payment.
14374
14375 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
14376
14377 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14378
14379 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
14380
14381 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14382 gnus-requst-update-info with explicit code to sync the in-memory
14383 info read flags with the marks being sync'd to the backend.
14384
14385 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14386
14387 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
14388
14389 * spam.el (spam-verify-bogofilter): Add new function.
14390 (spam-check-bogofilter)
14391 (spam-bogofilter-register-with-bogofilter): Use it.
14392 (spam-verify-bogofilter): Add small fixes.
14393
14394 2004-09-28 Simon Josefsson <jas@extundo.com>
14395
14396 * hashcash.el (hashcash-generate-payment): Revert.
14397
14398 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
14399
14400 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14401 gnus-extract-references instead of gnus-split-references.
14402
14403 * gnus-util.el (gnus-extract-references): Add new function, analogous
14404 to gnus-split-references but extracts only the message-ID without
14405 anything extra.
14406
14407 * hashcash.el (hashcash-generate-payment)
14408 (hashcash-check-payment): Do the right thing if hashcash-path is
14409 nil (because the hashcash program could not be found).
14410
14411 * spam.el (spam-use-hashcash): Remove comment.
14412
14413 2004-09-27 Jesper Harder <harder@ifa.au.dk>
14414
14415 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14416 (gnus-cache-enter-article, gnus-cache-remove-article)
14417 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14418
14419 * gnus-async.el (gnus-async-prefetch-remove-group): do.
14420
14421 * gnus-art.el (article-hide-boring-headers)
14422 (article-translate-strings, article-display-face)
14423 (gnus-article-mime-match-handle-first)
14424 (gnus-article-highlight-headers)
14425 (gnus-article-add-buttons-to-head): do.
14426
14427 2004-09-27 Simon Josefsson <jas@extundo.com>
14428
14429 * hashcash.el: New version, from
14430 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
14431 ../contrib/.
14432
14433 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
14434
14435 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14436
14437 2004-09-26 Jesper Harder <harder@ifa.au.dk>
14438
14439 * gnus-dup.el (gnus-dup-open): Use mapc.
14440 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14441
14442 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14443 Reported by Stefan Wiens <s.wi@gmx.net>.
14444
14445 * gnus.el (gnus-shutdown): Use dolist.
14446
14447 * gnus-undo.el (gnus-undo): Use mapc.
14448
14449 * nnrss.el (nnrss-generate-active): do.
14450
14451 * message.el (message-cite-original-without-signature)
14452 (message-cite-original): Use mapc.
14453 (message-do-actions, message-make-forward-subject): Use dolist.
14454
14455 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
14456
14457 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14458 deletion to remove entire duplicate line. Fixes merged article
14459 number bug.
14460
14461 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
14462
14463 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14464 servers that are offline. Avoids having gnus-agent-toggle-plugged
14465 first ask if you want to open a server and then, even when you
14466 responded with no, asking if you want to synchronize the server's
14467 flags.
14468 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14469 multi-line expressions.
14470 (gnus-agent-synchronize-group-flags): New internal function.
14471 Updates marks in memory (in the info structure) AND in the
14472 backend.
14473
14474 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14475
14476 * nnagent.el (nnagent-request-set-mark): Use
14477 gnus-agent-synchronize-group-flags, not backend's request-set-mark
14478 method, to ensure that synchronization updates marks in the
14479 backend and in the info (in memory) structure.
14480
14481 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
14482
14483 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14484 convention fully; don't miss the root article of a thread; make
14485 the X-Draft-From header with correct article numbers.
14486
14487 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
14488
14489 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14490 unless plugged. Disable the agent so that an open failure causes
14491 an error.
14492
14493 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14494 Reverted 2004-09-21 change. The backend must be opened while
14495 synchronizing flags even when the backend stores the flags
14496 locally.
14497
14498 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
14499
14500 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14501 in `header' match. Reported by Svend Tollak Munkejord.
14502
14503 * message.el (message-cite-original): Fix use of
14504 `message-cite-articles-with-x-no-archive'.
14505
14506 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
14507
14508 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14509 (gnus-window-to-buffer): Ditto.
14510
14511 * mml.el (mml-preview-buffer): New variable.
14512 (mml-preview): Manage window layout with gnus-buffer-configuration.
14513
14514 * gnus-msg.el (gnus-setup-message): Put article numbers into the
14515 X-Draft-From header even if those articles aren't quoted.
14516
14517 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
14518
14519 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14520 (gnus-request-set-mark, gnus-request-update-mark): Use new
14521 g-s-t-u-l-m to decide to use backend even when unplugged.
14522
14523 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
14524
14525 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14526 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
14527
14528 2004-09-20 Simon Josefsson <jas@extundo.com>
14529
14530 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14531 "utf-16-le".
14532
14533 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
14534
14535 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14536
14537 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14538
14539 * uudecode.el (uudecode-use-external): Add :version.
14540
14541 * smime.el (smime-CA-file, smime-encrypt-cipher)
14542 (smime-dns-server): Add :version.
14543
14544 * smiley.el (gnus-smiley-file-types): Add :version.
14545
14546 * sha1.el (sha1-use-external): Add :version.
14547
14548 * pgg-def.el (pgg-query-keyserver): Add :version.
14549
14550 * nnmail.el (nnmail-fancy-expiry-targets)
14551 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14552 Add :version.
14553
14554 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14555 (nnimap-retrieve-groups-asynchronous): Add :version.
14556 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
14557
14558 * mml.el (mml-content-disposition-parameters)
14559 (mml-insert-mime-headers-always): Add :version.
14560
14561 * mm-util.el (mm-coding-system-priorities): Add :version.
14562
14563 * mm-decode.el (mm-inline-text-html-with-images)
14564 (mm-keep-viewer-alive-types, mm-external-terminal-program)
14565 (mm-verify-option): Add :version.
14566 (mm-text-html-renderer): Change :version.
14567
14568 * message.el (message-fcc-externalize-attachments)
14569 (message-required-headers, message-draft-headers)
14570 (message-subject-trailing-was-query)
14571 (message-subject-trailing-was-ask-regexp)
14572 (message-subject-trailing-was-regexp, message-mark-insert-begin)
14573 (message-mark-insert-end, message-archive-header)
14574 (message-archive-note, message-cross-post-default)
14575 (message-cross-post-note, message-followup-to-note)
14576 (message-cross-post-note-function, message-use-mail-followup-to)
14577 (message-subscribed-address-functions)
14578 (message-subscribed-address-file, message-subscribed-addresses)
14579 (message-subscribed-regexps, message-allow-no-recipients)
14580 (message-yank-cited-prefix, message-signature-insert-empty-line)
14581 (message-hidden-headers, message-hierarchical-addresses)
14582 (message-mail-user-agent, message-use-idna)
14583 (message-valid-fqdn-regexp)
14584 (message-strip-special-text-properties, message-header-synonyms)
14585 (message-beginning-of-line, message-tab-body-function): Add :version.
14586 (message-insert-canlock, message-wide-reply-confirm-recipients):
14587 Change :version.
14588
14589 * mail-source.el (mail-source-ignore-errors): Add :group, :type
14590 and :version.
14591 (mail-source-delete-old-incoming-confirm)
14592 (mail-source-movemail-program): Add :version.
14593
14594 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14595 (gnus-agent-cache, gnus-agent): Change :version.
14596
14597 * gnus-util.el (gnus-use-byte-compile): Change :version.
14598
14599 * gnus-sum.el (gnus-summary-make-false-root-always)
14600 (gnus-summary-default-high-score)
14601 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14602 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14603 (gnus-read-all-available-headers, gnus-article-emulate-mime)
14604 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14605 (gnus-sum-thread-tree-single-indent)
14606 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14607 (gnus-sum-thread-tree-leaf-with-other)
14608 (gnus-sum-thread-tree-single-leaf): Add :version.
14609 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14610 (gnus-article-loose-mime): Change :version.
14611
14612 * gnus-start.el (gnus-backup-startup-file)
14613 (gnus-save-startup-file-via-temp-buffer): Add :version.
14614
14615 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14616 (gnus-server-offline-face): Add :version.
14617
14618 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14619
14620 * gnus-msg.el (gnus-gcc-externalize-attachments)
14621 (gnus-debug-files, gnus-debug-exclude-variables)
14622 (gnus-discouraged-post-methods): Change :version.
14623 (gnus-confirm-mail-reply-to-news)
14624 (gnus-confirm-treat-mail-like-news): Add :version.
14625
14626 * gnus-int.el (gnus-server-unopen-status): Add :version.
14627
14628 * gnus-group.el (gnus-group-jump-to-group-prompt)
14629 (gnus-large-ephemeral-newsgroup)
14630 (gnus-fetch-old-ephemeral-headers): Add :version.
14631
14632 * gnus-fun.el (gnus-x-face-directory)
14633 (gnus-convert-pbm-to-x-face-command)
14634 (gnus-convert-image-to-x-face-command)
14635 (gnus-convert-image-to-face-command): Add :version.
14636
14637 * gnus-delay.el (gnus-delay-default-hour): Add :version.
14638
14639 * gnus-cite.el (gnus-cite-blank-line-after-header)
14640 (gnus-article-boring-faces): Add :version.
14641
14642 * gnus-art.el (gnus-buttonized-mime-types)
14643 (gnus-inhibit-mime-unbuttonizing)
14644 (gnus-treat-display-face)
14645 (gnus-treat-body-boundary): Change :version.
14646 (gnus-body-boundary-delimiter, gnus-picon-databases)
14647 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14648 (gnus-treat-date-english, gnus-treat-fold-headers)
14649 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14650 (gnus-treat-mail-picon, gnus-treat-wash-html)
14651 (gnus-article-encrypt-protocol)
14652 (gnus-use-idna, gnus-article-over-scroll)
14653 (gnus-mime-display-multipart-alternative-as-mixed)
14654 (gnus-mime-display-multipart-related-as-mixed)
14655 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14656 (gnus-ctan-url, gnus-button-ctan-handler)
14657 (gnus-button-handle-ctan-bogus-regexp)
14658 (gnus-button-ctan-directory-regexp)
14659 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14660 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14661 (gnus-button-man-level, gnus-button-emacs-level)
14662 (gnus-button-message-level, gnus-button-browse-level): Add :version.
14663
14664 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14665 (gnus-agent-go-online): Change :version.
14666 (gnus-agent-expire-unagentized-dirs)
14667 (gnus-agent-auto-agentize-methods): Add :version.
14668
14669 * flow-fill.el (fill-flowed-display-column)
14670 (fill-flowed-encode-column): Add :version.
14671
14672 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14673 (gnus-outlook-deuglify-unwrap-max)
14674 (gnus-outlook-deuglify-cite-marks)
14675 (gnus-outlook-deuglify-unwrap-stop-chars)
14676 (gnus-outlook-deuglify-no-wrap-chars)
14677 (gnus-outlook-deuglify-attrib-cut-regexp)
14678 (gnus-outlook-deuglify-attrib-verb-regexp)
14679 (gnus-outlook-deuglify-attrib-end-regexp)
14680 (gnus-outlook-display-hook): Add :version.
14681
14682 * binhex.el (binhex-use-external): Add :version.
14683
14684 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
14685
14686 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14687 and `invisible'.
14688
14689 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
14690
14691 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14692 in gnus-registry-trim.
14693
14694 2004-09-13 Simon Josefsson <jas@extundo.com>
14695
14696 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14697
14698 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14699
14700 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14701 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14702 <yamaoka@jpl.org>.
14703 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14704 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14705 <yamaoka@jpl.org>.
14706
14707 * sieve.el (sieve-manage-mode): Ditto.
14708
14709 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
14710
14711 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14712
14713 2004-09-11 Simon Josefsson <jas@extundo.com>
14714
14715 * dns-mode.el: Add.
14716
14717 * mm-view.el (mm-display-dns-inline): Add.
14718
14719 * mm-decode.el (mm-inline-media-tests): Add text/dns.
14720 (mm-automatic-display): Ditto.
14721
14722 * mailcap.el (mailcap-mime-data): Add text/dns.
14723 (mailcap-mime-extensions): Map .soa to text/dns.
14724
14725 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
14726
14727 * gnus-art.el (article-decode-mime-words, article-babel)
14728 (gnus-article-highlight-signature, gnus-article-add-buttons)
14729 (gnus-signature-toggle): Remove unnecessary bindings of
14730 `inhibit-read-only' inherited from v5.10 merge.
14731
14732 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
14733
14734 * nntp.el (nntp): New customization group.
14735 (nntp-authinfo-file): Add customization group.
14736
14737 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14738
14739 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14740
14741 * gnus.el (to-address, to-list, subscribed)
14742 (large-newsgroup-initial): Ditto.
14743
14744 * flow-fill.el (fill-flowed-display-column)
14745 (fill-flowed-encode-column): Ditto.
14746
14747 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
14748
14749 * message.el (message-tokenize-header, message-send-mail-with-qmail):
14750 Use point-min rather than 1.
14751 (message-send-mail): Use buffer-size rather than point-max.
14752
14753 * gnus-sum.el (gnus-summary-search-article-forward):
14754 Signal a specific `search-failed' rather than a generic `error'.
14755
14756 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14757 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14758 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14759
14760 2004-09-10 Simon Josefsson <jas@extundo.com>
14761
14762 * nndb.el (require): Remove tcp and duplicate cl.
14763
14764 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
14765
14766 * gnus-agent.el (directory-files-and-attributes): Move forward.
14767
14768 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
14769
14770 * gnus-agent.el (directory-files-and-attributes): Optionally
14771 defined to support XEmacs.
14772
14773 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
14774
14775 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14776 to avoid run-time CL dependencies.
14777 (gnus-agent-unfetch-articles): New function.
14778 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14779 article numbers even when local .overview file is missing.
14780 (gnus-agent-read-article-number): New function. Only accepts
14781 27-bit article numbers.
14782 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14783 gnus-agent-read-article-number.
14784 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14785 from backend while recognizing that article numbers in .overview
14786 must be valid.
14787 (gnus-agent-update-files-total-fetched-for): Use
14788 directory-files-and-attributes to improve performance.
14789 * gnus-int.el (gnus-request-move-article): Use
14790 gnus-agent-unfetch-articles in place of gnus-agent-expire to
14791 improve performance.
14792
14793 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14794 some users confused by references to .newsrc when they only have a
14795 .newsrc.eld file.
14796 (gnus-convert-mark-converter-prompt)
14797 (gnus-convert-converter-needs-prompt): Fixed use of property list.
14798 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14799 New function. Used internally to only display 'gnus converting
14800 files' message when actually necessary.
14801
14802 * gnus-sum.el (): Removed (require 'gnus-agent) as required
14803 methods now autoloaded.
14804
14805 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
14806
14807 * gnus-sum.el (gnus-summary-insert-subject): Remove list
14808 identifiers.
14809
14810 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
14811
14812 * gnus-picon.el: Fix indentation and closing parenthesis.
14813
14814 2004-09-01 Simon Josefsson <jas@extundo.com>
14815
14816 * message.el (message-canlock-generate): Require sha1, not
14817 sha1-el. (Can we get rid of this require altogether? It is ugly
14818 to require within a function. Sadly, if sha1.el isn't loaded, the
14819 let binding in m-c-g will hide the defcustom definition, which is
14820 bad.)
14821
14822 * canlock.el: Require sha1, not sha1-el.
14823
14824 * message.el: Don't autoload sha1 (there is a autoload cookie in
14825 sha1.el).
14826
14827 * sha1-el.el: Renamed to sha1.el.
14828
14829 2004-08-30 Juanma Barranquero <lektu@terra.es>
14830
14831 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14832
14833 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14834
14835 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14836
14837 2004-08-30 Kim F. Storm <storm@cua.dk>
14838
14839 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14840
14841 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14842 Add :group 'nnimap.
14843
14844 2004-08-30 Andreas Schwab <schwab@suse.de>
14845
14846 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14847 ?* and ?\;.
14848
14849 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14850 and ?\' to symbol instead of whitespace.
14851
14852 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
14853
14854 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14855
14856 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14857 instead of re-search-forward.
14858
14859 * gnus-uu.el (gnus-uu-save-article): Ditto.
14860 (gnus-uu-post-encode-uuencode): Ditto.
14861
14862 * html2text.el (html2text-clean-list-items): Ditto.
14863 (html2text-clean-dtdd): Ditto.
14864 (html2text-format-tags): Ditto.
14865
14866 * message.el (message-send-mail-with-sendmail): Fix regexp.
14867 (message-fill-field-general): Use search-forward instead of
14868 re-search-forward.
14869 (unbold-region): Ditto.
14870
14871 * nnrss.el (nnrss-request-article): Ditto.
14872
14873 * nnslashdot.el (nnslashdot-request-article): Ditto.
14874
14875 * nnweb.el (nnweb-gmane-wash-article): Ditto.
14876
14877 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14878 "Unrecognized menu descriptor" error in XEmacs.
14879
14880 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
14881
14882 * gnus-sum.el (gnus-read-header): Don't remove a header for the
14883 parent article of a sparse article in the thread hashtb.
14884
14885 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
14886
14887 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14888 (nnmail-expand-newtext): Lowercase expanded entries if
14889 nnmail-split-lowercase-expanded is non-nil.
14890
14891 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
14892
14893 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14894
14895 * gnus-group.el (gnus-group-line-format-alist): Convert the value
14896 of gnus-tmp-news-method into string under XEmacs. It will be
14897 passed to gnus-correct-length which takes only a string argument.
14898
14899 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
14900
14901 * gnus-util.el (gnus-bind-print-variables): New macro.
14902 (gnus-prin1): Use it.
14903 (gnus-prin1-to-string): Use it.
14904 (gnus-pp): New function.
14905 (gnus-pp-to-string): New function.
14906
14907 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14908 Replace pp-to-string with gnus-pp-to-string.
14909 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14910 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14911 * gnus-msg.el (gnus-debug): Ditto.
14912 * gnus-score.el (gnus-score-save): Ditto.
14913 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14914 gnus-pp-to-string.
14915 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14916 with gnus-pp.
14917 * score-mode.el (gnus-score-pretty-print): Ditto.
14918 * webmail.el (webmail-debug): Ditto.
14919
14920 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
14921
14922 * gnus-art.el (article-display-face, article-display-x-face):
14923 Use buffer-read-only.
14924
14925 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
14926
14927 * gnus-art.el (article-hide-list-identifiers):
14928 Bind inhibit-read-only as t.
14929
14930 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
14931
14932 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14933
14934 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14935
14936 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14937 (gnus-narrow-to-page): Don't assume point-min == 1.
14938 (gnus-article-edit-mode): Derive from message-mode.
14939
14940 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14941 point-min == 1.
14942
14943 * imap.el (imap-parse-address-list, imap-parse-body-ext):
14944 Disable incorrect use of `assert'.
14945
14946 * message.el (message-mode): Set comment-start-skip.
14947
14948 2004-08-22 Sam Steingold <sds@gnu.org>
14949
14950 * pop3.el (pop3-leave-mail-on-server): New user variable.
14951 (pop3-movemail): Delete mail only when it is nil.
14952
14953 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
14954
14955 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14956
14957 * mml.el (mml-preview): Use `pop-to-buffer'.
14958
14959 * message.el (message-goto-mail-followup-to): Insert after "To".
14960 (message-carefully-insert-headers): Add comment.
14961
14962 * gnus.el: Remove unused variable `gnus-article-check-size'.
14963
14964 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14965
14966 * gnus-art.el (gnus-button-alist): Improve
14967 `gnus-button-handle-library' entry.
14968
14969 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
14970
14971 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14972 downcase, since XEmacs capitalizes error messages differently.
14973
14974 2004-08-18 Jesper Harder <harder@ifa.au.dk>
14975
14976 * nntp.el: Add (require 'gnus) due to reference to
14977 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
14978
14979 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
14980
14981 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14982 `mm-fill-flowed'.
14983
14984 * mm-decode.el (mm-dissect-singlepart): Check it.
14985
14986 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
14987
14988 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14989 'imap' for netrc parsing.
14990
14991 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
14992
14993 * mailcap.el (mailcap-mime-data): Mark as risky.
14994
14995 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
14996
14997 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14998 may be included in the encoded word.
14999 (rfc2047-encode): Don't append a space if the encoded word
15000 includes close parenthesis.
15001
15002 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
15003
15004 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15005 of text within parentheses.
15006
15007 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
15008
15009 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15010 (gnus-encrypt-write-file-contents): Make the password key the file
15011 name PLUS the cipher, not just the cipher. Also remove failed
15012 passwords from the cache.
15013
15014 2004-08-06 Simon Josefsson <jas@extundo.com>
15015
15016 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
15017 fix.
15018
15019 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
15020
15021 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15022 LWSP.
15023
15024 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
15025
15026 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15027 to append in-reply-to: data to the references: header.
15028
15029 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15030 (netrc-parse): Use gnus-encrypt.el functions.
15031
15032 * gnus-encrypt.el: Add new file for encryption support; currently
15033 does only a few GPG ciphers and an internal XOR cipher.
15034
15035 * password.el: Add comments on using password-read-and-add.
15036 (password-read-and-add): Add function to read and add the
15037 password to the cache at once.
15038
15039 2004-07-28 Simon Josefsson <jas@extundo.com>
15040
15041 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15042 parameter (but don't use it, for now).
15043
15044 * imap.el (imap-ssl-open): Use imap-process-connection-type,
15045 instead of hard coding to nil.
15046
15047 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
15048
15049 * mm-view.el (mm-inline-image-emacs): Open lines under an image
15050 as mm-inline-image-xemacs does.
15051
15052 2004-07-26 Simon Josefsson <jas@extundo.com>
15053
15054 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15055 Revert part of 2004-07-17 change below.
15056
15057 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
15058
15059 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
15060 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15061
15062 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
15063
15064 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15065 quotes that actually start with ">" at the beginning of the
15066 lines.
15067
15068 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
15069
15070 * rfc2047.el (rfc2047-encode-region): Fix last change.
15071 (rfc2047-encode-parameter): Remove useless concat.
15072
15073 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
15074
15075 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15076 encode special characters; fix some kind of misconfigured headers;
15077 signal a real error if debug-on-quit or debug-on-error is non-nil.
15078 (rfc2047-encode-max-chars): New variable.
15079 (rfc2047-encode-1): Use it.
15080 (rfc2047-encode-parameter): New function.
15081
15082 * mml.el (mml-insert-parameter): Remove an excessive space.
15083
15084 2004-07-17 Simon Josefsson <jas@extundo.com>
15085
15086 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15087 Kai Grossjohann <kai@emptydomain.de>.
15088 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15089 (gnus-group-make-menu-bar): Ditto.
15090
15091 * gnus-util.el (gnus-group-server): Add.
15092
15093 2004-07-16 Jesper Harder <harder@ifa.au.dk>
15094
15095 * message.el (message-clone-locals): Clone sendmail and smtp
15096 variables.
15097
15098 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
15099
15100 * rfc2047.el (rfc2047-encode-region): Fix last change.
15101
15102 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
15103
15104 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15105 characters as non-special.
15106
15107 2004-07-09 Simon Josefsson <jas@extundo.com>
15108
15109 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15110 Users will lose all flag changes made while unplugged with
15111 e.g. nntp unless flag synchronization happens, thus `nil' is not a
15112 good default. See numerous reports on ding mailing list.
15113
15114 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
15115
15116 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15117 add generate-head-function and generate-article-function to the
15118 rfc822-forward entry.
15119 (nndoc-rfc822-forward-generate-article): New function.
15120 (nndoc-rfc822-forward-generate-head): New function.
15121
15122 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15123
15124 2004-07-06 Dan Christensen <jdc@uwo.ca>
15125
15126 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15127 respect display group parameter and gnus-summary-expunge-below.
15128 (gnus-articles-to-read): Remove unused reference to display group
15129 parameter.
15130
15131 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15132
15133 * nnheader.el (nnheader-uniquify-message-id): New experimental
15134 variable.
15135 (nnheader-nov-read-message-id): Use it.
15136
15137 * spam-report.el (spam-report-gmane): Add interactive.
15138
15139 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
15140
15141 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15142 qp-or-base64 for the application/* types.
15143
15144 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
15145
15146 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15147
15148 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
15149
15150 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15151 trim value.
15152
15153 2004-01-25 Paul Jarc <prj@po.cwru.edu>
15154
15155 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15156 New macro and function.
15157 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15158
15159 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
15160
15161 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15162 after-load-alist.
15163
15164 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
15165
15166 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15167 update info that isn't there.
15168
15169 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
15170
15171 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15172 entry.
15173
15174 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
15175
15176 * mm-view.el (mm-inline-render-with-function): Use multibyte
15177 buffer; decode html source by charset.
15178
15179 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15180
15181 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15182 Mule-UCS is loaded under XEmacs.
15183 (mm-mime-mule-charset-alist): Avoid duplicated entries.
15184
15185 2004-06-28 Jesper Harder <harder@ifa.au.dk>
15186
15187 * nnheader.el (nnheader-max-head-length): Increase to 8192.
15188
15189 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
15190
15191 * mm-util.el (mm-coding-system-p): Return a coding-system.
15192 (mm-mime-mule-charset-alist): Use shift_jis instead of
15193 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15194 entries for the mime charsets iso-2022-jp-3 and shift_jis.
15195 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15196 instead of japanese-shift-jis and iso-latin-1 respectively in
15197 order to share the default value with both Emacs and XEmacs-mule.
15198 (mm-mule-charset-to-mime-charset): Make
15199 mm-coding-system-priorities effective.
15200 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15201 while predicating of candidates upon the priorities.
15202
15203 2004-06-27 Jesper Harder <harder@ifa.au.dk>
15204
15205 * gnus-sum.el (gnus-summary-make-menu-bar): Add
15206 gnus-uu-invert-processable.
15207
15208 * gnus.el: Autoload gnus-uu-invert-processable.
15209
15210 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
15211
15212 * mm-util.el (mm-with-multibyte-buffer): New macro.
15213
15214 * rfc2047.el (rfc2047-encode-string): Use it.
15215 (rfc2047-encode-region): Move point to the end of the region after
15216 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15217
15218 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
15219
15220 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15221 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15222
15223 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
15224
15225 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15226 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
15227 Karl Chen <quarl@nospam.quarl.org>.
15228
15229 2004-06-23 Jesper Harder <harder@ifa.au.dk>
15230
15231 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15232 invalid addresses.
15233
15234 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
15235
15236 * spam.el: Change section markers, revise TODO list.
15237 (spam-backends): Make new master list of all installed backends.
15238 (spam-summary-exit-behavior): Add new variable to determine how
15239 messages moves are done at summary exit.
15240 (spam-move-spam-nonspam-groups-only)
15241 (spam-process-ham-in-nonham-groups)
15242 (spam-process-ham-in-spam-groups): Remove variables, the
15243 spam-summary-exit-behavior variable should be used to manage this
15244 behavior.
15245 (spam-old-ham-articles, spam-old-spam-articles): Remove.
15246 (spam-old-articles): Add variable, replacing spam-old-ham-articles
15247 and spam-old-spam-articles.
15248 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15249 Add empty variables, placeholders for the backends they represent.
15250 (spam-set-difference): Move, unchanged.
15251 (spam-list-of-processors): Declare OBSOLETE, not used anymore
15252 unless the user has a processor variable.
15253 (spam-classifications, spam-classification-valid-p)
15254 (spam-backend-properties, spam-backend-property-valid-p)
15255 (spam-backend-function-type-valid-p)
15256 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15257 (spam-report-articles-gmane, spam-report-articles-resend):
15258 Remove functions, they are not needed.
15259 (spam-install-backend-super, spam-backend-list)
15260 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15261 (spam-backend-function, spam-backend-ham-registration-function)
15262 (spam-backend-spam-registration-function)
15263 (spam-backend-ham-unregistration-function)
15264 (spam-backend-spam-unregistration-function)
15265 (spam-backend-statistical-p, spam-backend-mover-p)
15266 (spam-install-backend-alias, spam-install-checkonly-backend)
15267 (spam-install-mover-backend, spam-install-nocheck-backend)
15268 (spam-install-backend, spam-install-statistical-backend)
15269 (spam-install-statistical-checkonly-backend): Add backend installation
15270 support.
15271 (spam-summary-prepare-exit): Rewrite to use the new backend code.
15272 (spam-group-processor-p): Use the new backend code and respect the
15273 summary exit behavior.
15274 (spam-mark-spam-as-expired-and-move-routine): Remove.
15275 (spam-summary-prepare): Change to use the new spam-old-articles
15276 variable.
15277 (spam-copy-or-move-routine, spam-copy-spam-routine)
15278 (spam-move-spam-routine, spam-copy-ham-routine)
15279 (spam-move-ham-routine): Add code to copy/move ham or spam.
15280 (spam-fetch-field-fast): Improve doc and code, plus allow the
15281 'number request.
15282 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15283 variables.
15284 (spam-split, spam-find-spam): Use the new backend code.
15285 (spam-registration-functions): Remove variable.
15286 (spam-unregister-routine): Add convenience wrapper.
15287 (spam-log-undo-registration, spam-register-routine)
15288 (spam-log-processing-to-registry)
15289 (spam-log-unregistration-needed-p): Rename "check" to "backend"
15290 where possible.
15291 (spam-check-gmane-xref, spam-check-regex-headers)
15292 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15293 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15294 (spam-check-bogofilter-headers, spam-check-spamoracle)
15295 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15296 (spam-check-crm114-headers): Use the spam-split-group that
15297 spam-split prepares, no need to determine it every time.
15298
15299 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15300 to the nnheader-parse-naked-head call.
15301
15302 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15303
15304 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15305 the nnheader-nov-read-message-id call.
15306
15307 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
15308
15309 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15310 gnus-activate-group twice. Suggested by Markus Peter
15311 <warp@spin.de>.
15312
15313 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
15314
15315 * gnus-art.el (gnus-article-time-format): Exchange the order of
15316 day and month in the default value; fix customization type.
15317 (article-date-ut): Use add-text-properties.
15318 (article-make-date-line): Use message-make-date instead of
15319 current-time-string.
15320
15321 * message.el (message-fetch-field): Don't use set-text-properties.
15322 (message-make-date): Simplify.
15323
15324 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
15325
15326 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15327 (rfc2047-encode-region): Treat text within parentheses as special;
15328 show the original text when error has occurred.
15329
15330 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15331 already-computed method to gnus-activate-group.
15332
15333 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15334 same select-methods identical Lisp objects.
15335
15336 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15337 object when modifying the info.
15338
15339 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
15340
15341 * gnus-srvr.el (gnus-server-set-info): Remove the server from
15342 gnus-opened-servers since it has never been opened with the new
15343 configuration yet.
15344
15345 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
15346
15347 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15348 arg to nnheader-generate-fake-message-id.
15349
15350 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
15351
15352 * nnheader.el (nnheader-generate-fake-message-id): Accept a
15353 number and build a fake message ID localized to a group and
15354 article number (so it's repeatable from that point on).
15355 (nnheader-fake-message-id-p): Change regex to accommodate new fake
15356 ID format.
15357
15358 * gnus-sum.el (gnus-get-newsgroup-headers): Call
15359 nnheader-generate-fake-message-id with the article number.
15360
15361 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
15362
15363 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15364 end-of-buffer.
15365
15366 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15367
15368 * message.el (message-ignored-supersedes-headers): Add Approved.
15369
15370 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
15371
15372 * rfc2047.el (rfc2047-encode-message-header): Remove useless
15373 goto-char.
15374 (rfc2047-encode): Fold the line before encoding.
15375
15376 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15377
15378 * rfc2047.el (rfc2047-encode-message-header): Disabled header
15379 folding -- not all headers can be folded, and this should be done
15380 by the message composition mode. Probably. I think.
15381
15382 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
15383
15384 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15385 fast.
15386
15387 * gnus-ems.el (gnus-remove-image): Don't use
15388 message-text-with-property; remove only the image found first.
15389
15390 2004-06-09 Jesper Harder <harder@ifa.au.dk>
15391
15392 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15393
15394 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
15395
15396 * message.el (message-text-with-property): Make it fast and accept
15397 optional arguments.
15398 (message-strip-forbidden-properties): Use it.
15399 (message-fix-before-sending): Follow the m-t-w-p change.
15400
15401 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15402
15403 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
15404
15405 * gnus-art.el (article-hide-headers): Don't change the buffer
15406 mistakenly when performing mml-preview even if
15407 gnus-single-article-buffer is nil.
15408
15409 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
15410
15411 * message.el (message-expand-name-databases): New user option.
15412 (message-expand-name): Use it.
15413
15414 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
15415
15416 * spam.el (spam-report-articles-resend)
15417 (spam-report-resend-register-routine): Allow ham reporting.
15418 (spam-report-resend-register-ham-routine): Add wrapper.
15419 (spam-registration-functions): Add ham resending functions.
15420 (spam-list-of-processors): Add ham resend processor.
15421
15422 * gnus.el (ham-resend-to): Add new group parameter.
15423 (spam-process): Add ham resend option.
15424
15425 * spam-report.el (spam-report-resend): Allow reporting ham.
15426 (spam-report-resend-ham): Add wrapper.
15427
15428 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15429
15430 * message.el (message-cite-articles-with-x-no-archive): New
15431 variable.
15432 (message-cite-original): Use it.
15433
15434 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15435
15436 * message.el (message-cite-original): Respect X-No-Archive.
15437
15438 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
15439
15440 * gnus-art.el (article-hide-headers): Refer to the values for
15441 gnus-ignored-headers and gnus-visible-headers in the summary
15442 buffer since a user may have set them as group parameters.
15443
15444 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
15445
15446 * assistant.el (assistant-node-name): Add convenience function.
15447 (assistant-render-text, assistant-render-node): Add error handling,
15448 plus handle multiple next nodes.
15449 (assistant-find-next-node): Comment out for now.
15450 (assistant-find-next-nodes): Add function, returns list of next
15451 nodes.
15452
15453 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
15454
15455 * mail-source.el (mail-source-directory): Fix doc-string.
15456
15457 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
15458
15459 * assistant.el (assistant-render-text, assistant-eval): Add :set
15460 widget type, which is different because it takes and returns a
15461 list. Much hilarity ensues.
15462
15463 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
15464
15465 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15466
15467 * gnus-group.el (gnus-group-get-new-news-this-group): Added
15468 doc-string.
15469
15470 * gnus-start.el (gnus-activate-group): Added doc-string.
15471
15472 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
15473
15474 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15475
15476 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
15477
15478 * assistant.el (assistant-render-text): Try to add a :set
15479 widget, more to come.
15480
15481 * spam.el (spam-group-spam-contents-p): Handle empty groupname
15482 strings.
15483 (spam-report-articles-resend)
15484 (spam-register-routine): Do registration iff any articles warrant
15485 it.
15486 (spam-summary-prepare-exit): Change log message for nil group
15487 destinations.
15488
15489 2004-05-27 Daniel Pittman <daniel@rimspace.net>
15490
15491 * spam.el (spam-report-resend-register-routine): Allow
15492 spam-report-resend-to to be a group parameter or a global value.
15493
15494 2004-05-26 Simon Josefsson <jas@extundo.com>
15495
15496 * starttls.el: Merge with my GNUTLS based starttls.el.
15497 (starttls-gnutls-program, starttls-use-gnutls)
15498 (starttls-extra-arguments, starttls-process-connection-type)
15499 (starttls-connect, starttls-failure, starttls-success): New
15500 variables.
15501 (starttls-program, starttls-extra-args): Doc fix.
15502 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15503 functions.
15504 (starttls-negotiate, starttls-open-stream): Check
15505 `starttls-use-gnutls' and pass on to corresponding *-gnutls
15506 function if it is set.
15507
15508 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
15509
15510 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15511 structured fields.
15512
15513 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
15514
15515 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15516
15517 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
15518
15519 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15520 variable.
15521 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
15522 assigning the spam-mark to new messages.
15523
15524 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
15525
15526 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15527
15528 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
15529
15530 * rfc2047.el (rfc2047-encodable-p): Don't move point.
15531 (rfc2047-decode): Treat the ascii coding-system as raw-text by
15532 default.
15533
15534 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
15535
15536 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15537 correct data.
15538
15539 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
15540
15541 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15542 (spam-group-processor-p): Fix function.
15543 (spam-group-processor-multiple-p)
15544 (spam-group-spam-processor-report-gmane-p)
15545 (spam-group-spam-processor-report-resend-p)
15546 (spam-group-spam-processor-bogofilter-p)
15547 (spam-group-spam-processor-blacklist-p)
15548 (spam-group-spam-processor-ifile-p)
15549 (spam-group-ham-processor-ifile-p)
15550 (spam-group-spam-processor-spamoracle-p)
15551 (spam-group-spam-processor-crm114-p)
15552 (spam-group-ham-processor-bogofilter-p)
15553 (spam-group-spam-processor-stat-p)
15554 (spam-group-ham-processor-stat-p)
15555 (spam-group-ham-processor-whitelist-p)
15556 (spam-group-ham-processor-BBDB-p)
15557 (spam-group-ham-processor-spamoracle-p)
15558 (spam-group-ham-processor-copy-p): Remove functions with some
15559 prejudice against unneeded code.
15560 (spam-report-articles-resend)
15561 (spam-report-resend-register-routine): Allow the group/topic
15562 spam-resend-to value to override spam-report-resend-to.
15563 (spam-summary-prepare-exit): Invoke spam-group-processor-p
15564 properly now.
15565
15566 * gnus.el (spam-resend-to): Add group/topic parameter.
15567 (spam-process): Move the OBSOLETE processors to the end of the
15568 choices.
15569
15570 2004-05-24 Daniel Pittman <daniel@rimspace.net>
15571
15572 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15573 with resend-to set to nil, and then ask the user if necessary.
15574 (spam-report-resend): spam-report-resend takes a list of articles, not
15575 separate article numbers.
15576
15577 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
15578
15579 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15580 addition to emacs-w3m.
15581
15582 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15583
15584 * assistant.el (assistant-authinfo-data): New function.
15585 (assistant-eval): Eval for entire assistant.
15586
15587 * netrc.el (netrc-services-file): New variable.
15588 (netrc-parse-services): New function.
15589 (netrc-find-service-name): New function.
15590 (netrc-find-service-number): New function.
15591 (netrc-port-equal): New function.
15592 (netrc-machine): Use it.
15593
15594 * nnimap.el (nnimap-open-connection): Use netrc.
15595
15596 * gnus-util.el (gnus-netrc-get): Remove aliases.
15597
15598 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15599
15600 * assistant.el (wid-edit): Fix compilation.
15601
15602 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15603
15604 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
15605
15606 * gnus-util.el (gnus-set-file-modes): New function. (small
15607 patch).
15608
15609 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15610
15611 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15612
15613 * assistant.el (assistant-render-node): Fix up rendering and
15614 read-only text.
15615 (assistant-render-node): Reset.
15616 (assistant-make-read-only): Not sticky.
15617
15618 2004-05-20 Danny Siu <dsiu@adobe.com>
15619
15620 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15621 centered even when gnus-auto-center-summary is t
15622
15623 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15624
15625 * dns.el (dns-get-txt-answer): New function.
15626 (dns-read-txt): Ditto.
15627 (query-dns): Use it.
15628
15629 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
15630
15631 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15632 active for foreign groups even if the group level is higher than
15633 the specified value.
15634
15635 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15636
15637 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15638 non-active groups.
15639
15640 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15641
15642 2004-05-20 Magnus Henoch <mange@freemail.hu>
15643
15644 * dns.el (dns-read-type): Add support for SVR. (small patch)
15645
15646 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
15647
15648 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15649 (spam-crm114-header, spam-crm114-spam-switch)
15650 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15651 (spam-crm114-positive-spam-header)
15652 (spam-crm114-database-directory, spam-list-of-processors)
15653 (spam-group-spam-processor-crm114-p)
15654 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15655 (spam-generic-score, spam-list-of-checks)
15656 (spam-list-of-statistical-checks, spam-registration-functions)
15657 (spam-check-crm114-headers, spam-crm114-score)
15658 (spam-check-crm114, spam-crm114-register-with-crm114)
15659 (spam-crm114-register-spam-routine)
15660 (spam-crm114-unregister-spam-routine)
15661 (spam-crm114-register-ham-routine)
15662 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
15663 asjo@koldfront.dk (Adam Sjøgren).
15664
15665 * gnus.el: Add spam-use-crm114.
15666
15667 * spam.el (spam-list-of-processors, spam-registration-functions):
15668 Add spam-use-resend.
15669 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15670 (spam-report-articles-gmane): Add doc fix.
15671 (spam-report-articles-resend, spam-report-resend-register-routine):
15672 Add wrappers around spam-report-resend-to.
15673
15674 * spam-report.el (spam-report-resend-to, spam-report-resend):
15675 Add support for resending spam.
15676 (spam-report-gmane): Fix line length >80.
15677
15678 * gnus.el (spam-process): Add spam-use-resend.
15679
15680 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15681
15682 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15683 number of processed spam messages.
15684 (spam-ham-copy-or-move-routine): Return the number of processed
15685 ham messages.
15686 (spam-summary-prepare-exit): Use the above values to decide
15687 whether status messages shouled be displayed.
15688
15689 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
15690
15691 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15692 `rfc2047-encoding-function-alist' in order to avoid conflicting
15693 with the old version.
15694 (rfc2047-encode-region): Concatenate words containing non-ASCII
15695 characters in structured fields; don't encode space-delimited
15696 ASCII words even in unstructured fields; don't break words at
15697 char-category boundaries.
15698 (rfc2047-encode-1): New function.
15699 (rfc2047-encode): Use it; encode text so that it occupies the
15700 maximum width within 76-column; work correctly on Q encoding for
15701 iso-2022-* charsets.
15702 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15703 sure not to break a line just after the header name.
15704 (rfc2047-b-encode-region): Removed.
15705 (rfc2047-b-encode-string): New function.
15706 (rfc2047-q-encode-region): Removed.
15707 (rfc2047-q-encode-string): New function.
15708
15709 * mm-util.el (mm-replace-in-string): New function.
15710
15711 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
15712
15713 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15714 get it right.
15715 (gnus-inews-make-draft): Really.
15716
15717 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
15718
15719 * nnmh.el (nnmh-request-list-1): Don't check the link count
15720 before descending. (small patch)
15721
15722 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15723
15724 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15725 stuff.
15726
15727 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15728 on real group name.
15729
15730 * gnus-art.el (gnus-signature-limit): Doc fix.
15731
15732 * gnus-msg.el (gnus-inews-make-draft): Quote list.
15733
15734 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15735
15736 * gnus-draft.el (gnus-draft-send): Bind
15737 rfc2047-encode-encoded-words.
15738
15739 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15740 (rfc2047-encodable-p): Say that =? needs encoding.
15741 (rfc2047-encode-encoded-words): New variable.
15742
15743 * gnus-group.el (gnus-group-select-group): Doc fix.
15744
15745 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15746
15747 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15748 to nil.
15749
15750 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15751
15752 * nnheader.el (nnheader-get-lines-and-char): New function.
15753
15754 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
15755
15756 * gnus-msg.el (gnus-summary-followup-with-original): Document
15757 yanking of region when active.
15758
15759 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
15760
15761 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15762 groups if the group level is higher than the specified value.
15763
15764 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
15765
15766 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15767 (gnus-group-jump-to-group): Added prefix argument using
15768 `gnus-group-jump-to-group-prompt'. Query before jumping to
15769 non-active group.
15770
15771 * compface.el (uncompface): Be verbose when changing
15772 `uncompface-use-external'.
15773
15774 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15775 handle manual section.
15776
15777 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
15778
15779 * gnus-art.el (gnus-button-alist): Revert previous change.
15780
15781 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
15782
15783 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15784
15785 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
15786
15787 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15788 whether backend can accept message.
15789
15790 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15791
15792 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
15793
15794 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15795 Avoid creating directory when nntp-marks-is-evil is true.
15796 Reported by Reiner Steib.
15797
15798 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
15799
15800 * gnus-picon.el (gnus-picon-style): New variable.
15801 (gnus-picon-insert-glyph): Added optional `nostring' argument.
15802 (gnus-picon-transform-address): Support `gnus-picon-style'. From
15803 Jesper Harder <harder@ifa.au.dk>.
15804
15805 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
15806
15807 * message.el (message-fill-field): Return point.
15808 (message-generate-headers): Go to end of field.
15809
15810 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15811 stuff for non-living groups.
15812
15813 2004-05-18 Jesper Harder <harder@ifa.au.dk>
15814
15815 * gnus-art.el (gnus-article-followup-with-original)
15816 (gnus-article-reply-with-original): gnus-mark-active-p ->
15817 gnus-region-active-p.
15818
15819 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
15820
15821 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15822 only when there is spam or ham to be processed.
15823
15824 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15825
15826 * mail-source.el (mail-source-delete-crash-box): Refactor.
15827 (mail-source-fetch): Use it.
15828 (mail-source-fetch-file): Ditto.
15829 (mail-source-fetch-directory): Run postscript in loop.
15830 (mail-source-fetch-pop): Delete.
15831 (mail-source-fetch-maildir): Ditto.
15832 (mail-source-fetch-imap): Ditto.
15833
15834 * imap.el (imap-authenticators): Comment out sasl.
15835
15836 * message.el (message-skip-to-next-address): New function.
15837 (message-fill-header-address): Refactor.
15838 (message-fill-address): Use it.
15839 (message-delete-address): Use it.
15840 (message-fill-header-general): Refactor.
15841 (message-fill-field-address): Rename.
15842 (message-narrow-to-field): Find the start of the header.
15843 (message-header-format-alist): Don't pre-fill.
15844 (message-fill-header): Removed.
15845 (message-insert-header): New function.
15846 (message-shorten-references): Use it.
15847
15848 * rfc2047.el (rfc2047-field-value): Strip props.
15849
15850 * mail-parse.el (mail-header-make-address): New alias.
15851
15852 * ietf-drums.el (ietf-drums-make-address): New function.
15853
15854 * imap.el: Add compiler directives.
15855
15856 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15857
15858 * gnus-art.el (article-decode-idna-rhs): Don't use
15859 message-idna-inside-rhs-p.
15860
15861 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15862
15863 * message.el (message-idna-inside-rhs-p): Removed.
15864 (message-idna-to-ascii-rhs-1): Use proper address parsing.
15865
15866 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15867 false positives.
15868
15869 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15870
15871 * imap.el (imap-sasl-make-mechanisms): Use sasl.
15872
15873 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15874
15875 * nneething.el (nneething-file-name): Don't create spurious
15876 files.
15877
15878 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15879 (gnus-inews-do-gcc): Remove sleep.
15880
15881 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15882 part under point.
15883
15884 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15885 (gnus-agent-regenerate-group): Using nil messages aren't valid.
15886
15887 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
15888
15889 * spam.el (spam-summary-prepare-exit): Fixed (length).
15890
15891 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
15892
15893 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15894 as expired without moving it" message when there are spam
15895 messages left.
15896
15897 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
15898
15899 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15900 header is not nil.
15901
15902 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
15903
15904 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15905 nntp-possibly-create-directory, not nntp-possibly-change-group.
15906 (nntp-marks-changed-p): New arg SERVER.
15907 (nntp-request-update-info): Adjust caller.
15908
15909 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
15910
15911 * nntp.el (nntp-save-marks): Pass missing arg.
15912
15913 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
15914
15915 * nntp.el: Support marks.
15916 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15917 (nntp-marks-modtime, nntp-marks-directory): New variables.
15918 (nntp-request-set-mark, nntp-request-update-info)
15919 (nntp-possibly-create-directory, nntp-marks-changed-p)
15920 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15921 functions.
15922
15923 2004-05-12 Jesper Harder <harder@ifa.au.dk>
15924
15925 * gnus-score.el (gnus-score-insert-help): Use
15926 gnus-select-lowest-window.
15927
15928 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15929 appt-select-lowest-window and rename to gnus-select-lowest-window.
15930
15931 * gnus.el: do.
15932
15933 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15934
15935 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15936 encodings of MIME-encoded words, in order to improve
15937 interoperability with several broken MUAs.
15938
15939 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15940
15941 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15942 tags, only when charsets are not specified in headers.
15943 (mm-inline-text-html-render-with-w3m): Ditto.
15944
15945 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15946
15947 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15948 instead of MIME-decoded from fields when checking
15949 `gnus-article-address-banner-alist'.
15950
15951 2004-05-03 Jesper Harder <harder@ifa.au.dk>
15952
15953 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15954 description rather than subject.
15955
15956 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15957
15958 * gnus.el (gnus-version-number): Bump.
15959
15960 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15961
15962 * gnus.el: No Gnus v0.2 is released.
15963
15964 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15965
15966 * gnus-agent.el (gnus-agent-read-agentview): Inline
15967 gnus-uncompress-range.
15968
15969 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15970
15971 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15972 `exec-installed-p'.
15973
15974 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15975
15976 * gnus.el (spam-process, spam-autodetect-methods): Add
15977 bsfilter and bsfilter-headers.
15978
15979 * spam.el (spam-bsfilter): New customize group.
15980 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15981 (spam-bsfilter-header, spam-bsfilter-probability-header)
15982 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15983 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15984 (spam-bsfilter-database-directory): New options.
15985 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15986 (spam-list-of-statistical-checks, spam-registration-functions):
15987 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15988 (spam-bsfilter-score): New command.
15989 (spam-check-bsfilter-headers, spam-check-bsfilter)
15990 (spam-bsfilter-register-with-bsfilter)
15991 (spam-bsfilter-register-spam-routine)
15992 (spam-bsfilter-unregister-spam-routine)
15993 (spam-bsfilter-register-ham-routine)
15994 (spam-bsfilter-unregister-ham-routine): New functions.
15995 (spam-generic-score): Support bsfilter; Accept an optional argument
15996 to recalcurate spam score even if scoring header has already been
15997 added.
15998 (spam-bogofilter-score, spam-spamassassin-score): Accept an
15999 optional argument to recalcurate spam score even if scoring header
16000 has already been added.
16001
16002 2004-04-29 Jesper Harder <harder@ifa.au.dk>
16003
16004 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16005 strings! Reported by David D. Smith <davidsmith@acm.org>.
16006 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16007 link is missing.
16008
16009 2004-04-28 Jesper Harder <harder@ifa.au.dk>
16010
16011 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16012 (html2text-get-attr): Rewrite.
16013
16014 * message.el (message-setup-1): Remove redundant put-text-property
16015 on mail-header-separator.
16016
16017 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
16018
16019 * gnus-registry.el (gnus-registry-cache-whitespace)
16020 (gnus-registry-action, gnus-registry-spool-action)
16021 (gnus-registry-split-fancy-with-parent): Change message levels
16022 from 5 to 3 or 7, as needed.
16023
16024 * spam.el (spam-summary-prepare-exit)
16025 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16026 (spam-split, spam-find-spam, spam-log-undo-registration)
16027 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16028 level from 5 to 6.
16029
16030 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
16031
16032 * gnus-ems.el: Autoload appt-select-lowest-window (revert
16033 2004-03-04 change).
16034
16035 2004-04-25 Jesper Harder <harder@ifa.au.dk>
16036
16037 * sieve-manage.el (sieve-manage-open):
16038 * nnweb.el (nnweb-insert-html):
16039 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16040 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16041 * nnspool.el (nnspool-request-group):
16042 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16043 * nnml.el (nnml-request-update-info):
16044 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16045 (nnmh-request-create-group, nnmh-update-gnus-unreads):
16046 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16047 (nnimap-request-set-mark):
16048 * nnfolder.el (nnfolder-request-update-info):
16049 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16050 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16051 * gnus-uu.el (gnus-uu-find-articles-matching):
16052 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16053 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16054 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16055 * gnus-nocem.el (gnus-nocem-scan-groups):
16056 * gnus-int.el (gnus-start-news-server):
16057 * gnus-group.el (gnus-group-make-kiboze-group)
16058 (gnus-group-browse-foreign-server):
16059 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16060 Use mapc when appropriate.
16061
16062 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
16063
16064 FIXME: Make separate entries for each person.
16065
16066 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16067 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16068 <shields@msrl.com>:
16069
16070 * spam.el (spam-necessary-extra-headers): Get the extra headers we
16071 may need for spam sorting and scoring.
16072 (spam-user-format-function-S): Add user format function suitable for
16073 general use.
16074 (spam-article-sort-by-spam-status): Add sorting function for summary
16075 sorting.
16076 (spam-extra-header-to-number): Add function to get a score from a
16077 header.
16078 (spam-summary-score): Add function to get a numeric score from the
16079 headers.
16080 (spam-generic-score): Fix function doc, was in wrong place.
16081 (spam-initialize): Take symbols when it's run, and install the
16082 extra headers that spam-necessary-extra-headers thinks we need.
16083
16084 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
16085
16086 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16087 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
16088
16089 2004-04-17 Jesper Harder <harder@ifa.au.dk>
16090
16091 * gnus-sum.el (gnus-set-global-variables)
16092 (gnus-build-all-threads, gnus-get-newsgroup-headers)
16093 (gnus-article-get-xrefs, gnus-summary-best-group)
16094 (gnus-summary-next-article, gnus-summary-enter-digest-group)
16095 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16096 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16097 Use with-current-buffer.
16098
16099 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
16100
16101 * spam.el (spam-summary-prepare-exit): Simplify logic.
16102 (spam-fetch-article-header): Read the article header if it's not
16103 available.
16104 (spam-list-articles): Simplify logic.
16105 (spam-filelist-register-routine): Fix bug with unregister-list.
16106
16107 * gnus-registry.el: Fix comments at beginning.
16108
16109 2004-04-16 Jesper Harder <harder@ifa.au.dk>
16110
16111 * message.el (message-cater-to-broken-inn): Remove.
16112 (message-shorten-references): Make sure the total folded length of
16113 References is shorter than 998 characters to cater to a bug in INN
16114 2.3. Also, don't pretend that references aren't folded -- this
16115 hasn't worked for a while.
16116
16117 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
16118
16119 * gnus-agent.el (gnus-agentize):
16120 gnus-agent-send-mail-real-function no longer set to current value
16121 of message-send-mail-function but rather a lambda that calls
16122 message-send-mail-function. The change makes the agent real-time
16123 responsive to user changes to message-send-mail-function.
16124
16125 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
16126
16127 * legacy-gnus-agent.el
16128 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16129 help from Florian Weimer <fw@deneb.enyo.de>
16130
16131 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
16132
16133 * nnmail.el (nnmail-cache-insert): Revert last change.
16134
16135 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
16136
16137 * nnmail.el (nnmail-cache-insert): Always check whether
16138 nnmail-cache-ignore-groups matches a group name.
16139
16140 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
16141
16142 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16143 (spam-find-spam, spam-log-processing-to-registry)
16144 (spam-log-registered-p, spam-log-unregistration-needed-p)
16145 (spam-log-undo-registration): Use gnus-message instead of
16146 gnus-error, none of these errors are fatal.
16147
16148 * gnus-registry.el (gnus-registry-clean-empty-function)
16149 (gnus-registry-clean-empty): Remove only empty entries without
16150 extra data.
16151
16152 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
16153
16154 * spam-stat.el (spam-stat-buffer-change-to-spam)
16155 (spam-stat-buffer-change-to-non-spam): Change (error) to
16156 (gnus-message 8) invocation.
16157
16158 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
16159
16160 * nntp.el (nntp-via-netcat-command): New variable.
16161 (nntp-via-netcat-switches): New variable.
16162 (nntp-open-via-rlogin-and-netcat): New function.
16163 (nntp-open-connection-function): Doc fix.
16164 (nntp-telnet-command): Doc fix.
16165 (nntp-end-of-line): Doc fix.
16166 (nntp-via-rlogin-command): Doc fix.
16167 (nntp-via-user-name): Doc fix.
16168 (nntp-via-address): Doc fix.
16169
16170 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
16171
16172 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16173 error in Emacs 21.1.
16174
16175 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
16176
16177 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16178
16179 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
16180
16181 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16182 (gnus-agent-with-refreshed-group): New macro.
16183 (gnus-agent-rename-group): New function.
16184 (gnus-agent-delete-group): New function.
16185 (gnus-agent-save-group-info): Use gnus-command-method when
16186 `method' parameter is nil. Don't write nil entries into the
16187 active file.
16188 (gnus-agent-get-group-info): New function.
16189 (gnus-agent-fetch-articles): Use
16190 gnus-agent-update-files-total-fetched-for to increment disk space
16191 used.
16192 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16193 gnus-agent-update-view-total-fetched-for to increment disk space
16194 used.
16195 (gnus-agent-get-local): Added optional parameters to avoid calling
16196 gnus-group-real-name and gnus-find-method-for-group.
16197 (gnus-agent-set-local): Delete stored entry if either min, or max,
16198 are nil.
16199 (gnus-agent-fetch-session): Reworded error/quit messages. On
16200 quit, use gnus-agent-regenerate-group to record existence of any
16201 articles fetched to disk before the quit occurred.
16202 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16203 gnus-agent-update-view-total-fetched-for, and
16204 gnus-agent-update-files-total-fetched-for to decrement disk space
16205 used.
16206 (gnus-agent-retrieve-headers): Use
16207 gnus-agent-update-view-total-fetched-for to increment disk space
16208 used.
16209 (gnus-agent-regenerate-group): Replace gnus-group-update-group
16210 with gnus-agent-update-files-total-fetched-for to decrement disk
16211 space and fresh group buffer.
16212 (gnus-agent-inhibit-update-total-fetched-for): New variable.
16213 (gnus-agent-need-update-total-fetched-for): New variable.
16214 (gnus-agent-update-files-total-fetched-for): New function.
16215 (gnus-agent-update-view-total-fetched-for): New function.
16216 (gnus-agent-total-fetched-for): New function.
16217
16218 * gnus-cache.el (gnus-cache-save-buffers): Use
16219 gnus-cache-update-overview-total-fetched-for to change disk space
16220 used by this group.
16221 (gnus-cache-possibly-enter-article): Use
16222 gnus-cache-update-file-total-fetched-for to increment disk space
16223 used by this group.
16224 (gnus-cache-possibly-remove-article): Use
16225 gnus-cache-update-file-total-fetched-for to decrement disk space
16226 used by this group.
16227 (gnus-cache-generate-nov-databases): Purge total fetched cache.
16228 (gnus-cache-rename-group): New function.
16229 (gnus-cache-delete-group): New function.
16230 (gnus-cache-inhibit-update-total-fetched-for): New variable.
16231 (gnus-cache-need-update-total-fetched-for): New variable.
16232 (gnus-cache-with-refreshed-group): New macro.
16233 (gnus-cache-update-file-total-fetched-for): New function.
16234 (gnus-cache-update-overview-total-fetched-for): New function.
16235 (gnus-cache-rename-group-total-fetched-for): New function.
16236 (gnus-cache-delete-group-total-fetched-for): New function.
16237 (gnus-cache-total-fetched-for): New function.
16238
16239 * gnus-group.el: Require gnus-sum and autoload functions to
16240 resolve warnings when gnus-group.el compiled alone.
16241 (gnus-group-line-format): Documented new %F.
16242 (size of Fetched data) group line format; identifies disk space
16243 used by agent and cache.
16244 (gnus-group-line-format-alist): Defined new F format.
16245 (gnus-total-fetched-for): New function.
16246 (gnus-group-delete-group): No longer update
16247 gnus-cache-active-altered as gnus-request-delete-group now keeps
16248 the cache in sync.
16249 (gnus-group-list-active): Let the agent store a server's active
16250 list if currently plugged.
16251
16252 * gnus-int.el (gnus-request-delete-group):
16253 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16254 local disk in sync with the server.
16255 (gnus-request-rename-group):
16256 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16257 local disk in sync with the server.
16258
16259 * gnus-start.el (gnus-get-unread-articles):
16260 Cosmetic simplification to logic.
16261
16262 * gnus-util.el (gnus-rename-file): New function.
16263
16264 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
16265
16266 * mm-util.el (mm-image-load-path): Handle nil in load-path.
16267
16268 2004-04-07 Jesper Harder <harder@ifa.au.dk>
16269
16270 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16271 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
16272
16273 2004-04-06 Jesper Harder <harder@ifa.au.dk>
16274
16275 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16276 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
16277
16278 2004-04-03 Jesper Harder <harder@ifa.au.dk>
16279
16280 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16281
16282 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
16283
16284 * spam.el (spam-set-difference): Add function to replace
16285 gnus-set-difference in spam.el.
16286 (spam-summary-prepare-exit): Use spam-set-difference.
16287
16288 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
16289
16290 * gnus-registry.el (gnus-registry-cache-file): Update to use
16291 gnus-dribble-directory OR gnus-home-directory OR ~.
16292 (gnus-registry-split-fancy-with-parent): Fix doc.
16293
16294 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
16295
16296 * message.el (message-exchange-point-and-mark): Use
16297 message-mark-active-p. Suggested by Jesper Harder
16298 <harder@ifa.au.dk>.
16299
16300 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
16301
16302 * message.el (message-exchange-point-and-mark): Don't activate
16303 region if it was inactive. Suggested by Hiroshi Fujishima
16304 <pooh@nature.tsukuba.ac.jp>.
16305
16306 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
16307
16308 * gnus-art.el (article-display-face): Display Faces in the same
16309 order as X-Faces.
16310
16311 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
16312
16313 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16314
16315 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
16316
16317 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16318 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16319 (gnus-article-mime-hierarchy): Remove.
16320 (gnus-article-mime-hierarchy-next): Remove.
16321 (gnus-article-mode): Revert 2004-03-19 change.
16322 (gnus-article-setup-buffer): Revert 2004-03-19 change.
16323 (gnus-insert-mime-button): Revert 2004-03-19 change.
16324 (gnus-mime-accumulate-hierarchy): Remove.
16325 (gnus-mime-enter-multipart): Remove.
16326 (gnus-mime-leave-multipart): Remove.
16327 (gnus-mime-display-part): Revert 2004-03-19 change.
16328 (gnus-mime-display-alternative): Revert 2004-03-19 change.
16329
16330 * mml.el (mml-preview): Revert 2004-03-19 change.
16331
16332 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
16333
16334 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16335
16336 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
16337
16338 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16339 t while entering a file name using the mm-with-multibyte macro.
16340 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16341
16342 * mm-util.el (mm-with-multibyte): New macro.
16343
16344 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
16345
16346 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16347 user option.
16348 (gnus-mime-multipart-functions): Doc and customization fix.
16349 (gnus-article-mime-hierarchy): New variable.
16350 (gnus-article-mime-hierarchy-next): New variable.
16351 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16352 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16353 gnus-article-mime-hierarchy-next to nil.
16354 (gnus-insert-mime-button): Show hierarchy numbers.
16355 (gnus-mime-accumulate-hierarchy): New function.
16356 (gnus-mime-enter-multipart): New function.
16357 (gnus-mime-leave-multipart): New function.
16358 (gnus-mime-display-part): Recompute hierarchical MIME structure.
16359 (gnus-mime-display-alternative): Show hierarchy numbers.
16360
16361 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16362 gnus-article-mime-hierarchy-next to nil.
16363
16364 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
16365
16366 * dns.el: Don't require gnus-xmas.
16367
16368 2004-03-17 Jesper Harder <harder@ifa.au.dk>
16369
16370 * mml.el (mml-generate-mime-1): Don't use format=flowed with
16371 inline PGP.
16372 (mml-menu): Disable mml-quote-region if mark is inactive.
16373
16374 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
16375
16376 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16377 when the group's active is not available.
16378
16379 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
16380
16381 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16382 error.
16383
16384 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
16385
16386 * imap.el (imap-store-password): New variable.
16387 (imap-interactive-login): Use it.
16388 Suggested by Mark Plaksin <happy@mcplaksin.org>.
16389
16390 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
16391
16392 * gnus-art.el (gnus-article-read-summary-keys): Restore new
16393 window-start and hscroll to summary window.
16394
16395 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
16396
16397 * gnus-start.el (gnus-convert-old-newsrc): Only write the
16398 conversion message to newsrc-dribble when an actual conversion is
16399 performed.
16400
16401 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
16402
16403 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16404
16405 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
16406
16407 * mm-decode.el (mm-complicated-handles): New function reviving
16408 former definition of mm-multiple-handles.
16409
16410 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16411 (gnus-mime-delete-part): Use it.
16412
16413 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
16414
16415 * gnus-agent.el (gnus-agent-read-local): Bind
16416 nnheader-file-coding-system to gnus-agent-file-coding-system to
16417 avoid the implicit assumption that they will always be equal.
16418 (gnus-agent-save-local): Bind buffer-file-coding-system, not
16419 coding-system-for-write, as the with-temp-file macro first prints
16420 to a buffer then saves the buffer.
16421
16422 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
16423
16424 * gnus-art.el (gnus-article-edit-part): New function.
16425 (gnus-mime-save-part-and-strip): Use it; do query instead of
16426 signaling an error; don't use mm-multiple-handles.
16427 (gnus-mime-delete-part): Ditto.
16428
16429 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
16430
16431 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16432 old file versions.
16433 (gnus-group-prepare-hook): Removed function that converted list
16434 form of gnus-agent-expire-days to group properties.
16435
16436 * gnus-int.el: Autoload gnus-agent-regenerate-group.
16437 (gnus-request-accept-article): Re-indented.
16438
16439 * gnus-start.el (gnus-convert-old-newsrc): Registered new
16440 converters to handle old agent file formats. Added logic for a
16441 "backup before upgrading warning".
16442 (gnus-convert-mark-converter-prompt): Developers can mark
16443 functions as needing (default), or not needing,
16444 gnus-convert-old-newsrc's "backup before upgrading warning".
16445 (gnus-convert-converter-needs-prompt): Tests whether the user
16446 should be protected from potentially irreversable changes by the
16447 function.
16448
16449 * legacy-gnus-agent.el: New. Provides converters that are only
16450 loaded when gnus-convert-old-newsrc needs to call them.
16451
16452 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
16453
16454 * mail-source.el (mail-source-touch-pop): Doc fix.
16455
16456 * message.el (message-smtpmail-send-it): Doc fix.
16457
16458 2004-03-05 Jesper Harder <harder@ifa.au.dk>
16459
16460 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16461
16462 * nnmail.el (nnmail-split-fancy): do.
16463
16464 * gnus-kill.el (gnus-kill, gnus-execute): do.
16465
16466 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
16467
16468 * gnus-sum.el (gnus-widget-reversible-match)
16469 (gnus-widget-reversible-to-internal)
16470 (gnus-widget-reversible-to-external): New functions.
16471 (gnus-widget-reversible): New widget.
16472 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16473
16474 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
16475
16476 * gnus-sum.el (gnus-thread-sort-functions)
16477 (gnus-article-sort-functions): Document `(not F)' items.
16478
16479 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
16480
16481 * spam.el (spam-use-gmane-xref): Add new backend.
16482 (spam-gmane-xref-spam-group): Add variable to control the name of the
16483 Gmane spam group.
16484 (spam-blackhole-servers, spam-blackhole-good-server-regex)
16485 (spam-regex-headers-spam, spam-regex-headers-ham)
16486 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16487 (spam-list-of-checks): Add spam-use-gmane-xref to list of
16488 backends and checks.
16489 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16490
16491 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16492 an autodetect method.
16493
16494 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
16495
16496 * gnus-int.el (gnus-request-accept-article): Inform the agent that
16497 articles are being added to a group.
16498 (gnus-request-replace-article): Inform the agent that articles
16499 need to be uncached as the cached contents are no longer valid.
16500
16501 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
16502
16503 * binhex.el: Don't autoload executable-find.
16504
16505 * canlock.el: Don't autoload mail-fetch-field.
16506
16507 * gnus-ems.el: Don't autoload appt-select-lowest-window.
16508
16509 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16510 rmail-dont-reply-to and rmail-output.
16511
16512 * gnus-score.el: Don't autoload ffap-string-at-point.
16513
16514 * gnus-setup.el: Don't autoload sc-cite-original.
16515
16516 * imap.el: Don't autoload base64-decode-string,
16517 base64-encode-string and md5.
16518
16519 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16520 and rmail-msg-restore-non-pruned-header.
16521
16522 * mm-decode.el: Don't autoload executable-find.
16523
16524 * mm-url.el: Don't autoload executable-find.
16525
16526 * mm-view.el: Don't autoload diff-mode.
16527
16528 * nndb.el: Don't autoload news-reply-mode, news-setup,
16529 cancel-timer and telnet.
16530
16531 * password.el: Don't autoload run-at-time for Emacs.
16532
16533 * sha1-el.el: Don't autoload executable-find.
16534
16535 * sieve-mode.el: Don't autoload c-mode.
16536
16537 * uudecode.el: Don't autoload executable-find.
16538
16539 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
16540
16541 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16542 (gnus-agent-possibly-alter-active): Avoid null in numeric
16543 comparison.
16544 (gnus-agent-set-local): Refuse to save null in local object table.
16545 (gnus-agent-regenerate-group): The REREAD parameter can now be a
16546 list of articles that will be marked as unread.
16547
16548 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
16549
16550 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16551
16552 2004-03-04 Jesper Harder <harder@ifa.au.dk>
16553
16554 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16555 language tags.
16556
16557 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
16558
16559 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16560 Don't bind "obarray".
16561
16562 * gnus-sum.el (gnus-thread-sort-functions): Added
16563 `gnus-thread-sort-by-most-recent-number' and
16564 `gnus-thread-sort-by-most-recent-date'.
16565 Reported by Kai Grossjohann <kai@emptydomain.de>.
16566
16567 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
16568
16569 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16570
16571 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
16572
16573 * gnus-cus.el (gnus-agent-customize-category): Removed
16574 ignore-errors macro reference that required cl to be loaded at
16575 run-time.
16576
16577 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16578 single-interval range of the form (min . max). Previously the
16579 range had to look like ((min . max)). Likewise, return
16580 (min . max) rather than ((min . max)).
16581 (gnus-range-map): Use gnus-range-normalize to accept
16582 single-interval range.
16583
16584 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16585 the cache, but not the agent, now appear with their usual face.
16586
16587 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
16588
16589 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16590 w3m-safe-url-regexp variable buffer-local.
16591
16592 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16593
16594 2004-02-27 Simon Josefsson <jas@extundo.com>
16595
16596 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16597 gnus-group-real-prefix.
16598 (gnus-summary-move-article): Use it, instead of
16599 gnus-group-real-prefix.
16600
16601 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
16602
16603 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16604 w3m-safe-url-regexp variable buffer-local and set it as the value
16605 of mm-w3m-safe-url-regexp.
16606
16607 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16608
16609 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16610 parsing gnus-posting-styles when the message is not for replying.
16611
16612 * nnrss.el (nnrss-opml-export): Use
16613 mm-set-buffer-file-coding-system instead of
16614 set-buffer-file-coding-system.
16615
16616 2004-02-27 Jesper Harder <harder@ifa.au.dk>
16617
16618 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16619 of checkdoc.el).
16620 * nnrss.el: do.
16621 * gnus-mlspl.el: do.
16622 * gnus-ml.el: do.
16623 * gnus-srvr.el: do.
16624
16625 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16626
16627 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
16628
16629 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16630 Corrections to custom-manual links.
16631
16632 * gnus-art.el (gnus-article): Ditto.
16633
16634 * mm-decode.el (mime-display, mime-security): Ditto.
16635
16636 2004-02-26 Jesper Harder <harder@ifa.au.dk>
16637
16638 * flow-fill.el: Typo.
16639
16640 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
16641
16642 * spam-wash.el: New file.
16643
16644 2004-02-26 Mark A. Hershberger <mah@everybody.org>
16645
16646 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16647
16648 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
16649
16650 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16651 to be run with new-articles as LIST1, not LIST2.
16652 (spam-registration-functions): Add spam-use-ham-copy as a nil
16653 registration backend.
16654
16655 2004-02-26 Jesper Harder <harder@ifa.au.dk>
16656
16657 * spam-stat.el (spam-stat-washing-hook): New option.
16658 (spam-stat-buffer-words): Use it.
16659 (spam-stat-process-directory, spam-stat-test-directory): Use
16660 insert-file-contents-literally.
16661 (spam-stat-coding-system): New variable.
16662 (spam-stat-load, spam-stat-save): Use it.
16663
16664 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
16665
16666 * spam-report.el (spam-report-plug-agent): Quote
16667 spam-report-url-to-file and spam-report-url-ping-plain.
16668
16669 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
16670
16671 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16672 / in mailto URLs.
16673
16674 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
16675
16676 * spam-report.el (spam-report-process-queue): Fix interactive use.
16677 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16678 (spam-report-unplug-agent): Doc fixes.
16679 (spam-report-url-ping-mm-url, spam-report-url-to-file)
16680 (spam-report-agentize, spam-report-deagentize): Autoload
16681
16682 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
16683
16684 * message.el (message-setup-fill-variables): Add mml tags to
16685 paragraph-start and paragraph-separate. Suggested by Andrew Korty
16686 <ajk@iu.edu>.
16687 (message-mode): Don't modify paragraph-separate there.
16688
16689 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
16690
16691 * compface.el (uncompface-use-external): Default to undecided.
16692 (uncompface-use-external-threshold): New variable.
16693 (uncompface-float-time): New macro.
16694 (uncompface): Determine whether to use the external decoder if
16695 uncompface-use-external is undecided.
16696
16697 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16698
16699 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16700 after images.
16701
16702 * gnus-art.el (gnus-mime-display-single): Remove dead code.
16703
16704 2004-02-14 Jesper Harder <harder@ifa.au.dk>
16705
16706 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16707
16708 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16709
16710 * gnus-sum.el (gnus-summary-limit-to-age)
16711 (gnus-summary-limit-children): do.
16712
16713 * gnus-int.el (gnus-request-scan): do.
16714
16715 * gnus-group.el (gnus-group-suspend): do.
16716
16717 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16718
16719 * gnus-cite.el (gnus-cite-parse-attributions): do.
16720
16721 * gnus-agent.el (gnus-summary-set-agent-mark)
16722 (gnus-agent-regenerate-group): do.
16723
16724 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16725
16726 * binhex.el (binhex-decode-region-internal): do.
16727
16728 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
16729
16730 * gnus-fun.el (gnus-face-properties-alist): New user option.
16731 (gnus-display-x-face-in-from): Use it.
16732
16733 * gnus-art.el (article-display-face): Ditto.
16734
16735 * compface.el (uncompface-use-external): Default to nil.
16736
16737 2004-02-12 Jesper Harder <harder@ifa.au.dk>
16738
16739 * nntp.el (nntp-erase-buffer): New function.
16740 (nntp-retrieve-data, nntp-send-command)
16741 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16742 (nntp-possibly-change-group): Use it.
16743
16744 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16745 with-current-buffer.
16746
16747 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
16748
16749 * compface.el: Merge the ELisp-based uncompface program.
16750 (compface): New customization group.
16751 (uncompface-use-external): New user option.
16752 (uncompface): Call uncompface-internal if uncompface-use-external
16753 is nil.
16754 (uncompface-internal): New function. Note that there are also
16755 some other functions and variables added for this function.
16756
16757 2004-02-10 Jesper Harder <harder@ifa.au.dk>
16758
16759 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16760 if necessary.
16761
16762 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
16763
16764 * spam-report.el (spam-report-unplug-agent)
16765 (spam-report-plug-agent, spam-report-deagentize)
16766 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16767 Add support for the Agent in spam-report: when unplugged, report to a
16768 file; when plugged, submit all the requests.
16769
16770 * spam.el (spam-register-routine): Fix message about
16771 registration.
16772
16773 2004-02-09 Jesper Harder <harder@ifa.au.dk>
16774
16775 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16776 dependencies.
16777 (rfc2047-encode): Use it.
16778
16779 * gnus-art.el (gnus-button-marker-list): Move before first
16780 reference.
16781
16782 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16783 (imap-parse-body): Fix format string mismatch.
16784
16785 * gnus-score.el (gnus-summary-increase-score): do.
16786
16787 * nnrss.el (nnrss-close): New function.
16788
16789 2004-02-08 Jesper Harder <harder@ifa.au.dk>
16790
16791 * nnrss.el (nnrss-make-filename): New function.
16792 (nnrss-request-delete-group, nnrss-read-server-data)
16793 (nnrss-save-server-data, nnrss-read-group-data)
16794 (nnrss-save-group-data): Use it.
16795 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16796 (nnrss-read-server-data, nnrss-read-group-data): Use load.
16797 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16798
16799 2004-02-07 Jesper Harder <harder@ifa.au.dk>
16800
16801 * mml.el (mml-compute-boundary-1): Don't uncompress files.
16802
16803 2004-02-06 Jesper Harder <harder@ifa.au.dk>
16804
16805 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16806 files.
16807
16808 * message.el (message-generate-headers-first): Don't quote nil
16809 and t in docstrings.
16810
16811 * imap.el (imap-id): do.
16812
16813 * gnus-agent.el (gnus-agent-consider-all-articles)
16814 (gnus-agent-queue-mail): do.
16815
16816 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
16817
16818 * spam-report.el (spam-report-process-queue): New function.
16819 Process requests from `spam-report-requests-file'.
16820 (spam-report-process-queue): Doc fix.
16821
16822 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
16823
16824 * spam.el (spam-register-routine)
16825 (spam-log-processing-to-registry, spam-log-registered-p)
16826 (spam-log-unregistration-needed-p, spam-log-undo-registration):
16827 Change "check" to "spam-check" for semi-clarity.
16828
16829 2004-02-05 Jesper Harder <harder@ifa.au.dk>
16830
16831 * pop3.el: Require nnheader.
16832
16833 * mml-smime.el: Require cl. Autoload message-fetch-field.
16834
16835 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16836
16837 * gnus-picon.el: Require cl.
16838
16839 * gnus-fun.el: Require gnus-ems and gnus-util.
16840
16841 * gnus.el (gnus-method-to-server): Move defsubst before first use.
16842
16843 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16844
16845 * gnus-art.el (gnus-article-edit-mode): Define before first
16846 reference.
16847
16848 2004-02-04 Jesper Harder <harder@ifa.au.dk>
16849
16850 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16851 (gnus-uu-post-encoded): Use point-at-bol.
16852
16853 * gnus-topic.el (gnus-group-active-topic-p): do.
16854
16855 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16856
16857 * gnus-group.el (gnus-group-kill-region): do.
16858
16859 * gnus-art.el (article-date-ut): do.
16860
16861 * message.el (message-fetch-field): Remove redundant
16862 case-fold-search binding.
16863 (message-narrow-to-field): Simplify.
16864
16865 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
16866
16867 * spam.el (spam-directory): Derive from `gnus-directory'.
16868
16869 * spam-report.el (spam-report-url-to-file)
16870 (spam-report-requests-file): New function and variable for offline
16871 reporting.
16872 (spam-report-url-ping-function): Add `spam-report-url-to-file'
16873 and user defined function.
16874 (spam-report-url-ping-mm-url): Remove doubled slash.
16875
16876 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
16877
16878 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16879
16880 2004-02-03 Jesper Harder <harder@ifa.au.dk>
16881
16882 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16883 format string mismatch.
16884
16885 * sieve.el (sieve-deactivate-all): do.
16886
16887 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16888
16889 * nnlistserv.el (nnlistserv-kk-wash-article): do.
16890
16891 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16892
16893 * mm-bodies.el (mm-7bit-chars): Don't include \r.
16894
16895 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
16896
16897 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16898 the list of checks.
16899
16900 2004-01-31 Jesper Harder <harder@ifa.au.dk>
16901
16902 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16903 padding.
16904
16905 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
16906
16907 * mm-view.el (mm-fill-flowed): New variable.
16908 (mm-inline-text): Use it.
16909
16910 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
16911
16912 * spam.el (spam-spamassassin-register-ham-routine)
16913 (spam-spamassassin-register-spam-routine): Fix function names.
16914
16915 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
16916
16917 * gnus.el (gnus-tmp-grouplens): Remove.
16918 (gnus-summary-line-format): Remove grouplens.
16919
16920 * gnus-group.el (gnus-group-line-format): Ditto.
16921
16922 * gnus-spec.el (gnus-format-specs): Ditto.
16923 (gnus-update-format-specifications): Flush the group format spec
16924 cache if there's the grouplens stuff.
16925 (gnus-parse-simple-format): Replace %l with the empty string.
16926
16927 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
16928
16929 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16930 omission.
16931
16932 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
16933
16934 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16935 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16936
16937 2004-01-25 Paul Jarc <prj@po.cwru.edu>
16938
16939 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16940 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16941 New macros and functions.
16942 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16943 Handle > NLINK_MAX messages.
16944 * nnmaildir.el (nnmaildir-request-set-mark): Use
16945 nnmaildir--emlink-p and nnmaildir--eexist-p.
16946
16947 2004-01-25 Alex Schroeder <alex@gnu.org>
16948
16949 * spam-stat.el (spam-stat-process-directory-age): New option.
16950 (spam-stat-process-directory): Use it.
16951
16952 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
16953
16954 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16955 (spam-stat-save): Accept prefix argument.
16956
16957 2004-01-23 Paul Jarc <prj@po.cwru.edu>
16958
16959 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16960 links" error.
16961
16962 2004-01-23 Jesper Harder <harder@ifa.au.dk>
16963
16964 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16965 compatibility with old .newsrc.eld files.
16966
16967 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16968
16969 * gnus-start.el (gnus-1): do.
16970
16971 * gnus-group.el (gnus-group-line-format-alist): do.
16972
16973 * gnus.el (gnus-use-grouplens, gnus-visual): do.
16974
16975 * gnus-gl.el: Remove.
16976
16977 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
16978
16979 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16980 marks consisting of a single range {for example, (3 . 5)} rather
16981 than a list of a single range { ((3 . 5)) }.
16982
16983 2004-01-23 Jesper Harder <harder@ifa.au.dk>
16984
16985 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16986 with-current-buffer.
16987 (spam-stat-store-current-buffer): Use insert-buffer-substring to
16988 avoid consing a string.
16989
16990 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16991 Remove obsolete entries for big5 and gb2312.
16992
16993 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
16994
16995 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16996 uncompressed list.
16997
16998 2004-01-22 Jesper Harder <harder@ifa.au.dk>
16999
17000 * spam-stat.el (spam-stat-strip-xref): New function.
17001 (spam-stat-process-directory): Use it.
17002
17003 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17004 here -- it's done in message-fetch-field.
17005
17006 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
17007
17008 * gnus-agent.el (gnus-agent-queue-mail)
17009 (gnus-agent-prompt-send-queue): New variables.
17010 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17011 * gnus-draft.el (gnus-group-send-queue): Pass the group name
17012 "nndraft:queue" along to gnus-draft-send. Use
17013 gnus-agent-prompt-send-queue.
17014 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17015 is "nndraft:queue". Suggested by Gaute Strokkenes
17016 <gs234@srcf.ucam.org>
17017
17018 * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17019 (agent-enable-undownloaded-faces): Added.
17020 (gnus-agent-cat-groups): Use eval-and-compile, not
17021 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17022 method of gnus-agent-cat-groups even when the buffer has been
17023 evaled.
17024 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17025 delete gnus-agent-save-active-1.
17026 (gnus-agent-save-groups): Deleted. Identical to
17027 gnus-agent-save-active.
17028 (gnus-agent-write-active): No longer adjust agent's copy of active
17029 file as agent's adjustments are now stored in their own
17030 file. Removed optional parameter.
17031 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17032 servers. Add use of min/max range limits from server's local
17033 file.
17034 (gnus-agent-save-alist): Removed unused optional argument.
17035 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17036 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17037 (gnus-agent-set-local): A per-server file that keeps min/max range
17038 limits for articles known to the agent. Provides a fast mechanism
17039 for altering many active ranges.
17040 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17041 active file (local makes it unnecessary).
17042 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17043
17044 * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17045 (agent-enable-undownloaded-faces): Added.
17046
17047 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17048 disable it when sending to "nndraft:queue".
17049 (gnus-group-send-queue): Add safety check to avoid sending queue
17050 when unplugged.
17051
17052 * gnus-group.el (gnus-group-catchup): Use new
17053 gnus-sequence-of-unread-articles, not
17054 gnus-list-of-unread-articles, to avoid exhausting memory with huge
17055 numbers of articles. Use gnus-range-map to avoid having to
17056 uncompress the unread list.
17057 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17058 Fixed invalid ange-ftp reference.
17059
17060 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17061 (gnus-sorted-range-intersection): Intersection of two ranges
17062 without requiring that they first be uncompressed.
17063
17064 * gnus-start.el (gnus-activate-group): Unless blocked by the
17065 caller, possibly expand the active range to include both cached
17066 and agentized articles.
17067 (gnus-convert-old-newsrc): Rewrote in anticipation of having
17068 multiple version-dependent converters.
17069 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17070 gnus-agent-save-active.
17071 (gnus-save-newsrc-file): Save dirty agent range limits.
17072
17073 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17074 gnus-agent-possibly-alter-active.
17075 (gnus-adjust-marked-articles): Faster handling of simple lists
17076
17077 2004-01-21 Jesper Harder <harder@ifa.au.dk>
17078
17079 * spam-stat.el (spam-stat-test-directory): New optional argument
17080 displays a list of files detected. Suggested by Andrew Cohen
17081 <cohen@andy.bu.edu>.
17082 (spam-stat-buffer-words-with-scores): Don't narrow and change
17083 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
17084
17085 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
17086
17087 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17088 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17089 (spam-spamassassin-arguments)
17090 (spam-spamassassin-spam-flag-header)
17091 (spam-spamassassin-positive-spam-flag-header)
17092 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17093 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17094 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17095 (spam-list-of-processors, spam-list-of-checks)
17096 (spam-list-of-statistical-checks, spam-registration-functions)
17097 (spam-check-spamassassin-headers, spam-check-spamassassin)
17098 (spam-spamassassin-score)
17099 (spam-spamassassin-register-with-sa-learn)
17100 (spam-spamassassin-register-spam-routine)
17101 (spam-spamassassin-register-ham-routine)
17102 (spam-assassin-register-spam-routine)
17103 (spam-assassin-register-ham-routine): Add SpamAssassin support.
17104 (spam-bogofilter-score): Fix to show article before scoring.
17105
17106 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
17107
17108 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17109 default scoring function.
17110 (spam-generic-score): Call spam-spamassassin-score if
17111 spam-use-spamassassin or spam-use-spamassassin-headers is on;
17112 spam-bogofilter-score otherwise.
17113
17114 * gnus.el (spam-process, spam-autodetect-methods): Add
17115 spamassassin and spamassassin-headers.
17116
17117 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
17118
17119 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17120 Suppress unnecessary messages.
17121
17122 2004-01-20 Jesper Harder <harder@ifa.au.dk>
17123
17124 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17125 make-hash-table.
17126
17127 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
17128
17129 * canlock.el (base64-encode-string): Don't autoload it.
17130
17131 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
17132
17133 * run-at-time.el: Remove useless (require 'itimer),
17134 eval-and-compile and (featurep 'xemacs).
17135
17136 2004-01-16 Jesper Harder <harder@ifa.au.dk>
17137
17138 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17139 GROUP is a virtual group.
17140
17141 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
17142
17143 * gnus.el: Autoload `message-y-or-n-p'.
17144
17145 2004-01-15 Jesper Harder <harder@ifa.au.dk>
17146
17147 * pgg-parse.el: Remove unnecessary (require 'custom).
17148
17149 * pgg-def.el: do.
17150
17151 * nnmail.el: do.
17152
17153 * gnus-undo.el: do.
17154
17155 * gnus-picon.el: do.
17156
17157 * gnus-util.el: do.
17158
17159 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
17160
17161 * gnus-sum.el (gnus-pick-line-number): Add autoload.
17162
17163 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
17164
17165 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17166 handle, as well as a list.
17167
17168 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17169 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17170 (mm-w3m-cid-retrieve): Simplify.
17171
17172 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
17173
17174 * message.el (message-kill-to-signature): Allow prefix arg to
17175 specify number of lines to keep before signature.
17176
17177 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
17178
17179 * message.el (message-kill-to-signature): Change docstring.
17180
17181 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
17182
17183 * canlock.el: Always require sha1-el.
17184 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17185
17186 * message.el: Autoload sha1 only when compiling.
17187
17188 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
17189
17190 * message.el (message-canlock-generate): Require sha1-el.
17191
17192 2004-01-13 Jesper Harder <harder@ifa.au.dk>
17193
17194 * message.el (message-expand-name): Silence the byte compiler.
17195
17196 2004-01-13 Simon Josefsson <jas@extundo.com>
17197
17198 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17199 Invoke gnus-score-mode. Reported by
17200 bojohan+news@dd.chalmers.se (Johan Bockgård).
17201
17202 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
17203 Jim Blandy <jimb@redhat.com> (tiny change).
17204
17205 2004-01-12 Jesper Harder <harder@ifa.au.dk>
17206
17207 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17208
17209 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
17210
17211 * spam.el (spam-get-article-as-string): Update to use
17212 gnus-request-article-this-buffer, much simpler.
17213 (spam-get-article-as-buffer): Remove.
17214
17215 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
17216
17217 * message.el (message-expand-name): Use EUDC if the user uses that.
17218
17219 2004-01-12 Jesper Harder <harder@ifa.au.dk>
17220
17221 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17222 character for the encoding to avoid consing a string.
17223
17224 * rfc2047.el (rfc2047-decode-string): Don't cons a string
17225 unnecessarily.
17226
17227 * mm-util.el (mm-replace-chars-in-string): Remove.
17228
17229 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17230 of mm-replace-chars-in-string.
17231
17232 2004-01-11 Jesper Harder <harder@ifa.au.dk>
17233
17234 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17235
17236 * mm-util.el (mm-subst-char-in-string): Support inplace.
17237
17238 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17239 a new string in every iteration. Use shy groups.
17240
17241 2004-01-10 Jesper Harder <harder@ifa.au.dk>
17242
17243 * gnus-srvr.el (gnus-browse-unsubscribe-group):
17244 * gnus-soup.el (gnus-soup-group-brew):
17245 * gnus-msg.el (gnus-put-message):
17246 * gnus-move.el (gnus-group-move-group-to-server):
17247 * gnus-kill.el (gnus-batch-score):
17248 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17249 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17250 (gnus-group-update-group, gnus-group-read-group)
17251 (gnus-group-make-group, gnus-group-make-help-group)
17252 (gnus-group-make-archive-group, gnus-group-make-directory-group)
17253 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17254 (gnus-group-sort-by-unread, gnus-group-catchup)
17255 (gnus-group-unsubscribe-group, gnus-group-kill-group)
17256 (gnus-group-yank-group, gnus-group-set-info)
17257 (gnus-group-list-groups):
17258 * gnus.el (gnus-generate-new-group-name):
17259 * gnus-delay.el (gnus-delay-send-queue):
17260 * nnvirtual.el (nnvirtual-catchup-group):
17261 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17262 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17263 (gnus-group-prepare-topics, gnus-topic-check-topology):
17264 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17265 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17266 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17267 (gnus-group-make-articles-read):
17268 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17269 (gnus-group-change-level, gnus-kill-newsgroup)
17270 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17271 (gnus-get-unread-articles, gnus-make-articles-unread)
17272 (gnus-make-ascending-articles-unread): Use accessor
17273 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17274 to get group information for improved readability.
17275
17276 2004-01-09 Jesper Harder <harder@ifa.au.dk>
17277
17278 * gnus-art.el (article-decode-mime-words, article-babel)
17279 (gnus-article-highlight-signature, gnus-article-add-buttons)
17280 (gnus-signature-toggle): Use gnus-with-article-buffer.
17281
17282 * gnus-art.el (gnus-article-highlight-headers)
17283 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17284
17285 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17286 (gnus-article-set-globals, gnus-request-article-this-buffer)
17287 (gnus-button-message-id, gnus-article-maybe-hide-headers)
17288 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17289 (gnus-mime-display-alternative): Use with-current-buffer.
17290
17291 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
17292
17293 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17294 also under 80 char limit, and call gnus-error if needed.
17295 (spam-fetch-article-header): Fix - it was a
17296 buffer-local variable (gnus-newsgroup-data).
17297 (spam-find-spam): Use spam-generate-fake-headers, forget about
17298 spam-insert-fake-headers.
17299 (spam-insert-fake-headers): Remove.
17300
17301 2004-01-09 Jesper Harder <harder@ifa.au.dk>
17302
17303 * deuglify.el (gnus-article-outlook-unwrap-lines)
17304 (gnus-outlook-rearrange-article)
17305 (gnus-outlook-repair-attribution-outlook)
17306 (gnus-outlook-repair-attribution-block)
17307 (gnus-outlook-repair-attribution-other): Remove redundant
17308 save-excursion.
17309
17310 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
17311
17312 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17313 (spam-fetch-field-subject-fast)
17314 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17315 (spam-fetch-article-header): Add functions to deal with Gnus
17316 internals for fast retrieval of article header data.
17317 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17318
17319 2004-01-09 Jesper Harder <harder@ifa.au.dk>
17320
17321 * pop3.el (pop3-md5): Remove.
17322 (pop3-apop): Replace pop3-md5 with md5.
17323
17324 * mm-bodies.el: base64 is always built-in.
17325
17326 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17327 with-current-buffer.
17328
17329 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
17330
17331 * canlock.el (canlock-insert-header): Remove excessive grouping in
17332 regexp.
17333
17334 * gnus-sum.el (gnus-summary-read-document): Ditto.
17335
17336 * gnus-uu.el (gnus-uu-part-number): Ditto.
17337
17338 * html2text.el (html2text-remove-tags): Ditto.
17339 (html2text-format-tags): Ditto.
17340 (html2text-format-single-elements): Ditto.
17341
17342 * mml.el (mml-parse-1): Ditto.
17343
17344 2004-01-08 Jesper Harder <harder@ifa.au.dk>
17345
17346 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17347
17348 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17349
17350 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17351
17352 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17353
17354 2003-11-15 Simon Josefsson <jas@extundo.com>
17355
17356 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17357 (pgg-gpg-lookup-key): Use regexp match instead of
17358 split-string (split-string is different between emacs 21.2 and
17359 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
17360
17361 2004-01-08 Jesper Harder <harder@ifa.au.dk>
17362
17363 * gnus-art.el (gnus-mime-view-all-parts)
17364 (gnus-article-part-wrapper, gnus-article-view-part): Use
17365 with-current-buffer.
17366
17367 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
17368
17369 * spam.el (spam-disable-spam-split-during-ham-respool)
17370 (spam-spamoracle-database, spam-cache-lookups)
17371 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17372 (spam-group-ham-mark-p, spam-group-spam-mark-p)
17373 (spam-group-ham-marks, spam-group-spam-marks)
17374 (spam-group-spam-contents-p, spam-group-ham-contents-p)
17375 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17376 also add spam-use-blackholes to the statistical checks.
17377 (spam-fetch-field-fast): Add interface to fetching fields, may
17378 become a macro.
17379 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17380 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17381 (spam-insert-fake-headers): Fake an article when needed.
17382 (spam-find-spam): Fake article when possible.
17383 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17384 (spam-check-bogofilter-headers): Use message-fetch-field instead
17385 of nnmail-fetch-field.
17386
17387 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
17388
17389 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17390
17391 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
17392
17393 * spam.el (spam-split): Do not require spam-use-CHECK to be
17394 enabled if that check is passed to spam-split explicitly; also
17395 fix so 'spam doesn't get converted to spam-split-group when
17396 spam-split-symbolic-return is t.
17397 (spam-find-spam): Find registrations of the article and use those
17398 instead of re-running spam-split to find the spam/ham
17399 classification of the article.
17400 (spam-log-processing-to-registry, spam-log-registered-p)
17401 (spam-log-unregistration-needed-p, spam-log-undo-registration):
17402 Use gnus-error instead of gnus-message.
17403 (spam-log-registration-type): Add function to determine the
17404 classification of a message based on registry entries; will
17405 return nil if both 'spam and 'ham are found.
17406 (spam-check-BBDB): Expand all the BBDB macros here so we can have
17407 a reasonably fast local cache without the loading errors.
17408 (spam-cache-lookups): Set to t by default.
17409 (spam-find-spam): Don't try to guess spam-cache-lookups.
17410 (spam-enter-whitelist, spam-enter-blacklist): Clear the
17411 spam-caches entry.
17412 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17413 caching of whitelist/blacklist entries.
17414 (spam-check-whitelist, spam-check-blacklist): Invoke
17415 spam-from-listed-p with a type, not a cache variable.
17416 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17417
17418 2004-01-07 Jesper Harder <harder@ifa.au.dk>
17419
17420 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17421
17422 * nnmail.el (nnmail-split-fancy): do.
17423
17424 * mml.el (mml-parse): do.
17425
17426 * gnus-score.el (gnus-enter-score-words-into-hashtb)
17427 (gnus-score-adaptive): do.
17428
17429 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
17430
17431 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17432 (gnus-mime-button-map): Don't set keymap parent.
17433 (gnus-button-ctan-directory-regexp): Use shy grouping.
17434 (gnus-prev-page-map): Don't set keymap parent.
17435 (gnus-prev-page-map): Remove duplicated one.
17436 (gnus-next-page-map): Don't set keymap parent.
17437 (gnus-mime-security-button-map): Ditto.
17438
17439 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17440 version number.
17441
17442 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17443
17444 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
17445
17446 * canlock.el (canlock-sha1-function): Remove.
17447 (canlock-sha1-function-for-verify): Remove.
17448 (canlock-openssl-program): Remove.
17449 (canlock-openssl-args): Remove.
17450 (canlock-ignore-errors): Remove.
17451 (canlock-sha1-with-openssl): Remove.
17452 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17453 (canlock-verify): Don't use canlock-ignore-errors.
17454
17455 * sha1-el.el (sha1-string-external): Make it can return a string
17456 in binary form.
17457 (sha1-region-external): Ditto.
17458 (sha1-string-internal): Ditto.
17459 (sha1-region-internal): Ditto.
17460 (sha1-region): Ditto.
17461 (sha1-string): Ditto.
17462 (sha1): Ditto.
17463
17464 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
17465
17466 * spam.el (spam-report-articles-gmane): New command.
17467
17468 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
17469
17470 * gnus.el: Don't make unnecessary *Group* buffer when loading.
17471
17472 * run-at-time.el (run-at-time-saved): Remove.
17473 (run-at-time): Doc fix.
17474
17475 2004-01-07 Jesper Harder <harder@ifa.au.dk>
17476
17477 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17478 (gnus-summary-limit-map): Add it.
17479 (gnus-summary-make-menu-bar): do.
17480
17481 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
17482
17483 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17484 Make attempt at some caching support (done for BBDB only now).
17485 (spam-find-spam): Set spam-cache-lookups if there are more than 2
17486 addresses to be checked.
17487 (spam-clear-cache-BBDB): Add function, to be invoked by
17488 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17489 (spam-check-BBDB): Check and use the caches, if
17490 spam-cache-lookups is on, remove superfluous (provide).
17491
17492 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
17493
17494 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17495
17496 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
17497
17498 * run-at-time.el (run-at-time-saved): Move to after the definition
17499 of `run-at-time'.
17500
17501 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
17502
17503 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17504 mm-w3m-local-map-property.
17505
17506 * mm-view.el (mm-w3m-mode-map): Remove.
17507 (mm-w3m-local-map-property): Remove.
17508 (mm-inline-text-html-render-with-w3m): Don't use
17509 mm-w3m-local-map-property.
17510
17511 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
17512
17513 * run-at-time.el: New file.
17514
17515 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17516 of gnus-set-text-properties.
17517
17518 * gnus-uu.el (gnus-uu-save-article): Ditto.
17519
17520 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17521
17522 * gnus-cite.el (gnus-cite-parse): Ditto.
17523
17524 * gnus-art.el (gnus-button-push): Use set-text-properties instead
17525 of gnus-.
17526
17527 * gnus.el: Changed calls to nnheader-run-at-time and
17528 password-run-at-time throughout to use run-at-time directly.
17529
17530 * password.el: Removed definition of run-at-time.
17531
17532 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
17533
17534 * mml.el (mml-minibuffer-read-disposition): Show attachment type
17535 in prompt.
17536
17537 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
17538
17539 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17540 XEmacs version.
17541
17542 * dns.el (dns-make-network-process): Use `open-network-stream'
17543 instead of `gnus-xmas-open-network-stream'.
17544
17545 * .cvsignore: Add auto-autoloads.el, custom-load.el.
17546
17547 2004-01-06 Jesper Harder <harder@ifa.au.dk>
17548
17549 * gnus-art.el (gnus-mime-display-alternative)
17550 (gnus-insert-mime-button, gnus-insert-mime-security-button)
17551 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17552 Don't use gnus-local-map-property.
17553
17554 * gnus-util.el (gnus-local-map-property): Remove.
17555
17556 * mm-view.el (mm-view-pkcs7-decrypt): Replace
17557 gnus-completing-read-maybe-default with completing-read.
17558
17559 * gnus-util.el (gnus-completing-read): do.
17560 (gnus-completing-read-maybe-default): Remove.
17561
17562 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
17563
17564 * password.el: Only autoload `run-at-time' if not XEmacs.
17565 Only autoload the itimer functions if XEmacs.
17566
17567 2004-01-06 Jesper Harder <harder@ifa.au.dk>
17568
17569 * gnus-art.el (gnus-read-string): Remove.
17570 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17571 read-string.
17572
17573 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
17574
17575 * netrc.el: Autoload password-read.
17576 (netrc): Add configuration group.
17577 (netrc-encoding-method, netrc-openssl-path): Add
17578 variables for encoding and decoding of files with symmetric
17579 ciphers.
17580 (netrc-encode): Add assistant function to encode a file with
17581 netrc-encoding-method.
17582 (netrc-parse): Add interactive parameter, added optional
17583 decoding if netrc-encoding-method is non-nil but otherwise
17584 behavior is standard.
17585 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17586 Do s/encode/encrypt/ everywhere.
17587
17588 * spam.el: Remove executable-find autoload.
17589
17590 2004-01-05 Jesper Harder <harder@ifa.au.dk>
17591
17592 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17593
17594 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17595
17596 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
17597
17598 * gnus-art.el (gnus-treat-ansi-sequences)
17599 (article-treat-ansi-sequences): New variable and function.
17600 Suggested by Dan Jacobson <jidanni@jidanni.org>.
17601
17602 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17603 Use it.
17604
17605 2004-01-05 Jesper Harder <harder@ifa.au.dk>
17606
17607 * mm-util.el (mm-quote-arg): Remove.
17608
17609 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17610 shell-quote-argument.
17611
17612 * gnus-uu.el (gnus-uu-command): do.
17613
17614 * gnus-sum.el (gnus-summary-insert-pseudos): do.
17615
17616 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17617 with make-char.
17618
17619 * mm-util.el (mm-make-char): Remove.
17620
17621 * mml.el (mml-mode): Replace gnus-add-minor-mode with
17622 add-minor-mode.
17623
17624 * gnus-undo.el (gnus-undo-mode): do.
17625
17626 * gnus-topic.el (gnus-topic-mode): do.
17627
17628 * gnus-sum.el (gnus-dead-summary-mode): do.
17629
17630 * gnus-start.el (gnus-slave-mode): do.
17631
17632 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17633
17634 * gnus-ml.el (gnus-mailing-list-mode): do.
17635
17636 * gnus-gl.el (gnus-grouplens-mode): do.
17637
17638 * gnus-draft.el (gnus-draft-mode): do.
17639
17640 * gnus-dired.el (gnus-dired-mode): do.
17641
17642 * gnus-ems.el (gnus-add-minor-mode): Remove.
17643
17644 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17645 Replace gnus-char-width with char-width.
17646
17647 * gnus-ems.el (gnus-char-width): Remove.
17648
17649 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17650 Replace gnus-char-width with char-width.
17651
17652 * gnus-ems.el (gnus-char-width): Remove.
17653
17654 * spam-stat.el (with-syntax-table): Remove with-syntax-table
17655 definition.
17656 Remove Emacs 20 hash table compatibility code.
17657
17658 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17659 20 compatibility code.
17660
17661 * spam.el (spam-point-at-eol): Replace with point-at-eol.
17662
17663 * smime.el (smime-point-at-eol): Replace with point-at-eol.
17664
17665 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17666 with point-at-{eol,bol}.
17667
17668 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17669
17670 * imap.el (imap-point-at-eol): Replace with point-at-eol.
17671
17672 * flow-fill.el (fill-flowed-point-at-bol)
17673 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17674
17675 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17676 Replace with point-at-{eol,bol} throughout all files.
17677
17678 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
17679
17680 * ntlm.el (ntlm-string-as-unibyte): New macro.
17681 (ntlm-build-auth-response): Use it.
17682
17683 Remove Emacs 20 stuff:
17684 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17685 of delq and copy-sequence.
17686 * gnus-art.el (popup-menu): Remove the compiler macro.
17687 * nnmail.el (nnmail-split-fancy): Don't support customizing with
17688 Emacs 20.
17689
17690 2004-01-05 Simon Josefsson <jas@extundo.com>
17691
17692 * ntlm.el: Fix namespace. Change smb-passwd-hash into
17693 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17694 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17695 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17696 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17697 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17698 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17699 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17700 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17701 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17702 ntlm-string-permute, string-lshift into ntlm-string-lshift,
17703 string-xor into ntlm-string-xor. Suggested by
17704 Jesper Harder <harder@myrealbox.com>.
17705
17706 * ntlm.el: Don't include poem.
17707
17708 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
17709 Jesper Harder <harder@myrealbox.com>.
17710
17711 * sasl-ntlm.el, ntlm.el, md4.el: New files.
17712
17713 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
17714 probably breaks emacs with DL patch, but do we care? Is anyone
17715 still using the DL stuff?)
17716
17717 * sieve-manage.el: Use the password package.
17718 (sieve-manage-read-passwd): Remove.
17719 (sieve-manage-interactive-login): Use password. Re-add
17720 condition-case around loop.
17721
17722 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17723 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17724 the password package.
17725
17726 2003-02-19 Simon Josefsson <jas@extundo.com>
17727
17728 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17729 token.
17730
17731 2002-08-07 Simon Josefsson <jas@extundo.com>
17732
17733 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17734 (sieve-manage-authenticators):
17735 (sieve-manage-authenticator-alist): Add some SASL mechs.
17736 (sieve-sasl-auth): New function.
17737 (sieve-manage-cram-md5-auth):
17738 (sieve-manage-plain-auth): Rewrite using SASL library.
17739 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17740 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17741 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17742 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17743
17744 2004-01-05 Simon Josefsson <jas@extundo.com>
17745
17746 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17747 New files.
17748
17749 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17750
17751 * gnus-group.el (gnus-no-groups-message): Update.
17752
17753 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17754
17755 2003-11-09 Simon Josefsson <jas@extundo.com>
17756
17757 * imap.el: Support for ID IMAP extension (RFC 2971).
17758 (imap-local-variables): Add imap-id.
17759 (imap-id): New variable.
17760 (imap-id): New function.
17761 (imap-parse-response): Parse untagged ID response.
17762 * nnimap.el (nnimap-id): New variable.
17763 (nnimap-open-connection): Use it.
17764
17765 2003-12-28 Simon Josefsson <jas@extundo.com>
17766
17767 * gnus-score.el (gnus-score-edit-all-score): New.
17768 * gnus-group.el (gnus-group-score-map): Bind it to W e.
17769
17770 2004-01-04 Simon Josefsson <jas@extundo.com>
17771
17772 * password.el: Add.
17773
17774 2004-01-04 Mario Lang <lang@zid.tugraz.at>
17775
17776 * dns.el (dns-query-types): Fix typo.
17777 (dns-query-types): New function.
17778 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
17779 PTR and SOA replies, see RFC 1035.
17780
17781 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17782
17783 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17784
17785 * Moved to Changelog.2.
17786
17787 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17788
17789 * gnus.el (gnus-version-number): Bump version.
17790
17791 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17792
17793 * gnus.el: No Gnus v0.1 is released.
17794
17795 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17796
17797 * gnus.el: No Gnus v0.0 is released.
17798
17799 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17800
17801 * gnus.el (gnus-version-number): Bump.
17802 (gnus-version): No.
17803
17804 See ChangeLog.2 for earlier changes.
17805
17806 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
17807
17808 This file is part of GNU Emacs.
17809
17810 GNU Emacs is free software: you can redistribute it and/or modify
17811 it under the terms of the GNU General Public License as published by
17812 the Free Software Foundation, either version 3 of the License, or
17813 (at your option) any later version.
17814
17815 GNU Emacs is distributed in the hope that it will be useful,
17816 but WITHOUT ANY WARRANTY; without even the implied warranty of
17817 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17818 GNU General Public License for more details.
17819
17820 You should have received a copy of the GNU General Public License
17821 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
17822
17823 ;; Local Variables:
17824 ;; coding: utf-8
17825 ;; fill-column: 79
17826 ;; add-log-time-zone-rule: t
17827 ;; End: