]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
Further mule-menu-keymap doc tweak
[gnu-emacs] / lisp / gnus / ChangeLog
1 2012-06-10 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
2
3 * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
4 is an integer to avoid later problems.
5
6 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7
8 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
9 locales.
10
11 2012-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
12
13 * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
14 a string so that Gcc works (bug#11514).
15
16 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
17
18 * gnus.el (debbugs-gnu): Don't override existing autoload definition.
19
20 2012-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21
22 * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
23 don't have a current group.
24
25 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
26
27 * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
28 have a group name.
29
30 * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
31 a multibyte buffer (bug#7410).
32 (article-wash-html): Parse the original article buffer to get the
33 unencoded data (bug#7410).
34
35 * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
36 .newsrc.el files.
37
38 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
39
40 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
41 "#" to avoid having them interpreted as comments.
42
43 2012-03-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
44
45 * shr.el (shr-insert): Update the text state properly to avoid
46 inserting spurious paragraph starts.
47
48 2012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
49
50 * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
51 requested (bug#10961).
52
53 * shr.el (shr-table-widths): Divide the extra width more fairly over
54 the TDs (bug#10973).
55 (shr-render-td): Don't delete too much padding.
56 (shr-natural-width): Compute the natural width more correctly.
57 (shr-insert): Allow the natural width to be computed for tables again.
58 (shr-tag-table-1): Rework how the natural widths are computed by
59 rendering the table a third time.
60 (shr-natural-width): Removed.
61 (shr-buffer-width): New function.
62 (shr-expand-newlines): Use it.
63
64 * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
65 using a `gnus-use-full-window' setup (bug#11013).
66
67 2012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
68
69 * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
70 24.1 release.
71
72 2012-03-10 David Edmondson <dme@dme.org>
73
74 * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
75 'Forwarded Message' header and the start of the message.
76
77 2012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
78
79 * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
80 isn't running (bug#10897).
81
82 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
83
84 * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
85
86 2012-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
87
88 * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
89
90 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
91
92 * mm-decode.el (mm-shr): Remove "soft hyphens".
93
94 * nnimap.el (nnimap-request-list): Return the group names encoded as
95 utf8. Otherwise non-European group names don't work.
96 (nnimap-request-newgroups): Ditto.
97
98 * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
99 the default in `read-string' (bug#10757).
100
101 * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
102 topics (bug#10843).
103
104 * nnimap.el (nnimap-log-command): Add the IMAP address to the log
105 buffer. Suggested by Herbert Valerio Riedel.
106 (nnimap-request-move-article): Delete the message from the correct IMAP
107 server.
108
109 2012-02-19 Vida Gábor <vidagabor@gmail.com> (tiny change)
110
111 * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
112 Reported by Peter Münster.
113
114 2012-02-18 Lars Ingebrigtsen <larsi@gnus.org>
115
116 * shr.el (shr-image-fetched): Make sure we really kill the right
117 buffer.
118
119 2012-02-16 Leo Liu <sdl.web@gmail.com>
120
121 * gnus-start.el (gnus-1): Avoid duplicate entries.
122
123 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
124
125 * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
126 too-wide lines.
127
128 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
129
130 * shr.el (shr-rescale-image): Undo previous change; see
131 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
132
133 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
134
135 * nnimap.el (nnimap-record-commands): New variable.
136 (nnimap-log-command): Use it.
137 (nnimap-make-process-buffer): Add a space to the process buffer.
138 (nnimap-transform-headers): Don't bug out on header lines containing
139 stuff that look like IMAP length encodings.
140
141 * shr.el (shr-rescale-image): Allow viewing large images.
142
143 2012-02-12 Lars Ingebrigtsen <larsi@gnus.org>
144
145 * nnml.el (nnml-request-compact-group): Delete the marks file after
146 compaction (bug#10800).
147
148 * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
149 group exit.
150
151 * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
152 QRESYNC/FETCH output.
153
154 2012-02-11 Glenn Morris <rgm@gnu.org>
155
156 * sieve-manage.el (sieve-manage-default-stream):
157 * shr.el (shr):
158 * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
159 (nnir-retrieve-headers-override-function)
160 (nnir-imap-default-search-key, nnir-notmuch-program)
161 (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
162 (nnir-method-default-engines):
163 * message.el (message-cite-reply-position):
164 * gssapi.el (gssapi-program):
165 * gravatar.el (gravatar):
166 * gnus-sum.el (gnus-refer-thread-use-nnir):
167 * gnus-registry.el (gnus-registry-unfollowed-addresses)
168 (gnus-registry-max-pruned-entries):
169 * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
170 * gnus-int.el (gnus-after-set-mark-hook)
171 (gnus-before-update-mark-hook):
172 * gnus-async.el (gnus-async-post-fetch-function):
173 * auth-source.el (auth-source-cache-expiry):
174 Add missing :version tags to new defcustoms and defgroups.
175
176 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
177
178 * message.el (message-default-send-mail-function): Made into own
179 function for reuse by emacsbug.el.
180
181 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
182
183 * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
184 `gnus-sloppily-equal-method-parameters' to avoid a warning.
185
186 2012-02-09 Lars Ingebrigtsen <larsi@gnus.org>
187
188 * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
189 running.
190
191 * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
192
193 * gnus.el (gnus-server-extend-method): Don't add an -address component
194 if the method already has one (bug#9676).
195
196 2012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
197
198 * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
199 of an initial-input for consistency (bug#10757).
200
201 * shr.el: Inhibit getting and sending cookies when fetching pictures.
202
203 * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
204
205 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
206
207 * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
208 lines that are narrower than the window width. Otherwise background
209 "blocks" will look less readable.
210
211 2012-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
212
213 * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
214
215 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
216
217 * nnimap.el (nnimap-transform-headers): Remove unused variable.
218 (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
219 have newlines within the strings, and where the UID comes after the
220 BODYSTRUCTURE element (bug#10537).
221
222 * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
223 (bug#10732).
224
225 * shr.el (shr-insert-document): Add doc string.
226 (shr-visit-file): Ditto.
227 (shr-remove-trailing-whitespace): New function.
228 (shr-insert-document): Use it to clean up trailing whitespace as the
229 final step (bug#10714).
230
231 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
232
233 * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
234 buffer if `gnus-kill-summary-on-exit' is nil.
235
236 2012-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
237
238 * gnus-sum.el (gnus-summary-show-thread):
239 next-single-char-property-change may return nil in XEmacs.
240
241 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
242
243 * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
244 when just reading a single group from "without" Gnus.
245
246 2012-02-06 Chong Yidong <cyd@gnu.org>
247
248 * gnus-sum.el (gnus-summary-show-thread):
249 next-single-char-property-change never returns nil (Bug#8657).
250
251 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org>
252
253 * nnimap.el (nnimap-open-server): Allow switching the nnoo server
254 without reconnecting.
255 (nnimap-possibly-change-group): Ditto.
256 (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
257 connection has died before being called.
258
259 2012-02-02 Lars Ingebrigtsen <larsi@gnus.org>
260
261 * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
262 an initial sync unless we're really doing one.
263
264 * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
265 address parameter if one already exists (bug#9676).
266
267 * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
268 not the prefix, as documented (bug#10689).
269
270 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
271
272 * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
273 the "server".
274
275 * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
276 the real error message with the useless "previously known to be down".
277 Which isn't even correct.
278
279 * nntp.el (nntp-open-connection): Report the error message if the nntp
280 server can't be reached.
281
282 * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
283 groups we do a total scan for.
284 (nnimap-wait-for-response): Say that we're doing a total scan, if we're
285 doing that.
286
287 2012-01-31 Jim Meyering <jim@meyering.net>
288
289 * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
290 Correct a comment (insert "not") and hide nominally-doubled "to".
291
292 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
293
294 * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
295 section in the manual.
296
297 2012-01-30 Lars Ingebrigtsen <larsi@gnus.org>
298
299 * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
300 words.
301 (rfc2047-encode-string): Ditto.
302 (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not
303 understand folded filename="..." parameters, for instance.
304
305 * nnimap.el (nnimap-wait-for-response): Include the imap server name in
306 the message for greater debuggability.
307
308 2012-01-28 Lars Ingebrigtsen <larsi@gnus.org>
309
310 * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
311 instead of setting it locally, since the latter doesn't seem to have
312 any effect (most of the time).
313
314 2012-01-27 Elias Pipping <pipping@lavabit.com> (tiny change)
315
316 * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
317 function call.
318
319 2012-01-27 Vida Gábor <vidagabor@gmail.com> (tiny change)
320
321 * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
322 seconds, and make the repeat clause with HH:MM specs work as
323 documented.
324
325 2012-01-27 Lars Ingebrigtsen <larsi@gnus.org>
326
327 * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
328 so that previous errors don't prohibit getting new news.
329
330 * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
331
332 * nntp.el (nntp-retrieve-group-data-early): Ditto.
333
334 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
335
336 * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
337 bound globally in old Emacsen and XEmacsen.
338
339 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change)
340
341 * gnus.el (gnus-group-find-parameter): Check for liveness of the
342 buffer, not of the string which is its name.
343
344 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
345
346 * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
347 non-server-marks groups.
348 (gnus-group-make-articles-read): Ditto.
349
350 * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
351 methods (bug#9676).
352
353 * gnus.el (gnus-method-ephemeral-p): New function.
354
355 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
356
357 * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
358 left-to-right.
359
360 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
361
362 * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
363 warning.
364
365 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
366
367 * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
368 macroexpand the nnir things, since they haven't been defined yet, and
369 nnir requires gnus-sum.
370
371 2012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
372
373 * mm-decode.el (mm-interactively-view-part): Fix prompt.
374
375 2012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
376
377 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
378 logical server name in addition to the actual machine address.
379
380 * auth-source.el (auth-source-user-and-password): Add convenience
381 wrapper to search by just host and optionally user.
382
383 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
384
385 * shr.el (shr-visit-file): Move point to the beginning of the buffer
386 after rendering.
387
388 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
389
390 * gnus-sum.el (gnus-summary-read-group): Document more parameters
391 (bug#9693).
392 (gnus-summary-setup-buffer): Document return value (bug#9697).
393
394 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
395 since ido doesn't work on symbols (bug#9632).
396
397 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
398 when getting a single value as when getting all the values. This means
399 that atoms like `gcc-self' work cumulatively, like variable settings,
400 instead of getting the value from the last matching clause.
401 (gnus-group-find-parameter): Protect against the group buffer not
402 existing (bug#9585).
403
404 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
405
406 * gnus-start.el (gnus-activate-group): Document more parameters
407 (bug#9694).
408
409 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
410 (bug#9692).
411
412 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
413 article was fetched, so that it can be expired later (bug#9958).
414 (gnus-agent-summary-fetch-series): Add doc string.
415 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
416 (bug#9517).
417
418 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
419 retrieval is happening.
420
421 * gnus.el (gnus-parameters): Doc fix.
422
423 2012-01-06 Dave Abrahams <dave@boostpro.com>
424
425 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
426 show the thread after expansion.
427
428 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
429
430 * gnus-art.el (article-narrow-to-head): If the head is completely
431 empty, narrow to the empty region (bug#9764).
432
433 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
434 read, and then mark them as unread only when the unread mark is used.
435 This makes `C-- T k' actually work, even though it's confusing.
436
437 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
438 alive before we try to find its window.
439
440 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
441
442 * mm-decode.el (mm-display-external): Use a longer timeout for the
443 deletion to allow slow programs to display the file.
444
445 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
446
447 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
448 prompt to be less confusing.
449
450 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
451 argument to `message-reply'. This broke `special-display-*' frame
452 pop-uping (bug#10238).
453
454 2012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
455
456 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
457 systems, since these allegedly don't work there.
458
459 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
460
461 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
462 live buffer.
463
464 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
465
466 * nnir.el (nnir-retrieve-headers): Protect against the article not
467 existing on the server (bug#10335).
468
469 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
470
471 * gnus-agent.el (gnus-agent-load-local): Recompute
472 gnus-agent-article-local on changing method.
473
474 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
475
476 * gnus.el (gnus-parameters): Note precedence.
477
478 2012-01-04 Leo Liu <sdl.web@gmail.com>
479
480 * nndraft.el (nndraft-update-unread-articles): Don't move point around
481 in the group buffer.
482
483 2012-01-04 Julien Danjou <julien@danjou.info>
484
485 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
486 change.
487
488 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
489
490 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
491 too.
492
493 * nntp.el (nntp-retrieve-group-data-early): Use it.
494
495 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
496
497 * nntp.el (nntp-retrieval-in-progress): New variable.
498 (nntp-make-process-buffer): Make it buffer-local.
499
500 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
501 2010.
502 (gnus-demon-init): Use it to compute the time if time is on the form
503 "04:23".
504
505 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
506
507 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
508 status in the correct buffer.
509
510 2012-01-03 Leo Liu <sdl.web@gmail.com>
511
512 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
513 when opening topics (bug#10407).
514
515 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
516
517 * mm-view.el (mm-display-inline-fontify): Add comment.
518
519 2011-12-15 Juri Linkov <juri@jurta.org>
520
521 * mm-decode.el (mm-inline-media-tests): Add missing
522 `mm-handle-media-subtype'.
523
524 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
525
526 * message.el (message-valid-fqdn-regexp): Update with newly approved
527 top-level domain names ".tel" and ".asia".
528
529 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
530
531 * gnus-sum.el (gnus-summary-show-article): Don't load shr
532 unconditionally.
533
534 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
535
536 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
537 pop-to-buffer-same-window for old Emacsen.
538
539 2011-12-04 Chong Yidong <cyd@gnu.org>
540
541 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
542 change (Bug#10200).
543
544 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
545
546 * compface.el (uncompface):
547 * gnus-art.el (gnus-article-x-face-command): Update the header format
548 of icon data for the most recent icontopbm program.
549
550 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
551
552 * gnus-msg.el (gnus-inews-do-gcc):
553 * message.el (message-send-mail):
554 * mml.el (mml-generate-mime): Share the value of the buffer-local
555 `message-options' variable between a draft buffer and temprary working
556 buffers.
557
558 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
559
560 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
561
562 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
563
564 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
565 for Cygwin.
566
567 2011-11-24 Glenn Morris <rgm@gnu.org>
568
569 * starttls.el: Fix case of "GnuTLS".
570
571 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
572
573 * gnus-group.el (gnus-group-highlight): Fix typo.
574
575 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
576
577 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
578 value of `delete-file', that returns nil for a local file but returns t
579 for a remote file using ssh.
580
581 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
582
583 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
584 avoid later breakage.
585
586 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
587
588 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
589 article buffers' name.
590
591 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
592
593 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
594 by Paul Eggert's spellfixes two days ago.
595
596 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
597
598 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
599 buffer-local instead of binding them to avoid warnings. Also demote
600 errors (bug#10063).
601 (font-lock-mode-hook): Shut up byte compiler.
602
603 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
604
605 * mm-util.el (mm-charset-after): Fix typo.
606
607 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
608
609 * gnus-sum.el (gnus-summary-make-menu-bar):
610 * gnus-uu.el (gnus-uu-decode-postscript)
611 (gnus-uu-decode-postscript-and-save):
612 * mailcap.el (mailcap-print-command):
613 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
614 Fix typos.
615
616 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
617
618 * gnus-art.el (gnus-article-part-wrapper):
619 * shr-color.el (shr-color-visible-distance-min)
620 (shr-color-relative-to-absolute, set-minimum-interval)
621 (shr-color-visible): Fix typos.
622
623 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
624
625 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
626 slightly clearer.
627
628 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
629
630 * message.el (message-send-and-exit): Document `arg'.
631
632 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
633
634 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
635
636 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
637
638 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
639 we don't use `bound-and-true-p'.
640
641 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
642
643 * gnus-util.el (gnus-bound-and-true-p): Remove.
644 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
645 * nnir.el: Use it.
646 * nnmairix.el: Use it.
647
648 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
649
650 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
651 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
652 for reasons unknown.
653 * nnir.el: Use it.
654 * nnmairix.el: Use it.
655
656 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
657 * nnir.el: Ditto.
658 * nnmairix.el: Ditto.
659
660 * gnus-registry.el (gnus-registry-enabled): Default to nil.
661
662 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
663
664 * message.el (message-completion-function): Make sure
665 message-tab-body-function is not attempted if one of
666 message-completion-alist fails to find a completion (bug#9158).
667
668 2011-10-26 Daiki Ueno <ueno@unixuser.org>
669
670 * mml.el (mml-quote-region): Quote <#secure> tag.
671 (mml-generate-mime-1): Unquote <#secure> tag.
672
673 2011-10-20 Chong Yidong <cyd@gnu.org>
674
675 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
676 calling a minor mode from Lisp with nil arg enables it, so we have to
677 make the wording a bit ambiguous here).
678
679 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
680
681 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
682 * nnir.el (nnir-mode): Use it.
683 * nnmairix.el (nnmairix-determine-original-group-from-registry):
684 Use it.
685
686 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
687 * nnmairix.el (gnus-registry-enabled): Ditto.
688
689 2011-10-17 Dave Abrahams <dave@boostpro.com>
690
691 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
692 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
693 only while we need to find out if it should be t or nil.
694 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
695 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
696 the registry is installed. Set it to nil when it's unloaded.
697 (gnus-registry-install-p): Provide user guidance for the initial value
698 of `gnus-registry-install' when it's 'ask, otherwise return its value.
699 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
700 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
701 * nnmairix.el (nnmairix-determine-original-group-from-registry):
702 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
703 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
704 `gnus-registry-install'.
705
706 2011-10-17 Daiki Ueno <ueno@unixuser.org>
707
708 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
709 previous change.
710 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
711 primary key is marked as disabled.
712
713 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
714
715 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
716 primary key is marked as disabled.
717
718 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
719
720 * html2text.el (html2text-clean-anchor): Check for quotes around
721 `href' value.
722
723 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
724
725 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
726 searching. Drop `bbdb-cache'.
727
728 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
729
730 * message.el (message-signed-or-encrypted-p): Exclude header when
731 checking if there is signed or encrypted body in text/plain message.
732
733 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
734
735 * html2text.el (html2text-get-attr): Correctly handle attribute values
736 containing "=".
737
738 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
739
740 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
741 handle bindings.
742
743 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
744
745 * gnus-win.el (gnus-configure-windows): Protect against reading
746 ephemeral groups outside of Gnus.
747
748 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
749
750 * shr.el (shr-tag-img): Don't get images displayed in tables.
751
752 2011-10-03 Glenn Morris <rgm@gnu.org>
753
754 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
755 the "maintainer" version of debbugs.gnu.org reports.
756
757 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
758
759 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
760 make asynchronous adjacent image insertion work better.
761
762 2011-09-27 Daiki Ueno <ueno@unixuser.org>
763
764 * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
765 documentation.
766
767 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
768
769 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
770 `gnus-asynchronous' isn't shadowed.
771
772 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
773
774 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
775 (nnimap-insert-partial-structure): The charset parameter isn't
776 case-sensitive.
777
778 * nnheader.el (nnheader-message-maybe): New function.
779
780 * shr.el (shr-tag-table): Render totally broken tables better.
781
782 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
783 computing the boundary.
784
785 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
786
787 * pop3.el (pop3-number-of-responses): Remove.
788 (pop3-wait-for-messages): Rewrite to take linear time instead of
789 exponential time.
790
791 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
792
793 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
794 re-fetch images.
795
796 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
797 re-fetch images when hitting `g' in Gnus.
798
799 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
800
801 * mml.el (mml-inhibit-compute-boundary): New internal variable.
802 (mml-compute-boundary): Don't check collision if it is non-nil.
803 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
804 before checking collision.
805
806 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
807
808 * message.el (message-indent-citation): Really make sure there's a
809 newline at the end.
810
811 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
812 Fix suggested by John Wiegley.
813
814 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
815
816 * gnus-art.el (gnus-treat-hide-citation): Add doc.
817
818 * message.el (message-default-send-rename-function): Break out into its
819 own function.
820
821 * ecomplete.el (ecomplete-display-matches): Revert patch since it
822 doesn't work under XEmacs.
823
824 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
825 of "imaps" to word around Windows problems.
826 (nnimap-open-connection-1): Use it.
827
828 * message.el (message-indent-citation): Revert last change which made
829 `F' not work.
830
831 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
832
833 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
834 terminal as well.
835
836 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
837
838 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
839 because it displays images using overlays that aren't easy to copy to
840 the article buffer.
841
842 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
843
844 * message.el (message-indent-citation): Fix empty line removal at the
845 end of the citation.
846
847 2011-09-20 Julien Danjou <julien@danjou.info>
848
849 * auth-source.el (auth-source-netrc-create): Use default value for
850 password if specified. Evaluate default.
851 (auth-source-plstore-create): Ditto.
852 (auth-source-plstore-create, auth-source-netrc-create): Fix default
853 value evaluation.
854 (auth-source-netrc-create): Typo fix.
855 (auth-source-plstore-create): Ditto.
856
857 * auth-source.el (auth-source-format-cache-entry): New function.
858
859 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
860
861 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
862
863 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
864
865 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
866
867 2011-09-19 Julien Danjou <julien@danjou.info>
868
869 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
870 which work with things that are not ASCII.
871
872 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
873
874 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
875
876 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
877
878 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
879 message level.
880
881 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
882
883 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
884
885 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
886
887 * gnus.el (gnus-interactive-exit): Update defcustom spec.
888
889 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
890
891 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
892 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
893
894 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
895
896 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
897 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
898 articles.
899
900 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
901
902 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
903 (message-mail-other-window, message-mail-other-frame)
904 (message-news-other-window, message-news-other-frame):
905 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
906 instead of setting buffer display variables.
907
908 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
909
910 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
911
912 * gnus-sum.el (gnus-fetch-headers): Bump message level.
913
914 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
915
916 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
917 duplicates" to a higher level.
918
919 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
920 most egregious messages.
921
922 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
923
924 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
925
926 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
927
928 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
929 up the file (bug#9351).
930
931 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
932
933 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
934 it does with all other backends, but decode the names immediately after
935 getting them.
936
937 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
938 decoding nnimap groups.
939
940 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
941 newsrc file. It doesn't seem like an important optimization any more.
942
943 2011-09-10 Dave Abrahams <dave@boostpro.com>
944
945 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
946 overflows.
947
948 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
949
950 * gnus.el (gnus-article-mark-lists): Remove `recent'.
951 (gnus-interactive-exit): Extend to `quiet'.
952
953 * gnus-sum.el (gnus-offer-save-summaries): Use it.
954
955 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
956 string.
957
958 * plstore.el (plstore--get-buffer): Silence compiler warnings by
959 renaming function arguments from `this'.
960
961 * gnus-sum.el (gnus-newsgroup-recent): Remove.
962
963 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
964 has been renamed.
965 (gnus-lrm-string-p): Include RLM and PDF, too.
966
967 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
968 (bug#9225).
969
970 2011-09-10 Eli Zaretskii <eliz@gnu.org>
971
972 Add autoload cookies for functions used by sendmail.el.
973 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
974
975 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
976
977 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
978
979 * gnus-art.el (article-date-ut): Work properly even when there are
980 things like Date header in the body; work for forwarded parts.
981
982 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
983
984 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
985 original-article-buffer.
986
987 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
988
989 * nnir.el (nnir-compose-result): Fix matching of server type.
990 (nnir-run-swish++): Ditto.
991 (nnir-run-namazu): Ditto.
992 (nnir-run-notmuch): Ditto.
993
994 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
995
996 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
997 (bug#9405).
998
999 * gnus-score.el (gnus-summary-increase-score): Doc clarification
1000 (bug#9421).
1001
1002 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
1003 (bug#9425).
1004
1005 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
1006 thing (bug#9426).
1007
1008 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1009
1010 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
1011 the error message.
1012
1013 2011-09-02 Eli Zaretskii <eliz@gnu.org>
1014
1015 * message.el (message-setup-1): Return t (Bug#9392).
1016
1017 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
1018
1019 * gnus-sum.el: When adding article headers to a summary buffer also
1020 update gnus-newsgroup-articles (bug#9386).
1021
1022 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
1023
1024 * auth-source.el: Autoload help-mode.
1025
1026 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1027
1028 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
1029 names.
1030
1031 2011-08-27 Daiki Ueno <ueno@unixuser.org>
1032
1033 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
1034 mm-replace-in-string for compatibility issues.
1035 * mml2015.el (mml2015-epg-verify): Ditto.
1036
1037 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
1038
1039 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
1040
1041 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
1042
1043 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1044
1045 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
1046 continue on and do the clean-up phase (bug#9188).
1047
1048 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
1049 just ignore groups that can't be opened instead of erroring out
1050 (bug#9225).
1051
1052 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
1053 nil since some many people are fuddy-duddies.
1054
1055 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
1056 images.
1057
1058 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
1059 instead.
1060
1061 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
1062
1063 * gnus-util.el (gnus-process-live-p): Copy over compat function.
1064
1065 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
1066 processing.
1067
1068 * nntp.el (nntp-kill-buffer): Kill the process before killing the
1069 buffer to avoid warnings.
1070
1071 2011-08-20 Simon Josefsson <simon@josefsson.org>
1072
1073 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
1074 specified to reduce precision.
1075
1076 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1077
1078 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
1079 bodystructures (bug#9314).
1080
1081 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
1082
1083 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
1084 Make button keymap non-sticky after buttons.
1085
1086 2011-08-18 David Engster <dengste@eml.cc>
1087
1088 * nnmairix.el (nnmairix-request-set-mark)
1089 (nnmairix-goto-original-article): Remove adding of article to registry,
1090 since `gnus-registry-add-group' isn't available anymore.
1091 (nnmairix-determine-original-group-from-registry):
1092 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
1093 available anymore.
1094
1095 2011-08-12 Simon Josefsson <simon@josefsson.org>
1096
1097 * starttls.el (starttls-any-program-available): Define as obsolete
1098 function.
1099
1100 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1101
1102 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
1103 versions which Gnus use when appropriate.
1104
1105 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
1106 a pretty destructive command.
1107
1108 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
1109
1110 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1111
1112 * message.el (message-fix-before-sending): Make a different warning
1113 about NUL characters (bug#9270).
1114
1115 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
1116 from custom (bug#9260).
1117
1118 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
1119 things work in Emacs 22 and XEmacs, too.
1120
1121 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
1122 default From.
1123
1124 * gnus-spec.el (gnus-lrm-string-p): New macro.
1125 (gnus-lrm-string): New constant.
1126 (gnus-summary-line-format-spec): LRM-ify the from.
1127 (gnus-tilde-max-form): LRM-ify string chopping.
1128
1129 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
1130
1131 * message.el (message-is-yours-p): Allow disabling canlock checking
1132 (bug#9295).
1133 (message-shoot-gnksa-feet): Add `canlock-verify'.
1134 (message-auto-save-directory): Use ~/ as the auto-save directory if the
1135 message directory isn't writable (bug#9304).
1136
1137 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
1138 non-world-readable.
1139
1140 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
1141
1142 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
1143 articles.
1144
1145 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
1146
1147 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
1148 copy-list.
1149
1150 2011-08-12 Sam Steingold <sds@gnu.org>
1151
1152 * gnus-score.el (gnus-score-find-alist): Keep the score files already
1153 in the reverse order to avoid modifying the cache with `nreverse'.
1154 (gnus-all-score-files): Do not modify the value returned by
1155 `gnus-score-find-alist' because it lives in a cache variable.
1156 (gnus-current-home-score-file): No need to `nreverse' the return value
1157 of `gnus-score-find-alist', it is already in the correct order.
1158
1159 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
1160
1161 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
1162 type MESSAGE and subtype RFC822 is slightly different from those of
1163 type TEXT.
1164
1165 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
1166
1167 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
1168 This allows article-referral to work from an nnir group.
1169
1170 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
1171
1172 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
1173
1174 2011-08-04 Daiki Ueno <ueno@unixuser.org>
1175
1176 * mml1991.el (mml1991-epg-find-usable-key)
1177 (mml1991-epg-find-usable-secret-key): New function.
1178 (mml1991-epg-sign): Check if signing key is usable.
1179 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
1180
1181 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
1182
1183 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
1184 server-variables only. This should fix a bug introduced with commit
1185 e1889675b7f4adf057833c5513c9374134c4e053.
1186 (nnir-run-query): 'nnir-search-engine should not be set from the global
1187 environment.
1188
1189 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
1190
1191 * nnir.el (nnir-search-thread): Position point on referring article
1192 line.
1193 (nnir-warp-to-article): Clean up summary buffers.
1194
1195 * nnimap.el (nnimap-request-thread): Whitespace fix.
1196
1197 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
1198
1199 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
1200
1201 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1202
1203 * starttls.el (starttls-available-p): Rename from
1204 `starttls-any-program-available' and changed return convention.
1205
1206 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
1207
1208 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
1209 `unix-sync' unless it's defined.
1210
1211 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
1212
1213 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
1214 `aref' for XEmacs compatibiltiy.
1215
1216 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1217
1218 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
1219
1220 2011-07-31 Dave Abrahams <dave@boostpro.com>
1221
1222 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
1223 closures, quote the form properly (bug#9194).
1224
1225 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1226
1227 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
1228 (gnus-summary-insert-new-articles): Protect against servers that are
1229 down.
1230
1231 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
1232
1233 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
1234 in mm handle if none is specified.
1235
1236 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
1237
1238 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
1239
1240 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
1241
1242 * nnir.el (nnir-search-thread): New function to make an nnir group
1243 based on a thread query.
1244
1245 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
1246 of nnir in thread referral.
1247 (gnus-summary-refer-thread): Use it.
1248
1249 * nnimap.el (nnimap-request-thread): Use it.
1250
1251 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1252
1253 * shr.el (shr-tag-comment): Ignore HTML comments.
1254
1255 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
1256
1257 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
1258 argument.
1259 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
1260 Use `nnir-address' to handle server info rather than passing an arg.
1261
1262 * nnimap.el (nnimap-make-thread-query): New utility function to format
1263 an imap thread search query.
1264 (nnimap-request-thread): Use it.
1265
1266 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
1267 right select-method if we are not going back to the group buffer.
1268
1269 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270
1271 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
1272 enter invalid buffer configurations into the quit form (bug#9107).
1273 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
1274 unplugged/plugged.
1275
1276 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
1277 keep track of which ones are unread (bug#9061).
1278
1279 * gnus.el (gnus-refer-article-method): Allow entering any sexp
1280 (bug#9055).
1281
1282 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
1283 (bug#9041).
1284
1285 * gnus-html.el (mm-util): Require (bug#9073).
1286
1287 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
1288 (gnus-summary-refer-thread): Use it to remove duplicates in the
1289 un-threaded view (bug#9053).
1290 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
1291
1292 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
1293
1294 * nnir.el (nnir-read-server-parm): Use default value from global
1295 variable. Without this the default search engine parameters aren't
1296 used at all.
1297
1298 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1299
1300 * message.el (message-unique-id): Don't use the undocumented return
1301 value from (random t) (bug#9118).
1302
1303 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1304
1305 * message.el (message-auto-save-directory): If the ~/Mail directory
1306 doesn't exist, use ~ as the auto-save directory (bug#4432).
1307
1308 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
1309 hasn't already been started.
1310
1311 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1312
1313 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
1314
1315 * message.el (message-reply): Work around mysterious bug where
1316 `message-mode' seems to overwrite the locally bound `subject' variable.
1317
1318 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
1319
1320 * nnimap.el (nnimap-request-thread): Ensure search is performed in
1321 correct group.
1322
1323 * gnus-int.el (gnus-request-thread): Add group argument.
1324
1325 * gnus-sum.el (gnus-summary-refer-thread): Use it.
1326
1327 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1328
1329 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
1330 renamed to `debbugs-gnu-*'.
1331
1332 2011-07-08 Daiki Ueno <ueno@unixuser.org>
1333
1334 * plstore.el: Revert the editing feature since it is not urgent.
1335 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
1336 (plstore-mode-decoded): Remove.
1337
1338 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1339
1340 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
1341 isn't very interesting any more, and it leaks potentially secret data.
1342 (gnus-debug): Remove.
1343
1344 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
1345 use of :custom-show.
1346
1347 2011-07-07 Daiki Ueno <ueno@unixuser.org>
1348
1349 * plstore.el: Add documentation.
1350 (plstore-mode): New mode to edit plstore file.
1351 (plstore-mode-toggle-display, plstore-mode-original)
1352 (plstore-mode-decoded): New command.
1353 (plstore--encode, plstore--decode, plstore--write-contents-functions)
1354 (plstore--insert-buffer, plstore--make): New function.
1355 (plstore-open, plstore-save): Simplify by using them.
1356
1357 2011-07-06 Glenn Morris <rgm@gnu.org>
1358
1359 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
1360
1361 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1362
1363 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
1364 no longer is much used.
1365 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
1366 Articles".
1367
1368 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
1369
1370 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
1371 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
1372 `notmuch' backend.
1373
1374 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1375
1376 * mm-decode.el (mm-text-html-renderer): Doc fix.
1377
1378 * gnus-msg.el (gnus-bug): Fix the MML tag.
1379
1380 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
1381
1382 2011-07-05 Daiki Ueno <ueno@unixuser.org>
1383
1384 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
1385 secondary methods if started with `gnus-no-server'.
1386
1387 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
1388
1389 * message.el (message-return-action): Fix typo in docstring.
1390
1391 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1392
1393 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
1394 bug reports at once.
1395
1396 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
1397
1398 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
1399
1400 * nndraft.el: Require gnus-group.
1401 (nndraft-request-list): Declare.
1402
1403 * nndraft.el (nndraft-update-unread-articles): Don't show group having
1404 no unread article unless it matches gnus-permanently-visible-groups.
1405
1406 * nndraft.el (nndraft-update-unread-articles): New function.
1407 (nndraft-request-associate-buffer): Use it to update the number of
1408 unread articles for the nndraft groups in the group buffer when saving
1409 or killing a draft message.
1410
1411 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1412
1413 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
1414 systems to binary before writing and reading the mbox files.
1415
1416 * gnus.el (gnus-summary-line-format): Link to the info node for %U
1417 instead of trying to list them all (bug#8978).
1418
1419 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
1420
1421 * pop3.el (pop3-open-server): Use :end-of-capability.
1422
1423 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1424
1425 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
1426 the id is always a number.
1427
1428 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
1429 debbugs mode, if possible.
1430
1431 2011-07-02 Daiki Ueno <ueno@unixuser.org>
1432
1433 * auth-source.el (auth-source-token-passphrase-callback-function):
1434 Reindent.
1435 (epg-context-operation): Remove unnecessary autoload.
1436
1437 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1438
1439 * gnus.el (gnus-list-debbugs): New command.
1440
1441 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
1442 mboxstat instead of the maintbox, since the stat seems to be fuller.
1443
1444 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
1445 summary buffers.
1446
1447 * message.el (message-get-reply-headers): Delete all duplicates,
1448 instead of the first.
1449 (message-get-reply-headers): Ensure that we have progress while
1450 deleting duplicates.
1451
1452 * gnus-msg.el (gnus-configure-posting-styles): Get the local
1453 gnus-posting-style value from the summary buffer to make it easier to
1454 make that a per-buffer conf.
1455
1456 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
1457
1458 * nnir.el (nnir-run-imap): Allow halting a search when an article is
1459 found by setting `shortcut' in 'query.
1460 (nnir-request-article): Use `shortcut' setting when requesting article
1461 by Message-ID.
1462
1463 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
1464
1465 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
1466 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
1467 Bring the pseudo-headers back too.
1468
1469 2011-07-01 Daiki Ueno <ueno@unixuser.org>
1470
1471 * auth-source.el (auth-source-token-passphrase-callback-function):
1472 Simplify and remove EPA dependency.
1473
1474 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
1475
1476 * nnir.el (nnir-request-article): Fix error message text.
1477
1478 2011-07-01 Daiki Ueno <ueno@unixuser.org>
1479
1480 * auth-source.el (plstore-delete): Autoload.
1481 (auth-source-plstore-search): Support delete operation.
1482 * plstore.el (plstore-delete): New function.
1483
1484 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
1485
1486 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
1487 mark actually existing articles as unread rather than the ones that
1488 active asserts.
1489
1490 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
1491
1492 * nntp.el (nntp-record-command):
1493 * gnus-util.el (gnus-message-with-timestamp-1):
1494 Use format-time-string rather than decoding time stamps by hand.
1495 This is simpler and insulates the code from potential changes to
1496 current-time format.
1497
1498 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
1499
1500 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
1501
1502 2011-07-01 Daiki Ueno <ueno@unixuser.org>
1503
1504 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
1505 (plstore-save): Support public key encryption.
1506 (plstore--init-from-buffer): New function.
1507 (plstore-open): Use it; fix error when opening a non-existent file.
1508 (plstore-revert): Use plstore--init-from-buffer.
1509
1510 2011-07-01 Daiki Ueno <ueno@unixuser.org>
1511
1512 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
1513
1514 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
1515
1516 * mml2015.el (mml2015-use): Replace string-match-p with string-match
1517 for old Emacsen.
1518
1519 2011-06-30 Daiki Ueno <ueno@unixuser.org>
1520
1521 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
1522 is not fully working.
1523
1524 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1525
1526 * dgnushack.el: Autoload sha1 on XEmacs.
1527
1528 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
1529 quit window configuration.
1530
1531 * auth-source.el (epg-context-set-passphrase-callback):
1532 Remove duplicate autoload.
1533
1534 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
1535
1536 * nnir.el (nnir-request-article): Allow requesting articles by
1537 Message-ID with nnimap.
1538
1539 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
1540 current server.
1541
1542 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
1543
1544 * auth-source.el: Autoload EPA/EPG functions.
1545 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
1546 changed when EPA/EPG is not available.
1547 (auth-source-backend): Rename "arg" member to "data".
1548 (auth-source-backend-parse, auth-source-plstore-search)
1549 (auth-source-plstore-create): Use it.
1550
1551 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
1552
1553 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
1554 `gnus-refer-article-methods'.
1555
1556 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
1557
1558 * auth-source.el: Require EPA and EPG.
1559 (auth-source-passphrase-alist): New variable.
1560 (auth-source-passphrase-callback-function)
1561 (auth-source-token-passphrase-callback-function): Callbacks for the
1562 netrc field encryption (GPG tokens).
1563 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
1564 Symmetric encryption and decryption of the netrc GPG tokens.
1565 (auth-source-netrc-normalize): Use them, simplifying the closure.
1566
1567 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1568
1569 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
1570 non-nil, and `nnimap-split-methods' is nil, use the former.
1571
1572 2011-06-30 Daiki Ueno <ueno@unixuser.org>
1573
1574 * plstore.el (plstore-revert): New function.
1575 (plstore-open): Use it; hide the buffer from user.
1576
1577 2011-06-30 Daiki Ueno <ueno@unixuser.org>
1578
1579 * auth-source.el (auth-source-backend): New member "arg".
1580 (auth-source-backend-parse): Handle new backend 'plstore.
1581 * plstore.el: New file.
1582
1583 2011-06-30 Glenn Morris <rgm@gnu.org>
1584
1585 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
1586
1587 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
1588
1589 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1590
1591 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
1592 expiring articles to.
1593
1594 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
1595 variations as ASCII (bug#5458).
1596
1597 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
1598
1599 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
1600
1601 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1602
1603 * message.el (message-point-in-header-p): Tweak the function to default
1604 to saying that we're not in the headers if there is no separator at
1605 all. This makes it possible to use the Message version of `M-q' in
1606 buffers with no headers (bug#7987).
1607 (message-point-in-header-p): Fix last checkin to work with an empty
1608 mail-header-separator, too.
1609
1610 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
1611 again, save the choice via customize.
1612
1613 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1614
1615 * message.el (message-send-mail-function): Add `sendmail-query-once'.
1616
1617 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
1618 ended the connection, bail out before waiting infinitely on a new
1619 connection.
1620
1621 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
1622
1623 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
1624 reports.
1625
1626 * gnus.el (gnus-bug-package): Use "gnus."
1627 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
1628
1629 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1630
1631 * gnus-art.el (gnus-article-stop-animations): New function to stop any
1632 animations going on at article exit time.
1633
1634 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
1635 since removing it breaks people upgrading.
1636
1637 * shr.el (shr-put-image): Use the new interface for animating images.
1638 (shr-put-image): Animate for 60 seconds.
1639
1640 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
1641 error with `find-file-hooks' on Emacs 22.
1642 (with-auth-source-epa-overrides): Ugly hack to Wrap the
1643 `find-file-hook' things in `symbol-value' to avoid compilation warnings
1644 on all architectures.
1645
1646 * spam.el (spam-stat): Require in a normal fashion without binding
1647 `spam-stat-install-hooks' to avoid compilation warnings.
1648
1649 * spam-stat.el (spam-stat-install-hooks): Remove.
1650 (spam-stat-install-hooks): Don't run automatically.
1651
1652 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
1653
1654 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
1655 and keystroke.
1656
1657 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
1658
1659 * auth-source.el (auth-source-netrc-cache): Move forward.
1660
1661 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1662
1663 * auth-source.el (auth-source-netrc-create): Don't query the bits that
1664 we already know.
1665 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
1666 (auth-source-netrc-create): Don't prompt for the stuff we already know.
1667
1668 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1669
1670 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
1671 %S format, since that looks odd.
1672 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
1673 file, especially when saving.
1674
1675 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
1676
1677 * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
1678 article found.
1679
1680 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
1681
1682 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
1683 `auth-source-save-secrets' with a more sensitive alist that can be
1684 configured per file. Experimental, so defaults to 'never.
1685 (auth-source-netrc-create): Use it. Still experimental code.
1686 (with-auth-source-epa-overrides): Use `find-file-hooks' if
1687 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
1688
1689 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
1690
1691 * auth-source.el (auth-source-save-secrets): New variable to control if
1692 secret tokens should be saved encrypted.
1693 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
1694 to `auth-source-netrc-normalize'.
1695 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
1696 on the EPA variables being defined.
1697 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
1698 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
1699 the lexical-let closure.
1700 (auth-source-netrc-create): Create "gpg:" tokens according to
1701 `auth-source-save-secrets'.
1702
1703 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
1704
1705 * gnus-group.el (gnus-group-update-group): Add new argument
1706 `info-unchanged' that stops updating dribble buffer.
1707
1708 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
1709 deletes lines matching to it in dribble buffer.
1710
1711 * gnus-agent.el (gnus-agent-fetch-group-1):
1712 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
1713 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
1714 * gnus-start.el (gnus-group-change-level):
1715 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
1716
1717 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
1718 if newsgroup info is not changed.
1719
1720 * gnus-group.el (gnus-group-get-new-news-this-group):
1721 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
1722 Don't update dribble buffer.
1723
1724 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
1725
1726 * gnus-registry.el (gnus-registry-remove-ignored): New function to
1727 remove entries with groups we ignore.
1728
1729 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1730
1731 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
1732 the underline comes at the bottom.
1733
1734 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
1735
1736 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
1737 `gnus-registry-user-format-function-M' and declare the latter obsolete.
1738 (gnus-registry-article-marks-to-names): Rename from
1739 `gnus-registry-user-format-function-M2'.
1740
1741 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
1742
1743 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
1744 ephemeral group.
1745
1746 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1747
1748 * shr.el (shr-browse-image): Copy the URL if called interactively.
1749
1750 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1751
1752 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
1753 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
1754 done, then unselected articles may be marked as read.
1755
1756 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
1757 since not doing this seems to lead to a race condition in pop3-logon.
1758
1759 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
1760 so that the call chain it correct when we call "upwards".
1761
1762 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
1763 in read-only groups.
1764
1765 * gnus-group.el (gnus-group-mark-article-read): Ditto.
1766
1767 * message.el (message-cite-reply-position): Doc string fix.
1768
1769 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
1770 avoid regexp overflow.
1771 (nnimap-transform-split-mail): Ditto.
1772
1773 * pop3.el (pop3-retr): Error out if the server closes the connection.
1774
1775 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1776
1777 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
1778 mm-with-unibyte-current-buffer. The buffer should not contain any
1779 multibyte chars anyway at this stage.
1780
1781 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1782
1783 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
1784 at the end of lines.
1785
1786 2011-05-29 Julien Danjou <julien@danjou.info>
1787
1788 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
1789
1790 2011-05-27 Glenn Morris <rgm@gnu.org>
1791
1792 * gnus-group.el (gnus-bug-group-download-format-alist):
1793 Use the "maintainer" version of debian reports as well.
1794
1795 2011-05-26 Glenn Morris <rgm@gnu.org>
1796
1797 * gnus-group.el (gnus-bug-group-download-format-alist):
1798 Use the "maintainer" version of debbugs.gnu.org reports.
1799
1800 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
1801
1802 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
1803
1804 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
1805
1806 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
1807 the thread moves us backwards and so we loop forever.
1808
1809 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
1810
1811 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
1812 whitespace in base64 data lines.
1813
1814 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
1815
1816 * gnus-registry.el (gnus-registry-user-format-function-M):
1817 Use `mapconcat'.
1818 (gnus-registry-user-format-function-M2): Use to see the full text of
1819 the marks. Make "," the mark text separator.
1820
1821 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
1822 authentication with auth-source.
1823
1824 2011-05-17 Glenn Morris <rgm@gnu.org>
1825
1826 * gnus-group.el (gnus-import-other-newsrc-file):
1827 Use insert-file-contents.
1828
1829 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
1830
1831 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
1832 1000 iterations.
1833
1834 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
1835
1836 * nntp.el (nntp-open-connection): Check if process-type is available.
1837
1838 2011-05-16 Julien Danjou <julien@danjou.info>
1839
1840 * shr.el (shr-tag-del): Add support for del tag.
1841
1842 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
1843
1844 * gnus-html.el (gnus-html-put-image): Register a displayer.
1845
1846 * shr.el (shr-image-displayer): Don't remove text props from alt text.
1847
1848 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
1849
1850 * registry.el (prune-factor): New initialization parameter defaulting
1851 to 0.1.
1852 (registry-prune-hard): Use it.
1853
1854 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
1855 0.1 expicitly.
1856
1857 2011-05-13 Glenn Morris <rgm@gnu.org>
1858
1859 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
1860 is bound, since this function requires sendmail.
1861
1862 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
1863
1864 * registry.el (registry-usage-test): Disable pruning test.
1865
1866 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
1867
1868 * registry.el (registry-prune-hard-candidates)
1869 (registry-prune-soft-candidates): Helper methods for registry pruning.
1870 (registry-prune): Use them. Make the sort function optional.
1871
1872 2011-05-10 Jim Meyering <meyering@redhat.com>
1873
1874 * shr.el (shr-colorize-region): Fix typo "on on -> on".
1875
1876 2011-05-10 Julien Danjou <julien@danjou.info>
1877
1878 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
1879 symbol and not a list.
1880
1881 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
1882
1883 * gnus-art.el (gnus-article-mode): Move binding of
1884 shr-put-image-function here from gnus-article-prepare-display.
1885
1886 * shr.el (shr-put-image-function): New variable.
1887 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
1888 (shr-put-image): Return scaled image.
1889
1890 * gnus-art.el (gnus-shr-put-image): New function.
1891 (gnus-article-prepare-display): Bind shr-put-image-function to it.
1892
1893 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
1894 original ones, as deletable.
1895
1896 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1897
1898 * nntp.el (nntp-open-connection): Set TCP keepalive option.
1899
1900 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
1901
1902 * registry.el (registry-full): Add convenience method. Fix logic.
1903 (registry-insert): Use it. Fix logic here too.
1904
1905 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
1906 `registry-prune' if `registry-full' returns t.
1907 (gnus-registry-handle-action)
1908 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
1909 (gnus-registry-usage-test): Use it.
1910
1911 2011-05-07 Julien Danjou <julien@danjou.info>
1912
1913 * shr.el (shr-link): Make shr-link inherit from link by default.
1914
1915 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
1916
1917 * shr.el (shr-urlify, shr-link): Fix shr-link face.
1918
1919 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
1920
1921 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
1922 error out because the face is not a list.
1923
1924 2011-05-05 Glenn Morris <rgm@gnu.org>
1925
1926 * gnus-start.el (gnus-propagate-marks): Declare.
1927
1928 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
1929
1930 * registry.el (registry-reindex): Fix percentage message.
1931
1932 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
1933
1934 * shr.el: Add shr-link face for links.
1935 (shr-urlify): Use it.
1936
1937 * registry.el (registry-insert): Make error message more helpful.
1938
1939 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1940
1941 * gnus-html.el (gnus-html-schedule-image-fetching):
1942 Use url-queue-retrieve, if it exists.
1943
1944 * shr.el (shr-tag-img): Ditto.
1945
1946 * gnus.el: Autoload more gnus-agent functions.
1947
1948 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
1949 agent if we haven't already (bug#8502).
1950
1951 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
1952 into the Agent, too.
1953
1954 * gnus-agent.el (gnus-agent-store-article): New function.
1955
1956 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
1957 and moved from that file for reuse.
1958
1959 * pop3.el (pop3-open-server): Error messages are "-ERR".
1960
1961 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1962
1963 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
1964 (open-tls-stream): Remove superfluous tls/starttls autoloads.
1965
1966 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1967
1968 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
1969 buffer has moved to a different frame.
1970
1971 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1972
1973 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
1974 to get the conversion from unibyte to multibyte buffers to work on
1975 Emacs 22.
1976
1977 * nntp.el (nntp-request-article): Slight clean-up.
1978
1979 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1980
1981 * shr.el (shr-strike-through): New face.
1982 (shr-tag-s): Use it to provide <s> support.
1983 (shr-tag-s): Remove duplicate definition.
1984
1985 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
1986
1987 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
1988 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
1989
1990 2011-04-23 Glenn Morris <rgm@gnu.org>
1991
1992 * gnus-sum.el (gnus-extra-headers): Bump :version.
1993
1994 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1995
1996 * shr.el (shr-tag-sup): New function.
1997 (shr-tag-sub): Ditto.
1998
1999 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
2000
2001 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
2002 for the case where `gnus-registry-ignored-groups' is a list of lists,
2003 and don't call `gnus-parameter-registry-ignore' otherwise.
2004
2005 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
2006
2007 * nnimap.el (nnimap-user): New backend variable.
2008 (nnimap-open-connection-1): Use it.
2009 (nnimap-credentials): Accept user parameter so it's explicit what user
2010 name is desired.
2011
2012 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
2013 default.
2014
2015 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
2016 not gnus-registry.el.
2017
2018 * gnus-registry.el: Mention in comments how to modify
2019 `gnus-extra-headers' for proper recipient tracking and that it may
2020 already have To and Cc recently, which it does as of this commit.
2021 (gnus-registry-ignored-groups): Remove defcustom.
2022 Explain why in comments.
2023 (gnus-registry-action): Fix data-header reference to use the extra
2024 headers. Explain in package commentary how to add To and Cc headers to
2025 the gnus-extra-headers.
2026 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
2027 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
2028 parameter list or a string list in `gnus-registry-ignored-groups'.
2029 Fix logic error.
2030
2031 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2032
2033 * shr.el (shr-expand-url): Protect against null urls.
2034
2035 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2036
2037 * shr.el (shr-base): New binding.
2038 (shr-tag-base): Keep track of <base>.
2039 (shr-expand-url): New function used throughout.
2040
2041 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
2042
2043 * gnus-registry.el
2044 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
2045 (gnus-registry-ignored-groups): New variable.
2046 (gnus-registry-ignore-group-p): Use it.
2047 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
2048 set the destination group to nil (same as delete) if it's ignored.
2049
2050 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
2051
2052 * gnus-registry.el (gnus-registry-action)
2053 (gnus-registry-fetch-header-fast):
2054 Don't use mail-header that looks an internal function of mailheader.el.
2055
2056 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
2057
2058 * gnus-registry.el: Eliminate cl functions.
2059 (gnus-registry-sort-addresses): New function that replaces mapcan.
2060 (gnus-registry-action, gnus-registry-spool-action)
2061 (gnus-registry-split-fancy-with-parent)
2062 (gnus-registry-fetch-recipients-fast): Use it.
2063 (gnus-registry-import-eld): Replace delete* with dolist + delq.
2064
2065 * registry.el (initialize-instance, registry-lookup)
2066 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2067 (registry-lookup-secondary-value, registry-search, registry-delete)
2068 (registry-insert, registry-reindex, registry-size, registry-prune):
2069 Use eval-and-compile.
2070
2071 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
2072
2073 * registry.el (registry-reindex): New method to recreate the secondary
2074 registry indices.
2075
2076 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
2077 tracked field changes.
2078 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
2079 (gnus-registry-action, gnus-registry-spool-action)
2080 (gnus-registry-handle-action)
2081 (gnus-registry--split-fancy-with-parent-internal)
2082 (gnus-registry-split-fancy-with-parent)
2083 (gnus-registry-register-message-ids): Add recipient tracking on spool,
2084 move, and delete actions, and for fancy splitting with parent.
2085 (gnus-registry-extract-addresses)
2086 (gnus-registry-fetch-recipients-fast)
2087 (gnus-registry-fetch-header-fast): Convenience functions.
2088 (gnus-registry-misc-test): ERT test of
2089 `gnus-registry-extract-addresses'.
2090
2091 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
2092
2093 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2094 Track by subject first, then sender.
2095
2096 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2097
2098 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
2099
2100 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
2101 Lisp.
2102
2103 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
2104 (gnus-draft-send): Use it to avoid popping
2105 up frames from gnus-group-send-queue.
2106
2107 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
2108
2109 * gnus-registry.el: Updated gnus-registry docs.
2110
2111 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
2112
2113 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2114 Fix logic bug.
2115 (gnus-registry-post-process-groups): Fix logging of no results and
2116 quote sender and subject.
2117
2118 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2119
2120 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
2121 (gnus-read-active-for-groups): Don't try to finish getting stuff where
2122 we had no early-data returned.
2123 (gnus-get-unread-articles): Add a sanity check so that we don't issue
2124 two async commands to the same server at the same time.
2125
2126 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
2127
2128 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
2129
2130 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2131
2132 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
2133 "warning" level.
2134
2135 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
2136 (mm-url-insert-file-contents): Don't set the package names.
2137
2138 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
2139
2140 * gnus-registry.el (gnus-registry-action): Remove properties and
2141 simplify subject in `gnus-registry-handle-action'.
2142 (gnus-registry-spool-action): Get subject and sender from message if
2143 they are not passed in.
2144 (gnus-registry-handle-action): Remove properties and simplify subject
2145 consistently.
2146
2147 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2148
2149 * registry.el: Require CL before using defmacro*.
2150
2151 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
2152
2153 * gnus-art.el (article-treat-date): Assume that
2154 gnus-article-date-headers may be a group parameter.
2155
2156 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
2157
2158 * gnus-registry.el (gnus-registry-handle-action): More debugging.
2159
2160 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
2161 interactively so the newsrc file can contain foreign groups too.
2162 Useful for debugging but not much for users.
2163
2164 2011-04-07 David Engster <dengste@eml.cc>
2165
2166 * registry.el (registry-usage-test): Only do
2167 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
2168 lexical binding.
2169
2170 2011-04-06 David Engster <dengste@eml.cc>
2171
2172 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
2173 argument NOERROR for `require', since XEmacs 21.4 does not support it.
2174
2175 2011-04-06 David Engster <dengste@eml.cc>
2176
2177 * registry.el (initialize-instance): Change :after to :AFTER to be
2178 compatible with old EIEIO version in XEmacs.
2179
2180 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
2181
2182 * gnus-registry.el (gnus-registry-post-process-groups)
2183 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
2184 and provide better messaging.
2185
2186 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
2187
2188 * gnus-registry.el: Don't use ERT if it's not available. Load it
2189 unconditionally anyway, discarding errors.
2190 (gnus-registry-delete-entries): New convenience function.
2191 (gnus-registry-import-eld): Import from old .eld registry.
2192
2193 * registry.el: Don't use ERT if it's not available. Load it
2194 unconditionally anyway, discarding errors.
2195
2196 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
2197 version from the Claudio Bley GnuTLS patch (extra optional parameters
2198 and host name).
2199
2200 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
2201
2202 * gnus-registry.el (gnus-registry-fixup-registry): New function to
2203 fixup the parameters that can be customized by the user between
2204 save/read cycles.
2205 (gnus-registry-read): Use it.
2206 (gnus-registry-make-db): Use it.
2207 (gnus-registry-spool-action, gnus-registry-handle-action):
2208 Fix messaging.
2209 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
2210 Map references to actual group names with sender and subject tracking.
2211 (gnus-registry-post-process-groups): Use `cond' for better messaging.
2212 (gnus-registry-usage-test): Add subject lookup test.
2213
2214 * registry.el (registry-db, initialize-instance): Set up constructor
2215 instead of :initform arguments for the sake of older Emacsen.
2216 (registry-lookup-breaks-before-lexbind): New method to demonstrate
2217 pre-lexbind merge bug.
2218 (registry-usage-test): Use it.
2219 (initialize-instance, registry-db): Move the non-function initforms
2220 back to the class definition.
2221
2222 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
2223
2224 * registry.el: New library to manage gnus-registry-style data.
2225
2226 * gnus-registry.el: Use it (major rewrite).
2227
2228 * nnregistry.el: Use it.
2229
2230 * spam.el: Use it.
2231
2232 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2233
2234 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
2235 marks on non-selected articles.
2236
2237 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
2238
2239 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
2240
2241 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
2242 parameter to open-protocol-stream.
2243
2244 2011-04-01 Julien Danjou <julien@danjou.info>
2245
2246 * mm-view.el (mm-display-inline-fontify): Do not fontify with
2247 fundamental-mode.
2248
2249 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2250
2251 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
2252 servers.
2253
2254 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2255
2256 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
2257 made marks not propagate, again.
2258
2259 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
2260
2261 * proto-stream.el (open-protocol-stream): Bring back `network' type.
2262 Make this the default type.
2263 (proto-stream-open-plain): Rename from proto-stream-open-default.
2264 (open-protocol-stream, proto-stream-open-starttls)
2265 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
2266 with `plain'.
2267
2268 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
2269 value.
2270
2271 * nntp.el (nntp-open-connection-function): Document the fact that some
2272 values are not functions but are instead handled specially.
2273 Recognize nntp-open-plain-stream value.
2274 (nntp-open-connection): Recognize that value.
2275
2276 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2277
2278 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
2279 stuff.
2280
2281 * gnus-score.el (gnus-score-string): Fix calling convention of
2282 `gnus-simplify-buffer-fuzzy' after last patches.
2283
2284 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
2285 server for articles we didn't get any headers for. This is a sanity
2286 check.
2287
2288 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
2289
2290 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
2291 new CAPABILITY, use it.
2292
2293 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2294
2295 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
2296 downloading anything.
2297
2298 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
2299
2300 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
2301
2302 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
2303 colors.
2304 (gnus-splash-svg-color-symbols): New function.
2305
2306 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2307
2308 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
2309 instead of using the global gnus-simplify-subject-fuzzy-regexp.
2310 (gnus-simplify-subject-fuzzy): Use the local
2311 gnus-simplify-subject-fuzzy-regex instead of the global one.
2312 This makes using this variable in group parameters work.
2313
2314 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
2315
2316 * gnus-registry.el (gnus-registry-unfollowed-groups):
2317 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
2318 archive:sent-YYYY-MM-DD groups).
2319 (gnus-registry-split-fancy-with-parent): Bail out early in sender
2320 tracking if there are more than `gnus-registry-max-track-groups'
2321 matches.
2322
2323 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2324
2325 * message.el (message--yank-original-internal): New function to do the
2326 insertion cleanly inside eval in `message-yank-original'.
2327 (message-yank-original): Use it.
2328
2329 2011-03-29 Julien Danjou <julien@danjou.info>
2330
2331 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
2332 local variables disabled rather than `normal-mode'.
2333
2334 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
2335
2336 * proto-stream.el: Changes preparatory to merging open-protocol-stream
2337 with open-network-stream.
2338 (proto-stream-always-use-starttls): Option removed.
2339 (open-protocol-stream): Return a process object by default. Provide a
2340 new parameter :return-list specifying a list-type return value, which
2341 now has the form (PROP . PLIST) instead of a fixed-length list. Change
2342 :type `network' to `try-starttls', and `network-only' to `default'.
2343 Make `default' the default, for compatibility with open-network-stream.
2344 Handle the no-parameter case exactly as open-network-stream, with no
2345 additional stream processing. Search plists using plist-get.
2346 Explicitly add :end-of-commend parameter if it is missing.
2347 (proto-stream-open-default): Rename from
2348 proto-stream-open-network-only. Return 'default as the type.
2349 (proto-stream-open-starttls): Rename from proto-stream-open-network.
2350 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
2351 failed. Always return a list with a (possibly dead) process as the
2352 first element, for compatibility with open-network-stream.
2353 (proto-stream-open-tls): Use plist-get. Always return a list.
2354 (proto-stream-open-shell): Return `default' as connection type.
2355 (proto-stream-capability-open): Use plist-get.
2356 (proto-stream-eoc): Function deleted.
2357
2358 * nnimap.el (nnimap-stream, nnimap-open-connection)
2359 (nnimap-open-connection-1): Handle renaming of :type parameter for
2360 open-protocol-stream.
2361 (nnimap-open-connection-1): Pass a :return-list parameter
2362 open-protocol-stream to obtain a list return value. Parse this list
2363 using plist-get.
2364
2365 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
2366 for open-protocol-stream. Accept open-protocol-stream return value
2367 that is a subprocess object instead of a list. Handle the case of a
2368 dead returned process.
2369
2370 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
2371
2372 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
2373
2374 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
2375
2376 2011-03-21 Julien Danjou <julien@danjou.info>
2377
2378 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
2379 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
2380 query.
2381 (mm-inline-text): Render normal text with fontification whenever
2382 possible.
2383
2384 * gnus-sum.el (gnus-summary-save-parts-1):
2385 * gnus-art.el (gnus-article-browse-html-save-cid-content)
2386 (gnus-article-browse-html-parts, gnus-mime-delete-part)
2387 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
2388 Use `mm-handle-filename'.
2389
2390 * mm-util.el (mm-handle-filename): New function, return the filename of
2391 an handle.
2392
2393 2011-03-18 Julien Danjou <julien@danjou.info>
2394
2395 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
2396 (gnus-buffer-live-p): Check that buffer is not nil.
2397
2398 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2399
2400 * gnus-art.el: Require mouse, which the build bot seems to say is
2401 needed.
2402
2403 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
2404 XEmacs, since it doesn't have url-retrieve-synchronously.
2405
2406 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
2407
2408 * gnus-group.el (gnus-group-list-ticked): New function.
2409 (gnus-group-make-menu-bar): Provide a menu entry for it.
2410 (gnus-group-list-map): Provide a binding for it.
2411
2412 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2413
2414 * shr.el (shr-visit-file): New command.
2415
2416 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
2417
2418 2011-03-17 Bjørn Mork <bjorn@mork.no>
2419
2420 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
2421 servers.
2422
2423 2011-03-16 Julien Danjou <julien@danjou.info>
2424
2425 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
2426 inline.
2427
2428 * gnus-art.el (article-hide-list-identifiers):
2429 Use gnus-group-get-list-identifiers.
2430
2431 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
2432 (gnus-summary-remove-list-identifiers):
2433 Use gnus-group-get-list-identifiers to get regexp.
2434 (gnus-select-newsgroup, gnus-summary-insert-subject)
2435 (gnus-summary-insert-articles):
2436 Call gnus-summary-remove-list-identifiers unconditionally.
2437
2438 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2439
2440 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
2441 we're selecting a group with unread articles.
2442
2443 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
2444
2445 * gssapi.el: New file separated out from imap.el to provide a general
2446 Kerberos 5 connection facility for Emacs.
2447
2448 * message.el (message-elide-ellipsis): Document the format spec
2449 ellipsis.
2450
2451 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
2452
2453 * message.el (message-elide-region): Allow the ellipsis to say how many
2454 lines were removed.
2455
2456 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2457
2458 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
2459 window configurations containing buffers that are now dead.
2460
2461 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
2462 parsing to avoid integer overflows.
2463 (nnimap-parse-flags): Simplify the last change.
2464 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
2465 too large for 32-bit Emacsen.
2466
2467 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2468
2469 * auth-source.el (auth-source-netrc-create):
2470 * message.el (message-yank-original): Fix use of `case'.
2471
2472 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
2473
2474 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
2475 XEmacs, which was one character too wide.
2476
2477 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
2478
2479 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
2480 default number of articles to display.
2481 (gnus-articles-to-read): Use pretty names for prompt.
2482
2483 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2484
2485 * gnus-int.el (gnus-open-server): Ditto.
2486
2487 * gnus-start.el (gnus-activate-group): Give a backtrace if
2488 debug-on-quit is set and the user hits `C-g'.
2489 (gnus-read-active-file): Ditto.
2490
2491 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
2492
2493 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
2494
2495 * message.el (message-yank-original): Use cond instead of CL case.
2496
2497 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2498
2499 * auth-source.el (auth-source-netrc-create): Use usual format for the
2500 default in prompts.
2501
2502 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
2503
2504 * auth-source.el (auth-source-netrc-create): Show the default in the
2505 prompt when prompting for token creation.
2506
2507 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
2508
2509 * auth-source.el (auth-source-format-prompt): Always convert the value
2510 to a string to avoid evaluating non-string arguments.
2511 (auth-source-netrc-create): Offer default properly, not as initial
2512 content in `read-string'.
2513 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
2514 of line to determine if we've been run before. If so, don't run again,
2515 but print a trivial message to indicate the cache was hit instead.
2516
2517 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
2518
2519 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
2520 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
2521 The user will have to run `gnus-sync-read' manually and wait for Cloudy
2522 Gnus.
2523
2524 2011-03-11 Julien Danjou <julien@danjou.info>
2525
2526 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
2527 modified file".
2528
2529 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
2530
2531 * auth-source.el (auth-source-read-char-choice): New function to read a
2532 character choice using `dropdown-list', `read-char-choice', or
2533 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
2534 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
2535 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
2536 (auth-source-netrc-saver): Use it.
2537 (auth-source-pick-first-password): New convenience function.
2538
2539 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
2540
2541 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
2542 parameter in the credentials.
2543 (nnimap-open-connection-1): Use it after a successful login.
2544 (nnimap-credentials): Add IMAP-specific user and password prompt.
2545
2546 * auth-source.el (auth-source-search): Add :require parameter, taking a
2547 list. Document it and the :save-function return token. Pass :require
2548 down. Change the CREATED message from a warning to a debug statement.
2549 (auth-source-search-backends): Pass :require down.
2550 (auth-source-netrc-search): Pass :require down.
2551 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
2552 Change save prompt to indicate all modifications saved here are
2553 deletions.
2554 (auth-source-netrc-create): Take user login name as default in user
2555 prompt. Move all the save functionality to a lexically bound function
2556 under the :save-function token in the returned list. Set up clearer
2557 default prompts for user, host, port, and secret.
2558 (auth-source-netrc-saver): New function, intended to be wrapped for
2559 :save-function.
2560
2561 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
2562
2563 * Version 23.3 released.
2564
2565 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2566
2567 * shr.el (shr-table-horizontal-line): Change the defaults for the table
2568 lines to be spaces instead.
2569
2570 2011-03-07 Julien Danjou <julien@danjou.info>
2571
2572 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
2573 (sieve-sasl-auth): Check that auth-source-search did return something,
2574 or just return an empty string.
2575
2576 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
2577
2578 * gnus.el (gnus-interactive): Use read-directory-name.
2579
2580 * gnus-uu.el (gnus-uu-decode-uu-and-save)
2581 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
2582 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
2583 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
2584 Likewise.
2585
2586 * gnus-group.el (gnus-group-make-directory-group): Likewise.
2587
2588 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2589
2590 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
2591 onto the list of killed groups, too. This makes killed nnimap groups,
2592 for instance, more reliably not reappear.
2593
2594 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
2595 the parent.
2596
2597 * gnus-sum.el (gnus-update-read-articles): Fix typo.
2598
2599 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
2600 really have server-side marks.
2601
2602 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
2603 since most backends do not usefully have server-side marks.
2604 (gnus-update-read-articles): Propagate marks to all backends that
2605 really have server-side marks.
2606
2607 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
2608
2609 * message.el (message-cite-reply-position, message-cite-style):
2610 New variables.
2611 (message-yank-original): Use the new citation styles.
2612
2613 2011-03-04 Daiki Ueno <ueno@unixuser.org>
2614
2615 * message.el (message-options): Revert the change that's a workaround
2616 for XEmacs buffer-local issue; don't mark it buffer-local when running
2617 under XEmacs.
2618
2619 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
2620
2621 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
2622 numbers too big to be `read'.
2623
2624 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
2625
2626 * message.el (message-options): Make buffer-local two ways to attempt
2627 to fix a XEmacs bug.
2628
2629 2011-03-02 Julien Danjou <julien@danjou.info>
2630
2631 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
2632
2633 2011-03-01 Julien Danjou <julien@danjou.info>
2634
2635 * gnus-art.el (list-identifier): Add list-identifier as a parameter
2636 group.
2637 (article-hide-list-identifiers): Use list-identifier group parameter.
2638
2639 2011-02-28 Julien Danjou <julien@danjou.info>
2640
2641 * sieve.el (sieve-buffer-script-name): New local variable to store
2642 sieve script name.
2643 (sieve-edit-script): Store sieve script name.
2644 (sieve-upload): Use sieve script name when uploading.
2645 (sieve-upload): Use substitute-command-keys.
2646 (sieve-edit-script): Use substitute-command-keys.
2647 (sieve-refresh-scriptlist): Use substitute-command-keys.
2648 (sieve-manage-mode-map): Define keymap properly.
2649 (sieve-manage-mode): Do not set mode name manually, change mode-name to
2650 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
2651 Remove commented code about cvs.
2652 (sieve-manage-quit): New function.
2653 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
2654
2655 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2656
2657 * gnus-group.el (gnus-import-other-newsrc-file): New function.
2658
2659 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
2660
2661 * auth-source.el (auth-source-search): Cache empty result sets.
2662
2663 * auth-source.el (auth-source-save-behavior): New variable to replace
2664 `auth-source-never-create'.
2665 (auth-source-netrc-create): Use it.
2666 (auth-source-never-save): Remove.
2667
2668 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
2669
2670 * nnimap.el (nnimap-stream): Doc fix.
2671 (nnimap-open-connection-1): Reverse the order of the ports to that the
2672 prompted-for port is first.
2673
2674 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
2675 retrieval by the no-group selection.
2676
2677 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
2678 numerical parameters.
2679
2680 2011-02-25 Julien Danjou <julien@danjou.info>
2681
2682 * gnus-gravatar.el: Use gnus-with-article-buffer.
2683
2684 * gnus-art.el (gnus-with-article-buffer): Check that the
2685 gnus-article-buffer is alive.
2686
2687 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
2688
2689 * auth-source.el (auth-source-creation-prompts): New variable to manage
2690 creation-time prompts.
2691 (auth-source-search): Document it.
2692 (auth-source-format-prompt): Add utility function.
2693 (auth-source-netrc-create): Don't default the user name to
2694 user-login-name. Use `auth-source-creation-prompts' and some default
2695 prompts for user, host, port, and password (the default generic prompt
2696 remains ugly).
2697 (auth-source-never-save): Add customizable option to never save info.
2698 (auth-source-netrc-create): Use it and improve save prompts. Fix help
2699 mode excursion.
2700
2701 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
2702
2703 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
2704 argument that XEmacs doesn't support.
2705
2706 2011-02-23 Julien Danjou <julien@danjou.info>
2707
2708 * gnus-art.el (article-make-date-line): Ignore errors if time is
2709 invalid and not convertible.
2710 (article-make-date-line): Only add lapsed time if time is not nil.
2711
2712 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
2713
2714 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
2715 `read-char-choice' for backwards compatibility.
2716 (auth-source-netrc-element-or-first): New function to DTRT for
2717 parameter extraction.
2718 (auth-source-netrc-create): Use it and fix multiple parameter print
2719 bug. Use the default passed from above (given-default) or the
2720 built-in (user-login-name for :user).
2721
2722 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
2723
2724 * gnus-start.el (gnus-dribble-read-file):
2725 Set buffer-save-without-query, since we always want to save the dribble
2726 file, probably.
2727
2728 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
2729 nnimap.
2730
2731 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
2732 -summary- since it's a user-visible variable.
2733
2734 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
2735 first time you use the new Gnus.
2736
2737 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
2738
2739 * auth-source.el: Don't load netrc.el.
2740 (auth-sources): Search ~/.netrc as well by default.
2741 (auth-source-debug): Add 'trivia option for extra output.
2742 (auth-source-do-trivia): Use it.
2743 (auth-source-search): Simplify logic to use
2744 `auth-source-search-backends'. Use `auth-source-do-trivia' where
2745 appropriate. Don't keep a running count at this level. Layer :create
2746 and :delete options appropriately on the first and second passes.
2747 Don't track the backend with the search results.
2748 (auth-source-search-backends): New function to search a list of
2749 backends for a processed spec.
2750 (auth-source-netrc-parse): Cache all netrc files, making
2751 auth-source-netrc-cache an alist keyed by the file name and using the
2752 file mtime as the caching criterion. Keep the obfuscated data secret
2753 with a lexical bind.
2754 (auth-source-netrc-search): Don't calculate the length of the results
2755 unnecessarily.
2756 (auth-source-search-backends): Fix bug.
2757 (auth-source-netrc-create): Rework prompts.
2758
2759 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
2760
2761 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
2762 Lower case names of search constraints.
2763 (nnir-run-query): Cache and reuse search constraints for all imap
2764 servers.
2765
2766 2011-02-22 Sam Steingold <sds@gnu.org>
2767
2768 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
2769
2770 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
2771
2772 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
2773 after exit.
2774 (gnus-setup-message): Define missing variable from last checkin.
2775
2776 * gnus-sum.el (gnus-summary-show-article): When called with t as the
2777 value, show the raw article.
2778
2779 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
2780
2781 * nnimap.el (nnimap-open-connection-1): Revert last change, since
2782 auth-source now accepts numbers.
2783
2784 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
2785 spec, too.
2786 (auth-source-ensure-strings): New function.
2787
2788 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
2789 (gnus-article-setup-buffer): Always restart the date timer so that user
2790 changes to the frequency is respected.
2791
2792 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
2793 port numbers, so make sure it gets that if nnimap-server-port is
2794 explicit.
2795
2796 2011-02-21 Simon Josefsson <simon@josefsson.org>
2797
2798 * nnimap.el (nnimap-inbox): Doc fix.
2799
2800 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
2801
2802 * shr-color.el (shr-color->hexadecimal): Use renamed function names
2803 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
2804 color-lab-to-srgb.
2805
2806 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
2807
2808 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
2809 given method as in the group name if we're using an extended method.
2810 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
2811 command, if we're using that, instead of waiting for the beginning.
2812
2813 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
2814 we're sure to get unique server names, and we don't output two async
2815 commands in the same buffer. This fixes an NNTP hang for some users.
2816
2817 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
2818
2819 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
2820 summary buffer before reading going to the next buffer. This avoids
2821 putting the point in the group buffer if you `C-g' the command.
2822
2823 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
2824 cache (for now) to make ~/.authinfo.gpg files usable.
2825
2826 * nnfolder.el (copyright-update): Define for the compiler.
2827
2828 * auth-source.el (auth-source-search): Fix unbound variable.
2829
2830 2011-02-19 Glenn Morris <rgm@gnu.org>
2831
2832 * gnus.el (gnus-meta): Doc fix.
2833
2834 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
2835
2836 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
2837 in case it's not yet loaded.
2838
2839 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
2840
2841 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
2842 line we're waiting for.
2843
2844 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
2845
2846 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
2847 face with line-width greater than zero will cause RET in gnus summary
2848 buffer to scroll down article page-wise because auto vscroll happens,
2849 it should be temporally disabled when doing a scroll-up.
2850
2851 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
2852
2853 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
2854 outputs from the server.
2855
2856 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
2857
2858 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
2859 later so that bbdb can hook in easier.
2860
2861 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
2862
2863 * auth-source.el (auth-source-search): Don't try to create credentials
2864 if the caller doesn't want that.
2865 (auth-source-search): If we don't find a match, don't bug out on
2866 non-bound variables.
2867 (auth-source-search): Only ask a single backend to create the
2868 credentials.
2869
2870 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
2871 logging.
2872 (nnimap-credentials): Protect against auth-source-search returning nil.
2873 (nnimap-request-list): Protect against not being able to open the
2874 server.
2875
2876 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
2877
2878 * auth-source.el (auth-source-search): Do a two-phase search, one with
2879 no :create to get the responses from all backends.
2880
2881 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
2882 when getting credentials.
2883
2884 * gnus-util.el (gnus-delete-duplicates): New function.
2885
2886 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
2887
2888 * nnimap.el (nnimap-credentials): Instead of picking the first port as
2889 a creation default, pass the whole port list down. It will be
2890 completed.
2891
2892 * auth-source.el (auth-source-search): Updated docs to talk about
2893 multiple creation choices.
2894 (auth-source-netrc-create): Accept a list as a value (from the search
2895 parameters) and do completion on that list. Keep a separate netrc line
2896 with the password obscured for showing the user.
2897
2898 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
2899 first choice to `auth-source-search' so it will be used for entry
2900 creation instead of the server's Gnus-specific name.
2901 (nnimap-credentials): Rely on the auth-source library to select which
2902 port is actually wanted in the new netrc entry, so don't override
2903 `auth-source-creation-defaults'.
2904
2905 * auth-source.el (auth-source-netrc-parse): Use :port instead of
2906 :protocol and accept a missing user, host, or port as a wildcard match.
2907 (auth-source-debug): Default to off.
2908
2909 (auth-source-netrc-search, auth-source-netrc-create)
2910 (auth-source-secrets-search, auth-source-secrets-create)
2911 (auth-source-user-or-password, auth-source-backend, auth-sources)
2912 (auth-source-backend-parse-parameters, auth-source-search): Use :port
2913 instead of :protocol.
2914
2915 * nnimap.el (nnimap-credentials): Pass a port default to
2916 `auth-source-search' in case an entry needs to be created.
2917 (nnimap-open-connection-1): Use :port instead of :protocol.
2918
2919 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
2920
2921 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
2922 instead of delete-dups that is not available in XEmacs 21.4.
2923
2924 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
2925
2926 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
2927 nil means that nnimap doesn't get updated.
2928
2929 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
2930
2931 * auth-source.el (auth-source-netrc-create): Return a synthetic search
2932 result when the user doesn't want to write to the file.
2933 (auth-source-netrc-search): Expect a synthetic result and proceed
2934 accordingly.
2935 (auth-source-cache-expiry): New variable to override
2936 `password-cache-expiry'.
2937 (auth-source-remember): Use it.
2938
2939 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
2940 parameter. Create entry if necessary by using :create t.
2941 (nnimap-open-connection-1): Don't pass `inhibit-create'.
2942
2943 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
2944
2945 * auth-source.el (auth-source-debug): Enable by default and don't
2946 mention the obsolete `auth-source-hide-passwords'.
2947 (auth-source-do-warn): New function to debug unconditionally.
2948 (auth-source-do-debug): Use it.
2949 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
2950 and for Secrets API entries when the secrets.el library is not
2951 available.
2952
2953 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
2954
2955 * gnus-sum.el (gnus-propagate-marks): Default to nil.
2956 (gnus-summary-exit): Kill the correct article buffer on exit from a
2957 `C-d' group.
2958
2959 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
2960 gnus-propagate-marks.
2961
2962 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
2963 before killing the buffers so that a non-full window conf gets handled
2964 correctly.
2965 (gnus-summary-exit): Ditto.
2966 (gnus-summary-read-group-1): Ditto.
2967
2968 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
2969 async code again so that we can debug it properly.
2970
2971 * message.el (message-reply): Take an optional switch-buffer parameter
2972 so that Gnus window confs are respected better.
2973
2974 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
2975
2976 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
2977 `plist-get' to accept non-list parameters (XEmacs issue).
2978 Fix docstring.
2979 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
2980 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
2981 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
2982 Login collection is "Login" and not "login".
2983
2984 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
2985
2986 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
2987 multiple headers.
2988
2989 * nnimap.el (nnimap-inhibit-logging): New variable.
2990 (nnimap-log-command): Don't log login commands.
2991
2992 * auth-source.el (auth-source-netrc-search): The asserts seem to want
2993 to have more parameters.
2994
2995 * nnimap.el (nnimap-send-command): Mark the command time for each
2996 command, so that we don't get NOOPs stepping on our toes.
2997
2998 * gnus-art.el (article-date-ut): Get the date from the Date header on
2999 `t'.
3000
3001 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
3002
3003 * auth-source.el (auth-source-search): Use copy-sequence instead of
3004 the cl.el copy-list.
3005
3006 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
3007
3008 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
3009 Improve prompt.
3010
3011 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3012
3013 * gnus-art.el (gnus-article-mode-line-format): Remove the article
3014 washing status from the default format. It isn't very informative.
3015
3016 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
3017
3018 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
3019 Fix Gcc processing on imap.
3020
3021 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
3022
3023 * message.el (message-bury): Don't pop up a new window when selected
3024 window is dedicated.
3025
3026 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
3027
3028 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
3029
3030 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
3031
3032 * sieve-manage.el: Autoload `auth-source-search'.
3033 (sieve-sasl-auth): Use it.
3034
3035 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
3036
3037 * nnimap.el: Autoload `auth-source-forget+'.
3038 (nnimap-open-connection-1): Use it if the connection fails.
3039
3040 * auth-source.el: Require `password-cache'.
3041 (auth-source-hide-passwords, auth-source-cache): Remove and mark
3042 obsolete.
3043 (auth-source-magic): Marker for `password-cache' keys.
3044 (auth-source-do-cache): Update docstring.
3045 (auth-source-search): Use and check cache.
3046 (auth-source-forget-all-cached, auth-source-remember)
3047 (auth-source-recall, auth-source-forget, auth-source-forget+)
3048 (auth-source-specmatchp): Caching support functions.
3049 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
3050 Remove and obsolete.
3051 (auth-source-user-or-password): Remove caching to further discourage
3052 using it. Always hide passwords.
3053
3054 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
3055
3056 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
3057 code for now, since it doesn't work for all users.
3058
3059 2011-02-09 Julien Danjou <julien@danjou.info>
3060
3061 * message.el (message-options): Make message-options really buffer
3062 local.
3063
3064 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
3065
3066 * mail-source.el: Autoload `auth-source-search'.
3067 (mail-source-keyword-map): Note order matters.
3068 (mail-source-set-1): Get all the mail-source source values and
3069 defaults and search auth-source on those if needed. This can all
3070 probably be simplified.
3071
3072 * nnimap.el: Autoload `auth-source-search'.
3073 (nnimap-credentials): Use it.
3074 (nnimap-open-connection-1): Ask for the virtual server and physical
3075 address in one shot.
3076
3077 * nntp.el: Autoload `auth-source-search'.
3078 (nntp-send-authinfo): Use it. Note TODO.
3079
3080 2011-02-08 Julien Danjou <julien@danjou.info>
3081
3082 * shr.el (shr-tag-body): Add support for text attribute in body
3083 markups.
3084
3085 * message.el (message-options): Make message-options a local variable.
3086
3087 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
3088
3089 * auth-source.el (auth-source-secrets-search)
3090 (auth-source-user-or-password): Use `append' instead of `nconc'.
3091 (auth-source-user-or-password): Build return list better and protect
3092 against nil :secret.
3093
3094 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
3095
3096 * nnimap.el (nnimap-update-info): Refactor slightly.
3097 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
3098 (nnimap-update-info): Clean up slightly.
3099 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
3100 characters.
3101 (nnimap-process-quirk): Rename function to avoid collision.
3102 (nnimap-update-info): Fix macrology bug-out.
3103 (nnimap-update-info): Simplify split history test.
3104
3105 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
3106
3107 * auth-source.el (top): Require 'eieio unconditionally.
3108 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
3109 (auth-source-secrets-search): Limit search when `max' is greater than
3110 number of results.
3111
3112 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3113
3114 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
3115 part not returning any data.
3116
3117 * proto-stream.el (open-protocol-stream): Document the return value.
3118
3119 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
3120
3121 * auth-source.el (auth-source-secrets-search): Add examples.
3122
3123 2011-02-06 Julien Danjou <julien@danjou.info>
3124
3125 * message.el (message-setup-1): Handle message-generate-headers-first
3126 set to t.
3127
3128 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
3129
3130 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
3131 API with a string "secrets:collection-name" and with 'default.
3132 (auth-source-backend-parse): Parse "secrets:collection-name" and
3133 'default. Recurse on parses instead of repeating code. Use the
3134 Secrets API is the source is not nil and 'ignore otherwise. Emit a
3135 message when ignoring a source.
3136 (auth-source-search): List ignored search keys at the top level.
3137 (auth-source-netrc-create): Use `case' instead of `cond'.
3138 (auth-source-secrets-search): Created with TODOs.
3139 (auth-source-secrets-create): Created with TODOs.
3140 (auth-source-retrieve, auth-source-create, auth-source-delete)
3141 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3142 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3143 (auth-source-user-or-password-sftp)
3144 (auth-source-user-or-password-smtp): Remove.
3145 (auth-source-user-or-password): Deprecated and modified to be a wrapper
3146 around `auth-source-search'. Not tested thoroughly.
3147
3148 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
3149
3150 * auth-source.el: Bring in assoc and eioeio libraries.
3151 (secrets-enabled): New variable to track the status of the Secrets API.
3152 (auth-source-backend): New EIOEIO class to represent a backend.
3153 (auth-source-creation-defaults): New variable to set prompt defaults
3154 during token creation (see the `auth-source-search' docstring for
3155 details).
3156 (auth-sources): Simplify to allow a simple string as a netrc backend
3157 spec.
3158 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
3159 (auth-source-backend-parse-parameters): Fill in the backend parameters.
3160 (auth-source-search): Main auth-source API entry point.
3161 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
3162 (auth-source-search-collection): Helper function for searching.
3163 (auth-source-netrc-parse, auth-source-netrc-normalize)
3164 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
3165 Supports search, create, and delete.
3166 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
3167 backend stubs.
3168 (auth-source-user-or-password): Call `auth-source-search' but it's not
3169 ready yet.
3170
3171 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
3172
3173 * message.el (message-setup-1): Remove the read-only stuff, since it
3174 doesn't work under XEmacs, for some reason.
3175
3176 * gnus-sum.el (gnus-user-date): Rename back from
3177 gnus-summary-user-date since user code refers to it.
3178
3179 * shr.el (shr-render-td): Store the actual background color used.
3180
3181 * message.el (message-setup-1): Don't bind the constant
3182 -forbidden-properties.
3183 (message-setup-1): Revert previous change, since it needs to bind the
3184 props to insert them.
3185 (message-resend): Allow removing the read-only separator line.
3186
3187 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
3188
3189 * nnimap.el (nnimap-request-accept-article): Give an error message if
3190 the APPEND wasn't successful.
3191
3192 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
3193
3194 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
3195 that have no groups.
3196
3197 2011-02-03 Julien Danjou <julien@danjou.info>
3198
3199 * gnus-draft.el: Remove progn around gnus-draft-setup.
3200
3201 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
3202
3203 * gnus-start.el (gnus-read-active-for-groups): This function is never
3204 called with a nil `infos', so clean that up.
3205 (gnus-get-unread-articles): Request active files from primary/secondary
3206 methods that have no groups (yet).
3207
3208 2011-02-03 Julien Danjou <julien@danjou.info>
3209
3210 * message.el (message-setup-1): Always generate References first.
3211 (message-mail): Return the return value of message-setup, not always t.
3212 (message-setup-1): Insert mail-header-separator with read-only and
3213 intangible properties set.
3214
3215 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
3216 user-date in docstring.
3217
3218 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
3219
3220 * gnus.el (gnus-summary-line-format): Mention &user-date format in
3221 docstring.
3222
3223 * gnus.el (gnus-user-date-format-alist): Change default value.
3224 Use defcustom, with type and group. Move from gnus-util.el.
3225 Rename to gnus-summary-user-date-format-alist.
3226
3227 2011-02-03 Glenn Morris <rgm@gnu.org>
3228
3229 * nnimap.el (gnus-fetch-headers): Declare.
3230
3231 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
3232
3233 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
3234
3235 * message.el (message-forward-make-body-digest-plain)
3236 (message-followup, message-reply): Clean up things noted by Stefan.
3237
3238 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
3239 gnus-article-update-date-headers is nil.
3240 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
3241 it didn't really work with defcustom.
3242 (article-update-date-lapsed): Make sure the window start doesn't move,
3243 either.
3244
3245 2011-02-01 Julien Danjou <julien@danjou.info>
3246
3247 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
3248 format.
3249
3250 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
3251 standard in Emacs nowadays.
3252
3253 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3254
3255 * message.el (message-expand-name): Don't trust the return value of
3256 bbdb-complete-name.
3257 (message-check-news-header-syntax): Remove unused var `start'.
3258 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
3259 (message-inhibit-body-encoding): Move to before first use.
3260 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
3261 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
3262 (Organization, Message-ID, Date, mh-previous-window-config):
3263 Defvar the vars using dynamic scoping.
3264
3265 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3266
3267 * shr.el (shr-render-td): Only do colors at the final rendering.
3268 Should be slightly faster.
3269 (shr-insert-table): Fix up TD background colors when doing the
3270 vertical padding.
3271
3272 * gnus-art.el (article-date-ut): Protect against articles with no Date
3273 header.
3274 (article-update-date-lapsed): Don't use current-column to find the
3275 horizontal position. It's fragile in the presence of \003 characters.
3276
3277 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
3278
3279 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
3280
3281 * gnus-art.el (article-transform-date): Rewrite to still work when
3282 there are several rfc2822 parts.
3283 (article-transform-date): Fix infinite recursion.
3284 (article-date-ut): Replace infinitely many Date headers with a single
3285 one when called interactively.
3286
3287 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
3288 secure manner.
3289
3290 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
3291 move around by not using save-window-excursion. It seems to work...
3292
3293 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
3294
3295 * gnus-art.el (article-make-date-line): Work for user-defined format.
3296
3297 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
3298
3299 * nntp.el (nntp-retrieve-group-data-early)
3300 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
3301 fetching functions.
3302
3303 * gnus-start.el (gnus-read-active-for-groups): Read the active files
3304 thoroughly for all backends that have no known groups. This should
3305 allow new nnml methods to retrieve mail.
3306
3307 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
3308 that Gnus doesn't know exists again.
3309
3310 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
3311 (gnus-treat-date-ut): Ditto.
3312 (gnus-article-update-date-header): Rename.
3313 (gnus-treat-date-local): Remove.
3314 (gnus-treat-date-english): Remove.
3315 (gnus-treat-date-lapsed): Remove.
3316 (gnus-treat-date-combined-lapsed): Remove.
3317 (gnus-treat-date-original): Remove.
3318 (gnus-treat-date-iso8601): Remove.
3319 (gnus-treat-date-user-defined): Remove.
3320 (gnus-article-date-headers): New variable to control all the date
3321 header options.
3322 (article-date-ut): Rewrite to allow using the new way to format date
3323 headers(s).
3324
3325 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
3326
3327 * nnmail.el (nnmail-article-group): Check for a direct fancy split
3328 method.
3329 (nnmail-article-group): A better test for fanciness.
3330
3331 * nnimap.el (nnimap-request-head): Protect against not finding the
3332 article by Message-ID.
3333
3334 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
3335
3336 * gnus-art.el (article-update-date-lapsed): Try a better way to really
3337 keep point at the "same place".
3338
3339 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
3340
3341 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
3342 data if the group is inactive.
3343
3344 2011-01-28 Julien Danjou <julien@danjou.info>
3345
3346 * gnus-win.el: Remove dead function gnus-window-configuration-element.
3347 (gnus-all-windows-visible-p): Remove old compatibility code.
3348 (gnus-window-top-edge): Add docstring.
3349
3350 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
3351
3352 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
3353
3354 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
3355 older request-update-info.
3356
3357 * gnus-art.el (article-make-date-line): Limit the length a bit more.
3358
3359 2011-01-28 Daiki Ueno <ueno@unixuser.org>
3360
3361 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
3362 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
3363
3364 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
3365
3366 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
3367 groups. This makes the nndraft:queue group pop up if it's not already
3368 there.
3369
3370 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
3371 messages" logic, which was reversed.
3372
3373 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
3374 the "same place" even if point is on the line being replaced.
3375 (article-update-date-lapsed): Allow updating both the combined lapsed
3376 and the lapsed headers.
3377 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
3378 (article-make-date-line): Limit the number of segments dynamically to
3379 avoid too-long lines.
3380
3381 2011-01-27 Julien Danjou <julien@danjou.info>
3382
3383 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
3384 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
3385
3386 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
3387
3388 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
3389 Use plist-get instead of the cl function getf.
3390
3391 2011-01-27 Glenn Morris <rgm@gnu.org>
3392
3393 * gnus-util.el (float-time): Get rid of compiler warning, again.
3394
3395 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
3396
3397 * shr.el (shr-put-color): Special-case background colors: Do put them
3398 at the blank parts at the front of the lines.
3399
3400 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
3401 exit hook to nix out all data on readedness on group exit.
3402
3403 * gnus-util.el (float-time): If float-time is bound, always use it on
3404 all Emacsen. It's unclear why the subrp check was there.
3405 (time-date): Require to make some autoload issues on XEmacs go away.
3406
3407 * shr.el (shr-put-color): Don't do the box padding in tables, since
3408 they're already padded.
3409
3410 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3411
3412 * gnus-art.el (gnus-article-next-page): When the last line of the
3413 article is displayed, scroll down once more instead of going to the
3414 next article at once.
3415 (article-lapsed-string): Refactor out and allow specifying how many
3416 segments you want.
3417 (gnus-article-setup-buffer): Start updating the lapsed header directly.
3418 (gnus-article-update-lapsed-header): New variable.
3419
3420 * shr.el: Revert change that made headings use different-sized faces.
3421 The Emacs display engine isn't advanced enough that, for instance,
3422 tables can comfortably use differently-sized faces.
3423
3424 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
3425
3426 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
3427 used.
3428 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
3429 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
3430 we're using an encrypted connection.
3431
3432 * proto-stream.el: Alter the interface functions to also return the
3433 actual stream type used: network or TLS.
3434
3435 2011-01-25 Julien Danjou <julien@danjou.info>
3436
3437 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
3438 (mm-display-javascript-inline): New function.
3439
3440 * mm-decode.el (mm-inline-media-tests): Add application/javascript
3441 viewing function.
3442
3443 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
3444
3445 * shr.el (shr-expand-newlines): Fix variable name.
3446
3447 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
3448
3449 * shr.el (shr-expand-newlines): Make nested boxes work.
3450
3451 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
3452
3453 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
3454 backgrounds.
3455 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
3456 in a more sensible manner.
3457
3458 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
3459
3460 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
3461 if EPG is loaded.
3462
3463 2011-01-24 Julien Danjou <julien@danjou.info>
3464
3465 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
3466 tags.
3467
3468 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
3469
3470 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
3471 commands.
3472
3473 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
3474 in the article buffer.
3475 (gnus-gravatar-insert): Use blank space from the current buffer to
3476 avoid breaking text properties. This makes X-Sent updating work again.
3477
3478 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
3479
3480 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
3481
3482 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
3483 fix the bug in url-http.el instead.
3484
3485 * shr.el (shr-image-fetched): Ditto.
3486
3487 * shr.el (shr-image-fetched): Avoid having point move in the article
3488 buffer.
3489
3490 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
3491 buffer after being called. It's apparently being killed by url.el, and
3492 killing it made point move to end-of-buffer in a random buffer.
3493
3494 * shr.el (shr-image-fetched): Ditto.
3495
3496 2011-01-23 Julien Danjou <julien@danjou.info>
3497
3498 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
3499
3500 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
3501 text/x-org.
3502
3503 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
3504
3505 * gnus-sum.el (gnus-summary-move-article): Protect against backends
3506 (i.e., nnimap) returning nil as the article number.
3507
3508 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
3509
3510 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
3511 "DelSp" parameter in RFC3676.
3512
3513 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
3514
3515 * message.el (message-check-recipients): Display the encoded version of
3516 the bogus address if they differ.
3517
3518 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
3519 after sending.
3520
3521 * gnus-agent.el (gnus-agent-send-mail): Ditto.
3522
3523 * gnus-group.el (gnus-group-refresh-group): New convenience function.
3524
3525 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
3526 group buffer after sending the queue.
3527
3528 * gnus-agent.el (gnus-agent-send-mail): Ditto.
3529
3530 2011-01-22 Julien Danjou <julien@danjou.info>
3531
3532 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
3533
3534 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
3535
3536 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
3537 nested related parts.
3538
3539 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
3540 unexpired articles. This fixes the regression that led expiry marks to
3541 disappear from nnfolder groups.
3542
3543 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
3544
3545 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
3546 Don't confuse the "ret" of "retrograde" with RET.
3547
3548 2011-01-21 Julien Danjou <julien@danjou.info>
3549
3550 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
3551 than mm-insert-inline.
3552
3553 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
3554
3555 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
3556 Widen article buffer.
3557
3558 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
3559
3560 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
3561 the temp buffer.
3562 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
3563
3564 2011-01-20 Julien Danjou <julien@danjou.info>
3565
3566 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
3567
3568 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
3569 than mm-insert-inline to insert inline part: this respect
3570 mm-inline-media-tests displayers.
3571
3572 * mm-view.el (mm-display-shell-script-inline): New function.
3573
3574 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
3575
3576 * mm-uu.el (mm-uu-type-alist): Add org block.
3577 (mm-uu-org-src-code-block-extract): New function.
3578
3579 * mm-view.el (mm-display-org-inline): New function.
3580
3581 * mm-decode.el (mm-automatic-display): Add text/org.
3582
3583 * mailcap.el (mailcap-mime-extensions): Add .org.
3584
3585 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
3586
3587 * gnus-art.el (gnus-article-highlight): Remove argument passed to
3588 gnus-article-add-buttons.
3589
3590 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
3591
3592 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
3593 From header with a date and "nobody" as the sender.
3594
3595 2011-01-19 Julien Danjou <julien@danjou.info>
3596
3597 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
3598 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
3599 if you have the same regexp several times.
3600 (gnus-button-push): Fix matching when regexp is symbol.
3601
3602 2011-01-15 Glenn Morris <rgm@gnu.org>
3603
3604 * message.el (message-mail): A compose-mail function should
3605 accept headers as strings.
3606
3607 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
3608
3609 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
3610 Add :vert-only tags.
3611 (message-mail): New arg RETURN-ACTION.
3612 (message-return-action): New var.
3613 (message-bury): Use it.
3614 (message-mode): Make it buffer-local.
3615 (message-send-and-exit): Always call message-bury.
3616
3617 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
3618 message-mail.
3619
3620 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3621
3622 * nnimap.el (nnimap-convert-partial-article): Protect against
3623 zero-length body parts.
3624
3625 * mm-decode.el (mm-preferred-alternative-precedence):
3626 Discourage showing empty parts.
3627
3628 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
3629 and stuff if the backend didn't return the article number. This fixes
3630 an Exchange-related nnimap bug.
3631
3632 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
3633 group window, because it does the wrong thing when a separate frame
3634 displays the group buffer.
3635
3636 * proto-stream.el (open-protocol-stream): Protect against the low-level
3637 transport functions returning nil.
3638
3639 2011-01-07 Daiki Ueno <ueno@unixuser.org>
3640
3641 * mml2015.el (epg-sub-key-fingerprint): Autoload.
3642 (mml2015-epg-find-usable-secret-key): New function.
3643 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
3644 mml2015-epg-find-usable-key (Bug#7797).
3645 (mml2015-epg-encrypt): Ditto.
3646
3647 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3648
3649 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
3650
3651 2011-01-03 Glenn Morris <rgm@gnu.org>
3652
3653 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
3654
3655 * sieve.el (sieve-open-server): Give a more explicit error if
3656 sieve-manage-open returns nil. (Bug#7720)
3657
3658 2011-01-02 Karl Fogel <kfogel@red-bean.com>
3659
3660 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
3661
3662 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3663
3664 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
3665 This avoids sending passwords in plain text over non-encrypted
3666 channels.
3667
3668 * shr.el (shr-rescale-image): Display all GIF images as animated images.
3669
3670 * nnimap.el (nnimap-login): Refactored out into own function, and
3671 implement CRAM-MD5.
3672 (nnimap-wait-for-line): Refactored out.
3673
3674 * mm-view.el (mml-smime): Require.
3675
3676 2010-12-20 David Engster <deng@eml.cc>
3677
3678 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
3679 use EPG to decrypt S/MIME messages instead of openssl.
3680
3681 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3682
3683 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
3684
3685 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
3686 status is the group clearly is unreachable.
3687
3688 * auth-source.el (auth-source-create): Add the optional second
3689 parameter to `local-variable-p' to be compatible with XEmacs.
3690
3691 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
3692
3693 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
3694 work when using a compressed nnml folder.
3695
3696 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3697
3698 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
3699 backends after sanitising on entry, because this never makes sense:
3700 If the articles have gone missing, then the data no longer exists on
3701 the backend, and if they haven't, then Gnus is wrong, and shouldn't
3702 overwrite anything anyway.
3703
3704 * shr.el (shr-insert-document): Bind shr-width dynamically to
3705 window-width if it's nil.
3706
3707 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
3708
3709 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
3710 with the meaning of using the full emacs window width for rendering.
3711
3712 2010-12-27 Daiki Ueno <ueno@unixuser.org>
3713
3714 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
3715 case when sender is not given.
3716
3717 2010-12-23 Julien Danjou <julien@danjou.info>
3718
3719 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
3720 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
3721 the addresses, otherwise we might misplaced the gravatar.
3722
3723 2010-12-21 Daiki Ueno <ueno@unixuser.org>
3724
3725 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
3726 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
3727 obsolete in Emacs.
3728
3729 2010-12-20 Julien Danjou <julien@danjou.info>
3730
3731 * gnus-util.el (gnus-rescale-image): Revert last change.
3732
3733 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3734
3735 * gnus-group.el (gnus-group-delete-articles): New command.
3736
3737 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
3738
3739 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
3740
3741 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3742
3743 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
3744 here, since it's up to the backends to do CRLF removal if their
3745 protocol has it.
3746
3747 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
3748
3749 2010-12-17 Julien Danjou <julien@danjou.info>
3750
3751 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
3752 they are from file. Can also scale up.
3753
3754 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
3755
3756 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
3757 Restore gnus-use-agent.
3758 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
3759
3760 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
3761
3762 2010-12-17 Julien Danjou <julien@danjou.info>
3763
3764 * gravatar.el (gravatar-retrieve-synchronously): New function.
3765 (gravatar-get-data): Make more robust.
3766
3767 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3768
3769 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
3770 to really consider the last line.
3771
3772 2010-12-16 Daiki Ueno <ueno@unixuser.org>
3773
3774 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
3775 list of recipient keys, or use symmetric encryption if not a list.
3776 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
3777 EPA override, replacing the call to `netrc-store-data'.
3778
3779 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
3780
3781 * gnus-srvr.el: Avoid passing nil regexp argument to
3782 delete-matching-lines.
3783
3784 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3785
3786 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
3787 fetching stops when Gnus exits.
3788
3789 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
3790 function.
3791 (nnfolder-request-expire-articles): Save all the buffers after doing
3792 expiry.
3793
3794 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
3795 the last article", since that led to serious performance regressions
3796 when expiring nnml groups.
3797
3798 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
3799
3800 * nnir.el: Improve customizations.
3801
3802 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3803
3804 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
3805
3806 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
3807 group has been killed.
3808 (gnus-group-yank-group): Ditto.
3809
3810 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
3811
3812 * nnimap.el (nnimap-request-update-group-status): New function.
3813
3814 * gnus-int.el (gnus-request-update-group-status): New interface
3815 function.
3816
3817 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
3818 copying read-ness to the backends.
3819
3820 * nnimap.el (nnimap-quirk): New function.
3821 (nnimap-retrieve-group-data-early): Use it.
3822 (nnimap-quirks): New alist.
3823
3824 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
3825
3826 * shr.el (shr-insert): Set shr-start after deleting trailing space;
3827 don't delete it within indentation.
3828
3829 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3830
3831 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
3832 previous line.
3833
3834 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3835
3836 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
3837 QRESYNC command by deleting a superfluous space which broke Cyrus
3838 servers. This change will break other servers that are buggy the other
3839 way around.
3840
3841 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
3842
3843 * spam.el: Reindent and fix long lines.
3844 (spam-copy-or-move-routine): Exclude invalid move destinations.
3845
3846 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
3847
3848 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
3849 installed the registry.
3850
3851 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
3852
3853 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
3854 groupname doesn't contain "gmane".
3855
3856 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3857
3858 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
3859 (gnus-1): Don't create the nndrafts group twice.
3860 (gnus-setup-news): There's no need to read the active file here, since
3861 that's done again later on a per-backend basis.
3862 (gnus-start-draft-setup): Make sure that the new group is started out
3863 empty.
3864
3865 * gnus-agent.el (gnus-agentize): Don't create the queue group
3866 automatically on startup. It'll be created later, if needed.
3867
3868 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
3869 of automatically subscribed groups.
3870 (gnus-auto-subscribed-categories): New variable.
3871 (gnus-matches-options-n): Use it.
3872 (gnus-default-subscribed-newsgroups): Remove unused variable.
3873 (gnus-start-draft-setup): Message a bit less.
3874
3875 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
3876
3877 * nnir.el (nnir-run-imap): Return article list in order of increasing
3878 UID.
3879
3880 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3881
3882 * gnus-sum.el (gnus-summary-enter-digest-group):
3883 Mention gnus-auto-select-on-ephemeral-exit.
3884
3885 * proto-stream.el (proto-stream-open-network-only): Fix the calling
3886 convention of the network-only option.
3887
3888 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3889
3890 * proto-stream.el (proto-stream-open-network-only): New function to
3891 have a way to specify non-STARTTLS upgrade connections.
3892
3893 2010-12-10 Julien Danjou <julien@danjou.info>
3894
3895 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
3896 email address is nil.
3897
3898 * message.el (message-bogus-recipient-p): Set address to "" if nil.
3899
3900 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
3901
3902 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
3903 deletion.
3904 (nnir-run-imap): Only need to parse list once.
3905
3906 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3907
3908 * shr.el (shr-tag-script): Ignore <script>.
3909 (shr-tag-label): Add <label> support.
3910
3911 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
3912
3913 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
3914
3915 * shr.el (shr-image-displayer): Work for images lined side by side.
3916
3917 2010-12-08 Robert Pluim <rpluim@gmail.com>
3918
3919 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
3920 parameter, since XEmacs doesn't accept t as a parameter.
3921
3922 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
3923
3924 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
3925 ids.
3926 (nnir-run-gmane): Simplify groupspec formatting.
3927 (nnir-request-expire-articles): New function.
3928
3929 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3930
3931 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
3932 overflow, possibly.
3933
3934 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
3935 (shr-render-td): Handle td style="" better.
3936 (shr-tag-table): Use the color from the style sheet.
3937 (shr-render-td): Make sure we copy over all the overlays, too.
3938
3939 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
3940
3941 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
3942 (nnir-request-article): Improve article retrieval.
3943
3944 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
3945
3946 * mm-util.el (mm-extra-numeric-entities): New variable.
3947
3948 * mm-url.el (mm-url-decode-entities):
3949 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
3950
3951 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3952
3953 * message.el: Use completion-at-point.
3954 (message-completion-function): New fun, extracted from message-tab.
3955 (message-mode): Use it for completion-at-point-functions.
3956 (message-tab): Use it and completion-at-point.
3957
3958 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
3959
3960 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
3961 character if a non-breakable character follows.
3962
3963 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3964
3965 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
3966 any stream.
3967
3968 * shr.el (shr-tag-font): Colorize the region.
3969 (shr-tag-body): Ditto.
3970 (shr-tag-font): Actually let the styles be inherited instead of
3971 overwriting them.
3972 (shr-tag-font): Get the background color right.
3973 (shr-tag-style): Ignore all <style> tags for the moment.
3974
3975 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
3976 a Message-ID to avoid having nnimap depend on gnus-sum.
3977
3978 * shr.el (shr-descend): Only colorize something if we have a node that
3979 sets colors.
3980
3981 2010-12-06 Julien Danjou <julien@danjou.info>
3982
3983 * shr.el (shr-render-td): Render td content with shr-descend, so style
3984 will be applied to <td> too.
3985 (shr-colorize-region): Colorize region even if we only have a background.
3986 (shr-tag-body): Fix color and background color inheritance.
3987 Do not recolorize after shr-generic.
3988 (shr-tag-font): Let shr-generic colorize via inheritance.
3989
3990 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
3991
3992 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
3993
3994 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
3995
3996 * nnir.el (nnir-request-move-article): Remove obsolete code.
3997
3998 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
3999
4000 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
4001
4002 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4003
4004 * gnus-sum.el (gnus-summary-respool-article): The completion function
4005 expects a list instead of an alist.
4006
4007 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
4008 string as the parameter.
4009
4010 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
4011
4012 * shr.el (shr-stylesheet): New dynamic variable for cascading the
4013 styles.
4014 (shr-colorize-region): New function.
4015 (shr-insert-background-overlay): Remove.
4016 (shr-render-td): Background setting should be taken care of on a higher
4017 level.
4018 (shr-tag-body): Use post-hoc colorizations.
4019 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
4020 (shr-put-color-1): Don't overwrite old colors.
4021 (shr-colorize-region): When the background color isn't explicit, use
4022 a fixed background.
4023
4024 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
4025 nnmail variables.
4026
4027 2010-12-05 Bjørn Mork <bjorn@mork.no>
4028
4029 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
4030 unless necessary.
4031
4032 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
4033
4034 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
4035 server.
4036
4037 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4038
4039 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
4040 so that TAB works.
4041
4042 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
4043 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
4044
4045 * shr.el (shr-urlify): Show the URL before the title to avoid
4046 misleading URLs.
4047
4048 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
4049
4050 * shr.el (shr-urlify): Display the title in <a> tags.
4051
4052 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
4053
4054 * nnir.el (nnir-categorize): Replace mapcar with mapc.
4055
4056 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
4057
4058 * nnir.el: Rearrange code to allow macros to be autoloaded by
4059 gnus-sum.el.
4060 (nnir-retrieve-headers-override-function): Make this variable
4061 customizable.
4062 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
4063
4064 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
4065 from nnir.el.
4066
4067 2010-12-03 Julien Danjou <julien@danjou.info>
4068
4069 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
4070
4071 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
4072
4073 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
4074 allow optional argument `environment'.
4075
4076 2010-12-03 Glenn Morris <rgm@gnu.org>
4077
4078 * mm-extern.el (message-goto-body): Update declaration.
4079
4080 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
4081
4082 * gnus-util.el (gnus-macroexpand-all): New function.
4083
4084 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
4085 instead of macroexpand-all that is unavailable in XEmacs.
4086
4087 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
4088
4089 * nnir.el (nnir-summary-line-format): New variable.
4090 (nnir-mode): Use it.
4091 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
4092 (nnir-article-ids): Reimplement as defsubst.
4093 (nnir-retrieve-headers): Don't mangle the subject header.
4094 (nnir-run-imap): Use 100 as RSV score.
4095 (nnir-run-find-grep): Fix for full server searching.
4096 (nnir-run-gmane): Better restriction to gmane groups.
4097
4098 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
4099 summary buffers.
4100
4101 2010-12-02 Julien Danjou <julien@danjou.info>
4102
4103 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
4104
4105 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
4106
4107 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
4108 support.
4109
4110 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
4111
4112 * nnir.el: Update to handle the registry better.
4113 (autoload): Silence byte-compiler.
4114 (nnir-open-server): Add a hook for nnir groups.
4115 (nnir-request-move-article): Don't mangle the header. Better to use
4116 formatting variables (which will be added in the future).
4117 (nnir-registry-action): Update the registry using the original article
4118 group name.
4119 (nnir-mode): Install nnir-specific hooks for updating the registry.
4120
4121 * gnus-sum.el
4122 (gnus-article-original-subject,gnus-newsgroup-original-name):
4123 Remove obsolete variables.
4124 (gnus-summary-move-article): Remove use of obsolete variables.
4125 (gnus-summary-local-variables): Make move and delete hooks local to
4126 summary buffers.
4127
4128 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4129
4130 * rtree.el: New file.
4131
4132 2010-12-01 Julien Danjou <julien@danjou.info>
4133
4134 * message.el (message-user-organization): Do not use
4135 gnus-local-organization.
4136
4137 * gnus.el: Remove gnus-local-organization.
4138
4139 * gnus-msg.el: Remove nastygram thing.
4140
4141 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
4142
4143 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
4144 funcall.
4145
4146 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
4147
4148 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
4149 names.
4150
4151 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
4152 characters.
4153
4154 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
4155 to t of inhibit-read-only since it is inside gnus-with-article-headers.
4156 Suggested by Štěpán Němec <stepnem@gmail.com>.
4157 (gnus-gravatar-transform-address): Use mail-extract-address-components
4158 that supports non-ASCII names rather than mail-header-parse-addresses.
4159
4160 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4161
4162 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
4163 handled by the network handler.
4164
4165 2010-11-30 Julien Danjou <julien@danjou.info>
4166
4167 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
4168 (nnimap-open-connection-1): Fix PREAUTH.
4169
4170 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
4171
4172 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
4173
4174 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
4175 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
4176 (shr-insert): Use them.
4177 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
4178
4179 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
4180
4181 * nnir.el (nnir-request-move-article): Bail out if original group
4182 doesn't support article moves.
4183 (nnir-get-active): Improve active list retrieval.
4184
4185 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4186
4187 * shr.el (shr-find-fill-point): Don't break before apostrophes.
4188
4189 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
4190
4191 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
4192 seem to accept strings-with-numbers as port numbers,
4193
4194 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
4195
4196 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
4197 change the registry.
4198
4199 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
4200
4201 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
4202 delete-dups that is not available in XEmacs 21.4.
4203
4204 * mm-util.el (mm-delete-duplicates): Add comment.
4205
4206 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
4207
4208 * nnir.el (nnir-ignored-newsgroups): New variable.
4209 (nnir-get-active): Use it.
4210
4211 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4212
4213 * proto-stream.el (proto-stream-open-network): Add some comments.
4214
4215 * nntp.el (nntp-open-connection): Provide a :success condition.
4216
4217 * nnimap.el (nnimap-open-connection-1): Ditto.
4218
4219 * proto-stream.el (proto-stream-open-network): See what the response to
4220 the STARTTLS command is.
4221
4222 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
4223 backwards compatibility).
4224 (nnimap-open-connection-1): Really respect nnimap-server-port.
4225
4226 * proto-stream.el (proto-stream-open-network): When doing opportunistic
4227 TLS upgrades we don't really care about the identity of the peer.
4228 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
4229 that what we've checked for.
4230 (proto-stream-always-use-starttls): Only default to t if
4231 open-gnutls-stream exists.
4232 (proto-stream-open-network): If STARTTLS failed, then just open a
4233 normal connection.
4234 (proto-stream-open-network): Wait until the greeting before doing
4235 STARTTLS.
4236
4237 * nntp.el (nntp-open-connection): Report what the connection error is.
4238
4239 * proto-stream.el (open-protocol-stream): Rename from
4240 open-proto-stream.
4241
4242 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4243
4244 * nnimap.el (nnimap-stream): Change default to `undecided'.
4245 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
4246 first, and then network.
4247 (nnimap-open-connection-1): Respect nnimap-server-port.
4248 (nnimap-open-connection): Be more backwards-compatible.
4249
4250 * proto-stream.el (proto-stream-always-use-starttls): New variable.
4251 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
4252 (proto-stream-open-starttls): Folded back into the main function.
4253 (proto-stream-open-network): Fix typo in the GnuTLS path.
4254 (proto-stream-command): Refactor out.
4255
4256 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
4257
4258 * proto-stream.el (proto-stream-open-starttls): Actually implement the
4259 starttls.el STARTTLS.
4260
4261 * color.el (color-lab->srgb): Fix function call name.
4262
4263 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
4264 if we're using tls.el.
4265 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
4266 built in, then don't try to establish a STARTTLS connection.
4267
4268 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
4269 servers.
4270
4271 * proto-stream.el (open-proto-stream): Use network, not stream.
4272 (open-proto-stream): Add a way to specify what the end of a command is.
4273
4274 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
4275 connections types.
4276 (nntp-open-network-stream): Remove.
4277 (nntp-open-ssl-stream): Remove.
4278 (nntp-open-tls-stream): Remove.
4279 (nntp-ssl-program): Remove.
4280
4281 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
4282
4283 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
4284
4285 * nnir.el: Fix typos.
4286 (nnir-retrieve-headers-override-function): Rename variable to reflect
4287 new semantics.
4288 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
4289 macros.
4290 (nnir-request-article, nnir-request-move-article): Use them.
4291 (nnir-categorize): New function.
4292 (nnir-run-query): Use it.
4293 (nnir-retrieve-headers): Rewrite to batch header retrieval.
4294 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
4295 sorted.
4296 (nnir-group-full-name): Use gnus-group-full-name instead.
4297 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
4298 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
4299
4300 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4301
4302 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
4303
4304 * proto-stream.el: New library to provide protocol-specific
4305 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
4306 protocols.
4307 (open-proto-stream): Complete the documentation.
4308 (proto-stream-open-network): Fix some typos.
4309
4310 * nnimap.el (nnimap-open-connection): Use it.
4311
4312 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
4313
4314 * pop3.el (pop3-open-server): Read server greeting before starting TLS
4315 negotiation.
4316
4317 2010-11-26 Julien Danjou <julien@danjou.info>
4318
4319 * color.el: Rename various rgb functions to srgb.
4320
4321 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4322
4323 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
4324 names.
4325
4326 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
4327
4328 * shr.el (shr-insert): Revert last change.
4329 (shr-find-fill-point): Never leave point being at bol;
4330 relax the kinsoku limitation when rendering tables.
4331
4332 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4333
4334 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
4335 results from -accept-article.
4336
4337 * shr-color.el: Require cl when compiling.
4338
4339 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
4340 checkin.
4341
4342 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
4343
4344 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
4345
4346 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
4347 'add and 'delete to set backend marks.
4348
4349 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
4350
4351 * nnheader.el (nnheader-update-marks-actions): Refactor out.
4352
4353 * nntp.el (nntp-request-set-mark): Use it.
4354
4355 * nnfolder.el (nnfolder-request-set-mark): Ditto.
4356
4357 * nnml.el (nnml-request-set-mark): Ditto.
4358
4359 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
4360 introduces regressions in article selection.
4361 (nnimap-find-uid-response): New function.
4362 (nnimap-request-accept-article): Use the UID returned, if any.
4363 (nnimap-request-move-article): Use the UID returned, if any.
4364 (nnimap-get-groups): Reimplement to work with folded lines.
4365 (nnimap-find-uid-response): The UID is the last element in the list.
4366 (nnimap-request-set-mark): Extend syntax with 'set.
4367
4368 * nnml.el (nnml-request-set-mark): Ditto.
4369
4370 * nnfolder.el (nnfolder-request-set-mark): Ditto.
4371
4372 * nntp.el (nntp-request-set-mark): Ditto.
4373
4374 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
4375
4376 * message.el (message-called-interactively-p): A temporary macro.
4377 (message-goto-body): Use it temporarily.
4378
4379 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4380
4381 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
4382 (nnimap-last-response-string): Unfold quoted lines, if they exist.
4383 (nnimap-last-response-string): Fix last unfolding fix.
4384
4385 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
4386
4387 * shr.el (shr-insert): Fix the way to fold lines.
4388
4389 2010-11-25 Julien Danjou <julien@danjou.info>
4390
4391 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
4392
4393 * color.el: Rename from color-lab.el
4394 (color-rgb->hex): Add.
4395 (color-complement): Add.
4396 (color-complement-hex): Add.
4397
4398 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
4399
4400 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4401
4402 * shr-color.el (shr-color-visible): Don't bug out if the color names
4403 don't exist.
4404
4405 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
4406
4407 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
4408 assuming that article displaying or another mml-preview may be
4409 interrupted for an error or for the like.
4410
4411 * shr.el (shr-get-background): Fix argument name.
4412
4413 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4414
4415 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
4416
4417 * gnus-sum.el (gnus-summary-include-articles): New function.
4418
4419 * message.el (message-goto-body): called-interactively-p needs a
4420 parameter, so use `any'.
4421
4422 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
4423 clear marks before moving, since they're synced from the Gnus side
4424 first.
4425
4426 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
4427 (gnus-summary-move-article): Copy over all marks before moving, so that
4428 IMAP doesn't think a new article has arrived.
4429
4430 2010-11-24 Julien Danjou <julien@danjou.info>
4431
4432 * shr.el (shr-insert-background-overlay): Fix typo.
4433 (shr-render-td): Copy the background before rendering.
4434
4435 * shr-color.el (shr-color-visible): Fix docstring.
4436
4437 * shr.el (shr-tag-table): Add bgcolor support.
4438 (shr-render-td): Add bgcolor support.
4439 (shr-get-background): Add.
4440 (shr-insert-foreground-overlay): Use shr-get-background.
4441
4442 * message.el (message-goto-body): Use called-interactively-p.
4443 (message-in-body-p): message-goto-body returns point.
4444
4445 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4446
4447 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
4448 Fixes something or other in Emacs 23, and is backwards compatible.
4449
4450 * message.el (message-goto-body): Remove the <#secure special-casing,
4451 which is too special.
4452
4453 * shr.el (shr-parse-style): Drop !important from styles.
4454
4455 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
4456
4457 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
4458 this function to return incorrect results when calling it with an
4459 explicit article argument different from
4460 (gnus-summary-article-number).
4461
4462 2010-11-24 Julien Danjou <julien@danjou.info>
4463
4464 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
4465 (shr-tag-body): Add background support.
4466 (shr-descend): Add background support.
4467 (shr-tag-title): Add.
4468
4469 * shr-color.el (shr-color-visible): Really return original background
4470 if fixed.
4471
4472 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4473
4474 * shr.el (shr-color-check): Protect against non-existent color names.
4475
4476 2010-11-24 Julien Danjou <julien@danjou.info>
4477
4478 * color-lab.el: Require 'cl when compiling.
4479
4480 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
4481
4482 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
4483 matched part.
4484
4485 * color-lab.el: Fix all expt calls to use float type.
4486
4487 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
4488
4489 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
4490 expression to shr-color-check as is.
4491
4492 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
4493
4494 * color-lab.el: Add coding cookie.
4495 (float-pi): Use eval-and-compile.
4496
4497 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4498
4499 * shr.el (shr-insert-color-overlay): Split stuff like
4500 "#444444 !important" to find the real color.
4501 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
4502 parse <font color="red"> entries.
4503
4504 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
4505
4506 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
4507 point when parsing headers.
4508
4509 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
4510 is positioned properly when parsing headers.
4511
4512 2010-11-23 Julien Danjou <julien@danjou.info>
4513
4514 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
4515
4516 * shr-color.el (shr-color->hexadecimal): Add support for color names.
4517
4518 * shr.el (shr-parse-style): Replace \n with space in style parsing.
4519
4520 * shr-color.el (shr-color-hsl-to-rgb-fractions):
4521 Use shr-color-hue-to-rgb.
4522 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
4523
4524 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4525
4526 * shr.el (shr-color->hexadecimal): Autoload.
4527 (shr-descend): Add color to all tags.
4528
4529 2010-11-22 Julien Danjou <julien@danjou.info>
4530
4531 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
4532 shr-color->hexadecimal.
4533
4534 * shr-color.el (shr-color->hexadecimal): Add converting functions for
4535 RGB() or HSL() color representation.
4536
4537 * shr.el (shr-tag-font): Add.
4538 (shr-tag-color-check): New function to get better colors.
4539 (shr-tag-insert-color-overlay): Factorize code between tag-font and
4540 tag-span.
4541
4542 * shr-color.el: New file.
4543
4544 * color-lab.el: New file.
4545
4546 * gnus-art.el (gnus-url-mailto): Do not downcase args.
4547
4548 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
4549
4550 * nnir.el: Fix typo in comments.
4551 (nnir-run-imap): Simplify code. No need to reverse artlist.
4552 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
4553
4554 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4555
4556 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
4557
4558 * nnimap.el (nnimap-get-capabilities): Refactor out.
4559 (nnimap-open-connection): Re-request capabilities after STARTTLS.
4560
4561 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
4562
4563 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
4564 appearing when `mm-uu-hide-markers' is nil.
4565
4566 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4567
4568 * nnimap.el (nnimap-unselect-group): Make into its own function.
4569 (nnimap-request-rename-group): Unselect group before renaming.
4570 This had gotten lost somewhere.
4571 (nnimap-request-accept-article): Keep track of examined groups, and
4572 unselect the group before APPENDing to read-only groups.
4573 (nnimap-request-move-article): Clear flags before moving so that they
4574 can be re-set later.
4575
4576 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
4577
4578 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
4579 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
4580
4581 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
4582
4583 * gnus-art.el (gnus-mime-display-single):
4584 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
4585 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
4586 parameter.
4587
4588 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4589
4590 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
4591 (shr-table-vertical-line): New variable.
4592 (shr-insert-table): Use it.
4593
4594 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
4595
4596 * gnus-html.el (gnus-html-wash-images): Don't display images if
4597 gnus-inhibit-images is non-nil; register displayer for cid images.
4598 (gnus-html-display-image): Work for cid image.
4599 (gnus-html-insert-image): Allow arguments.
4600 (gnus-html-put-image): Inhibit read-only.
4601 (gnus-html-prefetch-images): Don't prefetch images if
4602 gnus-inhibit-images is non-nil.
4603
4604 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4605
4606 * shr.el (shr-put-image): Break lines when inserting big pictures.
4607
4608 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
4609
4610 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
4611 sender, thanks Katsumi Yamaoka.
4612
4613 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
4614
4615 * nnir.el (nnir-run-imap): Reverse the article list for each group
4616 rather than the whole list.
4617
4618 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
4619
4620 * shr.el (shr-image-displayer): Protect function against non-existent
4621 image source.
4622
4623 * gnus-art.el (gnus-inhibit-images): New user option.
4624 (gnus-mime-display-single): Don't display image if it is non-nil.
4625
4626 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
4627 gnus-inhibit-images.
4628
4629 * shr.el (shr-image-displayer): New function.
4630 (shr-tag-img): Use it.
4631
4632 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
4633
4634 * mml2015.el (mml2015-epg-sign): Use From header.
4635
4636 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4637
4638 * gnus-html.el (gnus-html-wash-images): Register a displayer.
4639
4640 * gnus-util.el (gnus-find-text-property-region): Return markers.
4641
4642 * shr.el (shr-tag-img): Put a displayer in the text property.
4643
4644 * gnus-util.el (gnus-find-text-property-region): New utility function.
4645
4646 * gnus-html.el (gnus-html-display-image): Make the alt optional.
4647 (gnus-html-show-images): Remove.
4648
4649 * gnus-art.el (gnus-article-show-images): New, more general function.
4650
4651 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
4652 image url text properties.
4653
4654 * shr.el: Ditto.
4655
4656 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
4657 gnus-agent-auto-agentize-methods is set. Which it isn't.
4658
4659 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
4660
4661 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
4662 work for two or more articles.
4663
4664 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
4665
4666 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
4667 divide an image that's in an html article to two or more when washing
4668 non-ASCII characters in alt text of it.
4669
4670 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
4671
4672 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
4673 smime-decrypt-region using function argument.
4674 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
4675
4676 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
4677
4678 * smime.el (smime-decrypt-region): Catch it.
4679
4680 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4681
4682 * smime.el (smime-mode-map): Move initialization into declaration.
4683 (gnus-run-mode-hooks): Don't autoload.
4684 (smime-mode): Use define-derived-mode.
4685
4686 2010-11-11 Glenn Morris <rgm@gnu.org>
4687
4688 * smime.el (from): Restrict declaration to XEmacs.
4689
4690 * nnir.el (gnus-group-topic-name): Autoload.
4691
4692 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
4693
4694 * shr.el (shr-insert): Don't break long line if it is because of
4695 kinsoku-bol characters in the line end.
4696
4697 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
4698
4699 * nnir.el (nnir-request-move-article): Fix to provide original group
4700 and subject.
4701 (nnir-warp-to-article): Don't fail on articles whose headers haven't
4702 been retrieved.
4703
4704 * gnus-sum.el (gnus-summary-move-article): Use original group and
4705 subject for virtual articles such as those in an nnir summary buffer.
4706
4707 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
4708
4709 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
4710 least 21.5).
4711
4712 * smime.el (from): Declare it again for XEmacs.
4713
4714 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4715
4716 * message.el (message-resend): Don't disable encoding unless it's
4717 already encoded.
4718
4719 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
4720 low-numbered articles.
4721
4722 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4723
4724 * rfc2047.el (rfc2047-syntax-table): Simplify.
4725
4726 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
4727 set-char-table-range for XEmacs.
4728
4729 2010-11-10 Glenn Morris <rgm@gnu.org>
4730
4731 * smime.el (from): Remove unused declaration.
4732
4733 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
4734 (gnus-float-time): On Emacs, always an alias.
4735
4736 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
4737 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
4738
4739 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4740
4741 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
4742
4743 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4744
4745 * shr.el (browse-url-mailto): Autoload.
4746
4747 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
4748
4749 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
4750 regexp doesn't need quoting.
4751
4752 2010-11-09 Sven Joachim <svenjoac@gmx.de>
4753
4754 * message.el (message-subject-trailing-was-ask-regexp)
4755 (message-subject-trailing-was-regexp): Match was: in addition to was.
4756
4757 2010-11-09 Glenn Morris <rgm@gnu.org>
4758
4759 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
4760 (nnbabyl-check-mbox): Use point-at-bol.
4761
4762 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4763
4764 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
4765
4766 * message.el (message-mailto): New function.
4767 (message-mailto): Should accept other parameters.
4768 (message-mailto): Remove since it duplicates browse-url-mailto
4769 functionality.
4770
4771 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4772
4773 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
4774 methods.
4775 (gnus-read-active-file): Ditto.
4776
4777 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
4778 ": " from the prompt.
4779 (gnus-group-make-group): Ditto.
4780
4781 2010-11-07 Glenn Morris <rgm@gnu.org>
4782
4783 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
4784 (gnus-bookmark-kill-line): Use point-at-eol.
4785
4786 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
4787
4788 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
4789 asterisks in From header.
4790
4791 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4792
4793 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
4794 string to avoid making the From headers syntactically invalid.
4795
4796 * message.el (message-send-mail): Don't insert courtesy messages if the
4797 message already has List-Post and List-ID messages.
4798
4799 2010-11-06 Glenn Morris <rgm@gnu.org>
4800
4801 * gnus-art.el (gnus-treat-article): Give dynamic local variables
4802 `condition', `type', `length' a prefix.
4803 (gnus-treat-predicate): Update for above name changes.
4804
4805 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
4806
4807 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
4808 binding. Handled by `gnus-summary-refer-thread' instead.
4809 (nnir-warp-to-article): New backend function.
4810
4811 * nnimap.el (nnimap-request-thread): Force dependency updating.
4812
4813 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
4814 (gnus-summary-refer-thread): Rework to improve thread-referral.
4815
4816 * gnus-int.el (gnus-warp-to-article): New function.
4817
4818 * gnus-sum.el (gnus-summary-article-map): Bind it.
4819
4820 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
4821
4822 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
4823 gnus-summary-refer-thread.
4824
4825 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
4826 headers.
4827 (gnus-summary-limit-include-thread): Prevent articles in thread from
4828 being cut in gnus-cut-threads.
4829 (gnus-summary-refer-thread): Limit retrieved headers to those in
4830 thread.
4831
4832 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4833
4834 * message.el (message-send-mail): Use the value of
4835 message-courtesy-message from the message buffer.
4836
4837 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
4838
4839 * shr.el (shr-browse-url): Implement mailto: URLs.
4840
4841 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
4842 "raw".
4843
4844 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
4845 if it's already selected.
4846
4847 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
4848
4849 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
4850
4851 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
4852 to measure the length and truncate alt text.
4853
4854 2010-11-03 Glenn Morris <rgm@gnu.org>
4855
4856 * nndiary.el (nndiary-generate-nov-databases-1)
4857 (nndiary-generate-active-info): Rename dynamic variable `files' to
4858 something less generic.
4859
4860 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
4861
4862 * nnir.el (nnir-request-move-article): Call the underlying backend to
4863 move articles from nnir.
4864
4865 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4866
4867 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
4868
4869 2010-11-02 Julien Danjou <julien@danjou.info>
4870
4871 * nnir.el: Remove wais support.
4872
4873 2010-11-02 Glenn Morris <rgm@gnu.org>
4874
4875 * gnus-html.el: Reorder requirements to quieten compiler.
4876
4877 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
4878
4879 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
4880 properly for XEmacs as well.
4881 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
4882 (gnus-article-natural-long-line-p): Use window-width rather than
4883 frame-width.
4884
4885 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
4886
4887 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
4888 (nnir-read-parms): Don't modify query.
4889 (nnir-run-query): Add ability to search topic on current line.
4890 (nnir-get-active): Clean up.
4891
4892 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4893
4894 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
4895 degenerate articles.
4896
4897 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
4898 (gnus-print-buffer): Just print the buffer as is, without any copying
4899 to a buffer and then re-highlighting.
4900
4901 * nnimap.el (nnimap-request-group): Store the new updated info.
4902 (nnimap-request-group): Select the group when we don't know whether it
4903 exists or not.
4904
4905 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
4906 groups.
4907
4908 * gnus-group.el (gnus-group-find-new-groups): Display all the new
4909 groups.
4910
4911 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
4912 groups.
4913
4914 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
4915 long-lines case by only filling the long lines.
4916
4917 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
4918 (bug #7311).
4919
4920 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
4921
4922 * shr.el: No need to declare `declare-function' since shr.el is for
4923 only Emacsen that provide `libxml-parse-html-region'.
4924
4925 2010-11-01 Glenn Morris <rgm@gnu.org>
4926
4927 * mm-util.el (gnus-completing-read): Autoload.
4928 (mm-read-coding-system): Simplify Emacs definition.
4929
4930 * nnmail.el (gnus-activate-group):
4931 * nnimap.el (gnutls-negotiate):
4932 * nntp.el (netrc-parse): Fix declarations.
4933
4934 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
4935
4936 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
4937 string-match-p in Emacs >=23.
4938
4939 * gnus-msg.el (gnus-configure-posting-styles):
4940 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
4941
4942 2010-11-01 Glenn Morris <rgm@gnu.org>
4943
4944 * nnir.el (declare-function): Add compat stub.
4945 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
4946 (nnir-run-gmane): Require 'mm-url.
4947
4948 * mm-util.el (mm-string-to-multibyte): Simplify.
4949
4950 * shr.el (declare-function): Add compat stub.
4951 (url-cache-create-filename): Declare.
4952 (mm-disable-multibyte, widget-convert-button): Autoload.
4953
4954 * smime.el (ldap-search): Declare.
4955 (smime-cert-by-ldap-1): Require ldap on Emacs.
4956
4957 * nnimap.el: Require nnmail, and gnus-sum when compiling.
4958 (nnimap-keepalive): Use gnus-float-time.
4959
4960 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
4961 (mail-source-delete-crash-box): Use gnus-float-time.
4962
4963 * gnus-dired.el (gnus-completing-read): Autoload.
4964
4965 * mm-view.el (gnus-rescale-image): Autoload.
4966
4967 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
4968
4969 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
4970
4971 * sieve-manage.el: Require 'cl when compiling.
4972
4973 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
4974 (gnus-iswitchb-completing-read): Require iswitchb.
4975 (gnus-select-frame-set-input-focus): Silence compiler.
4976
4977 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4978
4979 * message.el (message-subject-trailing-was-query): Change default to t,
4980 since I think that's what most people want.
4981
4982 * nnimap.el (nnimap-request-accept-article): Erase buffer before
4983 appending for easier debugging.
4984 (nnimap-wait-for-connection): Take a regexp.
4985 (nnimap-request-accept-article): Wait for the continuation line before
4986 sending anything unless we're streaming.
4987
4988 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
4989 leave the header washing to take place.
4990
4991 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
4992
4993 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
4994 regular expression match and replace in posting styles.
4995
4996 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
4997
4998 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
4999 an entire server.
5000 (nnir-get-active): New function.
5001 (nnir-run-imap): Use it.
5002 (nnir-run-gmane): Who knew, gmane search returns an article score!
5003
5004 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
5005 server on the current line with nnir.
5006
5007 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5008
5009 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
5010 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
5011 left edge.
5012 (gnus-article-foldable-buffer): Skip past the prefix when determining
5013 raggedness.
5014
5015 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
5016 the raw article, and change `C-u g' to show the article without doing
5017 treatments.
5018
5019 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
5020 on to `gnus-treat-article'.
5021 (gnus-inhibit-article-treatments): New variable.
5022
5023 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
5024
5025 * gnus-art.el (gnus-treatment-function-alist): Have
5026 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
5027 (gnus-treat-fill-long-lines): Change default to fill all text/plain
5028 sections.
5029
5030 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
5031 parameter.
5032 (gnus-article-fill-cited-long-lines): New function.
5033 (gnus-article-fill-cited-article): Allow filling only long sections.
5034
5035 * shr.el (shr-find-fill-point): Don't break lines between punctuation
5036 and non-punctuation (like after the apostrophe in "'We").
5037
5038 * gnus-sum.el (gnus-summary-select-article): Make sure
5039 gnus-original-article-buffer is alive.
5040
5041 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
5042 reflect the order they are in the digest.
5043
5044 * gnus.el (gnus-group-startup-message): Move point to the start of the
5045 buffer.
5046
5047 * nnimap.el (nnimap-capability): New function.
5048 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
5049 is set.
5050
5051 2010-10-31 David Engster <dengste@eml.cc>
5052
5053 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
5054 conform with changes to gnus-completing-read.
5055
5056 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5057
5058 * shr.el (shr-tag-img): Output "*" instead of "[img]".
5059
5060 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
5061
5062 * nnir.el: Move defvar, defcustom around to keep file organized
5063 and keep byte-compiler quiet.
5064 (nnir-read-parms): Accept search-engine as arg.
5065 (nnir-run-query): Pass search-engine as arg.
5066 (nnir-search-engine): Remove.
5067
5068 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5069
5070 * shr.el (shr-generic): The text nodes should be text, not :text.
5071
5072 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
5073 later in the file.
5074
5075 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
5076
5077 * nnir.el: General clean up. Allow searching with multiple engines.
5078 Allow separate extra-parameters for each engine.
5079 Batch queries when possible.
5080 (nnir-imap-default-search-key,nnir-method-default-engines):
5081 Add customize interface.
5082 (nnir-run-gmane): New engine.
5083 (nnir-engines): Use it. Qualify all prompts with engine name.
5084 (nnir-search-engine): Remove global variable.
5085 (nnir-run-hyrex): Restore for now.
5086 (nnir-extra-parms,nnir-search-history): New variables.
5087 (gnus-group-make-nnir-group): Use them.
5088 (nnir-group-server): Remove in favor of gnus-group-server.
5089 (nnir-request-group): Avoid searching twice.
5090 (nnir-sort-groups-by-server): New function.
5091
5092 2010-10-30 Julien Danjou <julien@danjou.info>
5093
5094 * gnus-group.el: Remove gnus-group-fetch-control.
5095
5096 * gnus-start.el (gnus-find-new-newsgroups):
5097 Remove gnus-check-first-time-used.
5098
5099 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
5100
5101 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
5102
5103 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
5104 set on groups that don't have \* permanentflags.
5105
5106 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5107
5108 * shr.el (shr-tag-span): Drop colorization of regions since we don't
5109 control the background color.
5110 (shr-tag-img): Ignore very small web bug type images.
5111 (shr-put-image): Add help-echo alt texts to the images.
5112 (shr-tag-video): Show the video poster image.
5113
5114 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5115
5116 * shr.el (shr-table-depth): New variable.
5117 (shr-tag-table-1): Only insert the images after the top-level table.
5118
5119 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
5120
5121 * gnus-util.el (gnus-list-memq-of-list): New function.
5122
5123 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
5124 selected.
5125 (nnimap-unsplittable-articles): New slot.
5126 (nnimap-new-articles): Use it.
5127
5128 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
5129
5130 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
5131 move to the previous line on `M-g'.
5132
5133 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5134
5135 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
5136 *-request-group, which seems unnecessary.
5137
5138 * nnimap.el (nnimap-quote-specials): Function copied over from
5139 imap.el.
5140 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
5141 they support that. Suggested by Tom Regner.
5142
5143 2010-10-29 Julien Danjou <julien@danjou.info>
5144
5145 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
5146 defalias.
5147 (gnus-summary-delete-marked-with): Remove obsolete defalias.
5148
5149 * gnus.el: Remove `gnus-nntp-service' variable.
5150 (gnus-secondary-servers): Make obsolete.
5151 (gnus-nntp-server): Make obsolete.
5152
5153 * gnus-start.el (gnus-1): Remove x-splash calls.
5154
5155 * gnus-ems.el (gnus-x-splash): Remove.
5156
5157 * gnus.el (gnus-group-startup-message): Simplify/update code.
5158
5159 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
5160 capability before doing anything.
5161 (gnus-group-insert-group-line): Remove useless
5162 gnus-group-remove-excess-properties.
5163
5164 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
5165
5166 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
5167
5168 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5169
5170 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
5171 config after reselecting.
5172
5173 2010-10-28 Julien Danjou <julien@danjou.info>
5174
5175 * shr.el (shr-put-image): Use point even if only inserting text.
5176 (shr-put-image): Save excursion when inserting alt text on non-graphic
5177 display, so the behavior is the same when we are on a graphic display.
5178
5179 * nnir.el (nnir-run-swish-e): Remove hyrex support.
5180
5181 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
5182
5183 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
5184 (gnus-mime-copy-part): Check coding system, not charset.
5185 (gnus-mime-view-part-externally): Never remove part.
5186 (gnus-mime-view-part-internally): Don't remove part here.
5187 (gnus-article-part-wrapper): Make sure MIME tag is visible.
5188 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
5189 multipart/alternative.
5190
5191 * mm-decode.el (mm-display-part): Take optional arg `force'.
5192
5193 2010-10-26 Julien Danjou <julien@danjou.info>
5194
5195 * gnus-group.el (gnus-group-default-list-level): Add this function to
5196 compute the default list level.
5197 (gnus-group-default-list-level): Add possibility to use a function.
5198
5199 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
5200
5201 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
5202
5203 * gnus-group.el (gnus-group-completing-read)
5204 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
5205 gnus-replace-in-string.
5206
5207 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
5208
5209 * shr.el (shr-tag-div): Add.
5210
5211 2010-10-25 Julien Danjou <julien@danjou.info>
5212
5213 * gnus-util.el: Remove `gnus-with-local-quit'.
5214
5215 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
5216
5217 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5218
5219 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
5220 the original article buffer.
5221
5222 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5223
5224 * nnimap.el (nnimap-request-head): New function.
5225 (nnimap-request-move-article): Try to be slightly faster by not
5226 requesting the entire message when moving.
5227 (nnimap-transform-headers): Don't bug out on bodiless articles.
5228 (nnimap-send-command): Have no outstanding messages if the IMAP server
5229 doesn't support streaming.
5230 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
5231
5232 2010-10-24 Julien Danjou <julien@danjou.info>
5233
5234 * message.el (message-default-headers): Fix type.
5235
5236 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5237
5238 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
5239 prefetching images.
5240
5241 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
5242 backend for unknown groups. This is mainly useful for nnimap groups.
5243
5244 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
5245 group isn't covered by the agent.
5246
5247 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
5248
5249 * nnir.el (nnir-method-default-engines): New variable.
5250 (nnir-run-query): Use it.
5251 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
5252 (gnus-summary-nnir-goto-thread): Change group if needed.
5253
5254 * gnus-group.el (gnus-group-group-map): Add key binding for
5255 gnus-group-make-nnir-group.
5256
5257 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5258
5259 * shr.el (shr-tag-object): Add.
5260
5261 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
5262 original article buffer live.
5263 (gnus-summary-select-article-buffer):
5264 Mention gnus-widen-article-buffer.
5265
5266 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5267
5268 * shr.el (shr-tag-strong): Add.
5269
5270 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5271
5272 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
5273 group names. They mess up the group buffer badly.
5274
5275 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
5276
5277 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
5278 instead of the summary one.
5279
5280 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
5281
5282 * mml.el (mml-preview): Work properly when editing article.
5283
5284 * gnus-start.el (gnus-read-active-file-1): Don't add method to
5285 gnus-have-read-active-file if it's already been in.
5286
5287 2010-10-22 Tom Tromey <tromey@redhat.com>
5288
5289 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
5290 gnus-group-completing-read.
5291
5292 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5293
5294 * message.el (message-mode-map): Don't bind M-; to comment region, to
5295 allow the global comment-dwim to work.
5296
5297 2010-10-21 Julien Danjou <julien@danjou.info>
5298
5299 * message.el (message-setup-1): Allow message-default-headers to be a
5300 function.
5301
5302 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
5303
5304 * shr.el (shr-tag-table): Simplify.
5305
5306 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5307
5308 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
5309 to avoid trying to snarf invalid stuff.
5310
5311 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
5312
5313 * gnus.el (gnus-message-archive-group): Quote value.
5314 (gnus-message-archive-group): Mark as changed.
5315
5316 * shr.el (shr-add-font): Don't put the font properties on the newline
5317 or the indentation.
5318
5319 * message.el (message-fix-before-sending): Change options when sending
5320 non-printable characters.
5321
5322 * gnus.el (gnus-message-archive-method): Change the default to
5323 monthly outgoing groups.
5324
5325 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
5326 that have gotten new numbers.
5327
5328 * nnimap.el (nnimap-request-replace-article): New function.
5329
5330 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
5331
5332 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
5333 (nnrss-request-article): Don't use special html washing code.
5334
5335 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
5336
5337 * shr.el (shr-tag-table): Remove useless nconc.
5338
5339 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5340
5341 * gnus-art.el (article-wash-html): Simplify and remove the charset
5342 stuff. Use the normal html rendering code instead of the special html
5343 washing code.
5344
5345 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
5346 `gnus-w3m' symbols.
5347 (mm-text-html-washer-alist): Remove.
5348
5349 * mm-decode.el (mm-inline-text-html-renderer): Remove.
5350 (mm-inline-media-tests): Remove use.
5351 (mm-text-html-renderer): Change default to the `shr' symbol.
5352
5353 * mm-view.el (mm-inline-text-html): Remove use.
5354
5355 * gnus-art.el (gnus-blocked-images): New function. Allow the
5356 `gnus-blocked-images' to be a function.
5357 (gnus-article-wash-function): Remove.
5358
5359 2010-10-20 Julien Danjou <julien@danjou.info>
5360
5361 * spam.el (spam-list-of-processors): Mark as obsolete.
5362
5363 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
5364 (nnimap-insert-partial-structure): Fix boundary detection.
5365
5366 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
5367
5368 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
5369 run file-truename on remote files. This can be expensive and even
5370 prevent one from editing drafts if some unrelated buffer has a stale
5371 connection.
5372
5373 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
5374
5375 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
5376 kinsoku-eol regardless of shr-kinsoku-shorten.
5377 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
5378 (shr-tag-table): Support caption, thead, and tfoot.
5379
5380 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5381
5382 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
5383 lines.
5384 (shr-save-contents): New command and keystroke.
5385
5386 * nndoc.el (nndoc-type-alist): Add git support.
5387 (nndoc-git-type-p): New function.
5388 (nndoc-transform-git-article): Ditto.
5389 (nndoc-transform-git-headers): Ditto.
5390 (nndoc-transform-git-headers): Generate Subject headers.
5391
5392 * shr.el (shr-parse-style): New function.
5393 (shr-tag-span): Ditto.
5394
5395 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
5396 to `G G' to avoid collisions.
5397
5398 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
5399
5400 * shr.el: Load kinsoku if necessary.
5401 (shr-kinsoku-shorten): New internal variable.
5402 (shr-find-fill-point): Make kinsoku shorten text line if
5403 shr-kinsoku-shorten is bound to non-nil.
5404 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
5405 shr-indentation too when testing if table is wider than frame width.
5406 (shr-insert-table): Use `string-width' instead of `length' to measure
5407 text width.
5408 (shr-insert-table-ruler): Make sure indentation is done at bol.
5409
5410 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5411
5412 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
5413 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
5414 undecoded network data.
5415
5416 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5417
5418 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
5419 name in the mode line spec so that the mode line menu works
5420 (bug #2431).
5421
5422 * message.el (message-get-reply-headers): If we're fed `to-address',
5423 then always use that.
5424
5425 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
5426 aren't so wide as to need to switch off the edit menu.
5427
5428 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
5429 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
5430
5431 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
5432 `M-g'.
5433 (nnimap-update-info): Update flags/read marks even if \* isn't part of
5434 the permanent marks.
5435
5436 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
5437
5438 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5439 Splitting according to references/in-reply-to obeys the ignore-groups
5440 variable, while splitting by sender and subject do not.
5441
5442 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5443
5444 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
5445 alist, so that we can look for non-Unicode chars.
5446 (article-translate-strings): Allow both character and string maps.
5447
5448 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
5449
5450 * shr.el (shr-insert): Don't insert space behind a wide character
5451 categorized as kinsoku-bol, or between characters both categorized as
5452 nospace.
5453
5454 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
5455
5456 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
5457 headers to gnus-newsgroup-headers.
5458
5459 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5460
5461 * shr.el (shr-tag-img): Don't align images -- since we're not
5462 rescaling, this often leads to ugly displays.
5463
5464 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
5465
5466 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
5467 duplicates.
5468
5469 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
5470
5471 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
5472 call.
5473
5474 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5475
5476 * gnus.el: Autoload gnus-html-show-images.
5477
5478 * nnimap.el: Use nnheader-message throughout.
5479
5480 * shr.el (shr-tag-img): Ignore images with no data.
5481
5482 2010-10-15 Julien Danjou <julien@danjou.info>
5483
5484 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
5485 a possibility to disable format=flow encoding when using hard newlines.
5486
5487 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
5488
5489 * shr.el (shr-insert): Remove space inserted before or after a
5490 breakable character or at the beginning or the end of a line.
5491 (shr-find-fill-point): Do kinsoku; find the second best point or give
5492 it up if there's no breakable point.
5493
5494 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5495
5496 * nnimap.el (nnimap-open-connection): Message when opening connection
5497 for debugging purposes.
5498
5499 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
5500 on every setup buffer call to allow this to change from article to
5501 article.
5502
5503 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
5504 buffers where we have a wide table.
5505
5506 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
5507
5508 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
5509 uses *-request-thread.
5510
5511 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5512
5513 * nnimap.el (nnimap-open-connection): Remove %s from openssl
5514 incantation, which is no longer valid.
5515
5516 2010-10-14 Julien Danjou <julien@danjou.info>
5517
5518 * shr.el: Fix defcustom type (char -> character).
5519
5520 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5521
5522 * nnimap.el (nnimap-open-connection): tls-program should be a list of
5523 programs.
5524
5525 2010-10-14 Julien Danjou <julien@danjou.info>
5526
5527 * shr.el (shr-tag-a): Use url-link as widget type.
5528
5529 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
5530 `gnus-group-get-icon'.
5531
5532 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5533
5534 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
5535 This should make server editing work better.
5536
5537 * shr.el (shr-find-fill-point): Don't inloop on indented text.
5538
5539 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
5540 (nnimap-parse-flags): Fix regexp.
5541
5542 * shr.el (shr-find-fill-point): Use a filling algorithm that should
5543 probably work for CJVK text, too.
5544
5545 * nnimap.el (nnimap-extend-tls-programs): Remove.
5546 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
5547
5548 2010-10-13 Julien Danjou <julien@danjou.info>
5549
5550 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
5551 responses.
5552
5553 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5554
5555 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
5556
5557 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
5558 anything in Emacs.
5559
5560 * shr.el (shr-current-column): Remove buggy and unnecessary function.
5561
5562 2010-10-13 Julien Danjou <julien@danjou.info>
5563
5564 * shr.el (shr-width): Make shr-width a defcustom with default to
5565 fill-column.
5566 (shr-tag-img): Use shr-width rather than fill-column.
5567
5568 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
5569
5570 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
5571
5572 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
5573 position when (X-)Faces exist.
5574 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
5575 avatars when called interactively.
5576
5577 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
5578
5579 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
5580 gnus-article-x-face-too-ugly is bound.
5581
5582 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5583
5584 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
5585
5586 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
5587 mailbox that doesn't exist.
5588
5589 2010-10-12 Julien Danjou <julien@danjou.info>
5590
5591 * shr.el (shr-tag-img): Encode URL properly when retrieving.
5592 (shr-get-image-data): Encode URL properly when fetching from cache.
5593 (shr-tag-img): Use aligned-to spaces to align correctly images.
5594
5595 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
5596 before inserting the Gravatar.
5597
5598 * shr.el (shr-tag-img): Add align attribute support for <img>.
5599
5600 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5601
5602 * gnus-gravatar.el (gnus-art): Require.
5603
5604 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
5605 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5606 Remove long obsoleted functions.
5607
5608 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5609
5610 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
5611
5612 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
5613 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
5614 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
5615 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
5616 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
5617 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
5618 Fix comment for declare-function.
5619
5620 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5621
5622 * nnimap.el (nnimap-request-rename-group): Select group read-only
5623 before renaming it.
5624
5625 * shr.el (shr-insert): Fix up the white space only regexp.
5626
5627 * nnimap.el (nnimap-transform-split-mail): Not all articles have
5628 bodies. Protect against this. Reported by Michael Welsh Duggan.
5629
5630 * shr.el (shr-current-column): New function.
5631 (shr-find-fill-point): New function.
5632
5633 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
5634
5635 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
5636 numbers.
5637
5638 2010-10-11 Julien Danjou <julien@danjou.info>
5639
5640 * shr.el (shr-hr-line): Add.
5641 (shr-tag-hr): Use shr-hr-line to specify which character to use to
5642 display hr lines.
5643 (shr-max-columns): Do not change state to nil if we just inserting
5644 spaces.
5645
5646 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5647
5648 * gnus-topic.el (gnus-topic-read-group): If after the last group,
5649 select the last group.
5650
5651 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
5652
5653 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
5654
5655 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5656
5657 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
5658 for Gnus.
5659 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
5660 (nnimap-update-qresync-info): Mark \Seen articles as read.
5661
5662 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
5663 non-variable, too.
5664
5665 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
5666 available.
5667 (nnimap-update-info): Rely more on the current active than the param
5668 active to avoid marking articles as read too much.
5669
5670 * auth-source.el (auth-source-create): Use (user-login-name) for the
5671 user name default.
5672
5673 * nnimap.el (nnimap-update-info): If the server doesn't return any
5674 useful info, just use the previous info.
5675 (nnimap-update-info): Prefer old info over start-article.
5676 (nnimap-update-qresync-info): Finish implementing QRESYNC.
5677
5678 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
5679
5680 * nnir.el (autoload): Clean up autoloads.
5681 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
5682 Use key rather than value.
5683 (nnir-imap-search-other): New variable.
5684 (nnir-read-parm): Use it.
5685 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
5686 (gnus-summary-nnir-goto-thread): Modify to work with imap.
5687
5688 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5689
5690 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
5691 the process, too.
5692
5693 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5694
5695 * spam.el (gnus-summary-mode-map): Bind to "$".
5696 Suggested by Russ Allbery.
5697
5698 * shr.el: Rework the way things are indented by <li> slightly.
5699
5700 * gnus.el (gnus-group-set-parameter): Fix typo.
5701
5702 * nnimap.el: Start implementing QRESYNC support.
5703
5704 2010-10-09 Julien Danjou <julien@danjou.info>
5705
5706 * nnir.el (nnir-engines): Fix too many arguments.
5707
5708 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5709
5710 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
5711 group is the "last", so that the backends like nnfolder actually save
5712 their folders.
5713
5714 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
5715 try to use that for the TLS stream.
5716 (nnimap-retrieve-group-data-early): Rework the marks code to heed
5717 UIDVALIDITY and find out which groups are read-only and not.
5718 (nnimap-get-flags): Use the same marks parsing code as the rest of
5719 nnimap.
5720
5721 2010-10-09 Julien Danjou <julien@danjou.info>
5722
5723 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
5724
5725 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
5726 retrieving gravatars.
5727
5728 * shr.el (shr-table-corner): Add.
5729 (shr-table-line): Add.
5730 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
5731
5732 2010-10-08 Julien Danjou <julien@danjou.info>
5733
5734 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
5735
5736 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
5737
5738 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
5739
5740 * gnus-sum.el (gnus-mark-article-as-unread)
5741 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
5742 (gnus-summary-set-bookmark): Use it.
5743
5744 * gnus-msg.el (gnus-setup-message): Use it.
5745
5746 * gnus-demon.el (gnus-demon-remove-handler): Use it.
5747
5748 * gnus.el (gnus-group-remove-parameter): Use it.
5749
5750 * gnus-group.el (gnus-group-make-web-group): Use it.
5751
5752 * gnus-demon.el (gnus-demon-remove-handler): Use it.
5753
5754 * nnregistry.el: Update docs to mention manual.
5755
5756 * gnus-registry.el: Update docs to mention nnregistry.el.
5757 (gnus-registry-initialize): Don't install nnregistry refer method
5758 automatically.
5759 (gnus-registry-install-nnregistry): Remove it.
5760
5761 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5762
5763 * shr.el (shr-insert): Don't insert double spaces.
5764
5765 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
5766
5767 * gnus-gravatar.el (gnus-treat-from-gravatar)
5768 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
5769 called interactively.
5770
5771 * gnus-art.el (gnus-mime-view-part-externally)
5772 (gnus-mime-view-part-internally): Make predicate function passed to
5773 gnus-mime-view-part-as-type assume argument is a mime type, not a list
5774 of a mime type.
5775
5776 * shr.el (shr-table-widths): Don't use cl function `reduce'.
5777
5778 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5779
5780 * shr.el (require): Require cl when compiling.
5781 (shr-tag-hr): New function.
5782
5783 * nnimap.el (nnimap-update-info): Remove double setting of high.
5784 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
5785 This makes nnimap work properly on Courier again.
5786
5787 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
5788 the variable for backwards compatibility.
5789
5790 * mm-decode.el (mm-save-part): If given a non-directory result, expand
5791 the file name before using to avoid setting mm-default-directory to
5792 nil.
5793
5794 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
5795 bidning gnus-agent variables.
5796
5797 * shr.el (shr-render-td): Use a cache for the table rendering function
5798 to avoid getting an exponential rendering behavior in nested tables.
5799 (shr-insert): Rework the line-breaking algorithm.
5800 (shr-insert): Don't leave trailing spaces.
5801 (shr-insert-table): Also insert empty TDs.
5802 (shr-tag-blockquote): Ensure paragraphs after </ul>.
5803
5804 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5805
5806 * gnus-sum.el (gnus-number): Rename from `number'.
5807 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
5808 (gnus-summary-limit-children): Update uses correspondingly.
5809
5810 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
5811
5812 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
5813 (gnus-gravatar-transform-address): Don't show avatars of people of
5814 which mail addresses match gnus-gravatar-too-ugly.
5815
5816 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5817
5818 * shr.el (shr-table-widths): Expand TD elements to fill available
5819 space.
5820
5821 2010-10-07 Julien Danjou <julien@danjou.info>
5822
5823 * nnimap.el (nnimap-request-rename-group): Add this method.
5824
5825 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
5826
5827 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
5828 name from XEmacs' function-arglist.
5829
5830 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
5831 gravatar under XEmacs.
5832
5833 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
5834
5835 * auth-source.el: Update docs with TODO items.
5836
5837 * gnus-sync.el: Update docs to explain state and plans.
5838
5839 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
5840 Hooks for mark updates.
5841 (gnus-request-set-mark, gnus-request-update-mark): Use them.
5842
5843 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
5844 hooks with arguments, which is needed for mark update hooks.
5845
5846 2010-10-06 Julien Danjou <julien@danjou.info>
5847
5848 * gnus.el (gnus-expand-group-parameter): Only return and act on what
5849 was matched.
5850
5851 * sieve-manage.el: Update example in `Commentary'.
5852
5853 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
5854
5855 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
5856 not 2000.
5857 (sieve-manage-authenticate): Re-add function.
5858
5859 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5860
5861 * shr.el (shr-insert): Get 'space transition right.
5862 (shr-render-td): Only delete space at the end of the TD.
5863
5864 * nnimap.el (nnimap-open-connection): Prepare to support
5865 open-gnutls-stream.
5866
5867 * shr.el: Rearrange function order to be more logical.
5868
5869 2010-10-06 Julien Danjou <julien@danjou.info>
5870
5871 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
5872 (nnrss-discover-feed): Remove 404 URL in docstring.
5873
5874 * nnir.el: Fix Swish-E URL.
5875 Fix Namazu URL.
5876
5877 * message.el (message-change-subject): Remove 404 URL in a comment.
5878
5879 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
5880
5881 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
5882 called interactively.
5883
5884 * gnus-util.el (gnus-remove-if): Allow hash table.
5885 (gnus-remove-if-not): New function.
5886
5887 * gnus-art.el (gnus-mime-view-part-as-type):
5888 * gnus-score.el (gnus-summary-score-effect):
5889 * gnus-sum.el (gnus-read-move-group-name):
5890 Replace remove-if-not with gnus-remove-if-not.
5891
5892 * gnus-group.el (gnus-group-completing-read):
5893 Regard collection as a hash table if it is not a list.
5894
5895 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5896
5897 * shr.el (shr-render-td): Allow blank/missing <TD>s.
5898
5899 * shr.el: Document the table-rendering algorithm.
5900
5901 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
5902 invalid URLs.
5903
5904 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
5905 line-broken.
5906 (shr-tag-img): Ignore image fetching errors.
5907 (shr-overlays-in-region): Compute overlay positions correctly.
5908
5909 * mm-decode.el (mm-shr): Require shr.
5910
5911 * gnus-art.el (gnus-blocked-images): Move variable here.
5912
5913 * shr.el (shr-insert-table): Bind free variable.
5914
5915 * mm-decode.el (mm-shr): Bind shr-content-function.
5916
5917 * shr.el (shr-content-function): New variable.
5918
5919 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
5920 added for symmetry.
5921
5922 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
5923
5924 * gnus-group.el (gnus-group-make-group): Doc fix.
5925
5926 * nnimap.el (nnimap-request-newgroups): Return success.
5927
5928 * shr.el (shr-find-elements): New function.
5929 (shr-tag-table): Put all the images after the table.
5930 (shr-tag-table): Really inhibit images inside the table.
5931 (shr-collect-overlays): Copy over overlays from the TD elements to the
5932 main document.
5933
5934 * mm-decode.el (mm-shr): Bind shr-blocked-images to
5935 gnus-blocked-images.
5936
5937 2010-10-05 Julien Danjou <julien@danjou.info>
5938
5939 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
5940
5941 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
5942 (gnus-html-maximum-image-size): Add this function.
5943 (gnus-html-put-image): Use gnus-html-maximum-image-size.
5944
5945 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
5946 server-value of the capability is nil.
5947
5948 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5949
5950 * shr.el (shr-tag-em): Add <EM> tag.
5951
5952 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
5953
5954 * sieve-manage.el (sieve-manage-default-stream): Make default stream
5955 customizable.
5956
5957 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
5958 handing broken links to browse-url.
5959
5960 2010-10-05 Julien Danjou <julien@danjou.info>
5961
5962 * gnus-util.el (gnus-emacs-completing-read)
5963 (gnus-iswitchb-completing-read): Use autoload rather than require.
5964
5965 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
5966
5967 * gnus-util.el (gnus-completing-read-function): Exclude
5968 gnus-icompleting-read and gnus-ido-completing-read from candidates for
5969 XEmacs since iswitchb.el is very old and ido.el is unavailable in
5970 XEmacs.
5971
5972 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
5973 not to use `delete-dups' that is unavailable in XEmacs 21.4.
5974
5975 * gnus-html.el: Don't require help-fns under XEmacs.
5976 (gnus-html-schedule-image-fetching): Work for XEmacs.
5977
5978 * mm-decode.el (mm-shr): Decode contents by charset.
5979
5980 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5981
5982 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
5983 unknown.
5984
5985 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
5986 (shr-get-image-data): Ensure against the cache file missing.
5987
5988 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
5989 for data.
5990
5991 * spam-report.el (spam-report-url-ping-plain): Don't query about
5992 killing the process.
5993
5994 * shr.el (shr-render-td): Protect against too-wide text.
5995
5996 2010-10-04 Julien Danjou <julien@danjou.info>
5997
5998 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
5999 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
6000
6001 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
6002 retrieved.
6003
6004 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6005
6006 * shr.el (browse-url): Require.
6007 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
6008 lines.
6009 (shr-show-alt-text, shr-browse-image): New commands.
6010 (shr-browse-url, shr-copy-url): New commands.
6011
6012 * gnus-sum.el (gnus-widen-article-window): New variable.
6013 (gnus-summary-select-article-buffer): Use it.
6014
6015 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
6016 without @ signs.
6017
6018 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
6019
6020 * nnir.el (nnir-run-imap): Remove spurious space in search string.
6021
6022 2010-10-04 Julien Danjou <julien@danjou.info>
6023
6024 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
6025 for XEmacs.
6026
6027 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6028
6029 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
6030
6031 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
6032 (nnimap-close-server): Implement.
6033
6034 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
6035 (shr-insert): Tweak line breaking.
6036 (shr-insert): Handle <pre> better.
6037 (shr-tag-li): Get <li> indentation right.
6038 (shr-tag-li): Get <li> indentation even righter.
6039 (shr-tag-blockquote): Ensure paragraph start.
6040 (shr-make-table): Tweak table generation.
6041 (shr-make-table): Fix typo.
6042
6043 * shr.el: Implement table rendering.
6044
6045 2010-10-04 Julien Danjou <julien@danjou.info>
6046
6047 * gnus-html.el (gnus-html-put-image): Fix resize image code.
6048
6049 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6050
6051 * shr.el (shr-insert): Use string anchors instead of line anchors.
6052
6053 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6054
6055 * shr.el: Add headings.
6056 (shr-ensure-paragraph): Actually work.
6057 (shr-tag-li): Make <ul> prettier.
6058 (shr-insert): Get white space at the beginning/end of elements right.
6059 (shr-tag-p): Collapse subsequent <p>s.
6060 (shr-ensure-paragraph): Don't insert double line feeds after blank
6061 lines.
6062 (shr-insert): \t is also space.
6063 (shr-tag-s): Fix "s" tag name function.
6064 (shr-tag-s): Fix face prop name.
6065
6066 2010-10-03 Julien Danjou <julien@danjou.info>
6067
6068 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
6069
6070 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
6071 gnus-window-inside-pixel-edges.
6072
6073 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
6074 gnus-ems.
6075
6076 * mm-view.el (mm-inline-image-emacs): Support image resizing.
6077
6078 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
6079 function.
6080
6081 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
6082 resize choice.
6083
6084 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6085
6086 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
6087 beginning of the buffer.
6088
6089 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
6090 article buffer again.
6091
6092 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
6093
6094 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
6095 when it's at the start of the buffer.
6096
6097 * shr.el (shr-tag-blockquote): Convert name.
6098 (shr-rescale-image): Use the right image-size variant.
6099
6100 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
6101 buffer isn't shown, then select the current article first instead of
6102 bugging out.
6103 (gnus-summary-select-article-buffer): Show both the article and summary
6104 buffers again.
6105
6106 * shr.el (shr-fontize-cont): Protect against regions with no text.
6107 Rename tag functions to shr-tag-* for enhanced security.
6108 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
6109
6110 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
6111
6112 * shr.el (shr-insert):
6113 * pop3.el (pop3-movemail):
6114 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
6115 loaded.
6116
6117 2010-10-03 Glenn Morris <rgm@gnu.org>
6118
6119 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
6120
6121 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
6122
6123 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
6124
6125 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
6126
6127 * gnus-util.el (gnus-make-local-hook): Simplify.
6128
6129 2010-10-02 Julien Danjou <julien@danjou.info>
6130
6131 * gnus-util.el (gnus-iswitchb-completing-read): New function.
6132 (gnus-ido-completing-read): New function.
6133 (gnus-emacs-completing-read): New function.
6134 (gnus-completing-read): Use gnus-completing-read-function.
6135 Add gnus-completing-read-function.
6136
6137 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6138
6139 * shr.el (shr-insert-document): Autoload.
6140 (shr-img): Be silent.
6141 (shr-insert): Add a newline after every picture before text.
6142 (shr-add-font): Use overlays for combining faces.
6143 (shr-insert): Pass upwards the text start point.
6144
6145 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
6146 possible.
6147 (mm-shr): New function.
6148
6149 2010-10-02 Julien Danjou <julien@danjou.info>
6150
6151 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
6152 should go backward.
6153
6154 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
6155
6156 * shr.el (shr): Fix typo in provide call.
6157
6158 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6159
6160 * shr.el: New file.
6161
6162 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
6163
6164 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
6165 completing read.
6166
6167 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6168
6169 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
6170 we're being queried about. Suggested by Dan Jacobson.
6171
6172 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
6173 Suggested by Jason Eisner.
6174
6175 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
6176 table, too. Suggested by Stefan Wiens.
6177 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
6178 the table unnecessary. Suggested by Stefan Wiens.
6179
6180 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
6181 longer needed, and probably doesn't work either, as pointed out by
6182 Stefan Wiens.
6183 (gnus-summary-exit): Remove call to the clearing function.
6184 (gnus-summary-exit-no-update): Ditto.
6185
6186 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
6187 instead of gnus-eval-in-buffer-window to avoid popping up frames.
6188 Reported by Stefan Monnier.
6189 (gnus-summary-save-in-rmail): Ditto.
6190
6191 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
6192 article buffer, instead of both the article buffer and the summary
6193 buffer. Sort of suggested by Dan Jacobson.
6194
6195 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
6196
6197 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
6198 Suggested by Dan Jacobson.
6199
6200 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
6201 documentation clearer.
6202
6203 * message.el (message-shorten-references): Comment on the number "21".
6204 Suggested by Stefan Monnier.
6205
6206 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
6207 Suggested by Dan Jacobson.
6208
6209 * gnus.el (gnus-large-newsgroup):
6210 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
6211
6212 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
6213 externalize attachments. Bug reported by Steve Wen.
6214
6215 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
6216 really message anything to the user.
6217
6218 * nnmail.el (nnmail-article-group): Allow using the fancy split method
6219 directly.
6220
6221 * nnimap.el (nnimap-request-group): Low higher than high to signal no
6222 messages in empty groups.
6223
6224 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
6225
6226 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
6227 non-UIDNEXT group.
6228
6229 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6230
6231 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
6232 not the value from the collection.
6233
6234 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
6235 values. This sometimes happens on some groups that have no info.
6236 (nnimap-request-newgroups): New function.
6237
6238 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
6239
6240 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
6241 check into `gnus-registry-initialize'.
6242 (gnus-registry-initialize): Ditto.
6243 Fix and extend header docs.
6244
6245 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6246
6247 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
6248 regexp backtrace overflows.
6249
6250 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
6251 for starttls that tls.el implements; i.e. openssl.
6252
6253 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
6254
6255 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
6256 (gravatar-create-image): New function that's an alias to
6257 gnus-xmas-create-image, gnus-create-image, or create-image.
6258 (gravatar-data->image): Use it.
6259
6260 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
6261
6262 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
6263 install the nnregistry refer method.
6264 (gnus-registry-install-hooks): Use it.
6265 (gnus-registry-unfollowed-groups): Add nnmairix to the default
6266 unfollowed groups.
6267
6268 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
6269
6270 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
6271 expanding threads.
6272
6273 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6274
6275 * nnir.el: Use the server names without suffixes (bug #7009).
6276
6277 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
6278 unencrypted to STARTTLS, if possible.
6279
6280 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
6281
6282 * message.el (message-ignored-supersedes-headers): Strip Injection-*
6283 headers before superseding.
6284
6285 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6286
6287 * nnrss.el (nnrss-use-local): Add documentation.
6288
6289 * nnimap.el (nnimap-extend-tls-programs): New function.
6290 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
6291 (nnimap-wait-for-connection): Accept the greeting from the stupid
6292 output from openssl s_client -starttls, too.
6293
6294 * nnimap.el (nnimap-find-article-by-message-id): Really return the
6295 article number.
6296 (nnimap-split-fancy): New variable.
6297 (nnimap-split-incoming-mail): Use it.
6298
6299 * nntp.el (nntp-server-list-active-group): Document.
6300
6301 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
6302 SELECT to get the message-id.
6303
6304 * mail-source.el (mail-sources): Remove webmail support.
6305 (defvar): Ditto.
6306 (mail-source-fetcher-alist): Ditto.
6307 (mail-source-fetch-webmail): Remove.
6308
6309 * webmail.el: Remove -- doesn't seem relevant any more.
6310
6311 * gnus.el: Fix up make-obsolete-variable declarations throughout.
6312
6313 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
6314 the \r.
6315
6316 2010-09-30 Julien Danjou <julien@danjou.info>
6317
6318 * gnus-agent.el (gnus-agent-add-group): Fix call to
6319 gnus-completing-read.
6320
6321 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6322
6323 * nndoc.el (nndoc-retrieve-groups): New function.
6324
6325 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
6326 `default', use nnmail-split-methods.
6327 (nnimap-request-article): Downcase the NILs so that they are nil.
6328
6329 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
6330 symbol.
6331
6332 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
6333 code, since if the user has requested network, that's what they ought
6334 to get.
6335 (nnimap-request-set-mark): Erase the buffer before issuing commands.
6336 (nnimap-split-rule): Mark as obsolete.
6337
6338 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
6339 New variable.
6340
6341 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
6342 correct slot, too.
6343
6344 2010-09-29 Julien Danjou <julien@danjou.info>
6345
6346 * gnus.el (gnus-local-domain): Declare variable obsolete.
6347
6348 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
6349 Fix history computing.
6350 (gnus-ido-completing-read): Require ido.
6351
6352 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6353
6354 * gnus-registry.el: Don't prompt on load, which makes it impossible to
6355 build Gnus.
6356
6357 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
6358 when interpreting the structures.
6359 (nnimap-request-accept-article): Add \r\n to the lines to make this
6360 work with Cyrus.
6361
6362 * nndraft.el (nndraft-request-expire-articles): Use the group name
6363 instead if "nndraft". Fix found by Nils Ackermann.
6364
6365 2010-09-29 Ludovic Courtes <ludo@gnu.org>
6366
6367 * nnregistry.el: Add.
6368
6369 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
6370
6371 * nnmail.el (group, group-art-list, group-art):
6372 Remove unneeded directives.
6373
6374 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6375
6376 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
6377 (mm-mime-charset):
6378 * rfc2047.el (rfc2047-syntax-table):
6379 * utf7.el (utf7-utf-16-coding-system): Comment fix.
6380
6381 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
6382 rather than `insert-file-contents' and `eval-region'.
6383
6384 2010-09-29 Julien Danjou <julien@danjou.info>
6385
6386 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
6387 replacement of `gnus-gravatar-relief' to mimic
6388 `gnus-faces-properties-alist'.
6389 Add :version property.
6390
6391 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6392
6393 * mail-source.el (mail-source-report-new-mail):
6394 * message.el (message-default-mail-headers):
6395 * mm-decode.el (mm-valid-image-format-p): Comment fix.
6396
6397 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
6398
6399 2010-09-28 Julien Danjou <julien@danjou.info>
6400
6401 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
6402 mail-address contains the same string as real-name.
6403
6404 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
6405 non-blank in header, otherwise it'll get stripped.
6406
6407 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
6408 real-name, and then for mail address rather than doing : or , search.
6409
6410 2010-09-27 Julien Danjou <julien@danjou.info>
6411
6412 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
6413 right completing-read function.
6414 (gnus-use-ido): New variable
6415 (gnus-completing-read-with-default): Remove.
6416 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
6417 (gnus-agent-add-group):
6418 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
6419 * mm-view.el (mm-view-pkcs7-decrypt):
6420 * mm-util.el (mm-codepage-setup):
6421 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6422 * mml-smime.el (mml-smime-openssl-sign-query):
6423 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
6424 (mml-insert-multipart):
6425 * gnus-msg.el (gnus-summary-yank-message):
6426 * gnus-int.el (gnus-start-news-server):
6427 * mm-decode.el (mm-interactively-view-part):
6428 * gnus-dired.el (gnus-dired-attach):
6429 * gnus.el (gnus-read-method):
6430 * gnus-bookmark.el (gnus-bookmark-jump):
6431 * gnus-art.el (gnus-mime-view-part-as-type)
6432 (gnus-mime-action-on-part, gnus-article-encrypt-body):
6433 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
6434 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
6435 * nnmairix.el (nnmairix-create-server-and-default-group)
6436 (nnmairix-update-groups, nnmairix-get-server)
6437 (nnmairix-backend-to-server, nnmairix-goto-original-article)
6438 (nnmairix-get-group-from-file-path):
6439 * nnrss.el (nnrss-find-rss-via-syndic8):
6440 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
6441 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
6442 (gnus-group-browse-foreign-server):
6443 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
6444 (gnus-summary-execute-command, gnus-summary-respool-article)
6445 (gnus-read-move-group-name):
6446 * gnus-score.el (gnus-summary-increase-score)
6447 (gnus-summary-score-effect):
6448 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
6449
6450 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6451
6452 * nnimap.el (auth-source-forget-user-or-password)
6453 (auth-source-user-or-password): Autoload.
6454
6455 * message.el (message-from-style, message-interactive)
6456 (message-signature): Remove comment.
6457 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
6458 always.
6459 (message-sendmail-envelope-from): Comment fix.
6460 (message-yank-prefix): Default to mail-yank-prefix always.
6461 (message-indentation-spaces):
6462 Default to mail-indentation-spaces always.
6463 (message-signature-file): Default to mail-signature-file always.
6464
6465 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6466
6467 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
6468 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
6469 new articles.
6470
6471 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
6472 parts.
6473 (nnimap-request-article): Work with the t setting, too.
6474
6475 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
6476 that you don't get flashes of other buffers.
6477 (gnus-summary-show-complete-article): Intern before setting.
6478
6479 2010-09-27 David Engster <dengste@eml.cc>
6480
6481 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
6482 well as HEADERS.
6483 (nnmairix-retrieve-headers): Provide new argument for the above.
6484
6485 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6486
6487 * gnus-sum.el (gnus-summary-move-article): Don't alter
6488 gnus-newsgroup-active. This makes `/ N' work after copying to the same
6489 group.
6490
6491 * nnimap.el (nnimap-update-info): Don't destructively alter active.
6492
6493 * message.el (message-cite-prefix-regexp): Revert my last edit.
6494
6495 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
6496 variable instead of the Gnus variable.
6497
6498 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
6499
6500 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
6501
6502 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
6503 since some servers don't like it.
6504 (nnimap-open-connection): Forget credentials if the server says the
6505 password was wrong.
6506 (nnimap-parse-line): Protect against invalid data.
6507
6508 * gnus-sum.el (gnus-summary-move-article): Add comment.
6509 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
6510 nothing alters it while scanning for new messages.
6511
6512 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
6513 which may or may not help.
6514 (nnimap-open-connection): If we're doing a stream connection, and then
6515 discover we're on a STARTTLS-capable server, then open a STARTTLS
6516 connection instead.
6517
6518 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6519
6520 * nnimap.el (utf7): Require.
6521
6522 * message.el (message-cite-prefix-regexp): Remove "}" from citation
6523 prefix.
6524
6525 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
6526
6527 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
6528
6529 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6530
6531 * nnimap.el (nnimap-request-accept-article): Message the error on
6532 error.
6533
6534 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
6535
6536 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
6537
6538 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6539
6540 * nndoc.el (nndoc-request-list): Return success always.
6541
6542 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
6543 `fetch-old' -- we only want to fetch the articles we've requested.
6544 The rest are in the agent, probably.
6545 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
6546 disappeared server" to something low. It's not important.
6547
6548 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
6549 arrived before the FETCH data.
6550
6551 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
6552 target here, because we don't know the Gnus name of the group.
6553
6554 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
6555 for the correct group.
6556
6557 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
6558
6559 * gnus.el (gnus): Give a final warning after startup.
6560
6561 * gnus-util.el (gnus-action-message-log): New variable.
6562 (gnus-message): Use it.
6563 (gnus-final-warning): New function.
6564
6565 * nnimap.el (nnimap-open-connection): Record the greeting.
6566 (nnimap): Add greeting.
6567
6568 2010-09-26 Julien Danjou <julien@danjou.info>
6569
6570 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
6571 arguments.
6572 (gnus-html-wash-images): Fix spec computing to include start/end.
6573
6574 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
6575
6576 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6577
6578 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
6579 deletion.
6580 (nnimap-retrieve-headers): Don't select the group, because that's
6581 already done by nnimap-possibly-change-group.
6582
6583 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
6584 (gnus-picon-transform-address): Use it.
6585
6586 * mail-source.el (mail-source-value): Revert previous patch.
6587
6588 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
6589 on failure.
6590 (nnimap-open-connection): Look up both virtual and physical server name
6591 credentials.
6592
6593 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
6594
6595 2009-02-08 Dave Love <fx@gnu.org>
6596
6597 * gnus-win.el (gnus-window-to-buffer-helper)
6598 (gnus-all-windows-visible-p): Function needn't be a symbol.
6599
6600 * mail-source.el (mail-source-value): Function needn't be a symbol.
6601
6602 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6603
6604 * message.el (message-cite-prefix-regexp): Remove } from the cite
6605 prefix.
6606
6607 * gnus-art.el (gnus-treatment-function-alist): Do picons before
6608 highlight again, so that the highlight is correct.
6609
6610 * gnus-picon.el (gnus-picon): Remove again.
6611 (gnus-picon-create-glyph): Set the background XPM color explicitly.
6612
6613 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
6614 doing the header highlightling, so that the background color of the
6615 picon is correct.
6616
6617 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
6618 (gnus-picon): Ditto.
6619 (gnus-picon): Reinstate. The background color for picons is white.
6620 (gnus-picon-insert-glyph): Make the background white.
6621
6622 * nnml.el (nnml-open-nov): Don't return dead buffers.
6623
6624 * auth-source.el (auth-source-create): Query the user for whether to
6625 store the credentials.
6626
6627 * auth-source.el (auth-source-user-or-password): Use the existing auth
6628 sources, if any, for creation.
6629
6630 * gnus.el (gnus-group-fast-parameter): Return the last matching
6631 parameter instead of the first matching parameter.
6632
6633 2010-09-26 Julien Danjou <julien@danjou.info>
6634
6635 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
6636
6637 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6638
6639 * mml2015.el (mml2015-use): Remove gpg support.
6640
6641 * mml1991.el (mml1991-function-alist): Remove gpg function.
6642 (mml1991-gpg-sign): Remove.
6643
6644 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
6645
6646 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
6647 (gnus-browse-unsubscribe-current-group): Document it.
6648 (gnus-browse-unsubscribe-group): Use it.
6649
6650 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6651
6652 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
6653 address to the To list for easier response.
6654
6655 * gnus.el (gnus-play-startup-jingle): Remove.
6656 (gnus-splash): Don't play jingle.
6657 (gnus): Silence gnus-load message.
6658
6659 * gnus-art.el (gnus-treat-play-sounds): Remove.
6660
6661 * gnus.el (gnus-play-jingle): Remove audio support.
6662
6663 * gnus-cus.el (gnus-score-customize): Remove audio reference.
6664
6665 * earcon.el: Remove -- no users.
6666
6667 * gnus-audio.el: Remove -- no users of this package.
6668
6669 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
6670
6671 * gnus-start.el (gnus-setup-news): Remove nocem support.
6672
6673 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
6674
6675 * gnus.el (gnus-use-nocem): Remove.
6676
6677 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
6678 Remove.
6679
6680 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
6681 uses NoCeM any more.
6682
6683 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
6684 (gnus-button-ctan-handler): Ditto.
6685 (gnus-button-handle-ctan-bogus-regexp): Ditto.
6686 (gnus-button-ctan-directory-regexp): Ditto.
6687 (gnus-button-handle-ctan): Ditto.
6688 (gnus-button-tex-level): Ditto.
6689 (gnus-button-alist): Remove CTAN stuff.
6690
6691 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6692
6693 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
6694 nnimap-streaming test.
6695
6696 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
6697 servers twice.
6698
6699 * nnimap.el (nnimap-open-connection): Add more error reporting when
6700 nnimap fails early.
6701
6702 * nnheader.el (nnheader-get-report-string): New function.
6703 (nnheader-get-report): Use it.
6704
6705 * gnus-int.el (gnus-check-server): Say what the error was when opening
6706 failed.
6707
6708 * nnimap.el (nnimap-wait-for-response): Search further when we're not
6709 using streaming.
6710
6711 2010-09-25 Julien Danjou <julien@danjou.info>
6712
6713 * gnus-html.el (gnus-html-rescale-image): Use our defalias
6714 gnus-window-inside-pixel-edges.
6715
6716 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6717
6718 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
6719
6720 * mm-decode.el (mm-save-part): Allow saving to other directories the
6721 normal Emacs way.
6722
6723 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
6724 Suggested by Jay Berkenbilt.
6725
6726 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
6727 there isn't a single byte.
6728
6729 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
6730 just do it. It doesn't really seem to matter what the user responds
6731 here, I think, so it's just a confusing question.
6732
6733 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
6734 non-streaming case.
6735
6736 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
6737 (gnus-article-encrypt-body): Use it.
6738
6739 * gnus-sum.el (gnus-summary-show-complete-article): New command and
6740 keystroke.
6741
6742 * nnimap.el (nnimap-find-wanted-parts-1):
6743 Use gnus-fetch-partial-articles.
6744
6745 * gnus-art.el (gnus-fetch-partial-articles): New variable.
6746
6747 * nnimap.el (nnimap-insert-partial-structure): New function.
6748 (nnimap-get-partial-article): New function.
6749 (nnimap-request-article): Use it.
6750 (nnimap-wait-for-response): Return whether the wait was successful.
6751 (nnimap-finish-retrieve-group-infos): Don't do anything if the
6752 retrieval wasn't successful.
6753 (nnimap-retrieve-group-data-early): Allow throttling servers.
6754 (nnimap-streaming): New variable.
6755 (nnimap-fetch-partial-articles): Remove.
6756
6757 * mm-decode.el (mm-with-part): Protect against killed buffers.
6758
6759 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
6760 for prettier summary display.
6761
6762 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
6763
6764 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
6765
6766 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6767
6768 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
6769 apparently third-party libraries depend on it.
6770
6771 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
6772 before starting negotiation.
6773
6774 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
6775 privacy reasons.
6776 (gnus-treat-mail-gravatar): Ditto.
6777
6778 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
6779 buffer when inserting images. Inserting text into the headers, for
6780 instance, can make them invalid.
6781
6782 2010-09-25 Julien Danjou <julien@danjou.info>
6783
6784 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
6785 variables.
6786
6787 * nnheader.el: Remove useless variables news-reply-yank-from and
6788 news-reply-yank-message-id.
6789
6790 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
6791 variables.
6792
6793 * mml1991.el: Remove useless mml1991-verbose.
6794
6795 * gnus.el: Remove useless variable gnus-use-generic-from.
6796 Remove obsolete variable gnus-topic-indentation.
6797
6798 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
6799
6800 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
6801
6802 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
6803
6804 * gnus-group.el: Remove useless gnus-group-icon-cache.
6805 Remove useless gnus-ephemeral-group-server.
6806
6807 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
6808
6809 * mml2015.el: Remove useless mml2015-verbose.
6810
6811 * mml-smime.el: Remove useless mml-smime-verbose.
6812
6813 * gnus.el: Remove useless gnus-local-domain.
6814
6815 * gnus-gravatar.el (gnus-gravatar-transform-address):
6816 Use gnus-gravatar-size.
6817
6818 * gnus-art.el: Remove useless gnus-treat-translate.
6819
6820 2010-09-24 Julien Danjou <julien@danjou.info>
6821
6822 * gnus-sum.el: Add support for Gravatars.
6823
6824 * gnus-art.el: Add support for Gravatars.
6825
6826 * gnus-gravatar.el: Add this file.
6827
6828 * gravatar.el: Add this file.
6829
6830 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6831
6832 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
6833
6834 * gnus-group.el (gnus-group-fetch-faq): Remove.
6835
6836 * gnus.el (gnus-group-faq-directory): Remove.
6837
6838 * gnus-group.el (gnus-group-fetch-charter): Remove.
6839
6840 * gnus.el (gnus-group-charter-alist): Remove.
6841
6842 * gnus-group.el (gnus-group-archive-directory): Remove.
6843 (gnus-group-recent-archive-directory): Ditto.
6844 (gnus-group-make-archive-group): Remove.
6845
6846 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
6847
6848 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
6849 use the same article number for all the cached articles.
6850
6851 * nnimap.el (nnimap-command): Register the last command time so
6852 that we can use it for idling NOOPs.
6853 (nnimap-open-connection): Start the keeplive timer.
6854 (nnimap-make-process-buffer): Store all the process buffers.
6855 (nnimap-keepalive): New function.
6856
6857 * starttls.el (starttls-open-stream): Add autoload cookie.
6858
6859 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
6860
6861 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
6862 handling.
6863
6864 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6865
6866 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
6867 its data structures.
6868
6869 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
6870 instead of the cl.el copy-list.
6871 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
6872 equalp.
6873
6874 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
6875
6876 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
6877 and tool-bar-local-item-from-menu.
6878
6879 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
6880 mode-line-highlight face for Emacs.
6881
6882 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
6883 loading gnus-sum.elc; fix comment for canlock-verify.
6884 (gnus-article-jump-to-part): Use read-number.
6885 (gnus-insert-mime-button, gnus-insert-mime-security-button):
6886 Remove Emacs pre-21 compatible code for help-echo.
6887 (gnus-article-next-page-1): No need to adjust the number of lines.
6888 (gnus-article-describe-bindings): Always use help-buffer.
6889
6890 * gnus-audio.el (gnus-audio-inline-sound):
6891 * gnus-cus.el (gnus-custom-mode):
6892 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
6893
6894 * gnus-sum.el (gnus-remove-overlays): Doc fix.
6895
6896 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
6897 compatible code.
6898
6899 2010-09-24 Glenn Morris <rgm@gnu.org>
6900
6901 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
6902 visiting the fcc file in rmail-mode.
6903
6904 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
6905
6906 * nnir.el: Silence the byte compiler.
6907
6908 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
6909 alias to browse-url-url-encode-chars if any.
6910 (gnus-html-encode-url): Use it.
6911
6912 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6913
6914 * gnus-start.el (gnus-use-backend-marks): New variable.
6915 (gnus-get-unread-articles-in-group): Use it.
6916
6917 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
6918 makeover.
6919
6920 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
6921
6922 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
6923
6924 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6925
6926 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6927 Remove.
6928 (gnus-setup-news-hook):
6929 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
6930
6931 * gnus-int.el (gnus-request-update-info): Protect against backends not
6932 having the function.
6933
6934 * nnimap.el (nnimap-stream): Mention STARTTLS.
6935 (nnimap-open-connection): Add STARTTLS support.
6936
6937 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
6938
6939 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
6940
6941 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6942
6943 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
6944 BODYSTRUCTUREs.
6945 (nnimap-transform-headers): Unfold quoted {42} headers.
6946
6947 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
6948 the info.
6949 (gnus-get-unread-articles): Only call updatep on backends that support
6950 it.
6951
6952 * nnweb.el (nnweb-request-update-info): NOOP.
6953
6954 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
6955
6956 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
6957 since it only deals with marks.
6958
6959 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
6960 gnus-request-marks, and make a new gnus-request-update-info.
6961
6962 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
6963 the active instead of the high number, which is usually too low.
6964
6965 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6966
6967 * encrypt.el: Remove.
6968
6969 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6970
6971 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
6972 server in symbolic form.
6973
6974 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
6975
6976 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6977
6978 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
6979 (nnimap-update-info): Fix up code slightly.
6980
6981 * gnus-int.el (gnus-open-server): Add tracing for performance
6982 debugging.
6983
6984 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
6985 (gnus-group-insert-group-line): Pass the real group name so that it
6986 gets the right data.
6987
6988 * gnus-start.el (gnus-get-unread-articles): Don't have
6989 `gnus-get-unread-articles-in-group' update info, since that can be
6990 really slow and doesn't seem to be needed?
6991
6992 2010-09-22 Julien Danjou <julien@danjou.info>
6993
6994 * gnus-group.el (gnus-group-insert-group-line):
6995 Call gnus-group-highlight-line.
6996 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
6997 default hook list.
6998 (gnus-group-update-eval-form): Add new function.
6999 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
7000 (gnus-group-get-icon): Use gnus-group-update-eval-form.
7001
7002 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7003
7004 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
7005 immediate, then expire all articles.
7006 (nnimap-update-info): Fix off-by-one errors.
7007 (nnimap-flags-to-marks): Would return no marks lists for group with no
7008 flags. Instead return the other data.
7009
7010 2010-09-22 Julien Danjou <julien@danjou.info>
7011
7012 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
7013 Only return an icon.
7014 (gnus-group-insert-group-line): Compute icon to return.
7015
7016 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
7017 (gnus-html-image-fetched): Only cache if
7018 gnus-html-image-automatic-caching is set.
7019 (gnus-html-image-fetched): Check for errors.
7020
7021 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7022
7023 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
7024 once per method on `g'. This ensures that backends like nnfolder don't
7025 open all their folders.
7026
7027 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
7028 (nnimap-request-list): Nix out group in the correct buffer.
7029 (nnimap-parse-flags): Implement by using `read' instead of
7030 hand-parsing.
7031 (nnimap-flags-to-marks): Pass on permanent-flags.
7032 (nnimap-make-process-buffer): Record the server name.
7033 (nnimap-parse-flags): Fix typo.
7034 (nnimap-request-scan): Run split on the server in general, not just a
7035 single group.
7036
7037 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
7038 parameter, and propagate this downwards.
7039
7040 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
7041 since EXAMINE changes it on the server.
7042
7043 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
7044 this command might take a while.
7045
7046 2010-09-22 Julien Danjou <julien@danjou.info>
7047
7048 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
7049 harmful if you have 2 images side-by-side, they can't be properly
7050 update on text deletion. Using text-property is safer here.
7051 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
7052 data.
7053
7054 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7055
7056 * nnimap.el (nnimap-expunge-inbox): Remove.
7057 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
7058 (nnimap-expunge): Flip default to t.
7059
7060 * gnus.el (gnus-method-to-server): Don't push things to the cache
7061 unless it's unique.
7062 (gnus-server-to-method): Ditto.
7063
7064 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
7065
7066 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
7067
7068 2010-09-22 Julien Danjou <julien@danjou.info>
7069
7070 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
7071 get the start of data.
7072 (gnus-html-encode-url): Add this function to encode special chars in
7073 URL.
7074 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
7075 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
7076
7077 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
7078 default.
7079 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
7080
7081 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
7082 images alt-text.
7083 (gnus-html-put-image): Put alt-text as help-echo.
7084
7085 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
7086
7087 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
7088 * mm-util.el (mm-decompress-buffer):
7089 * nnir.el (nnir-run-find-grep):
7090 * pop3.el (pop3-list): Use 3rd arg of split-string.
7091
7092 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7093
7094 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
7095 outside the active range. Suggested by Dan Christensen.
7096
7097 * gnus-start.el (gnus-get-unread-articles): Get the extended method
7098 slightly later to avoid double-getting it.
7099
7100 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
7101 previous patch.
7102
7103 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
7104
7105 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
7106
7107 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
7108
7109 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7110
7111 * gnus-int.el (gnus-open-server): Give a better error message in the
7112 "go offline" case.
7113
7114 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
7115 marks for nnimap, which is seldom the right thing to do.
7116
7117 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
7118 (gnus-same-method-different-name): New function.
7119
7120 * nnimap.el (parse-time): Require.
7121
7122 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
7123 method in the presence of many similar methods.
7124
7125 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
7126
7127 * nnimap.el (nnimap-find-expired-articles): Don't refer to
7128 nnml-inhibit-expiry.
7129
7130 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
7131 find out whether methods are equal.
7132
7133 * nnimap.el (nnimap-find-expired-articles): New function.
7134 (nnimap-process-expiry-targets): New function.
7135 (nnimap-request-move-article): Request the article before looking at
7136 what the Message-ID is. Fix found by Andrew Cohen.
7137 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
7138
7139 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
7140 for oldness in addition to being a predicate.
7141
7142 * nnimap.el (nnimap-request-group): When we have zero articles, return
7143 the right data to Gnus.
7144 (nnimap-request-expire-articles): Only delete articles immediately if
7145 the target is 'delete.
7146
7147 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
7148 method, this would bug out.
7149
7150 * gnus-group.el (gnus-group-expunge-group): Rename from
7151 gnus-group-nnimap-expunge, and implemented as a normal interface
7152 function.
7153
7154 * gnus-int.el (gnus-request-expunge-group): New function.
7155
7156 * nnimap.el (nnimap-request-create-group): Implement.
7157 (nnimap-request-expunge-group): New function.
7158
7159 2010-09-21 Julien Danjou <julien@danjou.info>
7160
7161 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
7162 (gnus-html-cache-expired): Add new function.
7163 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
7164 wethever we should display image for fetch it.
7165 Compute alt-text earlier to pass it to the fetching function too.
7166 (gnus-html-schedule-image-fetching): Change function argument to only
7167 get one image at a time, not a list.
7168 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
7169 cache.
7170 (gnus-html-get-image-data): New function to retrieve image data from
7171 cache.
7172 (gnus-html-put-image): Change buffer argument to use image data rather
7173 than file, and place image above region rather than inserting a new
7174 one. Do not take alt-text as argument, since it's useless now: we place
7175 the image above alt-text.
7176 (gnus-html-prune-cache): Remove.
7177 (gnus-html-show-images): Start to fetch image when we find one, do not
7178 push into a temporary list.
7179 (gnus-html-prefetch-images): Only fetch image if they have expired.
7180 (gnus-html-browse-image): Fix, use 'gnus-image-url.
7181 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
7182
7183 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
7184
7185 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
7186
7187 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7188
7189 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
7190 spec inser "*" if the group isn't active instead of 0.
7191
7192 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
7193 opening the server.
7194 (nnimap-request-delete-group): Implement group deletion.
7195 (nnimap-transform-headers): Return the size of the entire message in
7196 the Bytes header, not just the size of the first part.
7197 (nnimap-request-move-article): When moving an article from nnimap,
7198 request the article first so the accepting form has an article to
7199 accept. Reported by Dan Christensen.
7200 (nnimap-command): Make sure that the error message doesn't error out.
7201
7202 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
7203
7204 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
7205 we haven't requested anything.
7206
7207 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7208
7209 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
7210 "". Fix found by Andrew Cohen.
7211
7212 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
7213 instead of -encode-string.
7214
7215 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
7216
7217 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
7218
7219 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
7220 by mm-subst-char-in-string.
7221
7222 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7223
7224 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
7225 waiting for the connection string.
7226
7227 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
7228 arriving.
7229
7230 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
7231 bogus characters. This allows selecting certain Gmail groups.
7232
7233 * nnimap.el (nnimap-find-wanted-parts-1): New function.
7234 (nnimap-fetch-partial-articles): New variable.
7235 (nnimap-open-connection): When looking for credentials, also use the
7236 nnimap-server-port.
7237 (nnimap-request-article): Return the group/article number, so that Gnus
7238 `^' works as expected.
7239 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
7240
7241 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
7242 comments.
7243 (gnus-methods-sloppily-equal): New function.
7244 (gnus): When using the development version of Gnus, load the gnus-load
7245 file.
7246
7247 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
7248 `gnus-open-server' on each method before trying to scan them etc.
7249 This ensures that all the backend parameters are set correctly.
7250
7251 * nnimap.el (nnimap-authenticator): New variable.
7252 (nnimap-open-connection): Allow anonymous login.
7253 (nnimap-transform-headers): The chars header is called Chars not Bytes.
7254 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
7255
7256 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
7257 patch, found by Knut Anders Hatlen.
7258
7259 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
7260
7261 * gnus-agent.el (gnus-agent-batch-confirmation)
7262 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
7263 to gnus-message.
7264 * gnus-art.el (gnus-article-describe-briefly): Likewise.
7265 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
7266 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
7267 * gnus-int.el (gnus-open-server): Likewise.
7268 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
7269 (gnus-score-check-syntax): Likewise.
7270 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
7271 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
7272 Likewise.
7273 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
7274
7275 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7276
7277 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
7278 calling conventions so that prefetch doesn't bug out.
7279
7280 2010-09-19 Julien Danjou <julien@danjou.info>
7281
7282 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
7283 rather than `subst-char-in-region' in order to be able to replace ASCII
7284 char by UTF-8 ones.
7285
7286 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
7287 than curl.
7288 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
7289 the right URL and ALT text on images.
7290 (gnus-html-wash-tags): Fix tag case.
7291 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
7292 (gnus-article-html): Add -o display_ins_del=2 option.
7293 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
7294
7295 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7296
7297 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
7298 the extra mail headers, which sometimes seem to happen for unknown
7299 reasons.
7300
7301 * mail-parse.el (mail-header-encode-parameter): Define as
7302 rfc2045-encode-string instead of as rfc2231-encode-string, since some
7303 (or most, perhaps?) mail readers don't understand the latter, but do
7304 understand the former.
7305
7306 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
7307 to nil, so that no methods are automatically agentized. I think this
7308 is probably what most users want.
7309
7310 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
7311 from url-retrieve, for instance about invalid URLs.
7312
7313 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
7314 groups that have no articles.
7315 (nnimap-request-article): Check that we really got an article when we
7316 requested one.
7317
7318 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
7319 doesn't exist.
7320
7321 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
7322 nntp buffer so the agent can save it.
7323 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
7324 that CRLF doesn't get translated to \n.
7325 (nnimap-open-connection): Don't make 'shell commands only send \n.
7326
7327 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7328
7329 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
7330 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
7331 Update var name.
7332 (nnml-generate-nov-file): Use dolist.
7333 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
7334 Use with-current-buffer.
7335
7336 2010-09-18 Julien Danjou <julien@danjou.info>
7337
7338 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
7339 parallel.
7340
7341 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7342
7343 * nnimap.el (nnimap-update-info): When doing partial marks update, get
7344 the range update right.
7345 (nnimap-request-group): Don't make `M-g' bug out on group with no
7346 marks.
7347 (nnoo): Require, so that other packages can require nnimap.
7348 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
7349 command we're looking for. This helps when the server sends more
7350 responses after we've gotten everything we expected.
7351 (nnimap): Add a `newlinep' field to keep track of end-of-line
7352 conventions.
7353 Don't send CRLF to things that don't want it.
7354 (nnimap-request-accept-article): Ditto.
7355
7356 2010-09-18 Julien Danjou <julien@danjou.info>
7357
7358 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
7359 than curl to retrieve images.
7360
7361 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7362
7363 * nnimap.el (nnimap-update-info): Extend the info so that we can set
7364 the marks.
7365 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
7366 (nnimap-wait-for-connection): New function.
7367 (nnimap-open-connection): If we have PREAUTH, don't query for login
7368 credentials.
7369 (nnimap-update-info): Fix off-by-one error when concatenating ranges
7370 when doing a partial update.
7371
7372 2010-09-18 Julien Danjou <julien@danjou.info>
7373
7374 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
7375 tags.
7376
7377 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7378
7379 * nnimap.el (nnimap-credentials): New function.
7380 (nnimap-open-connection): Use the new function to look for credentials
7381 also on the numeric equivalents of "imap" and "imaps".
7382
7383 * gnus-start.el (gnus-activate-group): Send the info to
7384 gnus-request-group.
7385
7386 * nnimap.el (nnimap-request-group): Have the "check" version of the
7387 function parse flags and update the info, so that a `M-g' get a total
7388 resync of all flags from the group.
7389
7390 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
7391 to allow backends to alter the info on group selection. Also alter all
7392 the backend -request-group functions to take the parameter.
7393
7394 * nnimap.el (nnimap-store-info): New function.
7395 (nnimap-update-info): Store the info for later usage.
7396 (nnimap-request-group): Use the stored info for the dont-check case, so
7397 that we don't retrieve all marks when we enter a group.
7398
7399 * nnimap.el: Use deffoo instead of defun for interface functions.
7400
7401 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
7402 update the group info. This makes the nndraft groups, for instance, go
7403 back to their old behavior.
7404
7405 * gnus-sum.el (gnus-select-newsgroup): Indent.
7406
7407 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
7408 in.
7409 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
7410 nothing.
7411
7412 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
7413 from methods that are denied.
7414
7415 * gnus-int.el (gnus-method-denied-p): New function.
7416
7417 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
7418 store the password instead of netrc.
7419 (nnimap-open-connection): Don't error out when we can't make a
7420 connections.
7421
7422 * auth-source.el (auth-source-create): In the password prompt, say what
7423 we're querying for. Also prompt for user name if that hasn't been
7424 given.
7425
7426 * nnimap.el (nnimap-with-process-buffer): Remove.
7427
7428 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7429
7430 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
7431 method when we're reading from the agent.
7432
7433 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
7434
7435 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
7436 that's probably most useful for users.
7437
7438 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
7439 "failed" all the time.
7440
7441 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
7442 ...)) with (with-current-buffer ...).
7443
7444 * nntp.el (nntp-open-server): Return whether the open was successful or
7445 not.
7446
7447 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
7448 select an unread unseen article first.
7449
7450 * nnimap.el (nnimap-open-connection): If the user doesn't have a
7451 /etc/services, supply some sensible port defaults.
7452
7453 2010-09-17 Julien Danjou <julien@danjou.info>
7454
7455 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
7456
7457 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
7458
7459 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
7460 doesn't have any parameters.
7461
7462 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7463
7464 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
7465 only upcased checks.
7466
7467 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
7468
7469 * nnimap.el (nnimap-open-shell-stream): New function.
7470 (nnimap-open-connection): Use it.
7471 (nnimap-transform-headers): Get the number of lines in each message.
7472 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
7473 number of lines.
7474 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
7475 problem.
7476
7477 * utf7.el (utf7-encode): Autoload.
7478
7479 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
7480 to allow the mail splitting to not return a default group. This is
7481 useful for nnimap, which will leave unmatched mail in the inbox.
7482
7483 * nnimap.el: Rewritten.
7484
7485 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
7486 nnimap usage.
7487
7488 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
7489 if the move is internal, so that nnimap can do fast internal moves.
7490
7491 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
7492 data.
7493 (gnus-read-active-for-groups): Support finishing the early retrieval of
7494 data.
7495
7496 * gnus-range.el (gnus-range-nconcat): New function.
7497
7498 * gnus-int.el (gnus-finish-retrieve-group-infos)
7499 (gnus-retrieve-group-data-early): New functions.
7500
7501 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7502
7503 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
7504 (nnrss-retrieve-groups):
7505 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
7506 (pop3-quit): Use with-current-buffer.
7507
7508 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
7509
7510 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
7511 instead of nnheader-accept-process-output.
7512
7513 * gnus-html.el (gnus-html-schedule-image-fetching)
7514 (gnus-html-prefetch-images): Replace process-kill-without-query by
7515 gnus-set-process-query-on-exit-flag.
7516
7517 2010-09-16 Romain Francoise <romain@orebokech.com>
7518
7519 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
7520
7521 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7522
7523 * gnus-registry.el (gnus-registry-install-shortcuts): The second
7524 parameter to unintern is mandatory-ish in Emacs 24.
7525
7526 * gnus-html.el (gnus-html-schedule-image-fetching)
7527 (gnus-html-prefetch-images): Check for curl before using it.
7528
7529 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
7530 depend on curl, which isn't essential.
7531
7532 * imap.el: Revert back to version
7533 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7534 seem problematic.
7535
7536 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
7537
7538 * gnus-registry.el (gnus-registry-install-shortcuts):
7539 Explicitly pass `obarray' to `unintern' to avoid a warning.
7540
7541 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7542
7543 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
7544 change.
7545
7546 * nnrss.el (nnrss-request-list): Remove this function and related
7547 functions, including the moreover stuff.
7548
7549 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7550
7551 * nnrss.el (nnrss-retrieve-groups): New function.
7552
7553 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
7554
7555 * .dir-locals.el: Add no-byte-compile cookie.
7556
7557 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7558
7559 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
7560 for back end that doesn't support request-scan.
7561
7562 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7563
7564 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
7565 then do request scans from the backends.
7566
7567 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
7568 avoid running a hook per line, since this takes a lot of time,
7569 profiling shows.
7570 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
7571 directly if gnus-visual-p is true.
7572
7573 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
7574
7575 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
7576 groups; replace mapcar with dolist which is a bit faster; pass groups
7577 info to gnus-read-active-file-1.
7578 (gnus-read-active-file-1): Scan only specified groups if the new
7579 optional arg `infos' is given.
7580
7581 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7582
7583 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
7584
7585 * pop3.el (pop3-movemail): Remove.
7586 (pop3-streaming-movemail): Rename to pop3-movemail.
7587
7588 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
7589 don't restrict end-tag searches to the end of the line.
7590
7591 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7592
7593 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
7594 articles of every unchecked group to t, which means unknown since the
7595 server has never been opened.
7596
7597 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7598
7599 * gnus-html.el (gnus-html-show-alt-text): New command.
7600 (gnus-html-browse-image): Ditto.
7601 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
7602 to browse the image directly.
7603 (gnus-html-wash-tags): Search for images first, so that <a><img> works
7604 better.
7605
7606 * gnus-async.el (gnus-async-article-callback):
7607 Call `gnus-html-prefetch-images' unconditionally.
7608
7609 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
7610 before feeding URLs to curl.
7611
7612 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
7613
7614 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
7615 internal images as deletable by `W D D'.
7616
7617 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
7618 (gnus-async-article-callback): Fix typo.
7619
7620 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7621
7622 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
7623 current line to work around bugs in the output from w3m.
7624
7625 * gnus-async.el (gnus-async-article-callback): Always prefetch images
7626 for groups that want that.
7627
7628 * nntp.el (nntp-wait-for-string): Supply a timeout for
7629 accept-process-output to ensure progress.
7630
7631 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
7632 level to get unread articles from, then use that for foreign groups,
7633 too.
7634
7635 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
7636 confuses the rest of the function.
7637
7638 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
7639 for the methods that support -retrieve-groups, too.
7640
7641 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
7642
7643 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
7644
7645 * pop3.el: Require cl when compiling.
7646 (pop3-number-of-responses): Search for "+OK", not "+OK ".
7647
7648 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7649
7650 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
7651 that aren't going to be activated.
7652 (gnus-get-unread-articles): Fix up the last commit.
7653
7654 * gnus-html.el (gnus-article-html): Allow calling without specifying
7655 the handle. In that case, dissect the buffer first.
7656
7657 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
7658
7659 * nnimap.el (nnimap-open-connection): Revert the change that would look
7660 into authinfo for imaps instead of imap.
7661
7662 * gnus-start.el (gnus-activate-group): Take an optional parameter to
7663 say that you don't want to call gnus-request-group with don-check, but
7664 do check the response. This is for virtual groups only.
7665 (gnus-get-unread-articles): Count the archive groups as secondary, so
7666 that they're activated the same way as before.
7667
7668 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
7669 case-insensitively.
7670 (nnimap-debug): Remove.
7671
7672 * mail-source.el (mail-source-fetch): Don't message if we're fetching
7673 mail from a file, and the file doesn't exist.
7674
7675 * pop3.el (pop3-streaming-movemail): Return t for success.
7676
7677 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
7678 .authinfo if we're using ssl connection.
7679
7680 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
7681 already have if we're in a main Gnus `g' run.
7682
7683 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
7684
7685 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
7686
7687 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
7688
7689 * nnmh.el (nnmh-request-list-1): Bind `file'.
7690
7691 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
7692 alias to set-process-query-on-exit-flag or process-kill-without-query.
7693 (pop3-open-server): Use it.
7694
7695 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7696
7697 * mail-source.el (mail-source-delete-crash-box): Always move the crash
7698 box to the Incoming file. Fixes mistake in previous checkin.
7699
7700 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
7701 request loop (for debugging purposes) removed.
7702
7703 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
7704 culprit is more visible.
7705 (nnml-save-incremental-nov, nnml-open-incremental-nov)
7706 (nnml-add-incremental-nov): New functions to do "incremental" nov
7707 updates, where we just append to the end of the existing nov files
7708 without reading/writing them in full.
7709
7710 * mail-source.el (mail-source-delete-crash-box): Really only check the
7711 incoming files once in a while.
7712
7713 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
7714
7715 * mail-source.el (mail-source-delete-crash-box): Only check the
7716 incoming files for deletion once per day to save a lot of file
7717 accesses.
7718
7719 * pop3.el (pop3-logon): Fix up unbound variable typo.
7720
7721 * mail-source.el (pop3-streaming-movemail): Autoload.
7722
7723 * pop3.el (pop3-streaming-movemail):
7724 Respect pop3-leave-mail-on-server.
7725
7726 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
7727 retrieval.
7728
7729 * pop3.el (pop3-process-filter): Remove unused function.
7730 (pop3-streaming-movemail, pop3-send-streaming-command)
7731 (pop3-wait-for-messages, pop3-write-to-file)
7732 (pop3-number-of-responses): New functions for streaming pop3
7733 retrieval.
7734
7735 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
7736 come from no known methods.
7737 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
7738 list.
7739
7740 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
7741 message sizes.
7742 (pop3-movemail): Use erase-buffer instead of looping and deleting
7743 regions, which seems rather odd.
7744
7745 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
7746 file once per `g' run.
7747
7748 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
7749 directories. This makes the draft queue directory work.
7750
7751 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
7752 data from the backends, so that we only request the list of groups from
7753 each method once. This should speed things up considerably.
7754
7755 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
7756 detect that it's not implemented.
7757
7758 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
7759 we actually do recurse down into the tree, but don't stat all leaf
7760 nodes.
7761
7762 * gnus-html.el (gnus-html-show-images): If there are no images to show,
7763 then say so instead of bugging out.
7764
7765 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
7766 files exist before trying to read them.
7767
7768 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
7769 around <pre_int>.
7770
7771 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
7772
7773 * nnmh.el (nnmh-request-list-1): Optimize for speed.
7774
7775 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7776
7777 * mm-util.el (mm-image-load-path): Just return the image directories,
7778 not all directories in the path in addition to the image directories.
7779 (mm-image-load-path): Maintain a cache of the image directories so that
7780 the `g' command in Gnus doesn't have to stat dozens of directories each
7781 time.
7782
7783 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
7784 (gnus-html-wash-tags): Add a new `i' command to insert images.
7785 (gnus-html-insert-image): New command and keystroke.
7786 (gnus-html-redisplay-with-images): New command and keystroke.
7787 (gnus-html-show-images): Rename command.
7788 (gnus-html-wash-tags): Remove more white space before <pre_int> image
7789 spacers.
7790 (gnus-html-wash-tags): Decode entities at the end, so that entities
7791 inside the tags don't mess up the rest of the "parsing".
7792
7793 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
7794 so that nnimap methods aren't agentized by default. There's apparently
7795 many problems related to agent/imap behavior.
7796
7797 * gnus-art.el (gnus-article-copy-string): New command and key binding.
7798
7799 * gnus-html.el: Doc fix.
7800
7801 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
7802
7803 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
7804 glyph-width and glyph-height instead of display-graphic-p and
7805 image-size; make avoidance of displaying small images work for XEmacs.
7806
7807 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
7808 for XEmacs.
7809
7810 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
7811 of symbol that holds plist data.
7812 (gnus-process-plist): Remove plist of process after getting it.
7813
7814 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7815
7816 * message.el (message-generate-hashcash): Change default to
7817 'opportunistic if hashcash is installed.
7818
7819 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
7820 (gnus-html-put-image): Only call image-size once, since it's somewhat
7821 time-consuming on remote X servers.
7822
7823 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
7824
7825 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
7826 decoded contents.
7827 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
7828
7829 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7830
7831 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
7832 group line format, since it isn't very interesting.
7833
7834 * gnus-agent.el (gnus-agent-short-article),
7835 (gnus-agent-long-article): Increase values for these two variables,
7836 since most people are likely to have more network connection and
7837 storage than before.
7838
7839 * gnus.el (gnus-refer-article-method): Change default to 'current.
7840 When referring an article, the common behavior is to refer it from the
7841 current select method, not the native select method. The chances of
7842 the native select method having the message in question is rather slim
7843 these days.
7844
7845 * gnus-sum.el (gnus-auto-select-subject): Change default to
7846 `unseen-or-unread'. I think it's likely that most people want to
7847 select an unseen article over a previously seen, but unread one.
7848
7849 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
7850 means that in the article buffer none of the minor mode elements will
7851 be shown, usually, and this is not desirable in most cases.
7852
7853 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
7854 that commands like `d' (and the like) go to the next line in the
7855 buffer, instead of the next unread article. I think this is the
7856 behavior that is most natural for most users.
7857 (gnus-single-article-buffer): Change default to nil, so that people can
7858 have as many article buffers open as they have summary buffer. I think
7859 this is the most natural way for the groups to behave.
7860
7861 * message.el (message-generate-new-buffers): Change default to
7862 `unsent', so that all new message buffers start their names with the
7863 string "*unsent", and it's easier to find the buffers if you move from
7864 them.
7865
7866 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7867
7868 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
7869 small. They're probably tracking images.
7870 (gnus-html-wash-tags): Remove all <pre_int> place holders.
7871 (gnus-html-rescale-image): Yet another try at getting the image sizing
7872 right.
7873
7874 * nntp.el (nntp-request-set-mark): Refuse to do marks if
7875 nntp-marks-file-name is nil.
7876
7877 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
7878
7879 * gnus-html.el (gnus-html-wash-tags)
7880 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
7881 Better logging.
7882
7883 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7884
7885 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
7886
7887 * gnus-html.el (gnus-html-wash-tags): Check the value of
7888 gnus-blocked-images in the summary buffer.
7889
7890 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
7891
7892 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
7893
7894 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7895
7896 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
7897 like "a", it seems like.
7898 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
7899 since it needs to be picked from the correct buffer.
7900
7901 * nnwfm.el: Remove.
7902
7903 * nnlistserv.el: Remove.
7904
7905 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
7906
7907 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
7908 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
7909
7910 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7911
7912 * nnkiboze.el: Remove.
7913
7914 * nndb.el: Remove.
7915
7916 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
7917 alt text.
7918 (gnus-html-rescale-image): Try to get the rescaling logic right for
7919 images that are just wide and not tall.
7920
7921 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
7922 overshadow variable bindings.
7923
7924 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
7925
7926 * gnus-html.el (gnus-html-wash-tags)
7927 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
7928 Add extra logging.
7929
7930 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7931
7932 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7933 (gnus-max-image-proportion): New variable.
7934 (gnus-html-rescale-image): New function.
7935 (gnus-html-put-image): Rescale images.
7936
7937 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7938
7939 Fix up some byte-compiler warnings.
7940 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
7941 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
7942 (gnus-article-fill-cited-article, gnus-article-hide-citation)
7943 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
7944 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
7945 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
7946 (gnus-group-update-group): Use save-excursion and with-current-buffer.
7947
7948 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7949
7950 * gnus-html.el (gnus-article-html): Decode contents by charset.
7951
7952 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7953
7954 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
7955 (gnus-html-frame-width, gnus-blocked-images):
7956 * message.el (message-prune-recipient-rules): Add custom version.
7957 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
7958
7959 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
7960 functions.
7961
7962 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
7963 gnus-process-get.
7964
7965 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
7966
7967 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
7968 instead of lsub directly.
7969
7970 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7971
7972 * nnwarchive.el: Remove.
7973
7974 * gnus-soup.el: Remove.
7975
7976 * nnsoup.el: Remove.
7977
7978 * nnultimate.el: Remove.
7979
7980 * gnus-html.el (gnus-blocked-images): New variable.
7981
7982 * message.el (message-prune-recipients): New function.
7983 (message-prune-recipient-rules): New variable.
7984
7985 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
7986 guess whether a long line is natural text or not.
7987
7988 * gnus-html.el (gnus-html-schedule-image-fetching):
7989 Use gnus-process-plist and friends for compatibility.
7990
7991 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7992
7993 * gnus-html.el: Require packages that define macros used in this file.
7994 (gnus-article-mouse-face): Declare to silence byte-compiler.
7995 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
7996 process-get.
7997 (gnus-html-put-image): Use plist-get to avoid getf.
7998 (gnus-html-prefetch-images): Use with-current-buffer.
7999
8000 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
8001
8002 * gnus-ems.el: Provide compatibility functions for
8003 gnus-set-process-plist.
8004
8005 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
8006 * gnus.el (gnus-valid-select-methods):
8007 * message.el (message-send-mail-partially-limit):
8008 * mm-decode.el (mm-text-html-renderer):
8009 * mml.el (mml-insert-mime-headers-always):
8010 * smiley.el (smiley-regexp-alist): Bump custom version.
8011
8012 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8013
8014 * gnus-html.el: require mm-url.
8015 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
8016 with the url to `url'.
8017 (gnus-html-wash-tags): Support cid: URLs/images.
8018
8019 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8020
8021 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
8022 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
8023 bindings, as they aren't useful at all. `w' is moved to `W w'.
8024
8025 * gnus-move.el: Remove file, since it doesn't really work.
8026
8027 * gnus-html.el (gnus-article-html): Tell w3m that the input is
8028 UTF-8. This seems to fix problems with some German web feeds.
8029
8030 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
8031 at the top so that the proper colors are applied.
8032
8033 * gnus-art.el (gnus-article-view-part): Doc fix.
8034
8035 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
8036 XEmacs-compatible.
8037 (gnus-html-put-image): Don't do images on non-graphic displays.
8038
8039 * nnslashdot.el: Remove this unused backend.
8040
8041 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
8042 actions.
8043 (gnus-undo-register-1): Revert last change.
8044
8045 * gnus-group.el (gnus-group-completing-read): Protect against not
8046 having completion-styles bound.
8047
8048 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
8049 make broken recipients happier.
8050
8051 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
8052
8053 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
8054 point parameter.
8055
8056 * gnus-group.el (gnus-group-completing-read): Add 'substring to
8057 completion-styles for group selection.
8058
8059 2009-02-04 Andreas Schwab <schwab@suse.de>
8060
8061 * gnus-score.el (gnus-score-string): Fix regex for matching extra
8062 headers and regexp-quote the match if necessary.
8063
8064 2009-03-24 Miles Bader <miles@gnu.org>
8065
8066 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
8067 the blinking smiley.
8068
8069 2009-03-24 Simon Josefsson <simon@josefsson.org>
8070
8071 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
8072 blink smiley.
8073
8074 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8075
8076 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
8077 where the dribbel file lives exists.
8078
8079 * message.el (message-send-mail-partially-limit): Change the default to
8080 nil, since most people don't want this.
8081
8082 * mm-url.el (mm-url-decode-entities): Also decode entities like
8083 &#x3212.
8084
8085 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
8086
8087 * gnus-sum.el (gnus-summary-idna-message):
8088 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
8089 Hyperlink urls in docstrings with URL `...'.
8090
8091 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
8092
8093 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
8094 functions.
8095
8096 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8097
8098 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
8099 say what the mouseover text should be.
8100
8101 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
8102 version of the mm-w3m-safe-url-regexp variable to only download images
8103 in the groups where we want that to happen.
8104
8105 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
8106
8107 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
8108 easier debugging.
8109 (gnus-article-beginning-of-window): Add kludge to allow spacing past
8110 big pictures in the article buffer.
8111
8112 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
8113 gnus-article-html.
8114 (mm-text-html-renderer): gnus-article-html needs curl in addition to
8115 w3m.
8116
8117 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
8118
8119 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8120
8121 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
8122 which doesn't exist.
8123
8124 * message.el (message-inhibit-ecomplete): New variable to allow some
8125 function to inhibit ecomplete address storage.
8126 (message-resend): Disable ecomplete message storage when resending
8127 messages.
8128
8129 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
8130
8131 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
8132
8133 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
8134 Save excursion while copying, moving, and deleting articles in order to
8135 prevent the cursor from jumping to unforeseen place.
8136
8137 2010-08-17 Glenn Morris <rgm@gnu.org>
8138
8139 * gnus-sync.el: Require gnus components whose functions are used.
8140
8141 * gnus-art.el (bookmark-make-record-function):
8142 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
8143 Declare for compiler.
8144
8145 * mm-url.el (mml-compute-boundary): Autoload.
8146
8147 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
8148
8149 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
8150
8151 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
8152
8153 Typo fix "hoo4a" -> "hook".
8154
8155 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
8156
8157 2010-08-14 Glenn Morris <rgm@gnu.org>
8158
8159 * gnus-sync.el (gnus-sync): Fix defgroup version.
8160
8161 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
8162
8163 Doc fixes and keep unknown groups (ammended for nunion bug fix).
8164
8165 * gnus-sync.el: Fix docs.
8166 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
8167 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
8168
8169 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
8170
8171 Optimizations for gnus-sync.el.
8172
8173 * gnus-sync.el: Add docs about gnus-sync-backend
8174 possibilities.
8175 (gnus-sync-save): Remove unnecessary message.
8176 (gnus-sync-read): Optimize and show what groups were skipped.
8177
8178 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
8179
8180 Minor bug fixes for gnus-sync.el.
8181
8182 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
8183 Don't read the sync on get-new-news.
8184
8185 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
8186 quiet.
8187
8188 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
8189 (fix typo).
8190
8191 2010-07-30 Lawrence Mitchell <wence@gmx.li>
8192
8193 Make saving and restoring of hidden threads work with overlays.
8194 Patch applied by Ted Zlatanov.
8195
8196 * gnus-sum.el (gnus-hidden-threads-configuration)
8197 (gnus-restore-hidden-threads-configuration): Update to deal with text
8198 properties, rather than searching for a magic character.
8199
8200 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
8201
8202 New gnus-sync.el library for synchronization of marks.
8203
8204 * gnus-sync.el: New library for synchronization of marks.
8205
8206 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
8207 renamed from `gnus-registry-grep-in-list'.
8208
8209 * gnus-registry.el (gnus-registry-follow-group-p):
8210 Use `gnus-grep-in-list'.
8211
8212 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
8213
8214 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
8215
8216 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
8217 determining charset of text fails.
8218
8219 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
8220
8221 * nnmail.el (nnmail-get-new-mail-1): Revert.
8222
8223 * nnml.el (nnml-active-number): Make sure names of newly created groups
8224 in nnml-group-alist are encoded.
8225
8226 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
8227
8228 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
8229 containing non-ASCII characters in active file for nnml back end.
8230
8231 2010-07-24 David Engster <dengste@eml.cc>
8232
8233 * mml-smime.el (mml-smime-epg-verify): Also accept the older
8234 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
8235
8236 2010-07-21 Daiki Ueno <ueno@unixuser.org>
8237
8238 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
8239 tag (Bug#6654).
8240
8241 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
8242
8243 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
8244 the article buffer, not the summary buffer.
8245
8246 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
8247
8248 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
8249 Emacs 23 as well.
8250
8251 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8252
8253 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
8254 Patch applied by Karl Fogel.
8255
8256 * gnus-sum.el (gnus-summary-bookmark-make-record):
8257 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
8258
8259 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8260
8261 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
8262 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
8263 C-w still not working correctly from Article buffers; Thierry's
8264 patch to fix that will be applied after this.
8265
8266 * gnus-art.el (bookmark-make-record-function): New local variable.
8267
8268 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
8269 article buffer.
8270 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
8271
8272 2010-07-13 Karl Fogel <kfogel@red-bean.com>
8273
8274 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
8275 on changes in bookmark.el.
8276
8277 2010-06-22 Mark A. Hershberger <mah@everybody.org>
8278
8279 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
8280 the *other* type of HTML form submission.
8281
8282 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
8283
8284 * auth-source.el (auth-source-pick): If choice does not contain a
8285 questioned keyword, set the check to t.
8286
8287 2010-06-12 Romain Francoise <romain@orebokech.com>
8288
8289 * gnus-util.el (gnus-date-get-time): Move up before first use.
8290
8291 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
8292
8293 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
8294 (gnus-article-edit-part): Bind it to make last part that is substituted
8295 or deleted visible.
8296 (gnus-mime-display-single): Buttonize part of which id equals to
8297 gnus-mime-buttonized-part-id.
8298
8299 2010-06-10 Dan Christensen <jdc@uwo.ca>
8300
8301 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
8302 (gnus-dd-mmm): Use gnus-date-get-time.
8303 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
8304 simplify logic.
8305 (gnus-summary-limit-to-age): Use gnus-date-get-time.
8306 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
8307
8308 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
8309
8310 * auth-source.el (top): Autoload `secrets-list-collections',
8311 `secrets-create-item', `secrets-delete-item'.
8312 (auth-sources): Fix tag string.
8313 (auth-get-source, auth-source-retrieve, auth-source-create)
8314 (auth-source-delete): New defuns.
8315 (auth-source-pick): Rewrite in order to avoid 2 passes.
8316 (auth-source-forget-user-or-password): New parameter USERNAME.
8317 (auth-source-user-or-password): New parameters CREATE-MISSING and
8318 DELETE-EXISTING. Retrieve password interactively, if needed.
8319
8320 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
8321
8322 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
8323 deleting unused directories when gnus-expert-user is t.
8324
8325 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
8326
8327 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
8328 for each temp file when gnus-article-browse-delete-temp is ask.
8329
8330 2010-05-20 Kevin Ryde <user42@zip.com.au>
8331
8332 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
8333
8334 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
8335
8336 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
8337 article unless decoding article to be saved.
8338
8339 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
8340
8341 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
8342 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
8343 generated within the mm-with-unibyte-current-buffer macro.
8344
8345 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
8346
8347 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
8348 to nil when we're in a mml-preview buffer and no group is selected.
8349
8350 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
8351
8352 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
8353 when catching the `C-g'. Reported by "Leo".
8354
8355 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
8356
8357 * message.el (message-forward-make-body-plain)
8358 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
8359 multibyte-string-p.
8360
8361 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
8362
8363 * message.el (message-forward-make-body-mml): Assume original message
8364 is multibyte string; error on unibyte.
8365 (message-forward-make-body-plain): Ditto; don't add excessive newline
8366 in body end.
8367
8368 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
8369
8370 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
8371 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
8372
8373 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
8374
8375 * mm-extern.el (mm-extern-url): Don't use
8376 mm-with-unibyte-current-buffer.
8377 (mm-extern-cache-contents): Use with-current-buffer instead of
8378 save-excursion + set-buffer.
8379
8380 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
8381
8382 * mm-util.el (mm-emacs-mule): Remove.
8383
8384 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
8385
8386 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
8387 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
8388 change.
8389
8390 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
8391
8392 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
8393 bind the default value of enable-multibyte-characters to nil.
8394
8395 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
8396
8397 * message.el (message-forward-make-body-plain)
8398 (message-forward-make-body-mml):
8399 Don't use mm-with-unibyte-current-buffer.
8400
8401 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
8402
8403 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
8404 (Bug#5592).
8405
8406 2010-05-07 Julien Danjou <julien@danjou.info>
8407
8408 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
8409 it to mm-pipe-part.
8410
8411 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
8412 it is given.
8413
8414 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
8415
8416 * nnweb.el (nnweb-gmane-search):
8417 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
8418 XEmacs.
8419
8420 * gnus-art.el (gnus-article-browse-html-parts):
8421 * gnus-group.el (gnus-read-ephemeral-gmane-group)
8422 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
8423 make-temp-file.
8424
8425 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
8426 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
8427 compiling.
8428
8429 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
8430 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
8431 XEmacs when compiling.
8432
8433 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
8434 gnus-pick-mode-off-hook for XEmacs when compiling.
8435 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
8436 gnus-binary-mode-off-hook for XEmacs when compiling.
8437
8438 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
8439 Return nil if char-charset is not available.
8440
8441 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
8442 macro.
8443
8444 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
8445 instead of encode-coding-string.
8446
8447 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
8448 'xemacs) instead of mm-emacs-mule to switch function definitions.
8449 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
8450
8451 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
8452
8453 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
8454
8455 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
8456
8457 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
8458 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
8459
8460 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
8461
8462 * mm-util.el (mm-decompress-buffer): Use `delete-file';
8463 alias `jka-compr-delete-temp-file' no longer exists.
8464
8465 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8466
8467 Use define-minor-mode in Gnus where applicable.
8468 * mml.el (mml-mode): Use define-minor-mode.
8469 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
8470 (gnus-undo-mode): Use define-minor-mode.
8471 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
8472 (gnus-dead-summary-mode): Use define-minor-mode.
8473 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
8474 Initialize in declaration.
8475 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
8476 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
8477 (gnus-mailing-list-mode): Use define-minor-mode.
8478 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
8479 (gnus-draft-mode): Use define-minor-mode.
8480 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
8481 (gnus-dired-mode): Use define-minor-mode.
8482
8483 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
8484
8485 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
8486 handles on recursive mml-to-mime translation and check them for
8487 boundary delimiter collisions. Reported by Greg Troxel.
8488
8489 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
8490
8491 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
8492
8493 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
8494
8495 * mm-util.el (mm-find-buffer-file-coding-system):
8496 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
8497
8498 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
8499
8500 * message.el (message-generate-headers): Record insertion of optional
8501 headers as well. Otherwise the check to prevent repeated insertion of
8502 optional headers is a no-op.
8503
8504 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
8505
8506 * smime.el: Don't mention CVS.
8507
8508 * nnrss.el (nnrss-fetch): Don't mention CVS.
8509
8510 * nnir.el: Don't mention CVS.
8511
8512 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8513
8514 * gnus-sum.el (gnus-summary-bookmark-make-record):
8515 Add `location' field.
8516
8517 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8518
8519 * gnus-sum.el: Add bookmark declarations to silence the compiler.
8520 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
8521 Use with-current-buffer to silence the byte-compiler.
8522 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
8523 bother to require `gnus'.
8524 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
8525
8526 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8527
8528 * gnus-sum.el (gnus-summary-bookmark-make-record)
8529 (gnus-summary-bookmark-jump): New functions.
8530 (gnus-summary-mode): Setup bookmark support.
8531
8532 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
8533
8534 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
8535 if set.
8536
8537 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
8538
8539 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
8540 gnus-article-browse-html-save-cid-image; make it work recursively for
8541 forwarded messages as well.
8542 (gnus-article-browse-html-parts): Work when prefix arg is given.
8543 (gnus-article-browse-html-article): Doc fix.
8544
8545 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
8546
8547 * message.el (message-default-mail-headers):
8548 (message-default-headers): Carry the value mail-default-headers over
8549 into message-default-mail-headers, rather than message-default-headers.
8550
8551 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
8552
8553 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
8554 charset.
8555
8556 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
8557 charset into the <meta> tag when the article is encoded to utf-8.
8558
8559 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
8560
8561 * gnus-art.el (gnus-article-browse-delete-temp-files):
8562 Delete directories as well.
8563 (gnus-article-browse-html-parts): Work for images that do not specify
8564 file names; delete temp directory when quitting; insert header at the
8565 right place; use file: scheme for image files.
8566
8567 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
8568
8569 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
8570 (gnus-article-browse-html-parts): Use it to make temporary cid image
8571 files in addition to html file so that browser may display them.
8572
8573 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
8574
8575 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
8576
8577 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
8578
8579 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
8580
8581 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
8582
8583 * auth-source.el (auth-sources): Change default to be simpler.
8584 Explain about Secret Service API sources. Improve Customize options.
8585 (auth-source-pick): Change to accept any number of search parameters.
8586 Implement fallbacks iteratively, not recursively. Add scoring on the
8587 second pass and sort by score. Call Secret Service API when needed.
8588 (auth-source-user-or-password): Use it. Call Secret Service API
8589 directly when needed to get the user name and the password.
8590
8591 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
8592
8593 * message.el (message-interactive): Doc fix.
8594 (message-qmail-inject-args): Reflow.
8595 (message-kill-to-signature): Fix typo in docstring.
8596
8597 * smiley.el (smiley-buffer): Fix typo in docstring.
8598
8599 2010-03-24 Glenn Morris <rgm@gnu.org>
8600
8601 * mail-source.el (gnus-message): Declare.
8602 (mail-source-delete-old-incoming): Require gnus-util.
8603
8604 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
8605
8606 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
8607
8608 * message.el (ecomplete-setup): Autoload it for Emacs <23.
8609
8610 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
8611 password-cache's default if it is not bound.
8612 (mml-secure-passphrase-cache-expiry): Default to 16 that is
8613 password-cache-expiry's default if it is not bound.
8614
8615 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
8616 available in Emacs 21.
8617
8618 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
8619
8620 * auth-source.el (auth-sources): Fix up definition so extra parameters
8621 are always inline.
8622
8623 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
8624
8625 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
8626 wasn't updated after mismatch. Clear cached mailbox info correctly
8627 when uidvalidity changes.
8628 (nnimap-group-prefixed-name): New function to avoid some code
8629 duplication.
8630 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
8631 (nnimap-request-group): Use it.
8632 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
8633 (nnimap-update-unseen): Significantly improved speed of Gnus startup
8634 with many imap folders. This is done by caching the group status from
8635 the imap server persistently in a group parameter `imap-status'. (This
8636 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
8637 but not persistently, so every Gnus startup was still very slow.)
8638
8639 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
8640
8641 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
8642 secrets.el dependency.
8643 (auth-sources): Add optional user name. Add secrets.el configuration
8644 choice (unused right now).
8645
8646 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
8647
8648 * gnus-sum.el (gnus-summary-make-menu-bar):
8649 Let `gnus-registry-install-shortcuts' fill in the functions.
8650
8651 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
8652 warnings.
8653 (gnus-registry-misc-menus): Variable to hold registry mark menus.
8654 (gnus-registry-install-shortcuts): Populate and use it in a
8655 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
8656
8657 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
8658
8659 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
8660 In-place substitutions for the group name encoding/decoding.
8661 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
8662 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
8663 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
8664 (nnimap-update-unseen, nnimap-request-list)
8665 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
8666 (nnimap-request-set-mark, nnimap-split-to-groups)
8667 (nnimap-split-articles, nnimap-request-newgroups)
8668 (nnimap-request-create-group, nnimap-request-accept-article)
8669 (nnimap-request-delete-group, nnimap-request-rename-group)
8670 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
8671 `encoded-mbx' for consistency.
8672 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
8673 variable `imap-current-mailbox'.
8674
8675 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
8676 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
8677
8678 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
8679
8680 * pop3.el (pop3-display-message-size-flag): Display message size byte
8681 counts during POP3 download.
8682 (pop3-movemail): Use it.
8683 (pop3-list): Implement listing of available messages.
8684
8685 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
8686
8687 * nnir.el (nnir-get-article-nov-override-function): New function to
8688 override the normal NOV retrieval.
8689 (nnir-retrieve-headers): Use it.
8690
8691 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
8692
8693 * auth-source.el (netrc-machine-user-or-password): Autoload.
8694
8695 2010-03-19 Glenn Morris <rgm@gnu.org>
8696
8697 Stop message.el from loading about 40 libraries it doesn't always need.
8698 The general approach is to autoload rather than require, and to
8699 require in the specific functions rather than the file. (Bug#5642)
8700
8701 * gmm-utils.el: Don't require wid-edit.
8702 (widget-create-child-value, widget-convert, widget-default-get):
8703 Autoload.
8704
8705 * gnus-util.el: Don't require time-date, netrc.
8706 (message-fetch-field, gnus-group-name-decode): Declare rather than
8707 autoloading.
8708 (gnus-fetch-field): Require message.
8709 (gnus-decode-newsgroups): Require gnus-group.
8710
8711 * ietf-drums.el: Don't require time-date.
8712
8713 * message.el: Don't require hashcash, canlock, ecomplete.
8714 Do require mail-utils. Require nnheader only when compiling.
8715 (smtpmail-default-smtp-server): Remove declaration.
8716 (message-send-mail-function): Check smtpmail-default-smtp-server
8717 is bound rather than requiring smtpmail.
8718 (message-auto-save-directory, message-insert-signature):
8719 Use expand-file-name rather than nnheader-concat.
8720 (nnheader-insert-file-contents): Autoload.
8721 (hashcash-wait-async): Declare.
8722 (message-send-mail): Only call gnus-setup-posting-charset if
8723 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
8724 (message-send-mail-with-sendmail): Require sendmail.
8725 (canlock-password, canlock-password-for-verify): Declare.
8726 (message-canlock-password): Require canlock.
8727 (nnheader-get-report): Autoload.
8728 (gnus-setup-posting-charset): Declare.
8729 (message-send-news): Require gnus-msg.
8730 (message-make-references, message-make-in-reply-to): Use mail-header-id
8731 rather than the alias mail-header-message-id.
8732 (ecomplete-add-item, ecomplete-save): Declare.
8733 (message-put-addresses-in-ecomplete): Require ecomplete.
8734 (ecomplete-display-matches): Autoload.
8735
8736 * mm-decode.el: Don't require mailcap, gnus-util.
8737 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
8738 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
8739 Autoload.
8740 (mailcap-mime-extensions): Declare.
8741
8742 * mm-encode.el: Don't require mailcap.
8743 (mailcap-extension-to-mime): Autoload.
8744
8745 * mml-sec.el: Don't require password-cache.
8746
8747 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
8748 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
8749 (mml-minibuffer-read-type): Require mailcap.
8750 (mml-preview): Require gnus-msg.
8751
8752 * mml1991.el: Require password-cache.
8753 (password-cache-expiry): Remove declaration.
8754
8755 * mml2015.el: Require password-cache.
8756 (password-cache-expiry): Remove declaration.
8757
8758 * nneething.el (mailcap): Require mailcap.
8759
8760 * nnheader.el (declare-function): Add compatibility stub.
8761 (message-remove-header): Declare rather than autoload.
8762 (nnheader-replace-header): Require message.
8763
8764 * nnimap.el (declare-function): Add compatibility stub.
8765 (netrc-parse, netrc-machine-user-or-password): Declare.
8766 (nnimap-open-connection): Require netrc.
8767
8768 * nntp.el (declare-function): Add compatibility stub.
8769 (netrc-parse, netrc-machine, netrc-get): Declare.
8770 (nntp-send-authinfo): Require netrc.
8771
8772 * rfc2047.el: Don't require qp.
8773 (quoted-printable-encode-region, quoted-printable-decode-string):
8774 Autoload.
8775
8776 * sieve-mode.el: Don't require easymenu.
8777 (easy-menu-add-item): Autoload it.
8778
8779 * spam-stat.el (time-to-number-of-days): Autoload it.
8780
8781 2010-03-17 Kevin Ryde <user42@zip.com.au>
8782
8783 * mml.el (mml-read-tag): Unquote values with `read' to reverse
8784 prin1 in mml-insert-tag (just stripping the quotes gave wrong
8785 value if any backslash escapes).
8786
8787 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
8788
8789 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
8790 if it is available. (bug#5647)
8791
8792 2010-02-26 Glenn Morris <rgm@gnu.org>
8793
8794 * message.el (message-send-mail-function): Change the default, so that
8795 it inherits from a customized send-mail-function. (Bug#5643)
8796
8797 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
8798
8799 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
8800 shell-command-to-string signals an error (bug#5299).
8801
8802 2010-02-24 Glenn Morris <rgm@gnu.org>
8803
8804 * message.el (message-smtpmail-send-it)
8805 (message-send-mail-with-mailclient): Doc fixes.
8806
8807 2010-02-16 Glenn Morris <rgm@gnu.org>
8808
8809 * message.el (message-default-mail-headers): Change the default value
8810 to ease the transition from mail-mode to message-mode. (Bug#5555)
8811
8812 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
8813
8814 * message.el (message-mail): Just pass yank-action on to message-setup.
8815 (message-setup): Handle (FUN . ARGS) form of yank-action.
8816 (message-with-reply-buffer, message-widen-reply)
8817 (message-yank-original): Handle non-buffer values of
8818 message-reply-buffer (Bug#4080).
8819 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
8820
8821 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
8822
8823 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
8824 Fix typo in docstring.
8825
8826 2010-01-08 Jason Rumney <jasonr@gnu.org>
8827
8828 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
8829 response.
8830
8831 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8832
8833 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
8834
8835 * message.el (message-check-news-header-syntax): Protect against a
8836 string that `rfc822-addresses' returns when parsing fails.
8837
8838 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8839
8840 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
8841 (gnus-previous-char-property-change): New functions.
8842
8843 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
8844
8845 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
8846
8847 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
8848 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
8849
8850 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
8851
8852 * message.el (message-exchange-point-and-mark): Rework last change to
8853 avoid using optional arg of exchange-point-and-mark, for backward
8854 compatibility.
8855
8856 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
8857
8858 * message.el (message-exchange-point-and-mark):
8859 Call exchange-point-and-mark with an argument rather than setting
8860 mark-active by hand (Bug#5175).
8861
8862 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
8863
8864 * nntp.el (nntp-service-to-port): Work for service expressed with
8865 numeric string; replace [:digit:] with [0-9] for XEmacs.
8866
8867 2009-12-17 Glenn Morris <rgm@gnu.org>
8868
8869 * gnus-group.el (gnus-bug-group-download-format-alist):
8870 Change emacs entry to debbugs.gnu.org. Bump :version.
8871
8872 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
8873
8874 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
8875
8876 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
8877
8878 * message.el (message-info): Explain why we use `Info-goto-node'.
8879
8880 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8881
8882 * message.el (message-completion-in-region): New compatibility function.
8883 (message-expand-group): Use it.
8884
8885 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
8886
8887 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
8888 with no unread article should be listed if the 2nd arg `predicate' is
8889 given.
8890
8891 2009-11-29 Juri Linkov <juri@jurta.org>
8892
8893 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
8894 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
8895 on `gnus-recenter'. (Bug#4698, Bug#4981)
8896
8897 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
8898
8899 * message.el (message-from-style, message-interactive)
8900 (message-signature): Always set default values from the corresponding
8901 mail-* variables.
8902 (message-cite-prefix-regexp, message-sendmail-envelope-from)
8903 (message-yank-prefix, message-indentation-spaces)
8904 (message-signature-file, message-default-headers): Use boundp rather
8905 than (featurep 'xemacs) to check if the corresponding mail-* variables
8906 exist.
8907
8908 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
8909
8910 * message.el (message-send-mail-with-sendmail): Revert last change.
8911
8912 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
8913
8914 * message.el (message-from-style, message-interactive)
8915 (message-cite-prefix-regexp, message-sendmail-envelope-from)
8916 (message-yank-prefix, message-indentation-spaces, message-signature)
8917 (message-signature-file, message-default-headers): For GNU Emacs, set
8918 default values from the corresponding mail-* variables.
8919 (message-send-mail-with-sendmail): Use envelope-from only if
8920 mail-specify-envelope-from is non-nil.
8921
8922 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
8923
8924 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
8925 containing tspecial characters if they have been already quoted.
8926
8927 2009-10-24 Glenn Morris <rgm@gnu.org>
8928
8929 * gnus-art.el (help-xref-stack-item): Define for compiler.
8930
8931 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8932
8933 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
8934
8935 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
8936
8937 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
8938 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
8939
8940 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
8941
8942 * gnus.el (gnus-overlay-get): New alias to overlay-get.
8943 (gnus-overlays-in): New alias to overlays-in.
8944
8945 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
8946 gnus-overlay-get, and gnus-delete-overlay.
8947 (gnus-summary-show-thread): Make it work as well for systems in which
8948 next-single-char-property-change is not available.
8949 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
8950
8951 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
8952
8953 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8954
8955 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
8956
8957 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8958 and XEmacs that don't have `remove-overlays'.
8959
8960 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8961
8962 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8963 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8964 selective display. Use overlays instead.
8965
8966 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
8967
8968 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8969
8970 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
8971
8972 * spam-stat.el (spam-stat-load): Fix typo in message.
8973
8974 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
8975
8976 * gnus-art.el (gnus-article-encrypt-body):
8977 * message.el (message-check-recipients):
8978 * mm-util.el (mm-codepage-setup):
8979 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8980 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8981
8982 2009-09-22 Daiki Ueno <ueno@unixuser.org>
8983
8984 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8985 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8986 keys from the menu if mm-{sign,encrypt}-option is 'guided.
8987 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8988 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8989
8990 2009-09-18 Glenn Morris <rgm@gnu.org>
8991
8992 * gnus-diary.el (gnus-diary-check-message):
8993 * message.el (message-insert-formatted-citation-line):
8994 * nnbabyl.el (top-level):
8995 * nndiary.el (nndiary-schedule):
8996 Fix typos in condition-case handlers.
8997
8998 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
8999
9000 * gnus-art.el (gnus-article-edit-part): Work for the buffer
9001 configuration that provides the sole article window in a frame;
9002 position point correctly after deleting a part.
9003
9004 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
9005
9006 * spam.el (spam-unregister-on-reregister): Add boolean variable.
9007 (spam-resolve-registrations-routine): Use it to unregister articles
9008 that change status.
9009
9010 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
9011
9012 * nnrss.el (nnrss-request-article): Remove binding of
9013 default-enable-multibyte-characters that has gotten needless by
9014 the 2007-07-13 change in rfc2047-encode-message-header.
9015
9016 * mml.el (mml-insert-multipart): Error on the message header.
9017 (mml-insert-part): Error on the message header; position point at
9018 the end of a MIME tag.
9019
9020 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9021
9022 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
9023 (gnus-float-time): Alias to float-time if it exists.
9024
9025 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
9026 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
9027 float-time is available; suppress compile warning for time-to-seconds.
9028
9029 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
9030
9031 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
9032 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
9033 Add the optional argument `encoding' that overrides the default.
9034
9035 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
9036 mm-encode-buffer.
9037
9038 2009-09-04 Glenn Morris <rgm@gnu.org>
9039
9040 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
9041 mm-disable-multibyte, rather than default-enable-multibyte-characters.
9042 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
9043 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
9044 * mm-util.el (mm-with-unibyte-current-buffer)
9045 (mm-find-buffer-file-coding-system):
9046 * yenc.el (yenc-decode-region): Use default-value rather than
9047 default-enable-multibyte-characters.
9048
9049 2009-09-03 Glenn Morris <rgm@gnu.org>
9050
9051 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
9052 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
9053 than default-enable-multibyte-characters.
9054
9055 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
9056
9057 * gnus-art.el (gnus-article-read-summary-keys):
9058 Fix gnus-buffer-configuration's value temporarily used.
9059
9060 2009-09-02 Glenn Morris <rgm@gnu.org>
9061
9062 * gnus-util.el (gnus-float-time): New function.
9063 * gnus-delay.el (gnus-delay-article):
9064 * gnus-sum.el (gnus-thread-latest-date):
9065 * gnus-util.el (gnus-user-date): Use gnus-float-time.
9066 * nnspool.el (nnspool-request-newgroups):
9067 Use gnus-float-time rather than time-to-seconds.
9068 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
9069
9070 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
9071 (gnus-header-subject-face, gnus-header-newsgroups-face)
9072 (gnus-header-name-face, gnus-header-content-face):
9073 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
9074 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
9075 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
9076 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
9077 (gnus-cite-face-11):
9078 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
9079 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9080 (gnus-server-closed-face, gnus-server-denied-face)
9081 (gnus-server-offline-face):
9082 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9083 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9084 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9085 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9086 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9087 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9088 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9089 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9090 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9091 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9092 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9093 (gnus-summary-selected-face, gnus-summary-cancelled-face)
9094 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9095 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
9096 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
9097 (gnus-summary-high-undownloaded-face)
9098 (gnus-summary-low-undownloaded-face)
9099 (gnus-summary-normal-undownloaded-face)
9100 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9101 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9102 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9103 (gnus-splash-face):
9104 * message.el (message-header-to-face, message-header-cc-face)
9105 (message-header-subject-face, message-header-newsgroups-face)
9106 (message-header-other-face, message-header-name-face)
9107 (message-header-xheader-face, message-separator-face)
9108 (message-cited-text-face, message-mml-face):
9109 * sieve-mode.el (sieve-control-commands-face)
9110 (sieve-action-commands-face, sieve-test-commands-face)
9111 (sieve-tagged-arguments-face):
9112 * spam.el (spam-face):
9113 Mark face aliases with "-face" in the name as obsolete.
9114
9115 2009-09-01 Glenn Morris <rgm@gnu.org>
9116
9117 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
9118 than goto-line.
9119
9120 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
9121
9122 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
9123 Don't move point if the command is invoked inside the message header.
9124
9125 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9126
9127 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
9128 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
9129 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
9130 * nnir.el (nnir-swish-e-index-file):
9131 * gnus-sum.el (gnus-summary-delete-marked-as-read)
9132 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
9133 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9134 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
9135 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
9136 (gnus-treat-display-xface): Add Emacs version of obsolescence.
9137
9138 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
9139
9140 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
9141 Don't save excursion.
9142
9143 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9144
9145 * nnheader.el (nnheader-find-file-noselect):
9146 * mm-util.el (mm-insert-file-contents):
9147 Use (default-value 'major-mode) instead of default-major-mode.
9148
9149 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9150
9151 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
9152
9153 2009-08-25 Glenn Morris <rgm@gnu.org>
9154
9155 * nnir.el (top-level): Don't require cl at run-time.
9156 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
9157 Replace cl-function substitute with gnus-replace-in-string.
9158 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
9159 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
9160 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
9161 simplified expansions.
9162
9163 2009-08-22 Glenn Morris <rgm@gnu.org>
9164
9165 * gnus-art.el (gnus-button-patch): Use forward-line rather than
9166 goto-line.
9167
9168 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
9169
9170 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
9171
9172 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
9173 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
9174 (gnus-mm-display-part, gnus-mime-display-single)
9175 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
9176 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
9177
9178 * gnus-sum.el
9179 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
9180 (gnus-summary-move-article): Add expirable mark to articles copied or
9181 moved to group that has auto-expire turned on if the option is non-nil.
9182
9183 2009-07-24 Glenn Morris <rgm@gnu.org>
9184
9185 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
9186 Fix typo. (Bug#3903)
9187
9188 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
9189
9190 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
9191 gnus-article-read-summary-keys rather than gnus-summary-edit-article
9192 that should not be used for draft articles.
9193 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
9194 that has no concern in minor mode keys.
9195 (gnus-article-summary-command, gnus-article-summary-command-nosave):
9196 Abolish.
9197
9198 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
9199
9200 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
9201 article without making inquiry to a user for unknown encoding.
9202
9203 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
9204 (nnmaildir--scan): Assume i-node and device number that file-attributes
9205 returns might be cons-cell.
9206
9207 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
9208
9209 * auth-source.el: Remove docs now in auth.texi. Don't use
9210 `gnus-message' for logging. Add new variables `auth-source-debug' and
9211 `auth-source-hide-passwords' and use them.
9212
9213 2009-07-15 Glenn Morris <rgm@gnu.org>
9214
9215 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
9216
9217 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
9218
9219 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
9220 excessive whitespace from the default values of title and description.
9221
9222 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
9223
9224 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
9225 mail-fetch-field to fetch Content-Description header in order to
9226 exclude newlines.
9227
9228 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
9229
9230 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
9231 to deleted part.
9232
9233 2009-05-30 David Engster <dengste@eml.cc>
9234
9235 * nnmairix.el: Remove old documentation in the commentary block.
9236 (nnmairix-request-group): Do not update active file for nnml back ends.
9237 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
9238 end so that overview files are ignored.
9239 (nnmairix-update-groups): Make updating the groups more robust by using
9240 marks.
9241 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
9242 with dollar characters in message-id.
9243
9244 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
9245
9246 * spam.el: Use dns-query instead of query-dns. Was renamed on
9247 2008-12-25 in dns.el.
9248
9249 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9250
9251 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
9252 could happen if the text is only composed of spaces and/or tabs.
9253
9254 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
9255
9256 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
9257 when sending a queued message to avoid extra mml tags.
9258
9259 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
9260
9261 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
9262
9263 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
9264
9265 * gnus-dired.el: Remove autoload for gnus-setup-message.
9266 (gnus-dired-attach): Fake this-command value to prevent Gnus from
9267 displaying Gnus logo; always use compose-mail.
9268
9269 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
9270
9271 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
9272
9273 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
9274
9275 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
9276 (gnus-nocem-issuers): List currently active issuers; fix custom type.
9277 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
9278 available.
9279 (gnus-nocem-epg-verify): New function.
9280
9281 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
9282
9283 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
9284
9285 2009-02-15 Glenn Morris <rgm@gnu.org>
9286
9287 * gnus-util.el (rmail-insert-rmail-file-header)
9288 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
9289 autoloads.
9290 (rmail-default-rmail-file): Remove unnecessary declaration.
9291 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
9292
9293 2009-02-14 Glenn Morris <rgm@gnu.org>
9294
9295 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
9296 variable (only used in gnus-util, which declares it anyway).
9297 (rmail-output-to-rmail-file): Remove autoload of deleted function,
9298 which was only needed by gnus-art (changed to not use it any more).
9299 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
9300 only used in gnus-util, which autoloads it itself.
9301 (rmail-update-summary): Fix autoload.
9302
9303 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
9304 rather than rmail-output-to-rmail-file.
9305
9306 2009-02-07 Glenn Morris <rgm@gnu.org>
9307
9308 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
9309 autoload of function that no longer exists.
9310 (rmail-toggle-header): Declare.
9311 (message-forward-rmail-make-body): Handle mbox Rmail.
9312
9313 2009-01-31 Glenn Morris <rgm@gnu.org>
9314
9315 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
9316 2009-01-09 change.
9317
9318 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
9319
9320 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
9321 (auth-source-forget-all-cached): New convenience function.
9322 (auth-source-user-or-password): Accept list of modes or a single mode.
9323
9324 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
9325 auth-source modes.
9326
9327 * nnimap.el (nnimap-open-connection): Use list of
9328 auth-source modes.
9329
9330 * nntp.el (nntp-send-authinfo): Use list of
9331 auth-source modes.
9332
9333 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
9334
9335 * auth-source.el: Update docs to reflect epa-file-enable is to be used
9336 now.
9337
9338 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
9339
9340 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
9341 coding system in XEmacs; add a workaround for XEmacs.
9342
9343 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
9344
9345 * mm-util.el (mm-coding-system-priorities): Protect against nil value
9346 of current-language-environment.
9347
9348 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
9349
9350 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
9351 available at runtime.
9352
9353 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
9354
9355 * gnus-art.el (article-date-ut): Fix end point of narrowing.
9356
9357 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
9358
9359 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
9360 the greatest positive fixnum value doesn't work under an XEmacs with
9361 bignum support; use the most-positive-fixnum constant instead,
9362 available since Emacs 21.1 with cl and XEmacs 21.1.
9363
9364 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
9365
9366 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
9367 XEmacs gets not to work.
9368
9369 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
9370
9371 * mm-util.el (mm-coding-system-priorities): Allow the value like
9372 "Japanese (UTF-8)" of current-language-environment.
9373
9374 2009-01-09 Glenn Morris <rgm@gnu.org>
9375
9376 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
9377 with last-command-event.
9378
9379 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
9380
9381 * message.el (message-fix-before-sending): Amend comment.
9382
9383 2009-01-07 David Engster <dengste@eml.cc>
9384
9385 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
9386 simplified server definitions by converting it via
9387 gnus-server-to-method.
9388
9389 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
9390
9391 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
9392 parameter's operands.
9393
9394 2009-01-06 David Engster <dengste@eml.cc>
9395
9396 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
9397 primary select method (for gnus-group-mark-article-as-read).
9398
9399 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
9400
9401 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
9402 `(gnus)Face', not `(gnus)X-Face'.
9403
9404 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
9405
9406 * mm-util.el (mm-ucs-to-char): New function.
9407
9408 * mm-url.el (mm-url-decode-entities): Use it.
9409
9410 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
9411
9412 * message.el (message-fix-before-sending): Add `eight-bit' to
9413 illegible-text check.
9414
9415 2009-01-03 Michael Olson <mwolson@gnu.org>
9416
9417 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
9418 `headers' is nil. This can occur if the IMAP server does not have
9419 permissions to read messages from a folder, but can write new messages
9420 to the folder.
9421 (nnimap-request-article-part): Do not insert `data' if it is nil.
9422
9423 2009-01-01 Dave Love <fx@gnu.org>
9424
9425 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
9426
9427 * nnimap.el: Fix author email.
9428 (nnimap-split-rule): Add FIXME comment.
9429 (nnimap-debug): Fix doc string.
9430
9431 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
9432
9433 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
9434 overlay-arrow-position and overlay-arrow-string buffer-local; no need
9435 to check if those variables exist (first appeared in Emacs 18.50).
9436
9437 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
9438
9439 * mm-util.el (mm-line-number-at-pos): New function.
9440
9441 * spam-report.el (spam-report-process-queue): Use it.
9442
9443 2008-12-24 David Engster <dengste@eml.cc>
9444
9445 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
9446 parameters that haven't existed as variables as buffer-local variables.
9447
9448 2008-12-23 Dave Love <fx@gnu.org>
9449
9450 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
9451 cadar.
9452
9453 * sieve-manage.el (sieve-manage-starttls-p): Rename from
9454 imap-starttls-p.
9455 (sieve-manage-starttls-open): Rename from imap-starttls-open.
9456
9457 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
9458
9459 * spam-report.el (spam-report-gmane-max-requests): New constant.
9460 (spam-report-gmane-wait): New variable.
9461 (spam-report-gmane-ham, spam-report-gmane-spam)
9462 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
9463 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
9464 the server.
9465
9466 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
9467 Add explanations.
9468
9469 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
9470 nnheader-accept-process-output and nnheader-read-timeout if available.
9471 (pop3-movemail): Use it.
9472
9473 * message.el (message-check-news-body-syntax): Fix signature check if
9474 there's an attachment.
9475
9476 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
9477
9478 * mm-util.el: Add comments to the mm- emulating functions.
9479
9480 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
9481
9482 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
9483 Reported by Stephen Berman <stephen.berman@gmx.net>.
9484
9485 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
9486
9487 * mm-util.el (mm-substring-no-properties): New function.
9488 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
9489 (mm-special-display-p): Enable those lambda forms to be byte compiled.
9490 (mm-string-to-multibyte): Doc fix.
9491
9492 * mml.el (mml-attach-file): Use mm-substring-no-properties.
9493
9494 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9495
9496 * mml.el (mml-attach-file): Strip text properties from file name.
9497 (Bug#1574)
9498
9499 2008-12-16 Glenn Morris <rgm@gnu.org>
9500
9501 * mm-util.el (mm-charset-override-alist): Declare for compiler.
9502
9503 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
9504
9505 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
9506 knows since the charset specified might be a bogus alias that
9507 mm-charset-synonym-alist provides.
9508
9509 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
9510
9511 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
9512 "ISO_8859-1".
9513
9514 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
9515
9516 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
9517
9518 * mm-util.el (mm-charset-eval-alist):
9519 Define it before mm-charset-to-coding-system.
9520 (mm-charset-to-coding-system): Add optional argument `silent';
9521 define it before mm-charset-override-alist.
9522 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
9523 default value if it can be used in Emacs currently running;
9524 silence mm-charset-to-coding-system.
9525
9526 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
9527
9528 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
9529 `allow-override' which says whether to use `mm-charset-override-alist'.
9530 (rfc2047-decode-encoded-words): Use it.
9531
9532 * mm-util.el (mm-charset-override-alist): Fix custom type;
9533 add `(gb2312 . gbk)' to choices.
9534
9535 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
9536
9537 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
9538 fast.
9539
9540 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9541
9542 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
9543
9544 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
9545 on links.
9546
9547 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9548
9549 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
9550
9551 * message.el (message-idna-to-ascii-rhs-1): Protect against local
9552 users' addresses that don't have domain parts.
9553 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
9554 rather than message-narrow-to-head since there will be the message
9555 header separator.
9556
9557 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9558
9559 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
9560 since the result is inserted in a unibyte buffer anyway.
9561 (nnimap-demule-use-string-to-multibyte): Remove.
9562 (nnimap-demule): Alias it to mm-string-to-multibyte.
9563
9564 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
9565
9566 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
9567 variable for debugging bug#464 and bug#1174.
9568 (nnimap-demule): Use it.
9569
9570 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9571
9572 * gnus-score.el (gnus-score-find-trace): Handle default score in total
9573 score calculation correctly.
9574
9575 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9576
9577 * message.el (message-send-mail): Just set the buffer to unibyte
9578 rather than use mm-with-unibyte-current-buffer which does a lot more.
9579 (message-send-mail-partially): Don't bother with
9580 mm-with-unibyte-current-buffer since it's already been made unibyte by
9581 message-send-mail.
9582
9583 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
9584
9585 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
9586
9587 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
9588
9589 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
9590
9591 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
9592
9593 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
9594 require itself and to remove `with-no-warnings'.
9595
9596 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
9597
9598 * starttls.el (starttls-any-program-available): Get the name of the
9599 available TLS layer program.
9600 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
9601 well as the host name in the "opening" message.
9602
9603 * auth-source.el (auth-source-cache, auth-source-do-cache)
9604 (auth-source-user-or-password): Cache passwords and logins by default,
9605 allow override with `auth-source-do-cache'.
9606 (auth-source-forget-user-or-password): Allow users to remove cache
9607 entries if needed.
9608
9609 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
9610
9611 * ietf-drums.el (ietf-drums-remove-comments): Localize second
9612 condition-case to only the forward-sexp call.
9613
9614 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
9615
9616 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
9617 quotes contained. Make it more robust regardless by an extra
9618 condition-case wrapper.
9619
9620 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
9621
9622 * nnml.el (nnml-request-expire-articles): Check if the function set to
9623 `nnmail-expiry-target' returns the symbol `delete'.
9624
9625 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9626
9627 * nnmail.el (nnmail-expiry-target): Fix custom type.
9628
9629 2008-10-02 Glenn Morris <rgm@gnu.org>
9630
9631 * mm-util.el (mm-codepage-setup): Tweak codepage error.
9632 Silence compiler warning.
9633
9634 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
9635
9636 * mml.el (mml-menu): Don't assume mml2015 is bound.
9637
9638 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
9639
9640 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
9641 exists.
9642
9643 2008-09-27 Glenn Morris <rgm@gnu.org>
9644
9645 * gnus-util.el (mail-header-remove-comments): Autoload it.
9646
9647 2008-09-27 Andreas Schwab <schwab@suse.de>
9648
9649 * gnus-util.el (gnus-split-references): Strip comments.
9650 (gnus-parent-id): Likewise.
9651
9652 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
9653
9654 * message.el (message-confirm-send): Fix version.
9655
9656 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
9657
9658 * message.el (message-idna-to-ascii-rhs-1): Use
9659 mail-extract-address-components rather than mail-header-parse-addresses
9660 that is an alias by default to ietf-drums-parse-addresses that does not
9661 support non-ASCII names in headers' contents.
9662
9663 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9664
9665 * message.el (message-confirm-send): Fix variable documentation to
9666 avoid the "y/n" wording.
9667
9668 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
9669
9670 * message.el (message-set-auto-save-file-name): Save to a different
9671 filename so multiple messages (especially drafts) can be recovered.
9672
9673 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
9674
9675 * message.el (message-confirm-send): Add appropriate version.
9676
9677 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
9678
9679 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
9680 defvar.
9681
9682 2008-09-22 Daiki Ueno <ueno@unixuser.org>
9683
9684 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
9685 (mm-pkcs7-enveloped-magic): Ditto.
9686
9687 2008-09-17 Simon Josefsson <simon@josefsson.org>
9688
9689 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
9690 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
9691
9692 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
9693
9694 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
9695 default, it's better.
9696
9697 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
9698
9699 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
9700 summary line gnus-number property and ignore them (with a warning
9701 message).
9702
9703 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
9704
9705 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
9706 macro caddr in the interactive form since it won't be expanded.
9707
9708 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9709
9710 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
9711 `charset'; fix name of function called recursively.
9712 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
9713
9714 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9715
9716 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
9717 (gnus-mime-set-charset-parameters): New function.
9718 (gnus-mime-view-part-as-charset): Use it to correctly display part
9719 specifying wrong charset.
9720
9721 2008-09-08 David Engster <dengste@eml.cc>
9722
9723 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
9724 in completing-read for back end server.
9725
9726 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
9727
9728 * message.el (message-confirm-send): New variable to confirm sending a
9729 message.
9730 (message-send): Use it.
9731
9732 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
9733
9734 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
9735
9736 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
9737
9738 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
9739
9740 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
9741
9742 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
9743 prevent tracking too many groups.
9744 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
9745 Use it.
9746
9747 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
9748
9749 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
9750 moving point to the bottom of the window in order to avoid recentering.
9751
9752 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
9753
9754 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
9755 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
9756 (gnus-article-beginning-of-window): Fix calculation.
9757
9758 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
9759
9760 * gnus-msg.el (gnus-summary-supersede-article)
9761 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
9762 value of gnus-newsgroup-charset to decode non-MIME encoded text in
9763 message header.
9764
9765 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
9766
9767 * message.el:
9768 * gnus-start.el:
9769 * gnus-registry.el: Remove VMS support.
9770
9771 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
9772
9773 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9774 macro.
9775 (rfc2104-hash): Use it.
9776
9777 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
9778
9779 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9780 (gnus-summary-sort-by-most-recent-date): New commands.
9781 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9782 and menu entries.
9783
9784 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
9785
9786 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9787 don't redisplay article for raw contents; remove plural articles stuff.
9788
9789 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9790 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9791 on gnus-summary-save-article; display results properly.
9792
9793 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
9794
9795 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9796
9797 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
9798
9799 * gnus-art.el (gnus-summary-save-in-pipe):
9800 Consider gnus-save-all-headers.
9801
9802 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
9803
9804 * gnus-util.el (ns-focus-frame): Remove declaration.
9805 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
9806 like x.
9807
9808 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
9809
9810 * rfc2104.el (rfc2104-zero): Delete defconst.
9811 (rfc2104-hex-alist): Likewise.
9812 (rfc2104-hex-to-int): Delete func.
9813 (rfc2104-hexstring-to-bitstring): Likewise.
9814 (rfc2104-nybbles): New defconst.
9815 (rfc2104-hash): Rewrite for speed.
9816
9817 2008-07-16 Glenn Morris <rgm@gnu.org>
9818
9819 * gnus-util.el (ns-focus-frame): Declare for compiler.
9820
9821 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
9822
9823 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9824 set as a group parameter.
9825 (gnus-summary-save-in-pipe): Work when it is called independently.
9826 (gnus-summary-pipe-to-muttprint): Don't modify
9827 gnus-summary-pipe-output-default-command.
9828
9829 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
9830
9831 * message.el (message-send-mail-with-sendmail):
9832 Display the error message.
9833
9834 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
9835
9836 * gnus-art.el (gnus-default-article-saver):
9837 Add gnus-summary-save-in-pipe to choices.
9838 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9839 gnus-summary-pipe-output-default-command as the default command.
9840 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9841 instead of gnus-last-shell-command.
9842
9843 * gnus-sum.el (gnus-summary-pipe-output-default-command):
9844 New user option.
9845 (gnus-summary-muttprint-program): Mention the value will be changed.
9846 (gnus-summary-save-article): Force showing of all headers.
9847 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9848
9849 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
9850
9851 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9852
9853 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
9854
9855 * nnimap.el (nnimap-id):
9856 * sieve-manage.el (sieve-manage-open): Doc fixes.
9857
9858 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
9859
9860 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9861 if available.
9862
9863 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9864
9865 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9866
9867 * nnkiboze.el (nnkiboze-generate-group):
9868 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9869
9870 * nnmairix.el: Require CL.
9871
9872 2008-06-15 David Engster <dengste@eml.cc>
9873
9874 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9875
9876 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
9877
9878 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9879 New macros that expand to an `aset'/`aref' call under Emacs, and to a
9880 runtime choice under XEmacs.
9881
9882 * gnus-sum.el (gnus-summary-set-display-table):
9883 Use `gnus-put-display-table', `gnus-get-display-table',
9884 `gnus-set-display-table' for the display table, instead of `aset'.
9885
9886 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
9887
9888 * nnmairix.el: Add autoloads.
9889
9890 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
9891
9892 * nnmairix.el (nnmairix-delete-recreate-group)
9893 (nnmairix-update-and-clear-marks): Fix error messages.
9894
9895 2008-06-14 David Engster <dengste@eml.cc>
9896
9897 * nnmairix.el: Upgrade to version 0.6.
9898 (nnmairix-group-toggle-propmarks-this-group)
9899 (nnmairix-group-toggle-readmarks-this-group)
9900 (nnmairix-group-delete-recreate-this-group)
9901 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9902 (nnmairix-remove-tick-mark-original-article): New commands.
9903 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9904 (nnmairix-propagate-marks-to-nnmairix-groups)
9905 (nnmairix-only-use-registry, nnmairix-allowfast-default)
9906 (nnmairix-marks-cache, nnmairix-version-output): New variables.
9907 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9908 functions needed for marks propagation and manipulation of read marks.
9909 (nnmairix-update-groups): New function.
9910 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9911 (nnmairix-determine-original-group-from-registry)
9912 (nnmairix-determine-original-group-from-path)
9913 (nnmairix-get-group-from-file-path, nnmairix-map-range)
9914 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9915 New helper functions.
9916 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9917 keystrokes for new commands.
9918 (nnmairix-delete-and-create-on-change): Doc string cleanup.
9919 (nnmairix-request-group): Check allow-fast group parameter.
9920 (nnmairix-request-create-group): Set allow-fast group parameter if
9921 nnmairix-allowfast-default is set.
9922 (nnmairix-close-group): Propagate marks upon closing if needed.
9923 (nnmairix-group-toggle-threads-this-group): Use new.
9924 nnmairix-group-toggle-parameter helper function.
9925 (nnmairix-search): Better check for empty search result.
9926 (nnmairix-goto-original-article): Use new helper functions for
9927 determining original article.
9928 (nnmairix-show-original-article): Make sure message-id is in brackets.
9929 (nnmairix-call-mairix-binary): Change variable name.
9930 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9931 helper function.
9932 (nnmairix-widget-toggle-activate): Fix doc string.
9933
9934 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
9935
9936 * nnir.el: Require edmacro when compiling with XEmacs.
9937 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9938 available in Emacs 21.
9939
9940 2008-06-11 Glenn Morris <rgm@gnu.org>
9941
9942 * gnus-util.el (x-focus-frame):
9943 * gnus.el (image-size):
9944 * mm-decode.el (image-size): Declare.
9945
9946 * gnus-picon.el (declare-function): Add compat definition.
9947 (image-size): Declare.
9948
9949 * gnus-group.el (tool-bar-map):
9950 * gnus-sum.el (tool-bar-map): Define for compiler.
9951
9952 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9953
9954 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9955
9956 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9957 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9958 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9959 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9960 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9961 * sieve-manage.el, spam-report.el, spam.el:
9962 Remove unnecessary eval-and-compile of autoloads.
9963
9964 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
9965
9966 * auth-source.el: Precise Tramp doc.
9967
9968 2008-06-07 Glenn Morris <rgm@gnu.org>
9969
9970 * nnmairix.el: Remove unnecessary eval-when-compile.
9971
9972 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
9973
9974 * nnir.el: New file.
9975
9976 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9977
9978 * gnus-util.el (gnus-read-shell-command): New function.
9979 * mm-decode.el (mm-pipe-part):
9980 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9981
9982 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
9983
9984 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9985
9986 2008-06-03 Glenn Morris <rgm@gnu.org>
9987
9988 * pop3.el (nnheader-accept-process-output): Autoload it.
9989
9990 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
9991
9992 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9993 are not 2-digit hexadecimal characters that follow `%'s.
9994
9995 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
9996
9997 * message.el (message-bogus-recipient-p): Fix type in doc string.
9998 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9999 (message-bogus-addresses): Rename from message-bogus-address-regexp.
10000 Improve custom options.
10001 (message-bogus-recipient-p): Adjust accordingly.
10002
10003 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10004
10005 * nnmairix.el: Require edmacro when compiling with XEmacs.
10006
10007 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
10008
10009 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
10010 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
10011
10012 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
10013
10014 * auth-source.el: Add more docs.
10015
10016 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10017
10018 * nnheader.el (nnheader-read-timeout): Change the default timeout from
10019 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
10020 retrieval faster in some cases, but might make CPU usage larger.
10021 If this has any bad side effects, we might revert this change.
10022
10023 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
10024 seems to make mail retrieval much, much faster.
10025 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
10026 unconditionally.
10027
10028 * gnus-draft.el (gnus-group-send-queue):
10029 Bind message-send-mail-partially-limit to nil to avoid being prompted.
10030
10031 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
10032
10033 * mml.el (mml-attach-buffer): Prompt for `disposition'.
10034
10035 * message.el (message-bogus-address-regexp): Fix and improve custom
10036 type.
10037 (message-setup-hook): Add message-check-recipients as custom option.
10038
10039 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
10040
10041 * message.el (message-cite-function): Remove bogus autoload which crept
10042 in during merge from v5-10.
10043
10044 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
10045
10046 * nnimap.el (nnimap-open-connection): Fix login/password bug.
10047
10048 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
10049
10050 * auth-source.el: Preliminary Tramp docs.
10051 (auth-sources): Change the default auth-sources to use
10052 EPA .gpg files.
10053
10054 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
10055
10056 * nntp.el: Autoload `auth-source-user-or-password'.
10057 (nntp-send-authinfo): Use it.
10058
10059 * nnimap.el: Autoload `auth-source-user-or-password'.
10060 (nnimap-open-connection): Use it.
10061
10062 * auth-source.el: Add docs on using with url-auth. Import gnus-util
10063 for the gnus-message function.
10064 (auth-source-user-or-password): Use it.
10065
10066 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10067
10068 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
10069 rfc2104-hexstring-to-byte-list. Return a unibyte string.
10070 (rfc2104-hash): Use it.
10071
10072 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
10073
10074 * gnus-art.el (gnus-article-toggle-truncate-lines):
10075 Don't use `iff' in docstring.
10076
10077 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
10078
10079 * gnus-registry.el: Adjusted copyright dates and added a keyword.
10080
10081 * gnus-util.el (gnus-extract-address-component-name)
10082 (gnus-extract-address-component-email): Convenience functions around
10083 `gnus-extract-address-components'.
10084
10085 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10086 Use `gnus-extract-address-component-email' to fix bug of comparing full
10087 sender name to `user-mail-address'.
10088
10089 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
10090
10091 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
10092 catch/throw to optimize.
10093 (gnus-registry-find-keywords): Just use member to find a keyword.
10094
10095 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10096
10097 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
10098 is current before calling gnus-server-prepare.
10099 (gnus-server-setup-buffer, gnus-server-update-server)
10100 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
10101
10102 2008-05-04 Juri Linkov <juri@jurta.org>
10103
10104 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
10105 (mailcap-file-default-commands): Use mailcap-replace-in-string
10106 instead of replace-regexp-in-string, and mailcap-delete-duplicates
10107 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
10108
10109 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
10110
10111 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
10112
10113 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10114
10115 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
10116 hooks.
10117 (gnus-update-read-articles): Speed up non-marks-using users.
10118 (gnus-use-marks): Define gnus-use-marks.
10119 (gnus-propagate-marks): Rename variable to something more sensible.
10120
10121 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
10122
10123 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
10124 (gmm-image-load-path-for-library): Fix typos in docstrings.
10125 (gmm-message): Reflow docstring.
10126
10127 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
10128
10129 * mail-source.el (mail-source-set-1, mail-source-bind):
10130 Move auth-source code out of the macro to clean it up and fix bugs.
10131
10132 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
10133
10134 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
10135 by sender if it's equal to user-mail-address, it's likely to be
10136 useless.
10137
10138 * mail-source.el (mail-source-bind): Don't use user or password if they
10139 are not bound. Unintern them if they are nil. Don't use server unless
10140 it's bound, and default it to empty string otherwise.
10141
10142 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
10143
10144 * mail-source.el: Load auth-source.el.
10145 (mail-source-bind): Add comments. Call auth-source-user-or-password to
10146 get user name or password, if auth-sources is set up.
10147
10148 * gnus-registry.el (gnus-registry-split-strategy): New variable for
10149 strategy of splitting with parent.
10150 (gnus-registry-split-fancy-with-parent)
10151 (gnus-registry-post-process-groups): Use it and fix prior
10152 bug (returning a list as the split result).
10153
10154 * auth-source.el (auth-sources): Remove server parameter.
10155 (auth-source-pick, auth-source-user-or-password)
10156 (auth-source-user-or-password-imap)
10157 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10158 (auth-source-user-or-password-sftp)
10159 (auth-source-user-or-password-smtp): Remove server parameter.
10160
10161 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
10162
10163 * smime.el (smime-sign-region, smime-encrypt-region)
10164 (smime-decrypt-region):
10165 Remove redundant calls to `generate-new-buffer-name'.
10166
10167 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
10168
10169 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
10170 Don't use QP for message/rfc822.
10171 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
10172
10173 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
10174
10175 * sieve-manage.el (sieve-string-bytes): Remove.
10176 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
10177 correct byte-length only if the process's coding-system is the same as
10178 the one used internally by Emacs to represent strings.
10179
10180 2008-04-22 Juri Linkov <juri@jurta.org>
10181
10182 * mailcap.el (mailcap-file-default-commands): New function.
10183
10184 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
10185
10186 * message.el (message-signature-separator, message-cite-function):
10187 Change custom version.
10188
10189 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
10190
10191 * mm-decode.el (mm-display-external): Make temp file read-only.
10192
10193 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
10194
10195 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
10196 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
10197 `C-c C-f d'.
10198
10199 2008-04-12 Adrian Aichner <adrian@xemacs.org>
10200
10201 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
10202
10203 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
10204
10205 * auth-source.el: Add docs.
10206 (auth-sources): Modify format to support server.
10207 (auth-source-pick, auth-source-user-or-password)
10208 (auth-source-user-or-password-imap)
10209 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10210 (auth-source-user-or-password-sftp)
10211 (auth-source-user-or-password-smtp): Add server parameter.
10212
10213 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
10214
10215 * gnus-registry.el: Initialize the registry when gnus-registry-install
10216 is t.
10217
10218 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
10219
10220 * compface.el (uncompface): Make buffer unibyte.
10221
10222 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
10223
10224 * mail-source.el (mail-source-value):
10225 Prefer fboundp to functionp so it works with macros as well.
10226
10227 2008-04-05 Glenn Morris <rgm@gnu.org>
10228
10229 * gnus-ems.el (mm-disable-multibyte): Autoload it.
10230
10231 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
10232
10233 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
10234 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
10235
10236 * nnheader.el (nnheader-init-server-buffer): Change buffer's
10237 multibyteness after rather than before erasing it.
10238
10239 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
10240 mm-with-multibyte.
10241 (gnus-request-article-this-buffer): Make sure the proper decoding is
10242 used if gnus-original-article-buffer happens to be unibyte.
10243
10244 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
10245 default-enable-multibyte-characters.
10246
10247 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
10248 default-enable-multibyte-characters.
10249
10250 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
10251
10252 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
10253
10254 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10255
10256 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10257 Fix last change in case the element is not even a symbol.
10258
10259 2008-04-02 Simon Josefsson <simon@josefsson.org>
10260
10261 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
10262 imap-enable-exchange-bug-workaround.
10263 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
10264
10265 2008-04-01 Simon Josefsson <simon@josefsson.org>
10266
10267 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
10268 a 100 byte status-checks into a 2-3MB transfer for each group.
10269 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
10270 to enable bug workaround or not.
10271 (nnimap-find-minmax-uid): Only enable workaround conditionally.
10272
10273 2008-03-31 Glenn Morris <rgm@gnu.org>
10274
10275 * message.el (mml2015-use): Declare for compiler.
10276 (message-info): Require mml2015 when appropriate.
10277
10278 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
10279
10280 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
10281 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
10282 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
10283 (nntp-service-to-port): New function.
10284 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
10285 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
10286 (nntp-open-netcat-stream): New function.
10287 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
10288
10289 2008-03-29 Sven Joachim <svenjoac@gmx.de>
10290
10291 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
10292
10293 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10294
10295 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
10296
10297 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
10298
10299 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
10300
10301 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
10302
10303 * message.el (message-signature-separator): Change default.
10304 Improve custom type.
10305 (message-cite-function): Change default to
10306 message-cite-original-without-signature.
10307
10308 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
10309 toggle.
10310
10311 * message.el (message-check-news-body-syntax): Fix signature check.
10312 (message-setup-1): Mark buffer as unmodified _after_ running
10313 message-setup-hook and handling message-alternative-emails.
10314 (message-shorten-references): Be more strict when building list of
10315 valid references to comply with GNKSA.
10316
10317 * gnus-group.el (gnus-read-ephemeral-bug-group)
10318 (gnus-read-ephemeral-debian-bug-group)
10319 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
10320
10321 * message.el (message-info): Don't use booleanp which isn't supported
10322 in Emacs 21 and XEmacs.
10323
10324 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
10325
10326 * gnus-group.el (gnus-gmane-group-download-format): Rename from
10327 gnus-group-gmane-group-download-format.
10328 (gnus-group-read-ephemeral-gmane-group): Rename from
10329 gnus-group-read-ephemeral-gmane-group.
10330 (gnus-read-ephemeral-gmane-group-url): Rename from
10331 gnus-group-read-ephemeral-gmane-group-url.
10332 (gnus-bug-group-download-format-alist): New variable.
10333 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
10334 (gnus-read-ephemeral-emacs-bug-group): New commands.
10335
10336 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
10337
10338 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
10339 (gnus-visible-headers): Improve custom type.
10340
10341 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
10342
10343 * mml.el (mml-menu): Add workarounds for XEmacs.
10344
10345 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
10346 X-Boundary header.
10347
10348 * message.el (message-simplify-recipients): Fix previous commit.
10349
10350 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10351
10352 * mm-util.el (mm-set-buffer-multibyte): New function.
10353 * mm-decode.el (mm-copy-to-buffer): Use it.
10354
10355 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10356 Prefer fboundp to functionp so it works with macros as well.
10357
10358 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
10359
10360 * message.el (message-alter-recipients-discard-bogus-full-name):
10361 New function.
10362 (message-alter-recipients-function): New variable.
10363 (message-get-reply-headers): Use it.
10364 (message-replace-header): New helper function.
10365 (message-recipients-without-full-name): New variable.
10366 (message-simplify-recipients): New command.
10367
10368 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
10369
10370 * message.el (message-info): Handle EasyPG manual.
10371
10372 * mml.el (mml-menu): Add entry for EasyPG.
10373
10374 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
10375
10376 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
10377 parameter.
10378
10379 * message.el (message-disassociate-draft): Specify drafts group name
10380 fully.
10381
10382 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
10383
10384 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10385 Eliminate unnecessary duplicates from the match list.
10386
10387 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
10388
10389 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
10390 args of `how-many' of which the XEmacs version doesn't take; declare
10391 Info-index-next as function.
10392
10393 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
10394
10395 * gnus-score.el (gnus-score-headers): Fix handling of
10396 gnus-inhibit-slow-scoring.
10397
10398 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
10399 string.
10400 (gnus-button-url-regexp): Improve handling of parenthesis.
10401 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
10402 (gnus-button-handle-info-keystrokes): Handle index entries.
10403
10404 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
10405
10406 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
10407 Incoming* files.
10408
10409 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
10410
10411 * auth-source.el (auth-sources): Rename from auth-source-choices.
10412 (auth-source-pick): Use it.
10413
10414 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
10415
10416 * auth-source.el (auth-source-protocols)
10417 (auth-source-protocols-customize, auth-source-choices): Add and
10418 modified variable customizations and defaults.
10419 (auth-source-pick, auth-source-user-or-password)
10420 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
10421 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10422 (auth-source-user-or-password-sftp)
10423 (auth-source-user-or-password-smtp): Use new variables and provide an
10424 interface to netrc.el.
10425
10426 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
10427
10428 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
10429 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
10430 Make sure the nntp port to specify is a string.
10431
10432 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10433
10434 * nntp.el: Use with-current-buffer.
10435 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
10436 dubious mm-with-unibyte-current-buffer.
10437 (nntp-with-open-group-function): New function extracted from
10438 nntp-with-open-group macro.
10439 (nntp-with-open-group): Use the function, so it's easier to debug.
10440 Add indentation and debugging info.
10441 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
10442 Recommend the use of the netcat alternatives.
10443
10444 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
10445 Avoid mm-string-as-multibyte as well.
10446
10447 * nnweb.el (nnweb-insert-html):
10448 Remove use of nnheader-string-as-multibyte.
10449
10450 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
10451 (nnheader-string-as-multibyte): Remove.
10452
10453 * mm-view.el: Use inhibit-read-only.
10454 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
10455 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
10456 or unibyte-string.
10457
10458 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
10459 (mm-uu-yenc-extract): Use with-current-buffer.
10460
10461 * gnus-soup.el (gnus-soup-send-packet): Don't use
10462 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
10463
10464 * nnmh.el: Use with-current-buffer.
10465 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
10466 mm-string-as-multibyte on the output of mm-encode-coding-string.
10467
10468 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
10469 (nnimap-request-move-article): Use with-current-buffer.
10470
10471 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
10472 inserting the handle-buffer's text, so the implicit multibyte->unibyte
10473 conversion uses string-make-unibyte rather than string-as-unibyte.
10474
10475 * gnus-msg.el: Use with-current-buffer.
10476
10477 * message.el (message-ignored-resent-headers): Add "Delivered-To".
10478
10479 2008-03-10 Daiki Ueno <ueno@unixuser.org>
10480
10481 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
10482 string for caching if it is 'PIN.
10483
10484 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
10485
10486 * mail-source.el (mail-source-delete-old-incoming-confirm):
10487 Change default to nil.
10488 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
10489
10490 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
10491
10492 * gnus-art.el (gnus-narrow-to-page): Position point properly.
10493 (gnus-article-goto-prev-page): Work for articles having ^L's.
10494
10495 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
10496
10497 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
10498
10499 2008-03-07 Karl Fogel <kfogel@red-bean.com>
10500
10501 * gnus-bookmark.el: Adjust for renames in bookmark.el.
10502 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
10503 (gnus-bookmark-jump): Adjust some variable names.
10504
10505 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
10506
10507 * auth-source.el: New package.
10508 (auth-source-choices): Add customization entry point variable.
10509
10510 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
10511 bug.
10512
10513 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
10514
10515 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
10516 (gnus-registry-initialize, gnus-registry-install-p): Use it.
10517 (gnus-registry-install-shortcuts): Rename from
10518 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
10519 the `gnus-registry-mark-map' keymap dynamically from
10520 `gnus-registry-marks'. The generated functions update the summary line
10521 when a registry mark is added or deleted, and will call
10522 `gnus-registry-install-p' (see the comments in the code).
10523 (gnus-registry-user-format-function-M): Use concat intelligently.
10524
10525 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
10526 the registry mark functions.
10527
10528 2008-03-05 Glenn Morris <rgm@gnu.org>
10529
10530 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
10531 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
10532 gnus-art.
10533 (top-level): No need to load own source when compiling.
10534
10535 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
10536
10537 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
10538 Suggested by <chris.anderton@zetnet.co.uk>.
10539
10540 2008-03-04 Glenn Morris <rgm@gnu.org>
10541
10542 * gnus-sum.el (top-level): No need to require gnus when compiling,
10543 since unconditionally required near start of file.
10544 (gnus-summary-display-while-building): Move definition before use.
10545
10546 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
10547
10548 * gnus-registry.el (gnus-registry-user-format-function-M):
10549 Add formatting function.
10550
10551 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
10552
10553 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
10554 with plists.
10555 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
10556 Use new format.
10557
10558 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
10559
10560 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
10561 `where-is-internal' that returns a range of key sequences.
10562
10563 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
10564
10565 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
10566
10567 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
10568 (gnus-summary-jump-to-group): Consider windows on other displayed
10569 frames as well. Similar changes might be needed elsewhere, but that's
10570 the one I've bumped into during my use.
10571
10572 * nndoc.el (nndoc-oe-dbx-type-p):
10573 * gnus-msg.el (gnus-debug):
10574 * gnus-group.el (gnus-update-group-mark-positions):
10575 Use mm-string-to-multibyte.
10576
10577 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
10578
10579 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
10580 doesn't handle NotDashEscaped.
10581
10582 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
10583 (mml-dnd-attach-options): Fix typo in custom choice.
10584
10585 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
10586 Change nndoc-article-type to mbox.
10587 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
10588
10589 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
10590 to nil, instead of html2text.
10591
10592 * imap.el (imap-debug): Add `imap-ping-server'.
10593
10594 * gnus-bookmark.el: Add FIXMEs.
10595
10596 * message.el (message-form-letter-separator)
10597 (message-send-form-letter-delay): New variables.
10598 (message-send-form-letter): Use them. New command to send form
10599 letters. Requested by Uwe Siart.
10600 (message-send-mail-function): Doc fix. Add "Other" custom option.
10601
10602 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
10603
10604 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
10605 empty author.
10606
10607 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
10608
10609 * gnus-registry.el (gnus-registry-marks): Add variable for
10610 customization of marks and their appearance.
10611 (gnus-registry-read-mark): Use it.
10612 (gnus-registry-do-marks): Add utility function to loop through
10613 `gnus-registry-marks'.
10614 (gnus-registry-install-shortcuts-and-menus): Add function to install
10615 shortcuts and menus.
10616 (gnus-registry-initialize): Use it.
10617 (gnus-registry-default-mark): Clarify documentation.
10618
10619 2008-02-29 Glenn Morris <rgm@gnu.org>
10620
10621 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
10622 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
10623 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
10624 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
10625 Change defcustom :version from 23.0 to 23.1.
10626
10627 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
10628
10629 * gnus-registry.el (gnus-registry-follow-group-p)
10630 (gnus-registry-post-process-groups): Add functions to aid registry
10631 splitting and improve logging. Clarify behavior in function
10632 documentation.
10633 (gnus-registry-split-fancy-with-parent): Use them.
10634
10635 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
10636
10637 * gnus-art.el: Use with-current-buffer.
10638
10639 2008-02-27 David Engster <dengste@eml.cc>
10640
10641 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
10642 Express real group name in the response.
10643
10644 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
10645
10646 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
10647 (nnmairix-last-server, nnmairix-current-server): Defvar them.
10648 (nnmairix-goto-original-article): Defvar gnus-registry-install and
10649 autoload gnus-registry-fetch-group when compiling.
10650 (nnmairix-request-group-with-article-number-correction):
10651 Remove unreferenced argument passed to nnmairix-call-backend.
10652
10653 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
10654
10655 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10656 (mm-uu-extract): Improve face for low color ttys.
10657 Reported by Sascha Wilde.
10658
10659 2008-02-27 Glenn Morris <rgm@gnu.org>
10660
10661 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10662 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10663 variables to defconsts. Convert comments to doc-strings.
10664 (nnmairix-last-server, nnmairix-current-server): Convert from free
10665 variables to defvars. Convert comments to doc-strings.
10666 (gnus-registry-fetch-group): Autoload.
10667 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10668 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10669 (nnmairix-widget-build-editable-fields): Use car cddr rather than
10670 caddr.
10671 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10672 nnmairix-request-group-with-article-number-correction call.
10673 (nnmairix-fast, nnmairix-group): New, less general names, for free
10674 variables passed from nnmairix-request-group to
10675 nnmairix-request-group-with-article-number-correction. Declare.
10676 (nnmairix-request-group-with-article-number-correction):
10677 Use nnmairix-fast, nnmairix-group rather than fast, group.
10678
10679 2008-02-26 David Engster <dengste@eml.cc>
10680
10681 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
10682 version 0.5.
10683
10684 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
10685
10686 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10687 instead of making an extra function call. Don't add the current group
10688 to articles only when they have the group. Use
10689 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10690 Reported by David <de_bb@arcor.de>.
10691
10692 2008-02-24 Miles Bader <miles@gnu.org>
10693
10694 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10695 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10696 (mm-find-mime-charset-region):
10697 * mm-bodies.el (mm-encode-body):
10698 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10699
10700 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
10701
10702 * mail-source.el (mail-source-delete-incoming): Change default.
10703 Supplement doc string.
10704
10705 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10706
10707 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
10708
10709 * nnmail.el (nnmail-message-id-cache-file): Derive from
10710 `gnus-home-directory'.
10711
10712 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
10713
10714 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10715 Document negative prefix.
10716
10717 * gnus-group.el (gnus-group-read-group): Document negative prefix.
10718
10719 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10720
10721 * message.el (message-unsent-separator): Add the Exim bounce
10722 separator.
10723
10724 2008-02-10 Daiki Ueno <ueno@unixuser.org>
10725
10726 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10727 list.
10728 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10729 recipient/signer list.
10730
10731 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
10732
10733 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10734 fbound (Emacs 23 unicode), signal an error.
10735
10736 2008-02-08 Glenn Morris <rgm@gnu.org>
10737
10738 * gnus-art.el (pgg-display-output-buffer): Declare as function.
10739
10740 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
10741
10742 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10743 ports to the calls to `netrc-machine-user-or-password' in addition to
10744 "imap" and "imaps".
10745
10746 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
10747
10748 * gnus.el (gnus-group-startup-message): Add `find-image' call before
10749 image-load-path is let-bound. Reported by Harald Hanche-Olsen
10750 <hanche@math.ntnu.no>.
10751
10752 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
10753
10754 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10755
10756 2008-02-01 Zhang Wei <id.brep@gmail.com>
10757
10758 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10759
10760 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10761
10762 2008-02-01 Miles Bader <miles@gnu.org>
10763
10764 * mml.el (mml-parse-1): Remove apparently vestigial use of
10765 `mm-hack-charsets'.
10766 * mm-bodies.el (mm-encode-body): Likewise.
10767
10768 2008-02-01 Kenichi Handa <handa@m17n.org>
10769
10770 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10771 rfc2104-hexstring-to-bitstring and changed to return a byte list.
10772 (rfc2104-hash): Convert the result of concat to unibyte string.
10773
10774 2008-02-01 Dave Love <fx@gnu.org>
10775
10776 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10777 coding-system-for-read.
10778 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10779
10780 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10781 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
10782 (mm-find-mime-charset-region): Remove hack-charsets stuff.
10783
10784 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
10785
10786 * mail-source.el (mail-sources): Add `group' choice.
10787
10788 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10789 parameter `in-group' to control into which group the articles go.
10790 Add treatment of `group' mail-source.
10791
10792 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
10793
10794 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10795 * message.el (message-beginning-of-line): Use featurep instead of bound
10796 tests in order to resolve conditionals at compile time.
10797
10798 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
10799
10800 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10801
10802 * mm-decode.el (mm-dissect-buffer): Decode description.
10803
10804 * mml.el (mml-to-mime): Encode message header first.
10805
10806 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
10807
10808 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10809 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10810
10811 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
10812
10813 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10814
10815 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
10816
10817 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10818 prefix keys.
10819 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10820 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10821 gnus-xmas.el.
10822
10823 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
10824
10825 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10826 Add new variables for article mark management.
10827 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10828 list of extra data entries which, when present, will indicate that the
10829 article ID should not be trimmed from the registry.
10830 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10831 functions.
10832 (gnus-registry-read-mark): New function to read a mark name from the
10833 user.
10834 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10835 (gnus-registry-set-article-mark-internal): New functions to add and
10836 remove marks.
10837 (gnus-registry-get-article-marks): New function to show the marks for
10838 an article, or retrieve them for further use.
10839
10840 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
10841
10842 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10843 keys when no argument is given.
10844
10845 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
10846
10847 * gnus-sum.el (gnus-article-sort-by-random)
10848 (gnus-thread-sort-by-random): Fix doc strings.
10849 Reported by jidanni@jidanni.org.
10850
10851 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
10852
10853 * gnus-art.el (gnus-article-describe-bindings): New function.
10854 (gnus-article-read-summary-keys): Use it.
10855 (gnus-article-mode-map): Bind `C-h b' to it.
10856
10857 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
10858
10859 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10860 XEmacs.
10861 (gnus-article-describe-key, gnus-article-describe-key-briefly):
10862 Protect against non-character events.
10863
10864 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
10865
10866 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10867 New command.
10868 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10869 instead of END. Change name of the temp file.
10870 (gnus-group-gmane-group-download-format): Add doc string. Make it
10871 customizable.
10872
10873 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
10874
10875 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10876 bind `S W' to gnus-article-wide-reply-with-original; set default
10877 binding to gnus-article-read-summary-send-keys.
10878 (gnus-article-read-summary-keys): Fix the order of keys; display
10879 continuation keys correctly in the echo area; describe bindings
10880 correctly when keys end with `C-h'.
10881 (gnus-article-read-summary-send-keys): New function.
10882 (gnus-article-describe-key, gnus-article-describe-key-briefly):
10883 Work for gnus-article-read-summary-send-keys; display continuation keys
10884 correctly in the echo area.
10885 (gnus-article-reply-with-original): Ignore prefix argument.
10886 (gnus-article-wide-reply-with-original): New function.
10887
10888 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
10889
10890 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10891 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10892
10893 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
10894
10895 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10896 (gnus-group-read-ephemeral-gmane-group): New command.
10897
10898 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
10899
10900 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10901
10902 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
10903
10904 * message.el (message-send-mail-function): Increase custom version.
10905
10906 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10907 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
10908
10909 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
10910
10911 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10912 html parts correctly; support forwarded messages.
10913 (gnus-article-browse-html-article): Remove work buffers.
10914
10915 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10916 compiling.
10917 (netrc-bound-and-true-p): New macro.
10918 (netrc-parse): Use it instead of bound-and-true-p that is not available
10919 in XEmacs 21.4.
10920
10921 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
10922
10923 * gnus-registry.el (gnus-registry-mark-article)
10924 (gnus-registry-article-marks): Add functionality to mark articles
10925 through the Gnus registry.
10926
10927 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10928 (netrc-parse): Use encrypt-file-alist to determine if
10929 encrypt-find-model or encrypt-insert-file-contents should be used.
10930
10931 2007-12-19 Glenn Morris <rgm@gnu.org>
10932
10933 * mml.el (message-options-set, message-narrow-to-head)
10934 (message-in-body-p, message-mail-p, message-encode-message-body):
10935 Autoload.
10936 (message-remove-header, message-narrow-to-headers-or-head)
10937 (message-subscribed-p, message-make-mail-followup-to)
10938 (message-position-on-field, message-news-p)
10939 (message-options-set-recipient, message-generate-headers)
10940 (message-sort-headers): Declare as functions.
10941
10942 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
10943
10944 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10945 convention in doc string.
10946
10947 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
10948
10949 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10950 title to html parts.
10951 (gnus-article-browse-html-article): Pass message header to it.
10952
10953 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
10954
10955 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
10956
10957 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
10958 or password compatible with XEmacs.
10959
10960 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
10961
10962 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10963 format document.
10964 (gnus-mime-delete-part): Don't write description line if empty.
10965 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10966
10967 2007-12-14 Johan Bockgård <bojohan@gnu.org>
10968
10969 * gnus-sum.el (gnus-summary-mark-unread-as-read)
10970 (gnus-summary-mark-read-and-unread-as-read)
10971 (gnus-summary-mark-current-read-and-unread-as-read)
10972 (gnus-summary-mark-unread-as-ticked): Doc fix.
10973 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
10974
10975 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
10976
10977 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
10978 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10979
10980 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
10981
10982 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
10983 yes-or-no-p.
10984
10985 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
10986
10987 * mm-decode.el (mm-add-meta-html-tag): New function.
10988 (mm-save-part-to-file, mm-pipe-part): Use it.
10989
10990 * gnus-art.el (gnus-article-browse-delete-temp-files):
10991 Use gnus-y-or-n-p instead of y-or-n-p.
10992 (gnus-article-browse-html-parts): Work with message/external-body; use
10993 mm-add-meta-html-tag.
10994
10995 2007-12-11 Glenn Morris <rgm@gnu.org>
10996
10997 * gnus-cache.el: Require gnus-sum not just when compiling.
10998
10999 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
11000
11001 * gnus-int.el (gnus-server-opened, gnus-status-message):
11002 Move definitions before use.
11003
11004 * mm-decode.el: Require gnus-util.
11005 (mm-remove-part): Only call delete-annotation on XEmacs.
11006
11007 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
11008
11009 * nnmail.el: Require gnus-int.
11010
11011 * spam.el: Move `require's before `eval-when-compile's.
11012
11013 * gnus-ems.el (gnus-alive-p):
11014 * gnus-fun.el (message-goto-eoh):
11015 * gnus-util.el (gnus-group-name-decode):
11016 * mail-source.el (gnus-compress-sequence):
11017 * message.el (Info-goto-node, format-spec):
11018 * mm-bodies.el (message-options-get):
11019 * mm-decode.el (mm-view-pkcs7):
11020 * mm-util.el (gmm-write-region):
11021 * mml-smime.el (mml-compute-boundary)
11022 (gnus-completing-read-with-default):
11023 * mml.el (widget-button-press, gnus-make-hashtable):
11024 * mml1991.el (mm-decode-content-transfer-encoding)
11025 (mm-encode-content-transfer-encoding)
11026 (message-options-get, message-options-set):
11027 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
11028 * nnfolder.el (gnus-request-group):
11029 * nnheader.el (ietf-drums-unfold-fws):
11030 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
11031 * smime.el (gnus-run-mode-hooks):
11032 * spam-stat.el (gnus-message): Autoload.
11033
11034 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
11035 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
11036 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
11037 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
11038 Add declare-function compatibility definition.
11039
11040 * gnus-cache.el (nnvirtual-find-group-art):
11041 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
11042 (gnus-add-image, gnus-add-wash-type):
11043 * gnus-group.el (nnkiboze-score-file):
11044 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
11045 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
11046 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
11047 (message-tokenize-header, gnus-get-buffer-create)
11048 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
11049 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
11050 * gnus.el (gnus-group-decoded-name):
11051 * mail-source.el (imap-capability):
11052 * mm-bodies.el (message-options-set):
11053 * mm-decode.el (gnus-configure-windows):
11054 * mm-extern.el (message-goto-body):
11055 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
11056 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
11057 (epg-sub-key-validity, message-options-set):
11058 * mml.el (widget-event-point, gnus-configure-windows):
11059 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
11060 * mml2015.el (epg-check-configuration, epg-configuration)
11061 (message-options-set):
11062 * nndb.el (nndb-request-article):
11063 * nnfolder.el (gnus-request-create-group):
11064 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
11065 * nnmaildir.el (gnus-group-mark-article-read):
11066 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
11067 * rfc1843.el (message-fetch-field):
11068 * spam.el (gnus-extract-address-components):
11069 Declare as functions.
11070
11071 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
11072
11073 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
11074
11075 2007-12-09 Glenn Morris <rgm@gnu.org>
11076
11077 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
11078
11079 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
11080 * message.el, mm-view.el, sieve-manage.el, smime.el:
11081 Add declare-function compatibility definition.
11082
11083 * gnus-art.el (w3-region, w3m-region, Info-menu):
11084 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
11085 * gnus-sum.el (gnus-get-predicate):
11086 * gnus-util.el (mm-append-to-file, w32-focus-frame):
11087 * message.el (mail-abbrev-in-expansion-header-p):
11088 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
11089 (w3m-detect-meta-charset, w3m-region):
11090 * sieve-manage.el (password-read, password-cache-add)
11091 (password-cache-remove):
11092 * smime.el (password-read-and-add): Declare as functions.
11093
11094 2007-12-08 David Kastrup <dak@gnu.org>
11095
11096 * gnus-sum.el (gnus-summary-simplify-subject-query):
11097 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
11098 `message'.
11099
11100 2007-12-07 Glenn Morris <rgm@gnu.org>
11101
11102 * gnus-art.el (article-make-date-line): Revert previous change.
11103
11104 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
11105
11106 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
11107
11108 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
11109
11110 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
11111 Call gnus-add-to-range ranges only once with a prepared article-list.
11112
11113 2007-12-06 Paul Jarc <prj@po.cwru.edu>
11114
11115 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
11116 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
11117 group names with backslashes.
11118 Reported by Tassilo Horn <tassilo@member.fsf.org>.
11119
11120 2007-12-06 Deepak Goel <deego3@gmail.com>
11121
11122 * gnus-art.el (article-make-date-line):
11123 * gnus-start.el (gnus-load):
11124 * pop3.el (pop3-read-response): Fix buggy call to `error'.
11125
11126 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
11127
11128 * gnus-art.el (gnus-use-idna):
11129 * gnus-start.el (gnus-site-init-file):
11130 * message.el (message-use-idna):
11131 * mm-uu.el (mm-uu-hide-markers):
11132 * smiley.el (smiley-style): Revert changes that suppress warnings.
11133
11134 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
11135
11136 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
11137 specify charset to html source.
11138 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11139
11140 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
11141
11142 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
11143 idna-program in order to suppress byte compile warning issued by XEmacs
11144 that came to byte compile the default value section of defcustom forms
11145 recently.
11146
11147 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
11148 value of installation-directory.
11149
11150 * message.el (message-use-idna): Don't directly refer to the value of
11151 idna-program.
11152
11153 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
11154
11155 * smiley.el (smiley-style): Don't directly call face-attribute.
11156
11157 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
11158
11159 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
11160
11161 * gnus-dired.el: Reduce Gnus dependencies.
11162 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
11163 Don't require. Use autoloads instead.
11164 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
11165 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
11166 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
11167 (gnus-dired-mode): Adjust doc string.
11168 (gnus-dired-mail-mode): New variable.
11169 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
11170 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
11171 (gnus-dired-mail-buffers): New function. Return mail or message
11172 composition buffers.
11173 (gnus-dired-attach): Use it.
11174 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
11175 NO-DECODE.
11176 (gnus-dired-print): Use `gnus-print-buffer' depending on
11177 `gnus-dired-mail-mode'.
11178
11179 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
11180
11181 * rfc2047.el (rfc2047-encoded-word-regexp)
11182 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
11183 explaining what regexp patterns are for.
11184
11185 2007-12-04 Glenn Morris <rgm@gnu.org>
11186
11187 * password.el: Move to ../password-cache.el.
11188
11189 * mml1991.el (password-read, password-cache-add, password-cache-remove):
11190 * mml2015.el (password-read, password-cache-add, password-cache-remove):
11191 * mml-smime.el (password-read, password-cache-add)
11192 (password-cache-remove):
11193 No need to autoload, since mml-sec requires password.
11194
11195 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
11196 * message.el (gnus-extract-address-components):
11197 * mml-smime.el (gnus-extract-address-components): Define for compiler.
11198
11199 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
11200 password.
11201
11202 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
11203
11204 * mailcap.el: Reduce dependencies.
11205 (mail-header-parse-content-type): Autoload.
11206 (mailcap-delete-duplicates): New alias.
11207 (mailcap-mime-info): Add optional argument NO-DECODE.
11208 (mailcap-mime-types): Use mailcap-delete-duplicates.
11209
11210 * message.el (message-ignored-supersedes-headers): Add "X-ID".
11211
11212 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11213
11214 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
11215 function.
11216
11217 * gnus-uu.el (gnus-uu-decode-yenc): New command.
11218 (gnus-uu-yenc-article): New function.
11219
11220 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
11221
11222 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
11223
11224 2007-12-02 Glenn Morris <rgm@gnu.org>
11225
11226 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
11227 Move to ../net.
11228
11229 * binhex.el, uudecode.el: Move to ../mail.
11230
11231 * encrypt.el: Remove file.
11232
11233 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
11234
11235 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
11236 matches on patches.
11237
11238 * gnus-art.el (gnus-article-browse-html-article):
11239 Mention `mm-text-html-renderer' in the doc string.
11240
11241 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
11242 string. Add comments.
11243
11244 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
11245 if rhs is ASCII.
11246
11247 2007-12-01 Glenn Morris <rgm@gnu.org>
11248
11249 * dig.el, dns.el: Move to ../net.
11250 * format-spec.el, hex-util.el, sha1.el: Move to ../.
11251
11252 * mail-source.el (top-level): Require format-spec before
11253 eval-when-compile.
11254
11255 2007-11-30 Glenn Morris <rgm@gnu.org>
11256
11257 * encrypt.el: Require password, rather than autoloading password-read.
11258
11259 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
11260
11261 * gnus.el (gnus-method-to-server): Add an optional parameter so the
11262 caller can indicate whether the cache should be disregarded for this
11263 call. This way the result of the call is reproducible at all times and
11264 can be considered a canonical server name for the supplied method.
11265 (gnus-agent-method-p): Canonicalize server names by pushing their
11266 method through `gnus-method-to-server' using the no-cache argument.
11267
11268 * gnus-srvr.el (gnus-server-insert-server-line):
11269 Call `gnus-method-to-server' with `no-cache' argument.
11270
11271 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
11272 gnus-agent-possibly-synchronize-flags as this should be called when the
11273 server is actually being opened.
11274 (gnus-agent-possibly-synchronize-flags)
11275 (gnus-agent-possibly-synchronize-flags-server): Move check for the
11276 flags file of an agentized server to the latter function.
11277
11278 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
11279 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
11280 after a connection has been established successfully.
11281
11282 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
11283
11284 * gnus-art.el (article-display-face): Force to display face if called
11285 interactively; check if gnus-article-x-face-too-ugly matches author.
11286 (article-display-x-face): Display face even if From header is missing
11287 as article-display-face does.
11288
11289 2007-11-28 Richard Stallman <rms@gnu.org>
11290
11291 * md4.el: Move to ../.
11292 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
11293
11294 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
11295
11296 * mail-source.el (mail-sources): Default to fetch from file for
11297 compatibility with default of nnmail-spool-file.
11298
11299 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
11300
11301 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
11302 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
11303 to look for encoded word that should be encoded again.
11304 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
11305 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
11306 encoding pattern.
11307 (rfc2047-decode-region): Switch strict regexp and loose one according
11308 to rfc2047-allow-irregular-q-encoded-words.
11309
11310 2007-11-26 Simon Josefsson <simon@josefsson.org>
11311
11312 * imap.el: Move to ../net directory.
11313
11314 2007-11-25 Romain Francoise <romain@orebokech.com>
11315
11316 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
11317
11318 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
11319
11320 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
11321 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
11322
11323 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
11324 `nnmail-spool-file'.
11325
11326 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
11327 `nnmail-spool-file'.
11328
11329 * gnus-move.el (gnus-change-server): Ditto.
11330
11331 * gnus-kill.el (gnus-batch-score): Ditto.
11332
11333 * gnus-cache.el (gnus-jog-cache): Ditto.
11334
11335 * gnus-msg.el (gnus-summary-reply):
11336 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
11337
11338 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
11339
11340 * gnus-cache.el (gnus-cache-generate-nov-databases):
11341 Use nnml-generate-nov-databases-directory instead of
11342 nnml-generate-nov-databases-1.
11343
11344 2007-11-24 Glenn Morris <rgm@gnu.org>
11345
11346 * message.el (message-tool-bar-retro): Update for rename
11347 mail_send.xpm->mail-send.xpm.
11348
11349 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
11350
11351 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
11352 `smime-ldap-search' for Emacs 22 and up.
11353
11354 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
11355
11356 * hashcash.el: Move to ../mail directory.
11357
11358 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
11359
11360 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
11361 `smime-ldap-search' for Emacs 22 and up.
11362
11363 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11364
11365 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
11366
11367 * message.el (message-send-mail-function): Fix error convention.
11368 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
11369 (message-widen-reply, message-send-mail, message-talkative-question)
11370 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
11371 (message-clone-locals, message-send-news): Use with-current-buffer.
11372 (message-insert-or-toggle-importance): Remove unused var `valid'.
11373 (message-make-references): Remove unused var `new-references'.
11374 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
11375
11376 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
11377
11378 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
11379 (spam-split-symbolic-return-positive): Reflow docstring.
11380 (spam-backends, spam-summary-exit-behavior)
11381 (spam-mark-ham-unread-before-move-from-spam-group)
11382 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
11383 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11384 (spam-clear-cache, spam-backend-check, spam-install-backend)
11385 (spam-install-statistical-backend, spam-list-of-processors)
11386 (spam-group-processor-p, spam-split, spam-bogofilter-score)
11387 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
11388 (spam-check-crm114, spam-initialize, spam-unload-hook):
11389 Fix typos in docstrings.
11390
11391 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
11392
11393 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
11394 been checked if they have never been read and those group levels are
11395 higher than the one that a user specified.
11396
11397 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
11398
11399 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
11400 foreign groups unless a group level is specified by a user.
11401 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
11402
11403 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
11404
11405 * message.el (message-send-mail-function): Require sendmail.
11406
11407 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
11408
11409 * message.el (message-send-mail-function): Check for smtpmail too.
11410
11411 * utf7.el (utf7-encode, utf7-decode): Use coding system
11412 `utf-7'/`utf-7-imap' from utf-7.el' if available.
11413
11414 * message.el (message-send-mail-function): New function.
11415 (message-send-mail-function): Set default using
11416 message-send-mail-function. Adjust doc string.
11417 (message-send-mail-with-mailclient): New function.
11418
11419 2007-11-17 Richard Stallman <rms@gnu.org>
11420
11421 * assistant.el: Remove file.
11422
11423 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
11424
11425 * smime.el (from):
11426 * rfc2047.el (message-posting-charset):
11427 * qp.el (mm-use-ultra-safe-encoding):
11428 * pop3.el (parse-time-months):
11429 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
11430 * nnml.el (files):
11431 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
11432 (jka-compr-compression-info-list, ange-ftp-path-format)
11433 (efs-path-regexp):
11434 * nndiary.el (files):
11435 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
11436 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
11437 (epg-digest-algorithm-alist, inhibit-redisplay)
11438 (password-cache-expiry):
11439 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
11440 (pgg-output-buffer, password-cache-expiry):
11441 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
11442 (efs-path-regexp):
11443 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
11444 (inhibit-redisplay):
11445 * mm-uu.el (file-name, start-point, end-point, entry)
11446 (gnus-newsgroup-name, gnus-newsgroup-charset):
11447 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
11448 (latin-unity-ucs-list):
11449 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
11450 (mm-uu-binhex-decode-function):
11451 * message.el (gnus-message-group-art, gnus-list-identifiers)
11452 (rmail-enable-mime-composing, gnus-local-organization)
11453 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
11454 (gnus-read-active-file, facemenu-add-face-function)
11455 (facemenu-remove-face-function, gnus-article-decoded-p)
11456 (tool-bar-mode):
11457 * mail-source.el (display-time-mail-function):
11458 * gnus-util.el (nnmail-pathname-coding-system)
11459 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
11460 (gnus-original-article-buffer, gnus-user-agent)
11461 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
11462 (xemacs-codename, sxemacs-codename, emacs-program-version):
11463 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
11464 * gnus-start.el (gnus-agent-covered-methods)
11465 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
11466 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
11467 (gnus-newsgroup-headers, gnus-group-list-mode)
11468 (gnus-group-mark-positions, gnus-newsgroup-data)
11469 (gnus-newsgroup-unreads, nnoo-state-alist)
11470 (gnus-current-select-method, mail-sources)
11471 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
11472 (nnmail-spool-file, gnus-cache-active-hashtb):
11473 * gnus-mh.el (mh-lib-progs):
11474 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
11475 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
11476 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
11477 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
11478 (gnus-group-buffer):
11479 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
11480 (font-lock-set-defaults):
11481 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
11482 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
11483 (gnus-summary-post-menu, total-parts, type, condition, length):
11484 * gnus-agent.el (gnus-agent-read-agentview):
11485 * flow-fill.el (show-trailing-whitespace):
11486 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
11487 eval-and-compile wrappers for byte compiler pacifiers.
11488
11489 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
11490 (mm-display-inline-fontify): Check for featurep 'xemacs not
11491 extent-list.
11492
11493 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
11494 itimer-list.
11495 (mm-create-image-xemacs): Only do something for XEmacs.
11496 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
11497
11498 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
11499
11500 * gnus-registry.el (gnus-adaptive-word-syntax-table):
11501 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
11502
11503 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
11504
11505 * nnimap.el (nnimap-split-download-body):
11506 * gnus-demon.el (gnus-demon):
11507 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
11508
11509 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
11510
11511 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
11512 New macros.
11513 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
11514 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
11515 copy data from unibyte buffer to multibyte current buffer.
11516 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
11517 to copy data from unibyte current buffer to multibyte buffer.
11518 (nntp-make-process-buffer): Make process buffer unibyte.
11519
11520 * pop3.el (pop3-open-server): Fix typo in Lisp code.
11521
11522 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
11523
11524 * pop3.el (pop3-open-server): Accept and process data more robustly at
11525 connection start to avoid spurious "POP SSL connection failed" errors.
11526
11527 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11528
11529 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
11530 read group names.
11531
11532 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
11533
11534 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
11535
11536 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
11537
11538 * nnmail.el (nnmail-parse-active): Make group names unibyte.
11539 (nnmail-save-active): Use a unibyte buffer when saving active file,
11540 which may contain non-ASCII group names.
11541
11542 * nnml.el (nnml-request-group): Decode group names in messages.
11543
11544 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
11545
11546 * message.el (message-citation-line-function)
11547 (message-insert-formatted-citation-line): Fix spelling of
11548 `message-insert-formated-citation-line'.
11549
11550 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
11551
11552 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
11553
11554 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
11555
11556 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
11557 nnmail-pathname-coding-system.
11558
11559 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
11560 that a user enters; decode group names in messages.
11561
11562 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
11563
11564 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
11565
11566 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
11567
11568 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
11569
11570 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
11571 risky local variable.
11572
11573 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
11574
11575 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
11576
11577 * encrypt.el: Improve documentation to fix function name typo.
11578 Reported by Daiki Ueno <ueno@unixuser.org>.
11579
11580 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
11581
11582 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
11583 even if the point is not in the last page of an article.
11584 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
11585 back to the previous page.
11586
11587 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
11588
11589 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
11590
11591 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
11592
11593 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
11594
11595 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
11596
11597 * message.el (message-check-news-body-syntax):
11598 Avoid mm-string-as-multibyte.
11599 (message-hide-headers): Don't assume (point-min)==1.
11600
11601 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11602
11603 * message.el (message-remove-blank-cited-lines): Fix if remove is
11604 given.
11605 (message-bogus-address-regexp): New variable.
11606 (message-bogus-recipient-p): New function.
11607 (message-check-recipients): New command.
11608 (message-syntax-checks): Add `bogus-recipient'.
11609 (message-fix-before-sending): Add `bogus-recipient'.
11610
11611 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
11612 (gnus-treat-body-boundary): Don't test window-system.
11613
11614 2007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
11615
11616 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11617
11618 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11619
11620 * gnus.el: Bump version to Gnus v5.13.
11621
11622 2007-10-28 Miles Bader <miles@gnu.org>
11623
11624 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
11625 at compile-time too.
11626
11627 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
11628
11629 * gnus-msg.el (gnus-message-setup-hook):
11630 Add `message-remove-blank-cited-lines' to options.
11631
11632 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
11633
11634 * message.el (message-remove-blank-cited-lines): New function.
11635 Suggested by Karl Plästerer.
11636
11637 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
11638
11639 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
11640 mapc.
11641
11642 * imap.el (imap-open): Replace mapcar called for effect with mapc.
11643 (top-level): Use mapc to set functions to be traced for debugging.
11644
11645 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
11646 called for effect with while loop.
11647
11648 * message.el (message-talkative-question): Replace mapcar called for
11649 effect with mapc.
11650
11651 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
11652 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
11653 called for effect with dolist.
11654
11655 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
11656
11657 * nndiary.el: Use dolist instead of mapcar to add diary headers to
11658 gnus-extra-headers and nnmail-extra-headers.
11659
11660 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
11661 called for effect with dolist.
11662 (top-level): Use mapc to set functions to be traced for debugging.
11663
11664 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
11665 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
11666 dolist.
11667
11668 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11669 Replace mapcar called for effect with mapc.
11670 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11671 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11672 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11673 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11674
11675 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11676 remove-if that's a cl function.
11677
11678 * webmail.el (webmail-debug): Replace mapcar called for effect with
11679 dolist.
11680
11681 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
11682
11683 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11684 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11685 with while loop.
11686
11687 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11688 functions from article-* functions.
11689 (gnus-multi-decode-header): Replace mapcar called for effect with
11690 dolist.
11691
11692 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11693 (gnus-bookmark-show-details): Replace mapcar called for effect with
11694 while loop.
11695
11696 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11697 called for effect with while loop.
11698
11699 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11700 with dolist.
11701
11702 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11703 Replace mapcar called for effect with dolist.
11704
11705 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11706
11707 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11708 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11709 Replace mapcar called for effect with dolist.
11710 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11711 mapc.
11712
11713 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11714 Replace mapcar called for effect with dolist.
11715 (gnus-topic-list): Replace mapcar called for effect with mapc.
11716
11717 * gnus.el: Use mapc instead of mapcar to add autoloads.
11718
11719 2007-10-23 Richard Stallman <rms@gnu.org>
11720
11721 * gnus-group.el (gnus-group-highlight): Mark as risky.
11722
11723 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
11724
11725 * gnus.el (gnus-server-to-method): Return method found first in
11726 gnus-newsrc-alist.
11727
11728 * gnus-art.el (gnus-article-highlight-signature)
11729 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11730 button overlay without the front stickiness.
11731
11732 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
11733
11734 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11735 overview buffer needed a catch to receive its throw.
11736 (gnus-agent-flush-cache): Declare as interactive to make this function
11737 easier to use.
11738
11739 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
11740
11741 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11742 `next-line'.
11743
11744 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
11745
11746 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11747 exclude address matching message-dont-reply-to-names.
11748
11749 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
11750
11751 * gnus-util.el (gnus-string<): New function.
11752
11753 * gnus-sum.el (gnus-article-sort-by-author)
11754 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11755
11756 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
11757
11758 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11759 the frame-focus tag is set in gnus-buffer-configuration.
11760
11761 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
11762
11763 * gnus-art.el (gnus-article-add-button): Make a button overlay without
11764 the front stickiness.
11765
11766 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
11767
11768 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11769 url pattern; remove duplicate one.
11770 (gnus-article-extend-url-button): New function.
11771 (gnus-article-add-buttons): Use it.
11772 (gnus-button-push): Use concatenated url that it makes.
11773
11774 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
11775
11776 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11777 (sieve-manage-open): Use `mapc' instead of `mapcar'.
11778
11779 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
11780
11781 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11782 Don't hardcode point-min==1.
11783
11784 2007-09-30 David Kastrup <dak@gnu.org>
11785
11786 * gnus-art.el (gnus-article-reply-with-original)
11787 (gnus-article-followup-with-original): When `transient-mark-mode' is
11788 off, refrain from active-region behavior for followups.
11789
11790 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
11791
11792 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11793 Fix comment about "iso8859-1".
11794
11795 2007-10-08 Daiki Ueno <ueno@unixuser.org>
11796
11797 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11798 ones returned from the verify-function.
11799
11800 * mm-uu.el (mm-uu-pgp-signed-extract-1):
11801 Call mml2015-extract-cleartext-signature if extraction failed.
11802
11803 2007-10-07 Daiki Ueno <ueno@unixuser.org>
11804
11805 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11806 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11807 failed.
11808
11809 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
11810
11811 * Relicense "GPLv2 or later" files to "GPLv3 or later".
11812
11813 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
11814
11815 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11816 to mark a thread as expirable. Add variable `hide' to handle hiding of
11817 thread for both the null and zero (kill/expire thread) universal prefix
11818 cases.
11819 (gnus-summary-expire-thread): Add new function to expire a thread,
11820 using gnus-summary-kill-thread.
11821 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11822 shortcuts for gnus-summary-expire-thread.
11823 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11824 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
11825
11826 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
11827
11828 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11829 extras value, so an extras entry can be deleted.
11830 (gnus-registry-delete-extra-entry): Use it.
11831 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11832 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11833 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11834 storage through the gnus-registry, and provide an appropriate API for
11835 it.
11836
11837 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
11838
11839 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11840 Suggested by Leo <sdl.web@gmail.com>.
11841
11842 * gnus.el: Do.
11843
11844 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
11845
11846 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11847 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
11848
11849 * gnus-agent.el (gnus-agent-fetch-headers): Do.
11850
11851 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11852 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11853
11854 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
11855
11856 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11857 newline.
11858 (nnmbox-request-accept-article): Don't change article in source buffer;
11859 narrow to header to use message-fetch-field rather than
11860 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11861 (nnmbox-request-replace-article): Quote lines that'll be misidentified
11862 as delimiters; make sure article ends with newline.
11863 (nnmbox-delete-mail): Correct last position of article to be deleted;
11864 ignore X-Gnus-Newsgroup header in article body.
11865 (nnmbox-save-mail): Quote lines looking like delimiters at the right
11866 positions; make sure article ends with newline.
11867
11868 * message.el (message-display-abbrev): Don't infloop when a user
11869 inserts SPC in the beginning of header.
11870
11871 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
11872
11873 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11874 list of groups not followed by default. Fix type to be regexp.
11875 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11876
11877 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
11878
11879 * hmac-def.el (define-hmac-function): Switch from old-style to
11880 new-style backquotes.
11881
11882 * md4.el (md4-make-step): Likewise.
11883
11884 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
11885
11886 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11887 raw-text coding system when saving .newsrc file, which may contain
11888 non-ASCII group names.
11889
11890 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
11891
11892 * gnus-cus.el (gnus-score-extra): New widget.
11893 (gnus-score-extra-convert): New function.
11894 (gnus-score-customize): Use it for Extra.
11895
11896 2007-08-31 Daiki Ueno <ueno@unixuser.org>
11897
11898 * mml2015.el (mml2015-extract-cleartext-signature): New function.
11899 (mml2015-mailcrypt-clear-verify): Use it.
11900 (mml2015-gpg-clear-verify): Use it.
11901 (mml2015-pgg-clear-verify): Use it.
11902 (mml2015-epg-clear-verify): Replace the current part with the output
11903 from GnuPG; don't extract the plaintext by itself.
11904
11905 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11906 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11907 mml2015-clear-verify-function; don't touch the armor headers or
11908 dash-escaped text here.
11909
11910 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
11911
11912 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11913 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11914 parts, or application/octet-stream as a last resort.
11915 (gnus-mime-view-part-as-type): Don't toggle display.
11916 (gnus-mime-view-part-as-charset): Don't turn off display before
11917 querying charset.
11918
11919 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
11920 stuff to undisplayer function in Emacs.
11921 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
11922
11923 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
11924 text/calendar parts.
11925
11926 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
11927
11928 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
11929 decoding text/calendar parts.
11930
11931 * message.el (message-forward-make-body-mime): Always mark body as
11932 having no illegible text; remove signed-or-encrypted argument.
11933 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
11934
11935 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
11936 (mml-generate-mime-1): Don't encode body if it is specified to be in
11937 raw form; don't make buffer be unibyte when inserting multibyte string.
11938
11939 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
11940
11941 * sha1.el: Fix up comment style.
11942 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
11943 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
11944
11945 * hex-util.el: Fix up comment style.
11946 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
11947
11948 * gnus-salt.el: Use with-current-buffer.
11949 (gnus-pick-setup-message): Fix long-standing typo.
11950
11951 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
11952
11953 * imap.el (imap-logout-timeout): New variable.
11954 (imap-logout, imap-logout-wait): New functions.
11955 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
11956
11957 * nnimap.el (nnimap-logout-timeout): New server variable.
11958 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
11959 nnimap-logout-timeout.
11960
11961 * gnus-art.el (gnus-article-summary-command-nosave)
11962 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
11963
11964 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
11965
11966 * gnus.el (gnus-maximum-newsgroup): New variable.
11967
11968 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
11969 according to gnus-maximum-newsgroup.
11970
11971 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11972 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
11973 Limit the range of articles according to gnus-maximum-newsgroup.
11974
11975 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
11976
11977 * gnus-art.el (gnus-sticky-article): Fix problems described in
11978 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
11979 Don't perform gnus-configure-windows here; reuse existing sticky
11980 article buffer.
11981
11982 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
11983 it doesn't exist in gnus-article-mode.
11984
11985 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
11986
11987 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11988 (gnus-agent-decoded-group-name): New function.
11989 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11990 (gnus-agent-expire-group-1): Use it; decode group name in messages.
11991
11992 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
11993
11994 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11995 Add binding for gnus-sticky-article.
11996 (gnus-summary-exit): Don't kill sticky article buffers.
11997
11998 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
11999 article buffer.
12000 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
12001 (gnus-kill-sticky-article-buffers): New commands.
12002
12003 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
12004
12005 * nntp.el (nntp-xref-number-is-evil): New server variable.
12006 (nntp-find-group-and-number): If it is non-nil, don't trust article
12007 numbers in the Xref header.
12008
12009 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
12010
12011 * gnus-agent.el (gnus-agent-read-group): New function.
12012 (gnus-agent-flush-group, gnus-agent-expire-group)
12013 (gnus-agent-regenerate-group): Use it.
12014 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
12015 nnmail-pathname-coding-system.
12016
12017 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
12018
12019 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
12020
12021 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
12022 that are unread as unread, and also as selected so that information of
12023 marks having been changed by a user may be updated when exiting group.
12024
12025 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
12026
12027 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
12028
12029 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
12030
12031 * gnus-art.el (gnus-mime-display-single): Pass part number that is
12032 calculated ignoring signature parts to gnus-treat-article.
12033
12034 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
12035
12036 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
12037 a point here in order to keep the window start.
12038 (gnus-insert-mime-security-button): Make a button overlay without the
12039 front stickiness.
12040 (gnus-mime-display-security): Goto the end of a button.
12041
12042 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
12043
12044 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
12045
12046 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
12047 group-name-at-point.
12048 (gnus-group-completing-read): New function that offers decoded
12049 non-ASCII group names for completion.
12050 (gnus-fetch-group, gnus-group-read-ephemeral-group)
12051 (gnus-group-jump-to-group, gnus-group-make-group-simple)
12052 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
12053 (gnus-group-fetch-control): Use it.
12054 (gnus-fetch-group): Use group-name-at-point for the initial value
12055 rather than the default value; use gnus-alive-p.
12056
12057 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
12058 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
12059 (gnus-summary-post-news): Use gnus-group-completing-read.
12060
12061 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
12062 (gnus-read-move-group-name): Decode group name for completion.
12063
12064 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
12065
12066 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
12067 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
12068 Yamaoka slightly modified the code).
12069
12070 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
12071
12072 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
12073 (nnmail-split-incoming): Bind it.
12074
12075 * nnml.el (nnml-group-name-charset): New function.
12076 (nnml-decoded-group-name): Use it; don't decode group name if
12077 nnmail-group-names-not-encoded-p is non-nil.
12078 (nnml-encoded-group-name): New function.
12079 (nnml-group-pathname): Inline nnml-decoded-group-name.
12080 (nnml-request-expire-articles): Decode group name in message.
12081 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
12082 nnmail-pathname-coding-system.
12083 (nnml-save-mail, nnml-active-number): Work with decoded group names and
12084 not decoded ones according to nnmail-group-names-not-encoded-p.
12085 (nnml-generate-active-info): Use nnml-encoded-group-name.
12086
12087 2007-08-08 Glenn Morris <rgm@gnu.org>
12088
12089 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
12090 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
12091 doc-strings and comments.
12092
12093 2007-07-25 Glenn Morris <rgm@gnu.org>
12094
12095 * Relicense all FSF files to GPLv3 or later.
12096
12097 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
12098
12099 * gnus-sum.el (gnus-summary-move-article):
12100 Make gnus-summary-respool-article work.
12101
12102 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
12103
12104 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
12105 string.
12106
12107 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
12108
12109 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
12110 that should be ignored when comparing distant RSS articles with local
12111 ones.
12112 (nnrss-make-hash-index): New function. Create a hash index according
12113 to the ignored fields.
12114 (nnrss-check-group): Use it.
12115
12116 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
12117
12118 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
12119
12120 * gnus-art.el (article-decode-group-name): Decode Xref header too.
12121
12122 * gnus-group.el (gnus-group-make-group): Encode group name here unless
12123 the new optional argument ENCODED is non-nil.
12124 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
12125 coding system for encoding group name.
12126 (gnus-group-make-rss-group): Pass un-encoded group name to
12127 gnus-group-make-group.
12128 (gnus-group-set-info): Tell gnus-group-make-group that group name is
12129 encoded.
12130
12131 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
12132 Encode group name to which articles are moved or copied.
12133 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
12134 coding system for encoding Newsgroup, Followup-To and Xref headers.
12135
12136 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
12137 marks; use nnheader-file-coding-system to write a file.
12138 (nnagent-retrieve-headers): Bind file-name-coding-system to
12139 nnmail-pathname-coding-system.
12140
12141 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
12142
12143 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
12144 (nnml-request-article, nnml-request-create-group)
12145 (nnml-request-rename-group, nnml-find-id)
12146 (nnml-possibly-change-directory, nnml-possibly-create-directory)
12147 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
12148 (nnml-save-marks): Use nnml-group-pathname instead of
12149 nnmail-group-pathname.
12150
12151 (nnml-request-create-group, nnml-request-expire-articles)
12152 (nnml-request-move-article, nnml-request-delete-group)
12153 (nnml-deletable-article-p, nnml-possibly-create-directory)
12154 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
12155 (nnml-open-marks): Bind file-name-coding-system to
12156 nnmail-pathname-coding-system.
12157
12158 (nnml-request-article): Pass server argument to nnml-find-group-number.
12159 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
12160 Pass server argument to nnml-possibly-create-directory.
12161 (nnml-request-accept-article): Pass server argument to
12162 nnml-active-number and nnml-save-mail.
12163 (nnml-find-group-number): Pass server argument to nnml-find-id.
12164 (nnml-request-update-info): Pass server argument to
12165 nnml-marks-changed-p.
12166
12167 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
12168 (nnml-save-mail, nnml-active-number): Add server argument.
12169
12170 (nnml-request-delete-group): Warn if group is missing.
12171 (nnml-get-nov-buffer): Decode group name.
12172 (nnml-generate-active-info): Encode group name.
12173 (nnml-open-marks): Decode group name in messages.
12174
12175 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
12176
12177 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
12178 if it is not specified.
12179 (gnus-article-pipe-part, gnus-article-save-part)
12180 (gnus-article-interactively-view-part, gnus-article-copy-part)
12181 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
12182 (gnus-article-inline-part, gnus-article-save-part-and-strip)
12183 (gnus-article-replace-part, gnus-article-delete-part)
12184 (gnus-article-view-part-as-type): Pass raw prefix argument to
12185 gnus-article-part-wrapper.
12186
12187 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
12188
12189 * gnus-agent.el (gnus-agent-save-active):
12190 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
12191
12192 * gnus-cache.el (gnus-cache-save-buffers)
12193 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
12194 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
12195 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
12196 (gnus-cache-braid-nov, gnus-cache-braid-heads)
12197 (gnus-cache-generate-active, gnus-cache-rename-group)
12198 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
12199 (gnus-cache-update-overview-total-fetched-for):
12200 Bind file-name-coding-system to nnmail-pathname-coding-system.
12201 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
12202 New variables.
12203 (gnus-cache-decoded-group-name): New function.
12204 (gnus-cache-file-name): Use it.
12205 (gnus-cache-generate-active): Use non-decoded group name for active.
12206
12207 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
12208 right place.
12209 (gnus-write-active-file): Don't break non-ASCII group names.
12210
12211 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
12212 nnmail-pathname-coding-system.
12213
12214 * gnus-uu.el (gnus-uu-decode-save): Typo.
12215
12216 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
12217
12218 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
12219
12220 2007-07-14 David Kastrup <dak@gnu.org>
12221
12222 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
12223 finishing actions if we did not edit the article.
12224
12225 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
12226
12227 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
12228 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
12229 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
12230 (gnus-agent-flush-group, gnus-agent-flush-cache)
12231 (gnus-agent-fetch-headers, gnus-agent-load-alist)
12232 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
12233 (gnus-agent-retrieve-headers, gnus-agent-request-article)
12234 (gnus-agent-regenerate-group)
12235 (gnus-agent-update-files-total-fetched-for)
12236 (gnus-agent-update-view-total-fetched-for):
12237 Bind file-name-coding-system to nnmail-pathname-coding-system.
12238 (gnus-agent-group-pathname): Don't encode file names by
12239 nnmail-pathname-coding-system.
12240 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
12241 coding-system-for-write instead of buffer-file-coding-system to
12242 gnus-agent-file-coding-system.
12243
12244 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
12245 Decode group name.
12246
12247 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
12248
12249 * gnus-start.el (gnus-update-active-hashtb-from-killed)
12250 (gnus-read-newsrc-el-file): Make group names unibyte.
12251
12252 * nnmail.el (nnmail-group-pathname): Don't encode file names by
12253 nnmail-pathname-coding-system.
12254
12255 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
12256 (nnrss-request-delete-group): Bind file-name-coding-system to
12257 nnmail-pathname-coding-system.
12258 (nnrss-read-server-data, nnrss-read-group-data):
12259 Bind file-name-coding-system correctly.
12260 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
12261
12262 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
12263 (nntp-server-to-method-cache): New variable.
12264 (nntp-group-pathname): New function that decodes non-ASCII group names.
12265 (nntp-possibly-create-directory, nntp-marks-changed-p)
12266 (nntp-save-marks, nntp-open-marks): Use it.
12267 (nntp-possibly-create-directory, nntp-open-marks):
12268 Bind file-name-coding-system to nnmail-pathname-coding-system.
12269 (nntp-open-marks): Decode group names when bootstrapping marks.
12270
12271 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
12272 Newsgroups and Followup-To headers.
12273
12274 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
12275
12276 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12277 (gnus-server-closed-face, gnus-server-denied-face)
12278 (gnus-server-offline-face): Remove variable.
12279 (gnus-server-font-lock-keywords): Use faces that are not aliases.
12280
12281 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
12282 of modifying message-stack directly for XEmacs.
12283
12284 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
12285 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
12286 if the coding-system argument is nil for XEmacs.
12287
12288 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
12289 mm-charset-override-alist.
12290
12291 * rfc2047.el: Don't require base64; require rfc2045 for the function
12292 rfc2045-encode-string.
12293 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
12294 to quote the parameter value.
12295
12296 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
12297
12298 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
12299 form in gnus-group-name-charset-method-alist.
12300
12301 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
12302 overrides the default layout edit-form.
12303
12304 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
12305
12306 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
12307
12308 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
12309
12310 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
12311 as unfetched articles.
12312
12313 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
12314
12315 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
12316
12317 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
12318
12319 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
12320 original back end that keeps marks in the local system.
12321
12322 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
12323
12324 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
12325 arg of pop-to-buffer for XEmacs.
12326 (gnus-article-read-summary-keys): Ditto; don't restore window
12327 configuration if summary command ends up with neither article buffer
12328 nor summary buffer; describe bindings if summary keys end with C-h.
12329
12330 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
12331
12332 * message.el (message-fix-before-sending): Skip raw message part to be
12333 forwarded while checking illegible text.
12334 (message-forward-make-body-mime, message-forward-make-body):
12335 Mark signed or encrypted raw message as having no illegible text.
12336
12337 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
12338
12339 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
12340 (gnus-message-with-timestamp-1): New macro.
12341 (gnus-message-with-timestamp): New function.
12342 (gnus-message): Use them.
12343
12344 * nnheader.el (nnheader-message): Use them.
12345
12346 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
12347
12348 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
12349 .newsrc.eld file.
12350
12351 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
12352
12353 * gnus-agent.el (gnus-agent-fetch-headers)
12354 (gnus-agent-retrieve-headers):
12355 Bind gnus-decode-encoded-address-function to identity.
12356
12357 * nntp.el (nntp-send-xover-command): Recognize an xover command is
12358 available also when the server returns simply a dot.
12359
12360 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
12361
12362 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
12363
12364 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
12365
12366 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
12367
12368 * gnus-ems.el (gnus-x-splash): Make it work.
12369
12370 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
12371 from being used.
12372
12373 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
12374
12375 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
12376 the front stickiness.
12377 (gnus-article-summary-command-nosave): Correct the order of the
12378 arguments passed to pop-to-buffer.
12379 (gnus-article-read-summary-keys): Ditto; make it work properly when the
12380 summary command ends up with the article buffer.
12381
12382 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
12383 the same faces.
12384
12385 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
12386
12387 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
12388
12389 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
12390
12391 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
12392 * gnus-sum.el (gnus-summary-highlight):
12393 * mail-source.el (mail-source-delete-old-incoming-confirm):
12394 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
12395
12396 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
12397
12398 * gnus-art.el (gnus-mime-view-part-externally)
12399 (gnus-mime-view-part-internally): Fix predicate function passed to
12400 completing-read.
12401
12402 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
12403
12404 * gnus.el (gnus-update-message-archive-method): Add :version.
12405
12406 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
12407
12408 * gnus.el (gnus-update-message-archive-method): New variable.
12409
12410 * gnus-start.el (gnus-setup-news): Update saved "archive" method
12411 according to gnus-message-archive-method if
12412 gnus-update-message-archive-method is non-nil.
12413
12414 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
12415
12416 * gnus-sum.el (gnus-summary-limit-to-address): New function.
12417 Suggested by Loic Dachary <loic@dachary.org>.
12418 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12419
12420 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
12421
12422 * message.el (message-pop-to-buffer): Add switch-function argument.
12423 (message-mail): Pass switch-function argument to it.
12424
12425 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
12426
12427 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
12428 Improve doc string.
12429
12430 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
12431
12432 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
12433 (gnus-header-content):
12434 * gnus-cite.el (gnus-cite-10):
12435 * gnus-srvr.el (gnus-server-closed):
12436 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
12437 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
12438 (gnus-group-mail-3-empty, gnus-group-mail-low)
12439 (gnus-group-mail-low-empty, gnus-splash):
12440 * message.el (message-header-to, message-header-cc)
12441 (message-header-subject, message-header-other, message-header-name)
12442 (message-header-xheader, message-separator, message-cited-text)
12443 (message-mml): Lighten colors of faces used for dark background.
12444
12445 2007-05-24 Simon Josefsson <simon@josefsson.org>
12446
12447 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
12448 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
12449
12450 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
12451
12452 * message.el (message-narrow-to-headers-or-head):
12453 Ignore mail-header-separator in the body.
12454
12455 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
12456
12457 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
12458 same as window size.
12459
12460 2007-05-22 Kevin Ryde <user42@zip.com.au>
12461
12462 * message.el (message-font-lock-keywords): Use message-header-xheader
12463 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
12464 ahead of the anything pattern, to get it recognized.
12465
12466 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
12467
12468 * gnus-sum.el (gnus-articles-to-read)
12469 (gnus-summary-insert-old-articles): Don't truncate group name for
12470 `read-string'.
12471
12472 * gnus-util.el (gnus-limit-string): Delete this function.
12473
12474 * gnus-sum.el (gnus-simplify-subject-fully):
12475 Use `truncate-string-to-width' instead.
12476
12477 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
12478
12479 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
12480 Tell if, on summary exit, the next group has to be selected.
12481 (gnus-summary-exit): Use it.
12482
12483 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
12484
12485 * gnus-art.el (gnus-article-mode): Fix comment about displaying
12486 non-break space.
12487
12488 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
12489
12490 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
12491 Check if group is not a directory.
12492 (nnfolder-request-expire-articles): Don't delete articles if the target
12493 group is not available.
12494
12495 * nnml.el (nnml-request-create-group): Properly check if group is not a
12496 file.
12497 (nnml-request-expire-articles): Don't delete articles if the target
12498 group is not available.
12499
12500 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12501 Don't quote characters that are within parentheses.
12502
12503 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
12504
12505 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
12506 (gnus-handle-ephemeral-exit): Select article according to it.
12507
12508 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
12509
12510 * message.el (message-insert-formated-citation-line): Remove newline.
12511 (message-citation-line-format): Add final \n here so that the user can
12512 avoid a blank line.
12513
12514 2007-05-03 Dan Christensen <jdc@uwo.ca>
12515
12516 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
12517 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
12518 Update lanl/arXiv support.
12519
12520 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
12521
12522 * gnus.el: Bump version number.
12523
12524 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12525
12526 * gnus.el (gnus-version-number): Bump version.
12527
12528 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12529
12530 * gnus.el: No Gnus v0.6 is released.
12531
12532 2007-04-27 Didier Verna <didier@xemacs.org>
12533
12534 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
12535 * gmm-utils.el (gmm-regexp-concat): ... here.
12536 * message.el: Don't require 'gnus-util.
12537 (message-dont-reply-to-names): Handle name change above.
12538 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
12539
12540 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
12541
12542 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
12543 since the initial value varies according to the system.
12544
12545 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
12546
12547 * mm-util.el (mm-charset-synonym-alist): Defcustom.
12548
12549 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
12550
12551 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
12552
12553 2007-04-24 Didier Verna <didier@xemacs.org>
12554
12555 Improve the type of gnus-ignored-from-addresses.
12556 * gnus-util.el (gnus-orify-regexp): New function.
12557 * message.el (gnus-util): Require it.
12558 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
12559 * gnus-sum.el (gnus-ignored-from-addresses): New function.
12560 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
12561
12562 2007-04-24 Didier Verna <didier@xemacs.org>
12563
12564 * gnus-sum.el:
12565 * gnus-utils.el: Fix some trailing whitespaces.
12566
12567 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
12568
12569 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
12570 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
12571 article's Message-ID; refer parent article in summary buffer.
12572
12573 * message.el (message-bounce): Call mime-to-mml.
12574
12575 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
12576
12577 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
12578
12579 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
12580
12581 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
12582 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
12583 displayed of multipart/alternative part if it is invoked from summary
12584 buffer.
12585
12586 * mm-view.el (mm-inline-text-html-render-with-w3m)
12587 (mm-inline-text-html-render-with-w3m-standalone)
12588 (mm-inline-render-with-function): Use mail-parse-charset by default.
12589
12590 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
12591
12592 * parse-time.el (parse-time-string-chars): Check if CHAR
12593 is less than the length of parse-time-syntax.
12594
12595 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
12596
12597 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
12598 from gnus-newsgroup-processable.
12599
12600 2007-04-16 Didier Verna <didier@xemacs.org>
12601
12602 * gnus-msg.el (gnus-configure-posting-styles):
12603 Handle message-signature-directory properly with :file syntax.
12604 Reported by "Leo".
12605
12606 2007-04-11 Didier Verna <didier@xemacs.org>
12607
12608 New user option: message-signature-directory.
12609 * gnus-msg.el (gnus-configure-posting-styles): Support it.
12610 * message.el (message-insert-signature): Ditto.
12611 * message.el (message-signature-file): Doc update.
12612 * message.el (message-signature-directory): New.
12613
12614 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
12615
12616 * gnus-msg.el (gnus-inews-yank-articles):
12617 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
12618
12619 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
12620
12621 * message.el (message-yank-original): Make sure cited text ends with
12622 newline; don't exchange point and mark.
12623
12624 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
12625
12626 * tls.el (open-tls-stream): Properly handle case where there
12627 is no associated buffer.
12628
12629 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
12630
12631 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12632 message-yank-original, make sure (< mark TEXT point).
12633
12634 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
12635
12636 * message.el (message-fill-column): New variable.
12637 (message-mode): Use it. Add comment on a possible new hook.
12638
12639 * nnmail.el (nnmail-spool-file): Mark as obsolete.
12640 (nnmail-get-new-mail): Reformat.
12641
12642 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12643
12644 * gmm-utils.el: Fix Commentary.
12645 (gmm-tool-bar-from-list): Fix typo in doc string.
12646
12647 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
12648
12649 * message.el (message-yank-original): Don't switch point and mark
12650 unnecessarily to put point and mark as documented.
12651
12652 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12653
12654 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12655 from the message heads.
12656
12657 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
12658
12659 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12660 article buffer does not have a window. This may not be the best
12661 solution but is certainly better than setting the start of the null,
12662 that is the current, window.
12663
12664 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
12665
12666 * gnus-draft.el (gnus-draft-setup-hook): New hook.
12667 (gnus-draft-setup): Run it.
12668
12669 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12670 gnus-score-fast-scoring. Allow regexp.
12671 (gnus-score-headers): Use it.
12672
12673 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12674 XEmacs.
12675
12676 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12677 string.
12678 (gnus-button-alist): Also catch `<f1> k ...'.
12679 (gnus-treat-display-x-face): Fix doc string.
12680
12681 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12682
12683 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12684 evaluation of gnus-extended-version to ensure correct generation of the
12685 User-Agent header when message-generate-headers-first is used.
12686
12687 2007-03-24 Simon Josefsson <simon@josefsson.org>
12688
12689 * hashcash.el (hashcash-generate-payment-async): Don't crash if
12690 hashcash-path is nil. Don't call callback with incorrect number of
12691 parameters if val is 0.
12692
12693 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12694
12695 * message.el (message-required-news-headers):
12696 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12697
12698 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
12699
12700 * message.el (message-generate-new-buffers): Change the meaning of the
12701 nil value; add `standard' to the choices; treat t as `unique'; improve
12702 doc string.
12703 (gnus-select-frame-set-input-focus): Autoload.
12704 (message-buffer-name): Search for the existing message buffer if
12705 message-generate-new-buffers is nil or `standard'; treat the value t of
12706 message-generate-new-buffers as `unique'.
12707 (message-pop-to-buffer): Raise the frame already displaying the message
12708 buffer; clear the echo area after querying.
12709 (message-setup): Pass the `continue' argument to compose-mail.
12710 (message-mail): Prefer `switch-function' if it is given; search for the
12711 existing message buffer if the `continue' argument is non-nil; pass
12712 continue and switch-function arguments to compose-mail by way of
12713 message-setup.
12714 (message-mail-other-window): Adjust argument of message-setup.
12715 (message-mail-other-frame): Ditto.
12716
12717 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
12718
12719 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12720 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12721 to turn font-lock on when turning gnus-message-citation-mode on.
12722
12723 2007-03-06 Daiki Ueno <ueno@unixuser.org>
12724
12725 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12726 (mml-smime-function-alist): New variable; add epg as the backend.
12727 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12728 mml-smime- functions instead.
12729 * mm-view.el: Require smime.
12730
12731 2007-03-05 Didier Verna <didier@xemacs.org>
12732
12733 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12734 instead of just inheritance for posting styles.
12735 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12736
12737 2007-02-24 John Paul Wallington <jpw@pobox.com>
12738
12739 * tls.el (tls-certtool-program): Fix custom type.
12740
12741 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12742
12743 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12744 and point-at-eol instead of line-(beginning|end)-position.
12745
12746 * assistant.el (assistant-parse-buffer): Ditto.
12747
12748 2007-02-28 Daiki Ueno <ueno@unixuser.org>
12749
12750 * mml2015.el (mml2015-epg-find-usable-key): New function.
12751 (mml2015-epg-sign): Use it.
12752 (mml2015-epg-encrypt): Use it.
12753
12754 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12755
12756 * message.el (message-make-in-reply-to): Quote name containing
12757 non-ASCII characters. It will make the RFC2047 encoder cause an error
12758 if there are special characters. Reported by NAKAJI Hiroyuki
12759 <nakaji@jp.freebsd.org>.
12760
12761 2007-02-27 Didier Verna <didier@xemacs.org>
12762
12763 Include the group parameters as well as the topic ones in the
12764 inheritance filter process.
12765 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12766 argument GROUP-PARAMS-LIST.
12767 * gnus-topic.el (gnus-group-topic-parameters): Use it.
12768
12769 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
12770
12771 * nntp.el (nntp-never-echoes-commands)
12772 (nntp-open-connection-functions-never-echo-commands): New variables.
12773 (nntp-send-command): Use them.
12774
12775 2007-02-20 Daiki Ueno <ueno@unixuser.org>
12776
12777 * mml2015.el (mml2015-epg-verify): Simplify.
12778
12779 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
12780
12781 * mml.el (mml-content-disposition-alist): New user option.
12782 (mml-content-disposition): New function.
12783 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12784 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12785
12786 2007-02-19 Daiki Ueno <ueno@unixuser.org>
12787
12788 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12789 verification.
12790
12791 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12792
12793 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12794 articles posted in the last 24 hours.
12795
12796 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
12797
12798 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12799
12800 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
12801
12802 * nntp.el (nntp-send-command): Don't wait for echoes when
12803 nntp-open-ssl-stream is used.
12804
12805 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
12806
12807 * gnus-cite.el (gnus-test-font-lock-add-keywords)
12808 (gnus-message-add-citation-keywords)
12809 (gnus-message-remove-citation-keywords): Remove.
12810 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12811 directly, make the variables in font-lock-defaults buffer-local, add
12812 gnus-message-citation-keywords to them and then update the value of
12813 font-lock-keywords.
12814
12815 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
12816
12817 * message.el (message-cite-original-1): Don't call
12818 gnus-article-highlight-citation.
12819
12820 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12821 citations; fix line count.
12822
12823 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
12824
12825 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12826 (gnus-message-add-citation-keywords)
12827 (gnus-message-remove-citation-keywords): Use it; fix the emulating
12828 versions of font-lock-add-keywords and font-lock-remove-keywords to
12829 work with XEmacs correctly.
12830
12831 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
12832
12833 * gnus-cite.el (gnus-cite-face-list): Set the values of
12834 gnus-message-max-citation-depth and gnus-message-citation-keywords.
12835 (gnus-message-max-citation-depth): Use defvar rather than defconst.
12836 (gnus-message-cite-prefix-regexp): New variable.
12837 (gnus-message-search-citation-line): Use it; protect against long
12838 citation prefix; fill match data with nil rather than 0 for XEmacs; set
12839 the 0th match data for Emacs.
12840 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12841 (gnus-message-add-citation-keywords): Append keywords rather than
12842 prepending; emulate font-lock-add-keywords if it is not available.
12843 (gnus-message-remove-citation-keywords):
12844 Emulate font-lock-remove-keywords if it is not available.
12845
12846 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12847
12848 * message.el (message-cite-prefix-regexp): Set the value of
12849 gnus-message-cite-prefix-regexp.
12850
12851 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12852
12853 * nnweb.el (nnweb-google-parse-1): Update parser.
12854
12855 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
12856
12857 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
12858
12859 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12860
12861 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12862 regexp.
12863
12864 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
12865
12866 * uudecode.el (uudecode-string-to-multibyte): New function emulating
12867 string-to-multibyte.
12868 (uudecode-decode-region-internal): Use it.
12869
12870 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
12871
12872 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12873 Fix custom choice.
12874
12875 * gnus-art.el (gnus-signature-limit): Fix custom choice.
12876
12877 2007-01-22 Daiki Ueno <ueno@unixuser.org>
12878
12879 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
12880
12881 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
12882 `write-region' to respect `mm-inhibit-file-name-handlers'.
12883
12884 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
12885
12886 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
12887 Use gnus-home-directory instead of "~/" or "$HOME".
12888
12889 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
12890
12891 * encrypt.el (encrypt-insert-file-contents): Add better prompt
12892 to mention filename.
12893 Add comments at beginning regarding usage.
12894 (encrypt-write-file-contents): Change interactive so a string is
12895 acceptable. If the file has no associated model, show an error instead
12896 of a nonsense prompt.
12897
12898 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
12899
12900 * spam.el (spam-bsfilter-ham-switch): Fix typo.
12901 Thanks to Yoshihiko Yamada for kind notification of this typo.
12902
12903 2007-01-12 Kenichi Handa <handa@m17n.org>
12904
12905 * uudecode.el (uudecode-decode-region-internal): Make it work in a
12906 multibyte buffer.
12907
12908 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
12909
12910 * gnus-score.el (gnus-score-fast-scoring): New variable.
12911 (gnus-score-headers): Use it.
12912
12913 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
12914
12915 * message.el (message-cite-original-1):
12916 Call gnus-article-highlight-citation if requested.
12917 (message-make-from): Allow name and address as optional arguments.
12918
12919 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
12920
12921 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
12922 bugs to doc string.
12923 (gnus-button-alist): Add mid\\|message-id.
12924 (gnus-button-fetch-group): Extend for use in
12925 `browse-url-browser-function'.
12926 (gnus-button-url-regexp): Try to catch paired parentheses like in
12927 Wikipedia URLs.
12928
12929 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
12930 Suggested by Simon Krahnke <overlord@gmx.li>.
12931
12932 2007-01-13 Romain Francoise <romain@orebokech.com>
12933
12934 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
12935 Update copyright.
12936
12937 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
12938
12939 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
12940
12941 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12942
12943 * gnus-registry.el (gnus-registry-unfollowed-groups)
12944 (gnus-registry-split-fancy-with-parent): Fix documentation.
12945
12946 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
12947
12948 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12949 from nnweb groups.
12950
12951 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
12952
12953 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12954 Xref urls. Erase buffer before requesting head.
12955
12956 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12957
12958 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
12959
12960 * gnus-soup.el (gnus-soup): New custom group. Make user variables
12961 customizable.
12962
12963 2007-01-05 Daiki Ueno <ueno@unixuser.org>
12964
12965 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
12966 no signing key is found.
12967 (mml2015-epg-encrypt): Ask user whether to skip or abort if
12968 no encrypting and/or signing key is found.
12969
12970 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
12971
12972 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
12973
12974 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12975
12976 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
12977 headers read from disk with the ones newly found in the current search.
12978 This should no longer cause problems, because the article numbers in
12979 Gmane's `nov.php' output are ignored since the previous change.
12980
12981 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12982
12983 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
12984
12985 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
12986
12987 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12988
12989 2007-01-01 Romain Francoise <romain@orebokech.com>
12990
12991 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
12992
12993 2006-12-31 Steve Youngs <steve@sxemacs.org>
12994
12995 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
12996 `define-minor-mode' macro definition expanded properly.
12997 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
12998 exclude it there.
12999
13000 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
13001 of 2006-12-30. The default is nil on (S)XEmacs already because of the
13002 `fboundp' test.
13003 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
13004 This is OK to autoload in (S)XEmacs now.
13005
13006 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
13007
13008 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
13009 keystroke.
13010 (gnus-summary-limit-to-singletons): Fix typo.
13011
13012 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
13013 else fails.
13014
13015 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13016
13017 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
13018 docstring.
13019
13020 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
13021 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
13022 (gnus-summary-insert-dormant-articles): Fix typo in message.
13023
13024 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
13025
13026 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
13027 nil for XEmacs.
13028 (gnus-message-citation-mode): Don't autoload in XEmacs.
13029
13030 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
13031
13032 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
13033
13034 * nnimap.el (nnimap-expunge-search-string):
13035 Mention nnimap-search-uids-not-since-is-evil in docstring.
13036
13037 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
13038
13039 * spam.el: Revert to make-obsolete-variable because
13040 define-obsolete-variable-alias is not supported in Emacs 21.
13041
13042 * spam.el (spam-ifile-path, spam-ifile-database-path)
13043 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
13044 make-obsolete-variable.
13045 (spam-bsfilter-path, spam-bsfilter-program)
13046 (spam-spamassassin-path, spam-spamassassin-program)
13047 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
13048 Don't use "path" inappropriately.
13049 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
13050 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
13051 variable names.
13052
13053 2006-12-28 Daiki Ueno <ueno@unixuser.org>
13054
13055 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
13056 summary buffer.
13057
13058 * password.el (password-cache-remove): Use clear-string to burn
13059 password, if available.
13060
13061 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
13062
13063 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
13064
13065 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
13066
13067 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
13068 (gnus-message-highlight-citation): Move defcustom here from
13069 gnus-cite.el.
13070 (gnus-message-citation-mode): Autoload.
13071
13072 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
13073 checks to make it compile with XEmacs.
13074 (gnus-message-citation-mode): New minor mode.
13075 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
13076 (gnus-message-highlight-citation): New variables.
13077 (gnus-message-search-citation-line)
13078 (gnus-message-add-citation-keywords)
13079 (gnus-message-remove-citation-keywords)
13080 (turn-on-gnus-message-citation-mode)
13081 (turn-off-gnus-message-citation-mode): New functions.
13082
13083 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
13084
13085 * gnus-cite.el: Enable highlighting of different citation levels in
13086 message-mode.
13087
13088 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
13089
13090 * message.el (message-make-fqdn): Fix comment.
13091 (message-bogus-system-names): Add ".local".
13092
13093 * spam.el (spam-ifile-path, spam-ifile-program)
13094 (spam-ifile-database-path, spam-ifile-database)
13095 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
13096 Don't use "path" inappropriately.
13097 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
13098 strings.
13099 (spam-check-ifile, spam-ifile-register-with-ifile)
13100 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
13101 Use new variable names.
13102
13103 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
13104 (gnus-treat-display-smileys): Simplify using
13105 gnus-image-type-available-p.
13106
13107 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
13108 available.
13109
13110 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
13111
13112 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
13113 one after turning on the buffer's multibyteness instead of decoding
13114 them directly in the unibyte buffer that causes unexpected conversion
13115 in Emacs 23 (unicode).
13116
13117 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13118
13119 * message.el (message-generate-hashcash): Fix custom type.
13120
13121 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
13122
13123 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
13124
13125 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
13126
13127 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
13128 disconnect icons. Add help text.
13129
13130 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
13131
13132 * spam.el (spam-extra-header-to-number): CRM114 spam score is
13133 negated to be consistent with the others we handle.
13134
13135 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13136
13137 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
13138 version of gnus-summary-buffer to something, so that we can use two
13139 article buffers at the same time.
13140
13141 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
13142
13143 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
13144 trigger all the extra headers.
13145 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
13146 sorting.
13147
13148 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13149
13150 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
13151 solid groups.
13152
13153 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
13154
13155 * legacy-gnus-agent.el: Add Copyright notice.
13156
13157 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
13158
13159 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
13160
13161 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13162
13163 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
13164
13165 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
13166 to make it work reliably in CVS Emacs.
13167 (gnus-summary-limit-strange-charsets-predicate)
13168 (gnus-summary-limit-to-predicate): New functions.
13169
13170 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
13171
13172 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
13173 specifying array size.
13174 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
13175 array if it is too small.
13176 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
13177 (gnus-sort-threads-loop): New function.
13178
13179 2006-12-06 Chris Moore <dooglus@gmail.com>
13180
13181 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
13182 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
13183
13184 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
13185
13186 * mm-url.el (mm-url-predefined-programs): Call curl with correct
13187 options.
13188
13189 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13190
13191 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
13192 DOS-ing the recipient.
13193
13194 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
13195 the headers when creating the mapping to avoid mismappings.
13196 (nnweb-gmane-create-mapping): Always nix out old mapping.
13197
13198 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
13199
13200 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
13201 and mm-verify-option to never.
13202
13203 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
13204
13205 * message.el (message-signed-or-encrypted-p): New function.
13206 (message-forward-make-body): Use it.
13207
13208 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
13209 Replace encode-coding-string with mm-encode-coding-string.
13210
13211 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
13212
13213 * nneething.el (nneething-decode-file-name):
13214 Replace decode-coding-string with mm-decode-coding-string.
13215
13216 * gnus-int.el (gnus-open-server): Say failed server's name.
13217
13218 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
13219
13220 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
13221 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
13222
13223 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
13224 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
13225 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
13226 (gnus-group-make-directory-group, gnus-group-transpose-groups):
13227 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
13228 (gnus-subscribe-newsgroup, gnus-1):
13229 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
13230 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
13231 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
13232 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
13233
13234 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
13235
13236 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
13237 keystroke.
13238 (gnus-summary-limit-to-bodies): Implement headersp.
13239
13240 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13241
13242 * dns.el (query-dns): Protect against "Process dns deleted" strings.
13243
13244 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
13245
13246 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
13247
13248 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13249
13250 * message.el (message-generate-hashcash): Expand range of values to
13251 include `opportunistic'.
13252 (message-send-mail): Use it.
13253
13254 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13255
13256 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
13257 and comment it.
13258
13259 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
13260
13261 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
13262
13263 * gnus-util.el (gnus-extract-address-components): Improve comment.
13264
13265 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
13266
13267 * gnus-util.el (gnus-extract-address-components): Work with address in
13268 which the name portion contains @.
13269
13270 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
13271
13272 * gnus.el (gnus-start): Move custom group up.
13273 (gnus-select-method): Don't autoload, but make it available for
13274 `customize-variable'.
13275 (gnus-getenv-nntpserver): Don't autoload.
13276
13277 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
13278
13279 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
13280
13281 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
13282
13283 * message.el (message-sendmail-extra-arguments): New variable.
13284 (message-send-mail-with-sendmail): Use it.
13285
13286 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
13287
13288 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
13289 mm-with-unibyte-current-buffer to make string unibyte.
13290
13291 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
13292 mm-string-as-multibyte.
13293
13294 2006-11-14 Daiki Ueno <ueno@unixuser.org>
13295
13296 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
13297 Reported by Werner Koch <wk@gnupg.org>.
13298
13299 2006-11-14 Daiki Ueno <ueno@p360>
13300
13301 * mml2015.el: Autoload epa-select-keys when compiling.
13302
13303 2006-11-13 Daiki Ueno <ueno@unixuser.org>
13304
13305 * mml2015.el (mml2015-epg-sign): Save the signing keys in
13306 message-options.
13307 (mml2015-epg-encrypt): Save the recipient keys in message-options.
13308
13309 2006-11-13 Daiki Ueno <ueno@unixuser.org>
13310
13311 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
13312 EasyPG (< 0.0.6).
13313 (mml2015-always-trust): New user option.
13314 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
13315 prompt.
13316
13317 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
13318
13319 * nntp.el (nntp-authinfo-force): New variable.
13320 (nntp-send-authinfo): Use it.
13321
13322 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
13323
13324 * message.el (message-strip-subject-encoded-words): Allow _not_ to
13325 decode encoded words. Improve prompt. Add comment about forwarding.
13326 (message-replacement-char): Move up.
13327
13328 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
13329
13330 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
13331 instead of gnus-intersection because arguments of gnus-sorted-nunion
13332 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
13333
13334 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
13335
13336 * message.el (message-strip-subject-encoded-words): Reformat prompt.
13337 (message-simplify-subject-functions):
13338 Enable message-strip-subject-encoded-words by default.
13339
13340 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
13341
13342 * message.el (message-strip-subject-encoded-words): New function.
13343 (message-simplify-subject-functions): New variable.
13344 (message-simplify-subject): Use it. Fix typo in doc string.
13345 Support message-strip-subject-encoded-words.
13346
13347 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
13348
13349 * gnus-diary.el (gnus-diary-delay-format-function):
13350 * nndiary.el (nndiary-reminders):
13351 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
13352
13353 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
13354
13355 * gnus-art.el (article-hide-boring-headers): Fetch date from
13356 gnus-original-article-buffer to avoid problems with localized date
13357 strings.
13358
13359 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
13360
13361 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
13362
13363 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
13364
13365 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13366 New variables.
13367 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13368 (mm-charset-synonym-alist): Move some entries to
13369 mm-codepage-iso-8859-list.
13370 (mm-charset-synonym-alist, mm-charset-override-alist):
13371 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13372
13373 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
13374
13375 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
13376
13377 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
13378
13379 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
13380 with Emacs 21 and XEmacs.
13381
13382 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
13383
13384 * spam.el (spam-parse-address): New function for better parsing,
13385 catching errors, etc.
13386 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
13387
13388 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
13389
13390 * mm-view.el: Add interactive arg to html2text autoload.
13391
13392 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
13393
13394 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
13395
13396 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
13397
13398 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13399 New variables.
13400 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13401 (mm-charset-synonym-alist): Move some entries to
13402 mm-codepage-iso-8859-list.
13403
13404 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
13405
13406 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
13407
13408 * message.el (message-citation-line-format)
13409 (message-insert-formated-citation-line): Fix implementation of %E, %N
13410 and %n according to the doc string.
13411
13412 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
13413
13414 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13415 Use car-safe to avoid bad parses.
13416
13417 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
13418
13419 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
13420 names.
13421
13422 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
13423
13424 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
13425
13426 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
13427 header.
13428
13429 * message.el (message-draft-headers): Add Date.
13430 (message-headers-to-generate): Fix typo in docstring.
13431
13432 * nndraft.el (nndraft-required-headers): New variable.
13433 (nndraft-generate-headers): Use it.
13434
13435 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
13436
13437 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
13438
13439 * gnus-registry.el (gnus-registry-wash-for-keywords)
13440 (gnus-registry-find-keywords): New functions to allow easy searching of
13441 articles that are in the registry.
13442
13443 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
13444
13445 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13446 Use ietf-drums-parse-address instead of gnus-extract-address-components.
13447 Reported by Damien Elmes <damien@repose.cx>.
13448
13449 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
13450
13451 * gnus.el (gnus-mime): Remove unused custom group.
13452
13453 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13454
13455 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
13456 "blank line" when searching for end of armor headers.
13457
13458 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
13459
13460 * gmm-utils.el (gmm-write-region): Fix variable name.
13461
13462 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
13463
13464 * gmm-utils.el (gmm-write-region): New function based on compatibility
13465 code from `mm-make-temp-file'.
13466
13467 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
13468
13469 * nnmaildir.el (nnmaildir--update-nov)
13470 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
13471 Use `gmm-write-region'.
13472
13473 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
13474
13475 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
13476 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13477
13478 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
13479
13480 * message.el (message-replacement-char): New variable.
13481 (message-fix-before-sending): Use it.
13482 (message-simplify-subject): New function to remove duplicate code.
13483 (message-reply, message-followup): Use it.
13484
13485 * gnus-sum.el (gnus-summary-make-menu-bar):
13486 Clarify gnus-summary-limit-to-articles.
13487
13488 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
13489
13490 * gnus-util.el (gnus-with-local-quit): New macro.
13491
13492 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
13493
13494 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
13495
13496 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
13497 ignore non-string data.
13498
13499 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
13500
13501 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
13502 non-string data (needs to be done in the registry too).
13503
13504 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
13505
13506 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
13507 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
13508 (gnus-registry-split-fancy-with-parent)
13509 (gnus-registry-fetch-simplified-message-subject-fast)
13510 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
13511 Remove text properties on ingress into the registry and when it's saved.
13512 (gnus-registry-clean-empty-function): Fix bug with cleaning the
13513 registry from entries with no groups.
13514
13515 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
13516
13517 * gnus-util.el (gnus-string-remove-all-properties): Add utility
13518 function to remove string properties.
13519
13520 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
13521
13522 * gmm-utils.el (gmm): Adjust custom version.
13523
13524 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
13525 Adjust custom version.
13526
13527 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
13528
13529 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
13530
13531 * gnus-art.el (gnus-insert-prev-page-button)
13532 (gnus-insert-next-page-button): Simplify. Reformat.
13533
13534 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
13535
13536 * gnus-art.el (gnus-insert-prev-page-button)
13537 (gnus-insert-next-page-button): Apply gnus-article-button-face.
13538
13539 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
13540
13541 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
13542
13543 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
13544
13545 * gnus-art.el (gnus-insert-mime-button)
13546 (gnus-insert-mime-security-button):
13547 Apply gnus-article-button-face to MIME and security buttons.
13548
13549 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
13550
13551 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
13552 readable.
13553
13554 2006-09-20 Steve Youngs <steve@sxemacs.org>
13555
13556 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
13557 `browse-url-of-file' instead of `browse-url'.
13558
13559 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13560
13561 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13562 regexp. Articles containing quotation were cut prematurely.
13563
13564 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
13565
13566 * message.el (message-cite-original-1): Use nobody by default for the
13567 value of From header.
13568 (message-reply): Ditto.
13569
13570 2006-09-11 Daiki Ueno <ueno@unixuser.org>
13571
13572 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
13573 to the gnus-info. This fixes a bug of inline-PGP message verification.
13574 Reported by Michael Piotrowski <mxp@dynalabs.de>.
13575
13576 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
13577
13578 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
13579 mails in the doc string. Add some URLs in comment.
13580 (pop3-movemail): Warn about pop3-leave-mail-on-server.
13581
13582 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
13583
13584 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
13585 backslashes handling and the way to find boundaries of quoted strings.
13586
13587 2006-09-07 Daiki Ueno <ueno@unixuser.org>
13588
13589 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
13590 mml1991-encrypt-to-self is set and mml1991-signers is not set.
13591 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
13592 mml2015-encrypt-to-self is set and mml2015-signers is not set.
13593
13594 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
13595
13596 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
13597 doc string.
13598 (gnus-button-regexp, gnus-button-last): Remove unused variables.
13599
13600 2006-09-06 Simon Josefsson <jas@extundo.com>
13601
13602 * mml2015.el (mml2015-use): Doc fix, mention epg.
13603
13604 2006-09-06 Daiki Ueno <ueno@unixuser.org>
13605
13606 * mml2015.el (mml2015-use): Default to epg, if available.
13607
13608 2006-09-06 Daiki Ueno <ueno@unixuser.org>
13609
13610 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
13611 message-sender.
13612 (mml1991-epg-encrypt): Ditto.
13613 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
13614 message-sender.
13615 (mml2015-epg-encrypt): Ditto.
13616
13617 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
13618
13619 * message.el (message-send-mail-with-sendmail): Look for sendmail in
13620 several common directories.
13621
13622 2006-09-05 Daiki Ueno <ueno@unixuser.org>
13623
13624 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13625 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13626
13627 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
13628
13629 * gnus-art.el (article-decode-encoded-words): Make it fast.
13630
13631 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
13632
13633 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13634
13635 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13636 in quoted string into `\'.
13637
13638 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
13639
13640 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13641 Use standard-syntax-table.
13642
13643 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
13644
13645 * gnus-art.el (gnus-decode-address-function): New variable.
13646 (article-decode-encoded-words): Use it to decode headers which are
13647 assumed to contain addresses.
13648 (gnus-mime-delete-part): Remove useless `or'.
13649
13650 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13651 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13652 (gnus-nov-parse-line): Use it to decode From header.
13653 (gnus-get-newsgroup-headers): Ditto.
13654 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13655
13656 * mail-parse.el (mail-decode-encoded-address-region): New alias.
13657 (mail-decode-encoded-address-string): New alias.
13658
13659 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13660 New function.
13661 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13662 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13663 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13664 (rfc2047-decode-string): Ditto.
13665 (rfc2047-decode-address-region): New function.
13666 (rfc2047-decode-address-string): New function.
13667
13668 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
13669
13670 * message.el (message-caesar-buffer-body): Allow rotating headers.
13671
13672 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13673
13674 * message.el (message-insert-formated-citation-line): Fix %f.
13675 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13676
13677 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
13678
13679 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13680 (gnus-bookmark-mouse-available-p): New macro.
13681 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13682 (gnus-bookmark-bmenu-show-infos): Use it.
13683 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13684 (gnus-bookmark-bmenu-hide-infos): Ditto.
13685 (gnus-bookmark-remove-properties): New function.
13686 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13687 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13688 (gnus-bookmark-write-file): Bind coding-system-for-write.
13689 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13690 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13691 group before selecting it.
13692 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13693 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13694 quit-window if it is not available; use gnus-mouse-2 and bind it to
13695 gnus-bookmark-bmenu-select-by-mouse.
13696 (gnus-bookmark-show-details): Remove unused variable `details-list'.
13697 (gnus-bookmark-bmenu-select-by-mouse): New function.
13698
13699 2006-08-13 Romain Francoise <romain@orebokech.com>
13700
13701 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13702 space.
13703
13704 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
13705
13706 * compface.el (uncompface): Use binary rather than raw-text-unix.
13707
13708 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
13709
13710 * compface.el (uncompface): Make sure the eol conversion doesn't take
13711 place when communicating with the external programs.
13712 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13713
13714 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
13715
13716 * nnheader.el (nnheader-insert-head): Fix typo in comment.
13717
13718 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13719
13720 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13721 Make it more robust by parsing author and date independently.
13722
13723 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
13724
13725 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13726
13727 2006-07-28 Daiki Ueno <ueno@unixuser.org>
13728
13729 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13730 first matching secret key.
13731 (mml2015-epg-encrypt): Ditto.
13732
13733 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13734 first matching secret key.
13735 (mml1991-epg-encrypt): Ditto.
13736
13737 * mml2015.el (mml2015-encrypt-to-self): New user option.
13738 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13739 mml2015-epg-encrypt-to-self is set.
13740
13741 * mml1991.el (mml1991-encrypt-to-self): New variable.
13742 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13743 mml1991-epg-encrypt-to-self is set.
13744
13745 * mml2015.el (mml2015-signers): New user option.
13746 (mml2015-epg-sign): Reflect the value of mml2015-signers.
13747 (mml2015-epg-encrypt): Allow to select signing keys.
13748
13749 * mml1991.el (mml1991-signers): New variable.
13750 (mml1991-epg-sign): Reflect the value of mml1991-signers.
13751 (mml1991-epg-encrypt): Allow to select signing keys.
13752
13753 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
13754
13755 * nnheader.el (nnheader-insert-head): Make it work even if the file
13756 uses CRLF for the line-break code.
13757
13758 2006-07-25 Daiki Ueno <ueno@unixuser.org>
13759
13760 * mml2015.el: Require mml-sec instead of password.
13761 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13762 (mml2015-cache-passphrase): Inherit the default value from
13763 mml-secure-cache-passphrase.
13764 (mml2015-passphrase-cache-expiry): Inherit the default value from
13765 mml-secure-passphrase-cache-expiry.
13766
13767 * mml1991.el: Require mml-sec instead of password.
13768 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13769 (mml1991-cache-passphrase): Inherit the default value from
13770 mml-secure-cache-passphrase.
13771 (mml1991-passphrase-cache-expiry): Inherit the default value from
13772 mml-secure-passphrase-cache-expiry.
13773
13774 * mml-sec.el: Require password.
13775 (mml-secure-verbose): New user option.
13776 (mml-secure-cache-passphrase): New user option.
13777 (mml-secure-passphrase-cache-expiry): New user option.
13778
13779 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
13780 Andreas Vögele <andreas@altroot.de> (tiny change)
13781
13782 * pgg-def.el (pgg-truncate-key-identifier):
13783 Truncate the key ID to 8 letters from the end.
13784
13785 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13786
13787 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13788 workaround for the url package included with Emacs.
13789
13790 * nnweb.el (nnweb-google-create-mapping): Update regexp.
13791
13792 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
13793
13794 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13795 correctly. This fixes a bug caused by the 2006-05-12 change.
13796
13797 2006-07-18 Karl Fogel <kfogel@red-bean.com>
13798
13799 * nnmail.el (nnmail-article-group): If splitting raises an error, give
13800 some information about the error when saying that the `bogus' mail
13801 group will be used.
13802
13803 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
13804
13805 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13806 string.
13807
13808 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
13809
13810 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13811
13812 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13813
13814 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
13815
13816 2006-07-10 Daiki Ueno <ueno@unixuser.org>
13817
13818 * mml1991.el (mml1991-function-alist): Add epg.
13819 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13820 (mml1991-epg-encrypt): New functions.
13821
13822 2006-07-10 Daiki Ueno <ueno@unixuser.org>
13823
13824 * mml2015.el (mml2015-verbose): New variable.
13825 (mml2015-cache-passphrase): Ditto.
13826 (mml2015-passphrase-cache-expiry): Ditto.
13827 (mml2015-function-alist): Add epg.
13828 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13829 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13830 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13831 New functions.
13832
13833 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13834
13835 * message.el (message-cite-original-1): Preserve region when removing
13836 quoted text due to X-No-Archive in order to avoid bogus attribution
13837 when citing multiple messages.
13838
13839 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13840
13841 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
13842 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
13843
13844 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
13845
13846 * gnus-diary.el (gnus-user-format-function-d)
13847 (gnus-user-format-function-D): Autoload.
13848
13849 * imap.el (Commentary): Fix typo.
13850
13851 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
13852 2006-04-22 contribution.
13853
13854 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13855
13856 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
13857 It didn't really fix the bogosity I'm seeing with solid web groups.
13858
13859 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13860
13861 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
13862 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
13863 created using server names. If we use the feature without declaring
13864 it, Gnus does not properly manage server and group state.
13865
13866 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
13867 bound.
13868
13869 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13870
13871 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
13872 looking up the method using GROUP's prefix before inventing a new one.
13873 It is used on killed/unknown groups in various places where returning
13874 an all-new method isn't expected by the caller.
13875
13876 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
13877 and match semantics of gnus-group-real-prefix.
13878
13879 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
13880
13881 * nnmail.el (nnmail-broken-references-mailers): New variable.
13882 (nnmail-ignore-broken-references): New function generalizing
13883 nnmail-fix-eudora-headers.
13884 (nnmail-fix-eudora-headers): Now obsolete.
13885
13886 * gnus-art.el (gnus-button-handle-custom):
13887 Support `customize-apropos*'.
13888
13889 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13890
13891 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
13892
13893 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
13894 articles.
13895
13896 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
13897
13898 * message.el (message-cite-reply-above): New variable.
13899 (message-yank-original): Use it.
13900
13901 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
13902
13903 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13904
13905 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
13906
13907 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13908 as read.
13909
13910 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13911
13912 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
13913
13914 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
13915 (gnus-bookmark-default-file): Use gnus-directory.
13916 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
13917 Remove "*" in doc string.
13918 (gnus-bookmark-write-file): Simplify.
13919 (gnus-bookmark-maybe-sort-alist): Use `when'.
13920 (gnus-bookmark-get-bookmark): Fix typo in doc string.
13921 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
13922 Add FIXME about Emacs 21 and XEmacs compatibility.
13923 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
13924 compatibility.
13925 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
13926 compatibility.
13927 (gnus-bookmark-menu-heading): Fix version.
13928
13929 2006-06-19 Bastien Guerry <bzg@altern.org>
13930
13931 * gnus-bookmark.el: New file.
13932
13933 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
13934
13935 * message.el (message-syntax-checks): Doc fix.
13936
13937 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13938
13939 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
13940 unsubscribed groups as if they were killed ones. It causes duplicate
13941 entries in gnus-newsrc-alist.
13942
13943 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
13944
13945 * message.el (message-syntax-checks): Doc fix.
13946 (message-send-mail): Add check for continuation headers.
13947 (message-check-news-header-syntax): Fix regexp used to check for
13948 continuation headers.
13949
13950 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
13951
13952 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
13953
13954 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
13955
13956 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
13957
13958 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
13959
13960 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
13961 default-truncate-lines.
13962
13963 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
13964
13965 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
13966 to fill the utf-8 entry.
13967
13968 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13969
13970 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13971
13972 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
13973
13974 * gnus-agent.el (directory-files-and-attributes): Move all the way
13975 forward (the third and final move).
13976 (gnus-agent-read-agentview): Trap reconstruction errors due to
13977 nonexistent directory. Handle by returning nil.
13978
13979 2006-05-30 Didier Verna <didier@xemacs.org>
13980
13981 * message.el (message-dont-reply-to-names): Update the custom type.
13982 * message.el (message-dont-reply-to-names): New defsubst: potentially
13983 convert a list of regexps into a single one.
13984 * message.el (message-get-reply-headers): Use it.
13985 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
13986
13987 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
13988
13989 * gnus-agent.el (directory-files-and-attributes): Move forward.
13990
13991 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
13992
13993 * gnus-ml.el (gnus-mailing-list-subscribe)
13994 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
13995 (gnus-mailing-list-message): Fix doc strings.
13996
13997 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13998
13999 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
14000 of doing it manually.
14001
14002 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
14003
14004 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
14005 comment.
14006
14007 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
14008
14009 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
14010 (gnus-agent-read-agentview): Fix handling of end-of-file error.
14011 (gnus-agent-read-local): All symbols allocated in my-obarray.
14012 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
14013 (gnus-agent-regenerate-group): Check numeric names to see if they are
14014 messages or groups.
14015 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
14016 better way of do this...)
14017
14018 * gnus-cache.el (gnus-agent-total-fetched-for):
14019 Ignore 'dummy.group' (there should be a better way of do this...)
14020
14021 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
14022
14023 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
14024 (gnus-saved-headers): Ditto.
14025 (gnus-default-article-saver): Mention functions may have properties.
14026 (gnus-article-save): Override gnus-save-all-headers and
14027 gnus-saved-headers by :headers property which saver function may have.
14028 (gnus-summary-save-in-file): Add :headers property.
14029 (gnus-summary-write-to-file): Ditto.
14030
14031 * gnus-sum.el (gnus-summary-save-article): Bind
14032 gnus-prompt-before-saving to t when saving many articles in a file;
14033 always show all headers.
14034
14035 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
14036
14037 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
14038 marks.
14039
14040 * message.el (message-indent-citation): Add optional arguments to allow
14041 using it outside of message buffers.
14042
14043 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
14044 (gnus-article-treat-unfold-headers): Use it.
14045 (gnus-article-truncate-lines): New variable.
14046 (gnus-article-mode): Use it.
14047 (gnus-article-toggle-truncate-lines): New function.
14048
14049 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14050 Add gnus-article-toggle-truncate-lines.
14051
14052 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
14053 coding system in XEmacs, use binary.
14054
14055 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
14056
14057 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
14058 after-load-alist.
14059
14060 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
14061 this function should save decoded articles.
14062 (gnus-summary-write-to-file): Use property to specify this function
14063 should save decoded articles and specify gnus-summary-save-in-file
14064 should be used to save articles other than the first one when saving
14065 many articles.
14066 (gnus-summary-save-body-in-file): Use property to specify this
14067 function should save decoded articles.
14068 (gnus-summary-write-body-to-file): Use property to specify this
14069 function should save decoded articles and specify
14070 gnus-summary-save-body-in-file should be used to save articles other
14071 than the first one when saving many articles.
14072
14073 * gnus-sum.el (gnus-summary-save-article): Simplify.
14074
14075 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
14076
14077 * gnus-art.el (gnus-default-article-saver):
14078 Add gnus-summary-write-body-to-file.
14079 (gnus-article-save-coding-system): Don't use coding system object
14080 in XEmacs.
14081 (gnus-read-save-file-name): Add optional `dir-var' argument which
14082 specifies directory in which files are saved; work even if optional
14083 `variable' argument is not specified.
14084 (gnus-summary-write-to-file): Read file name.
14085 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
14086 (gnus-summary-write-body-to-file): New function.
14087
14088 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
14089 (gnus-summary-local-variables): Add it.
14090 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
14091 (gnus-summary-save-article): Remove optional `decode' argument;
14092 determine whether to decode articles by the value of
14093 gnus-default-article-saver; when saving many files using
14094 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
14095 it first and use gnus-summary-save-in-file or
14096 gnus-summary-save-body-in-file thereafter unless
14097 gnus-prompt-before-saving is always; move point to article which
14098 will be saved.
14099 (gnus-summary-save-article-file): Revert.
14100 (gnus-summary-write-article-file): Revert.
14101 (gnus-summary-save-article-body-file): Revert.
14102 (gnus-summary-write-article-body-file): New function.
14103
14104 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
14105
14106 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
14107
14108 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
14109
14110 * gnus-art.el (gnus-default-article-saver): Doc fix.
14111 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
14112 from gnus-summary-save-article-coding-system, and default to a
14113 certain coding system.
14114 (gnus-output-to-file): Add coding cookie and encode text according
14115 to gnus-article-save-coding-system; don't use mm-append-to-file.
14116
14117 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
14118 gnus-art.el and rename to gnus-article-save-coding-system.
14119 (gnus-summary-save-article): Require gnus-art; don't show all
14120 headers if it decodes articles; don't add coding cookie here;
14121 don't bind mm-text-coding-system-for-write.
14122 (gnus-summary-save-article-file): Save decoded articles.
14123 (gnus-summary-write-article-file): When saving many files, use
14124 gnus-summary-write-to-file first and gnus-summary-save-in-file
14125 thereafter unless gnus-prompt-before-saving is always.
14126 (gnus-summary-save-article-body-file): Save decoded articles.
14127
14128 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
14129
14130 * nnrss.el (nnrss-check-group): Bind hash-index.
14131
14132 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
14133
14134 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
14135 its hash index. Store this hash in `nnrss-group-data'.
14136 (nnrss-read-group-data): Update accordingly.
14137
14138 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
14139
14140 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
14141 entry.
14142
14143 * gnus-sum.el (gnus-summary-make-menu-bar):
14144 Add gnus-article-browse-html-article.
14145
14146 2006-05-23 Hynek Schlawack <hynek@ularx.de>
14147
14148 * gnus-sum.el (gnus-summary-mime-map):
14149 Add gnus-article-browse-html-article.
14150
14151 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
14152
14153 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
14154 suitable coding systems in customize.
14155
14156 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
14157
14158 * mail-source.el (mail-sources): Fix custom type.
14159
14160 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
14161
14162 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
14163 (gnus-summary-expire-articles-now): Shorten prompt.
14164
14165 * gmm-utils.el (wid-edit): Require.
14166 (defun-gmm): Rename from `gmm-defun-compat'.
14167 (gmm-image-search-load-path): Use it.
14168 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
14169
14170 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
14171
14172 * gnus-sum.el (gnus-summary-save-article-coding-system):
14173 New variable.
14174 (gnus-summary-save-article): Add optional `decode' argument.
14175 If it is set and gnus-summary-save-article-coding-system is non-nil,
14176 save decoded article.
14177 (gnus-summary-write-article-file): Save decoded article if
14178 gnus-summary-save-article-coding-system is non-nil.
14179
14180 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
14181 type.
14182
14183 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
14184
14185 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
14186
14187 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
14188
14189 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
14190 first to test gnus-single-article-buffer which may be buffer-local.
14191
14192 * gnus-sum.el (gnus-summary-setup-buffer):
14193 Make gnus-single-article-buffer buffer-local and nil in ephemeral
14194 group; make gnus-article-buffer, gnus-article-current, and
14195 gnus-original-article-buffer always buffer-local.
14196 (gnus-summary-exit): Kill article buffer belonging to ephemeral
14197 group.
14198 (gnus-handle-ephemeral-exit): Don't move to next summary line.
14199
14200 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
14201
14202 * nnml.el (nnml-request-compact-group): Compressed files might not
14203 have .gz extension.
14204
14205 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14206
14207 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
14208 (mm-copy-to-buffer): Use with-current-buffer.
14209 (mm-display-part): Simplify.
14210 (mm-inlinable-p): Add optional arg `type'.
14211
14212 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14213
14214 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
14215 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
14216 Try harder to show the attachment internally or externally using
14217 gnus-mime-view-part-as-type.
14218
14219 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
14220
14221 * message.el (message-from-style, message-signature-separator)
14222 (message-user-organization-file, message-send-mail-function)
14223 (message-citation-line-function, message-yank-prefix)
14224 (message-indent-citation-function, message-signature)
14225 (message-signature-file, message-signature-insert-empty-line):
14226 Remove autoloads.
14227
14228 * gnus-art.el (gnus-buttonized-mime-types):
14229 Remove "multipart/signed". Revert 2006-04-26 change.
14230
14231 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14232
14233 * gnus.el (gnus-version-number): Bump version.
14234
14235 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
14236
14237 * gnus.el: No Gnus v0.5 is released.
14238
14239 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14240
14241 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
14242 fetching articles by message-id.
14243
14244 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
14245
14246 * message.el (hashcash): Require hashcash as normal.
14247
14248 * ecomplete.el (ecomplete-highlight-match-line):
14249 Use point-at-eol.
14250 (ecomplete-highlight-match-line): Use `highlight', because that
14251 face exists in both Emacs and XEmacs.
14252
14253 * message.el (message-display-abbrev): Use point-at-bol.
14254
14255 * mail-source.el: Don't require timer/timer-funcs.
14256
14257 * gnus-async.el: Ditto.
14258
14259 * password.el: Ditto.
14260
14261 * mm-url.el: Ditto.
14262
14263 * mm-util.el: Require timer/timer-funcs.
14264
14265 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14266
14267 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
14268 Close.
14269
14270 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
14271
14272 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
14273 unibyte after clear-decrypt function runs.
14274
14275 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
14276 returns as a unibyte string.
14277
14278 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
14279
14280 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
14281 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
14282 (mml1991-pgg-encrypt): Ditto.
14283
14284 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
14285
14286 * message.el (message-user-organization-file): Check several
14287 locations of the organization file.
14288
14289 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
14290 Add gnus-article-view-part-as-type.
14291
14292 * gnus-art.el (gnus-article-view-part-as-type): New function.
14293
14294 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
14295 .mobi and .travel. Remove .nato, .bitnet and .uucp.
14296
14297 * mml.el: Simplify autoload.
14298 (mml-mode): defvar dnd-protocol-alist instead of using
14299 symbol-value.
14300 (mml-default-directory): New variable.
14301 (mml-minibuffer-read-file): Use it.
14302 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
14303
14304 * message.el (message-citation-line-format): New variable.
14305 (message-insert-formated-citation-line): New function.
14306 (message-citation-line-function):
14307 Add `message-insert-formated-citation-line' to custom type.
14308
14309 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
14310 to doc string.
14311
14312 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
14313 depending on mm-verify-option.
14314
14315 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
14316
14317 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
14318 binding pgg-* variables; reimplement the section which prevents
14319 MIME header from being signed.
14320 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
14321 pgg-text-mode; remove a blank line at the top of body.
14322
14323 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
14324 lines at the top of body; use gnus-newsgroup-charset if there's no
14325 Charset header.
14326
14327 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
14328
14329 * message.el (message-self-insert-commands): Doc fix.
14330
14331 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
14332 (mm-uu-pgp-encrypted-test): Ditto.
14333 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
14334 between header and body; return application/pgp-encrypted handle
14335 if decryption failed; decode decrypted body by charset.
14336
14337 * mm-decode.el (mm-automatic-display): Don't make application/pgp
14338 element match to application/pgp-*.
14339
14340 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14341
14342 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
14343 HTML.
14344
14345 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14346
14347 * mail-source.el (mail-source-call-script): Message the error
14348 string.
14349
14350 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14351
14352 * gnus-util.el (gnus-byte-compile): Use it.
14353
14354 2006-04-22 xyblor <fake@invalid.email> (tiny change)
14355
14356 * gnus-util.el (kill-empty-logs): New function.
14357
14358 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14359
14360 * message.el (message-mail-alias-type): Doc fix.
14361 (message-mail-alias-type-p): New function.
14362 (message-send): Use it.
14363 (message-mode): Ditto.
14364 (message-strip-forbidden-properties): Ditto.
14365
14366 * ecomplete.el (ecomplete-database-file-coding-system):
14367 New variable.
14368 (ecomplete-save): Use it.
14369 (ecomplete-setup): Use it.
14370
14371 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
14372
14373 * message.el (message-self-insert-commands): New variable.
14374 (message-strip-forbidden-properties): Use it.
14375
14376 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14377
14378 * message.el (message-put-addresses-in-ecomplete): Use a regexp
14379 that doesn't make XEmacs choke.
14380
14381 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
14382
14383 * gnus-util.el (gnus-replace-in-string):
14384 Prefer replace-regexp-in-string over of replace-in-string.
14385
14386 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
14387
14388 * gnus-util.el (gnus-select-frame-set-input-focus):
14389 Use select-frame-set-input-focus if it is available in XEmacs; use
14390 definition defined in Emacs 22 for old Emacsen.
14391
14392 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
14393
14394 * mm-view.el (mm-inline-text): Use equal instead of equalp.
14395
14396 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
14397
14398 * gnus-registry.el (gnus-registry-cache-save): Remove text
14399 properties when saving via the temp buffer.
14400
14401 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
14402
14403 * message.el (message-generate-hashcash): Honor custom type.
14404
14405 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
14406
14407 * message.el (message-generate-hashcash): Default to non-nil when
14408 hashcash is found.
14409
14410 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
14411 (gnus-refer-thread-limit): Increase default to 500.
14412
14413 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
14414
14415 * flow-fill.el (fill-flowed): Allow delete-space.
14416
14417 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
14418
14419 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14420 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
14421 Remove autoloads.
14422
14423 2006-04-18 Simon Josefsson <jas@extundo.com>
14424
14425 * message.el (message-generate-hashcash): Default to.
14426
14427 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
14428
14429 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14430 concatenating segments rather than before concatenating them.
14431
14432 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14433
14434 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14435
14436 * imap.el (imap-quote-specials): New function.
14437 (imap-login-auth): Quote specials.
14438
14439 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14440
14441 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14442
14443 * message.el (message-forward-make-body-plain):
14444 Allow message-forward-ignored-headers to be a list.
14445 (message-remove-ignored-headers): Factor out into function.
14446 (message-forward-make-body-mml): Use it.
14447 * rfc2231.el (rfc2231-parse-string): Remove dead code.
14448 (rfc2231-parse-string): Allow concatanation of parameters that
14449 aren't contiguous. The test case is
14450 (mail-header-parse-content-type "message/external-body;
14451 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
14452 access-type=LOCAL-FILE;
14453 name*1*=plugh%2fhello-sailor%2fbing.pdf")
14454
14455 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14456
14457 * nntp.el (nntp-accept-process-output): Return the value of
14458 `nnheader-accept-process-output'.
14459
14460 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14461
14462 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
14463 (gnus-button-alist): Recognize more diff formats.
14464 (gnus-button-patch): Strip directory.
14465
14466 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14467
14468 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
14469 Emacs 22 when setting focus.
14470
14471 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14472
14473 * gnus-art.el (gnus-article-treat-types): Do treatment of
14474 text/x-verbatim parts.
14475 (gnus-button-patch): New command.
14476
14477 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
14478 addresses that contain invalid characters.
14479
14480 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14481
14482 * message.el (message-put-addresses-in-ecomplete):
14483 Use gnus-replace-in-string.
14484 (message-is-yours-p): Use the more correct
14485 mail-header-parse-address instead of
14486 mail-extract-address-components.
14487 (message-put-addresses-in-ecomplete): Fix typo.
14488
14489 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
14490 keystroke.
14491
14492 * gnus-art.el (gnus-treatment-function-alist): Change order of
14493 newsgroups/generic header folding to avoid double-folding.
14494
14495 * message.el (message-hidden-headers): Add X-Draft-From.
14496
14497 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
14498 New command.
14499 (gnus-summary-repeat-search-article-backward): New command.
14500
14501 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
14502 groups in the parent topic.
14503
14504 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
14505
14506 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
14507 (spam-extra-header-to-number): Return the CRM114 number as a
14508 number instead of a string.
14509
14510 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14511
14512 * gnus-art.el (gnus-face-properties-alist): Move here from
14513 gnus-fun.
14514
14515 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
14516
14517 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
14518
14519 * message.el (message-strip-forbidden-properties): Only display on
14520 self-insert-command.
14521
14522 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
14523 reindent.
14524 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
14525
14526 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
14527
14528 * smiley.el (smiley-style): Fix typo.
14529
14530 2006-03-23 Kenichi Handa <handa@m17n.org>
14531
14532 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
14533 instead of set-buffer-multibyte.
14534
14535 2006-03-23 Kenichi Handa <handa@m17n.org>
14536
14537 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14538 buffer and then decode the buffer text if necessary.
14539 (rfc2231-encode-string): Be sure to work on multibyte buffer at
14540 first, and after mm-encode-body, change the buffer to unibyte.
14541
14542 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
14543
14544 * hashcash.el (hashcash-insert-payment-async-2):
14545 Use message-goto-eoh instead of doing it manually.
14546 (mail-add-payment): Use message-narrow-to-header instead of trying
14547 to do the same itself.
14548
14549 * message.el (message-hidden-headers): Add Face.
14550
14551 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
14552 reparenting code.
14553 (gnus-summary-reparent-children): Refactored out code.
14554 (gnus-summary-thread-map): New keystroke.
14555 (gnus-summary-reparent-children): Make into command.
14556
14557 * smiley.el (smiley-style): Default to `medium' if using a large
14558 font.
14559
14560 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
14561 does it itself.
14562
14563 * message.el (message-point-in-header-p): Simplify definition.
14564
14565 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14566
14567 * nnagent.el (nnagent-request-set-mark): Silence log file
14568 writing.
14569 (nnagent-request-set-mark): Use write-region instead of
14570 append-to-file.
14571
14572 * gnus-sum.el (gnus-read-header): Fudge article number if using a
14573 strange select method.
14574
14575 * ecomplete.el (ecomplete-display-matches): Get highlightling
14576 right.
14577 (ecomplete-display-matches): Use literals.
14578 (ecomplete-display-matches): Disable message logging.
14579
14580 * message.el (message-display-abbrev): Small optimization.
14581
14582 * ecomplete.el (ecomplete-display-matches): Allow automatic
14583 display.
14584
14585 * message.el (message-strip-forbidden-properties):
14586 Display abbrevs.
14587 (message-display-abbrev): Get automatic display right.
14588
14589 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
14590 keystrokes.
14591
14592 2006-04-13 Romain Francoise <romain@orebokech.com>
14593
14594 TODO: Backport to v5-10!
14595
14596 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
14597 Move here (and rename) from gnus-registry.el.
14598
14599 * gnus-registry.el: Require gnus-util.
14600 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
14601
14602 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
14603
14604 * gnus-group.el (gnus-group-catchup-current):
14605 Change if-then-else-if-then-else into cond.
14606 (gnus-group-catchup): Indent.
14607 (group-name-at-point): New function.
14608 (gnus-fetch-group): Provide default from thing at point.
14609
14610 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14611
14612 * message.el (message-display-abbrev): Fix regexp.
14613
14614 * ecomplete.el (ecomplete-highlight-match-line):
14615 Reimplement choosing.
14616 (ecomplete-highlight-match-line): Fix up code rewrite, remove
14617 dead variables.
14618
14619 * message.el (message-newline-and-indent): Remove debugging.
14620 (message-display-abbrev): Use new implementation.
14621
14622 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
14623
14624 * gnus-art.el (gnus-article-mode):
14625 Set cursor-in-non-selected-windows to nil.
14626
14627 * smiley.el: Revert previous change.
14628 (smiley-data-directory): defvar it before using it in the
14629 defcustom of `smiley-style'.
14630
14631 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14632
14633 * message.el (message-newline-and-indent): New function.
14634
14635 * ecomplete.el: Implement more bits.
14636
14637 * message.el (message-put-addresses-in-ecomplete): Clean up the
14638 string.
14639
14640 * ecomplete.el (ecomplete-add-item): Chop off decimals.
14641
14642 * gnus-sum.el (gnus-summary-save-parts):
14643 Bind gnus-summary-save-parts-counter and use it to make unique file
14644 names.
14645
14646 * gnus-art.el (gnus-ignored-headers): Add some more headers.
14647
14648 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
14649 parameter to say whether to actually parse the individual
14650 addresses.
14651
14652 * message.el (message-put-addresses-in-ecomplete): New function.
14653 (ecomplete): Require.
14654 (message-mail-alias-type): Add ecomplete as an option.
14655
14656 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
14657
14658 * flow-fill.el (fill-flowed): Remove trailing space from blank
14659 quoted lines.
14660
14661 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14662
14663 * smiley.el (smiley-style): Move definition later to avoid a
14664 compilation warning.
14665
14666 2006-04-12 Kenichi Handa <handa@m17n.org>
14667
14668 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14669 buffer and then decode the buffer text if necessary.
14670 (rfc2231-encode-string): Be sure to work on multibyte buffer at
14671 first, and after mm-encode-body, change the buffer to unibyte.
14672 Use mm-disable-multibyte instead of set-buffer-multibyte.
14673
14674 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
14675
14676 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
14677 Content-Type header instead of Content-Disposition header.
14678 (gnus-mime-inline-part): Ditto.
14679 (gnus-mime-view-part-as-charset): Ignore charset that the part
14680 specifies.
14681
14682 * mm-decode.el (mm-display-part): Work with external parts and
14683 usual parts similarly.
14684
14685 * mm-extern.el (mm-inline-external-body): Use mm-display-part
14686 instead of gnus-display-mime.
14687
14688 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
14689 instead of with-temp-buffer.
14690
14691 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14692 tag to summarized topics part in order to encode non-ASCII text.
14693
14694 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
14695
14696 * smiley.el (smiley-style): New variable.
14697 (smiley-directory): New function.
14698 (smiley-data-directory): Derive from `smiley-style' using
14699 `smiley-directory'.
14700 (smiley-regexp-alist): Add new entries.
14701
14702 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14703 (gnus-article-browse-delete-temp): Add :version.
14704
14705 2006-04-11 Arne Jørgensen <arne@arnested.dk>
14706
14707 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14708 the sieve region.
14709
14710 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14711
14712 * gnus.el (gnus-version-number): Bump version.
14713
14714 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
14715
14716 * gnus.el: No Gnus v0.4 is released.
14717
14718 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14719
14720 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14721 layout.
14722
14723 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14724 unknown charset.
14725
14726 * message.el (message-header-synonyms): Add Original-To to the
14727 default.
14728
14729 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14730 optional parameter.
14731
14732 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14733
14734 * gnus-fun.el (gnus): Require it for gnus-directory.
14735
14736 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
14737
14738 * gnus-fun.el (gnus-face-properties-alist): Add :version.
14739
14740 2006-04-05 Daiki Ueno <ueno@unixuser.org>
14741
14742 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14743
14744 2006-04-05 Simon Josefsson <jas@extundo.com>
14745
14746 * password.el (password-reset): New function.
14747
14748 2006-04-05 Daiki Ueno <ueno@unixuser.org>
14749
14750 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14751 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14752
14753 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14754
14755 * nnweb.el (nnweb-google-create-mapping): Update regexp.
14756 Some whitespace was matched into the url, which broke browsing hits
14757 > 100 when mm-url-use-external was nil.
14758
14759 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
14760
14761 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14762 Check gnus-extra-headers for 'Newsgroups.
14763
14764 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14765 bound.
14766
14767 2006-04-04 Daiki Ueno <ueno@unixuser.org>
14768
14769 * pgg-gpg.el: Clean up process buffers every time gpg processes
14770 complete.
14771
14772 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
14773
14774 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14775 doc string.
14776
14777 2006-04-03 Daiki Ueno <ueno@unixuser.org>
14778
14779 * pgg-gpg.el (pgg-gpg-process-filter)
14780 (pgg-gpg-wait-for-completion): Check if buffer is alive.
14781
14782 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14783 lines, temporary fix.
14784
14785 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
14786
14787 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14788
14789 2006-03-29 Daiki Ueno <ueno@unixuser.org>
14790
14791 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14792 default-enable-multibyte-characters. This reverts the change from
14793 revision 6.17 which is no longer necessary because the passphrase
14794 is sent separately now. GnuPG messages are unreadable under
14795 multibyte locales with default-enable-multibyte-characters set to
14796 nil.
14797
14798 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
14799
14800 * message.el (message-tool-bar-gnome): Move "spell".
14801
14802 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
14803
14804 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
14805 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
14806 instead.
14807
14808 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
14809
14810 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14811 Improve newsgroups handling for NNTP overviews which don't include
14812 Newsgroups.
14813
14814 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14815
14816 * message.el (message-resend): Bind message-generate-hashcash to nil.
14817
14818 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14819
14820 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
14821 when searching for already-paid recipients.
14822
14823 2006-03-27 Daiki Ueno <ueno@unixuser.org>
14824
14825 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14826 passphrases when it is not needed.
14827 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14828 passphrase stuff from gpg, should only be necessary when you use
14829 gpg with a smartcard.
14830
14831 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
14832
14833 * mml.el (mml-insert-mime): Ignore cached contents of
14834 message/external-body part.
14835
14836 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
14837 (mm-insert-part): Ditto.
14838
14839 2006-03-23 Simon Josefsson <jas@extundo.com>
14840
14841 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
14842 Reiner.
14843 (pgg-gpg-use-agent-p): Use it again.
14844
14845 2006-03-23 Simon Josefsson <jas@extundo.com>
14846
14847 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
14848 older emacsen.
14849 (pgg-gpg-use-agent-p): Don't use it.
14850
14851 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
14852
14853 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
14854 if we can.
14855
14856 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
14857
14858 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14859 (pgg-gpg-update-agent): New function.
14860 (pgg-gpg-use-agent-p): New function.
14861 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14862 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14863 (pgg-gpg-sign-region): Use it.
14864
14865 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
14866
14867 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14868 Reported by Ralf Wachinger <rwachinger@gmx.de>.
14869
14870 2006-03-21 Simon Josefsson <jas@extundo.com>
14871
14872 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14873 <wilde@sha-bang.de>.
14874 (pgg-gpg-use-agent): New variable.
14875 (pgg-gpg-process-region): Use it.
14876 (pgg-gpg-encrypt-region): Likewise.
14877 (pgg-gpg-encrypt-symmetric-region): Likewise.
14878 (pgg-gpg-decrypt-region): Likewise.
14879 (pgg-gpg-sign-region): Likewise.
14880 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14881
14882 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
14883
14884 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
14885
14886 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
14887 Add comment on version.
14888
14889 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
14890
14891 * smiley.el: Add missing test smiley.
14892
14893 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
14894
14895 * mm-decode.el (mm-with-part): New macro.
14896 (mm-get-part): Use it; work with message/external-body as well.
14897 (mm-save-part): Treat name and filename equally.
14898
14899 * mm-extern.el (mm-extern-cache-contents): New function.
14900 (mm-inline-external-body): Use it; force the part to be displayed;
14901 move undisplayer added to the cached handle to the parent.
14902
14903 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
14904 (gnus-mime-view-part-as-type): Work with message/external-body.
14905
14906 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
14907
14908 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
14909
14910 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
14911 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
14912 Emacs.]
14913
14914 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
14915
14916 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
14917 path rather than symbol. Always return list of directories.
14918 Guarantee that image directory comes first. [Sync with image.el,
14919 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
14920
14921 * message.el (message-make-tool-bar): Adjust to new API of
14922 `gmm-image-load-path-for-library'.
14923
14924 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14925
14926 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14927
14928 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14929
14930 * gnus-art.el (gnus-article-only-boring-p):
14931 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
14932 intangible text.
14933 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
14934
14935 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
14936
14937 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
14938 Use `defun' instead of `gmm-defun-compat'.
14939
14940 2006-03-14 Simon Josefsson <jas@extundo.com>
14941
14942 * message.el (message-unique-id): Don't use message-number-base36
14943 if (user-uid) is a float.
14944 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
14945
14946 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
14947
14948 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
14949
14950 * gnus-art.el (gnus-mime-display-single): Make sure there is an
14951 empty line between a part and a message part.
14952
14953 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
14954
14955 * smiley.el: Add more test smileys.
14956 (smiley-data-directory, smiley-regexp-alist)
14957 (gnus-smiley-file-types): Fix doc strings.
14958 (smiley-update-cache): Clear smiley-cached-regexp-alist before
14959 adding new elements.
14960 (smiley-mouse-map): Unused code. Make it a comment.
14961
14962 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
14963
14964 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
14965 scan latest NoCeM messages instead of old ones.
14966 (gnus-nocem-check-article): Fix regexps so as to match to PGP
14967 delimiters that are recently used.
14968 (gnus-nocem-load-cache): Add autoload cookie.
14969
14970 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
14971
14972 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
14973 level which is larger than gnus-use-nocem is specified.
14974
14975 * gnus-group.el (gnus-group-get-new-news): Ditto.
14976
14977 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
14978
14979 * gnus-util.el (gnus-tool-bar-update): New function.
14980
14981 * gnus-group.el (gnus-group-update-tool-bar): New variable.
14982 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
14983
14984 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
14985
14986 * gnus-group.el (gnus-group-redraw-when-idle)
14987 (gnus-group-redraw-check): Remove.
14988 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
14989
14990 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
14991
14992 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
14993 if optional last element is specified in splits (FIELD VALUE...).
14994
14995 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
14996
14997 * message.el (message-make-tool-bar): Rename gmm-image-load-path
14998 to gmm-image-load-path-for-library. Call with no-error argument.
14999 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
15000
15001 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15002
15003 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
15004
15005 * gmm-utils.el (gmm-image-load-path): Remove alias.
15006
15007 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
15008
15009 * gmm-utils.el (gmm-image-load-path): Add alias.
15010
15011 * nnml.el (nnml-generate-nov-databases-directory): Rename from
15012 nnml-generate-nov-databases-1.
15013 (nnml-generate-nov-databases): Use it.
15014 (nnml-generate-nov-databases-directory): Document no-active
15015 argument.
15016
15017 * gmm-utils.el (gmm-image-load-path-for-library): Return single
15018 directory if path is t. Add no-error.
15019
15020 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
15021 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15022
15023 * gnus-art.el (gnus-article-browse-delete-temp-files):
15024 Simplify resetting gnus-article-browse-html-temp-list.
15025
15026 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
15027 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
15028 Add example to docstring. Rename local variables. Move error
15029 checks to default case in cond and simplify.
15030
15031 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
15032
15033 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
15034 handle is multipart when calling it recursively.
15035 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
15036
15037 2006-03-03 Daniel Pittman <daniel@rimspace.net>
15038
15039 * nnimap.el (nnimap-request-update-info-internal): Optimize.
15040 Don't `gnus-uncompress-range' to avoid excessive memory usage.
15041
15042 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
15043
15044 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
15045 is loaded.
15046
15047 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
15048 loaded.
15049
15050 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
15051
15052 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
15053 to "Emacs 23 (unicode)" in doc string.
15054
15055 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
15056 "Emacs 23 (unicode)" in comment.
15057
15058 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
15059
15060 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
15061
15062 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
15063 characters 160 through 255 in Emacs 23.
15064
15065 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
15066
15067 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
15068 gnus-article-browse-html-temp.
15069 (gnus-article-browse-delete-temp): Make it customizable.
15070 Add `file'. Adjust doc string.
15071 (gnus-article-browse-delete-temp-files): Add argument.
15072 Allow query for each file. Adjust doc string.
15073 (gnus-article-browse-html-parts):
15074 Add `gnus-article-browse-delete-temp-files' to
15075 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
15076
15077 2006-03-02 Hynek Schlawack <hynek@ularx.de>
15078
15079 * gnus-art.el (gnus-article-browse-html-temp)
15080 (gnus-article-browse-delete-temp): New variables.
15081 (gnus-article-browse-delete-temp-files): New function.
15082 (gnus-article-browse-html-parts): Use it.
15083
15084 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
15085
15086 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
15087
15088 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
15089 string.
15090
15091 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
15092 gnus-summary-insert-new-articles when unplugged.
15093 Remove gnus-summary-search-article-forward.
15094
15095 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
15096 display-visual-class instead of display-color-cells.
15097
15098 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
15099
15100 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
15101 message/* containing non-ASCII text properly.
15102
15103 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
15104
15105 * message.el: Require gmm-utils, remove autoloads.
15106 (message-tool-bar): Set default based on
15107 gmm-tool-bar-style.
15108 (message-tool-bar-gnome): Add gmm-customize-mode.
15109
15110 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
15111 gmm-tool-bar-style.
15112 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
15113
15114 * gnus-group.el (gnus-group-tool-bar): Set default based on
15115 gmm-tool-bar-style.
15116 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
15117
15118 * gmm-utils.el (gmm-image-directory): Rename variable from
15119 gmm-image-load-path.
15120 (gmm-image-load-path): Use gmm-image-directory.
15121 (gmm-customize-mode): New function.
15122 (gmm-tool-bar-style): New variable.
15123
15124 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
15125 gnus-group-redraw-line-number.
15126 (gnus-group-redraw-check): Simplify.
15127 (gnus-group-tool-bar-update): Remove redraw check.
15128 (gnus-group-make-tool-bar): Add redraw check.
15129
15130 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
15131
15132 * gnus-art.el (gnus-button): Add missing parentheses.
15133
15134 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
15135
15136 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
15137
15138 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
15139
15140 * gnus-art.el (gnus-button): New face.
15141 (gnus-article-button-face): Use it.
15142
15143 * gnus-sum.el (gnus-summary-tool-bar-gnome):
15144 Add gnus-summary-next-page. Re-order.
15145
15146 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
15147 next-node are now included.
15148 (gnus-group-redraw-line-number): New internal variable.
15149 (gnus-group-redraw-check): Helper function for updating the tool
15150 bar.
15151 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
15152
15153 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
15154
15155 * spam.el (spam-spamassassin-score-regexp): New internal variable.
15156 (spam-extra-header-to-number, spam-check-spamassassin-headers):
15157 Use it to match format of Spamassassin 3.0 and later.
15158 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
15159 (spam-check-bogofilter)
15160 (spam-bogofilter-register-with-bogofilter): Fix args of
15161 `gnus-error' calls.
15162
15163 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
15164
15165 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
15166 unnecessary interaction when sending queued mails.
15167 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
15168
15169 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
15170
15171 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
15172 first or last are nil.
15173
15174 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15175
15176 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
15177
15178 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
15179
15180 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
15181
15182 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
15183
15184 * dns.el (query-dns): Protect more against buggy tcp output.
15185
15186 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
15187
15188 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
15189 nov.php.
15190
15191 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
15192
15193 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
15194 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
15195 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
15196 output on the server side.
15197 (nnweb-google-create-mapping): Update regexps and add some
15198 progress indication.
15199
15200 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
15201
15202 * gnus-group.el (gnus-group-tool-bar-gnome):
15203 Fix gnus-agent-toggle-plugged. Re-order icons.
15204 (gnus-group-tool-bar-gnome):
15205 Add gnus-group-{prev,next}-unread-group.
15206 (gnus-group-tool-bar-gnome): Re-order icons.
15207
15208 * gnus-sum.el (gnus-summary-tool-bar-gnome):
15209 Move gnus-summary-insert-new-articles.
15210
15211 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
15212 Fix comments.
15213
15214 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
15215 also available in Emacs 21.3.
15216
15217 * message.el (message-fix-before-sending): Change "Emacs 22" to
15218 "Emacs 23 (unicode)" in comment.
15219
15220 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
15221 "Emacs 23 (unicode)" in comment.
15222
15223 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
15224 comment.
15225 (mm-coding-system-p): Add comment about no-MULE XEmacs.
15226
15227 * mm-view.el (mm-fill-flowed): Add :version.
15228
15229 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
15230
15231 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
15232 and load-path.
15233
15234 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
15235
15236 * message.el: Autoload gmm-image-load-path.
15237 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
15238 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
15239 consitency.
15240
15241 * gmm-utils.el (gmm-image-load-path): Also search in
15242 "../etc/images". Don't set gmm-image-load-path if we don't find
15243 the image.
15244
15245 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
15246
15247 * gmm-utils.el (gmm-image-load-path): Don't make
15248 `gmm-image-load-path' include subdirectories which the second arg
15249 `image' might specify.
15250
15251 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
15252 subdirectory to icon file names.
15253
15254 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
15255
15256 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
15257
15258 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
15259 gmm-image-load-path calls.
15260
15261 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15262
15263 * message.el (message-make-tool-bar): Ditto.
15264
15265 * mml.el (mml-preview): Add comment concerning tool bar icons.
15266
15267 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
15268 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
15269
15270 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
15271 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
15272
15273 * message.el (message-tool-bar-gnome): Use new icon names.
15274 (message-make-tool-bar): Use `gmm-image-load-path'.
15275
15276 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
15277 New functions from MH-E.
15278 (gmm-image-load-path): New variable from MH-E.
15279 (gmm-image-load-path): New function from MH-E. Add arguments
15280 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
15281 *-image-load-path-called-flag.
15282
15283 2006-02-21 Milan Zamazal <pdm@brailcom.org>
15284
15285 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
15286
15287 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
15288
15289 * nnimap.el (nnimap-request-move-article): Change folder back to
15290 source group before deleting.
15291
15292 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
15293
15294 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
15295
15296 * gnus-art.el (mm-url-insert-file-contents-external):
15297 Autoload mm-url.
15298
15299 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
15300
15301 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
15302
15303 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
15304 coding system which mm-charset-to-coding-system returns for a
15305 given charset is valid.
15306
15307 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
15308
15309 * html2text.el (html2text-remove-tag-list):
15310 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
15311
15312 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
15313
15314 * gnus-cus.el: Revert 2005-10-17 change.
15315
15316 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
15317
15318 * gnus-art.el (article-strip-banner):
15319 Call article-really-strip-banner only when the regexp match is made.
15320
15321 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
15322
15323 * gnus-art.el (article-strip-banner):
15324 Use gnus-extract-address-components instead of
15325 mail-header-parse-addresses to make it work with non-ASCII text;
15326 remove mail-encode-encoded-word-string.
15327
15328 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
15329 values which are surrounded with \"...\"; make it never cause a
15330 Lisp error; give up parsing of parameters if it failed in
15331 extracting type.
15332
15333 2006-02-14 Arne Jørgensen <arne@arnested.dk>
15334
15335 * smime.el (smime-cert-by-ldap-1): Fix bug where
15336 `smime-ldap-search' returns results without userCertificates.
15337
15338 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
15339
15340 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
15341
15342 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
15343
15344 * spam.el (spam-check-spamassassin-headers): Adapt format for
15345 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
15346 <ari@mbf.ocn.ne.jp>.
15347 (spam-list-of-processors): Add spam-use-gmane.
15348
15349 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
15350
15351 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
15352 make-temp-file; make it work with XEmacs as well.
15353
15354 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
15355 mm-make-temp-file.
15356
15357 * mm-decode.el (mm-display-external): Use the 3rd arg of
15358 mm-make-temp-file.
15359 (mm-create-image-xemacs): Ditto.
15360
15361 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
15362
15363 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
15364 with message-narrow-to-headers.
15365 (gnus-draft-setup): Narrow to header to run message-fetch-field.
15366 (gnus-draft-check-draft-articles): New function.
15367 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
15368
15369 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
15370
15371 * gnus-art.el (gnus-article-browse-html-parts):
15372 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
15373 Don't use suffix argument for mm-make-temp-file for Emacs 21
15374 compatibility. Remove useless `format'.
15375
15376 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
15377
15378 * nnweb.el (nnweb-google-wash-article): Update regexps.
15379 (nnweb-group-alist): Use defvoo instead of defvar.
15380
15381 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
15382
15383 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
15384 re-loading nn* modules.
15385
15386 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
15387
15388 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
15389 for `tool-bar-mode' and don't check it's default-value.
15390
15391 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15392
15393 * message.el (message-make-tool-bar): Ditto.
15394
15395 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
15396 `substring'. Shorten tmp-file name.
15397
15398 * gnus.el: Remove bogus comment.
15399
15400 2006-02-10 Hynek Schlawack <hynek@ularx.de>
15401
15402 * gnus-art.el (gnus-article-browse-html-parts): New function.
15403 (gnus-article-browse-html-article): New function for viewing html
15404 articles with a browser.
15405
15406 2006-02-09 Daiki Ueno <ueno@unixuser.org>
15407
15408 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
15409 (mml2015-pgg-encrypt): Ditto.
15410
15411 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
15412 (mml1991-pgg-encrypt): Ditto.
15413
15414 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
15415
15416 * nnfolder.el (nnfolder-insert-newsgroup-line):
15417 Use message-make-date instead of current-time-string.
15418
15419 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
15420 to gnus-decoded which mm-uu might set.
15421
15422 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
15423
15424 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
15425 don't decode quoted parameters; remove misimported Emacs code.
15426 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15427 (rfc2231-decode-encoded-string): Don't use split-string which
15428 behaves differently according to Emacs version; use
15429 mm-decode-coding-region to convert charset to coding-system.
15430 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15431 (rfc2231-encode-string): Remove misimported Emacs code.
15432
15433 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
15434
15435 * gnus-art.el (article-decode-charset): Don't use ignore-errors
15436 when calling mail-header-parse-content-type.
15437 (article-de-quoted-unreadable): Ditto.
15438 (article-de-base64-unreadable): Ditto.
15439 (article-wash-html): Ditto.
15440
15441 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
15442 calling mail-header-parse-content-type and
15443 mail-header-parse-content-disposition.
15444 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
15445 mail-header-parse-content-type.
15446
15447 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
15448 insert charset and format parameters; encode description after
15449 inserting it to buffer.
15450 (mml-insert-parameter): Fold lines properly even if a parameter is
15451 segmented into two or more lines; change the max column to 76.
15452
15453 * rfc1843.el (rfc1843-decode-article-body): Don't use
15454 ignore-errors when calling mail-header-parse-content-type.
15455
15456 * rfc2231.el (rfc2231-parse-string): Return at least type if
15457 possible; don't cause an error even if it fails in parsing of
15458 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15459 (rfc2231-encode-string): Don't break lines at the beginning, leave
15460 it to mml-insert-parameter.
15461
15462 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
15463 calling mail-header-parse-content-type.
15464
15465 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
15466
15467 * spam-report.el (spam-report-gmane-use-article-number):
15468 Improve doc string.
15469 (spam-report-gmane-internal): Check if a suitable header was found
15470 in the article.
15471
15472 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
15473
15474 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
15475 (rfc2231-encode-string): Make param*=value always begin with LWSP.
15476
15477 2006-02-05 Romain Francoise <romain@orebokech.com>
15478
15479 Update copyright notices of all files in the gnus directory.
15480
15481 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
15482
15483 * nnweb.el (nnweb-request-group): Avoid growing overview files.
15484
15485 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
15486
15487 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
15488 segmented lines of parameter value to cope with Thunderbird 1.5
15489 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
15490 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15491 (rfc2231-encode-string): Don't make lines exceeding 76 column.
15492
15493 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
15494
15495 * mml.el (mml-generate-mime-1): Correct the order of inline signed
15496 parts.
15497
15498 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
15499
15500 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
15501 there's only one active file for all servers.
15502 (nnweb-request-scan): Make sure nnweb-articles is initialized on
15503 solid groups. Gnus might have used a FAST request to select the group.
15504 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
15505 and nnweb-search redundantly in the active file.
15506 (nnweb-request-list): Don't list bogus groups. There can only be one.
15507 (nnweb-request-create-group): Don't use ARGS.
15508 (nnweb-possibly-change-server, nnweb-request-group): Remove some
15509 initializations. Let nnoo do the work.
15510
15511 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
15512
15513 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
15514 Say the part has been decoded.
15515
15516 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
15517
15518 2006-01-31 Kevin Ryde <user42@zip.com.au>
15519
15520 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
15521 mailcap-viewer-test-cache when there's no 'test clause, since that
15522 will invert the meaning of a "nil" test previously determined by
15523 mailcap-mailcap-entry-passes-test.
15524
15525 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
15526
15527 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
15528 compiling.
15529
15530 * gnus-sum.el: Ditto.
15531
15532 * message.el: Don't bind tool-bar-map when compiling.
15533
15534 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
15535
15536 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
15537
15538 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
15539
15540 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
15541 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
15542 current Google Groups.
15543
15544 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
15545
15546 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
15547 and tool-bar-mode.
15548
15549 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
15550 and tool-bar-mode.
15551
15552 * message.el (message-tool-bar-update): Simplify.
15553 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
15554
15555 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
15556 gnus-summary-buffer.
15557 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
15558 gnus-summary-reply.
15559
15560 * gmm-utils.el (gmm): Add :version.
15561
15562 2006-01-26 Steve Youngs <steve@sxemacs.org>
15563
15564 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
15565 Don't autoload.
15566
15567 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
15568
15569 * gmm-utils.el (gmm-verbose): Add :group.
15570
15571 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
15572
15573 * message.el: Change some comments WRT tool-bars.
15574
15575 * gnus-sum.el (gnus-summary-tool-bar)
15576 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
15577 (gnus-summary-tool-bar-zap-list): New variables.
15578 (gnus-summary-make-tool-bar): Complete rewrite using
15579 `gmm-tool-bar-from-list'.
15580
15581 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
15582 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
15583 New variables.
15584 (gnus-group-make-tool-bar): Complete rewrite using
15585 `gmm-tool-bar-from-list'.
15586 (gnus-group-tool-bar-update): New function.
15587
15588 * message.el (message-mode-field-menu): Add "Show hidden Headers".
15589
15590 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
15591
15592 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
15593 is dissected into a single part of which the type is the same as
15594 the given one; decode charset.
15595
15596 2006-01-21 Kevin Ryde <user42@zip.com.au>
15597
15598 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
15599 into alists as symbol not string, since that's what
15600 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
15601 look for.
15602
15603 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
15604
15605 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
15606 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
15607
15608 * message.el (message-tool-bar-gnome): Use gmm-ignore.
15609
15610 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
15611
15612 * gnus-art.el (gnus-mime-security-button-commands): New variable.
15613 (gnus-mime-security-button-menu): New definition.
15614 (gnus-mime-security-button-map): Use them.
15615 (gnus-mime-security-button-menu): New function.
15616 (gnus-insert-mime-security-button): Addition to help echo.
15617 (gnus-mime-security-run-function, gnus-mime-security-save-part)
15618 (gnus-mime-security-pipe-part): New functions.
15619
15620 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15621 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15622
15623 * mm-decode.el (mm-handle-set-disposition): Remove.
15624 (mm-handle-set-description): Remove.
15625
15626 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
15627
15628 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
15629 (mm-w3m-standalone-supports-m17n-p): New function.
15630 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
15631 w3m usage.
15632
15633 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
15634 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
15635
15636 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
15637
15638 * message.el (message-tool-bar-zap-list):
15639 Use gmm-tool-bar-zap-list as custom type.
15640 (message-tool-bar-update): New function.
15641 (message-tool-bar, message-tool-bar-gnome)
15642 (message-tool-bar-retro): Add message-tool-bar-update.
15643 (message-tool-bar-gnome): Add flyspell-buffer.
15644
15645 * gnus-util.el (gnus-error): Describe `args'.
15646
15647 * gmm-utils.el (gmm-error): Describe `args'.
15648 (gmm-tool-bar-zap-list): New widget.
15649 (gmm-tool-bar-from-list): Improve description of `zap-list'.
15650
15651 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
15652
15653 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
15654 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
15655 the number of recursive calls.
15656
15657 * mm-decode.el (mm-handle-set-disposition): New macro.
15658 (mm-handle-set-description): New macro.
15659
15660 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
15661
15662 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
15663 encoding.
15664
15665 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
15666
15667 * message.el (message-tool-bar-zap-list, message-tool-bar)
15668 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
15669 (message-tool-bar-local-item-from-menu): Remove.
15670 (message-tool-bar-map): Replace by `message-make-tool-bar'.
15671 (message-make-tool-bar): New function.
15672 (message-mode): Use `message-make-tool-bar'.
15673
15674 * gmm-utils.el: New file.
15675 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15676 (gmm-lazy): New widget copied from `nnmail.el'.
15677 (gmm-tool-bar-from-list): New function for creating customizable
15678 tool bars.
15679 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
15680 output.
15681 (gmm): Add :prefix to defgroup.
15682
15683 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
15684
15685 * gmm-utils.el (gmm-widget-p): New function.
15686
15687 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
15688
15689 * mml.el (mml-attach-file): Describe `description' in doc string.
15690 (mml-menu): Add Emacs MIME manual and PGG manual.
15691
15692 2006-01-20 Richard M. Stallman <rms@gnu.org>
15693
15694 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
15695
15696 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
15697
15698 * nntp.el (nntp-end-of-line): Doc fix.
15699
15700 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
15701
15702 * imap.el (imap-open): Handle case where buffer is a buffer
15703 object.
15704
15705 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
15706
15707 * gnus-delay.el (gnus-delay): Don't autoload.
15708 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15709 to be re-loaded when customizing the `gnus-delay' group.
15710
15711 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
15712
15713 * message.el (message-insert-citation-line): Use newlines.
15714
15715 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
15716
15717 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
15718
15719 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
15720
15721 2006-01-19 Mark D. Baushke <mdb@gnu.org>
15722
15723 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
15724
15725 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
15726
15727 * mm-decode.el (mm-inlined-types): Add application/pgp.
15728 (mm-automatic-display): Ditto.
15729
15730 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
15731 part as text.
15732
15733 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
15734
15735 * nnrss.el: Update copyright.
15736 (nnrss-opml-import): Query whether to subscribe to each entry.
15737
15738 * gnus-art.el:
15739 * gnus-sum.el:
15740 * mm-uu.el:
15741 * mm-view.el: Update copyright.
15742
15743 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
15744
15745 * message.el (message-info): New function.
15746 (message-mode-menu): Add it.
15747 Update copyright.
15748
15749 * ChangeLog: Fix and update copyright.
15750
15751 2006-01-13 Romain Francoise <romain@orebokech.com>
15752
15753 * message.el (message-forward-subject-name-subject): Prefer the
15754 address to 'nowhere' if the sender has no name.
15755 Fix typo. Update copyright year.
15756
15757 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
15758
15759 * gnus-art.el (article-wash-html):
15760 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15761 (gnus-article-wash-html-with-w3m-standalone): New function.
15762
15763 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15764 mm-inline-text-html-render-with-w3m-standalone.
15765 (mm-text-html-washer-alist): Map w3m-standalone to
15766 gnus-article-wash-html-with-w3m-standalone.
15767 (mm-inline-text-html-render-with-w3m-standalone): New function.
15768
15769 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
15770
15771 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
15772 Improve LaTeX.
15773
15774 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
15775
15776 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
15777 (nnrss-request-article): Render text/plain parts as HTML.
15778
15779 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
15780 the buffer.
15781
15782 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
15783
15784 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
15785 custom definition of `gnus-posting-styles'.
15786
15787 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
15788 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
15789
15790 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
15791
15792 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
15793 Use nntp for bug archive.
15794
15795 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
15796
15797 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
15798 parts.
15799 (nnrss-normalize-date): New function converts ISO 8601 date into
15800 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
15801 (nnrss-check-group): Use it.
15802
15803 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
15804
15805 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
15806
15807 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
15808 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
15809 (nnrss-insert-w3): Ditto.
15810
15811 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15812
15813 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
15814 the articles to be forwarded including the case where neither a
15815 number of articles nor a region is specified.
15816
15817 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
15818
15819 * nnrss.el (nnrss-request-article): Fix last change; fill
15820 text/plain parts.
15821
15822 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
15823
15824 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
15825 in text/plain part.
15826 (nnrss-check-group): Don't add excessive newline to dc:subject.
15827
15828 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
15829
15830 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
15831 article.
15832
15833 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
15834
15835 * nnml.el: Don't require gnus-bcklg. Autoload it.
15836 (nnml-use-compressed-files, nnml-save-mail): Support other
15837 comression programs such as bzip2.
15838
15839 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15840
15841 * dns.el (query-dns): Make sure we check the buffer size before
15842 removing tcp headers.
15843
15844 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
15845
15846 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
15847 remove MIME buttons associated with multipart/alternative parts.
15848 (gnus-mime-display-alternative): Tag buttons using `article-type'
15849 text property.
15850
15851 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
15852 associated with multipart/alternative parts.
15853
15854 * gnus-art.el (gnus-signature-separator): Fix custom type.
15855
15856 * mm-decode.el (mm-inlined-types): Fix custom type.
15857 (mm-keep-viewer-alive-types): Ditto.
15858 (mm-automatic-display): Ditto.
15859 (mm-attachment-override-types): Ditto.
15860 (mm-inline-override-types): Ditto.
15861 (mm-automatic-external-display): Ditto.
15862
15863 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
15864
15865 * spam-report.el (spam-report-user-mail-address)
15866 (spam-report-user-agent): New variables.
15867 (spam-report-url-ping-plain): Use spam-report-user-agent.
15868
15869 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
15870
15871 * gnus-art.el (gnus-button-handle-custom): Do not just use
15872 `customize-apropos' for any "M-x customize-*" button but the
15873 function called for. Accept both the function name and its
15874 argument in order to achieve this.
15875 (gnus-button-alist): Remove support for "custom:" URL's.
15876 Pass function name to `gnus-button-handle-custom' in case of "M-x
15877 customize-*" buttons.
15878
15879 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
15880
15881 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
15882 multipart/alternative and add xref to mm-discouraged-alternatives
15883 in doc string.
15884
15885 * mm-decode.el (mm-discouraged-alternatives): Add xref to
15886 gnus-buttonized-mime-types in doc string.
15887
15888 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
15889
15890 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
15891 Suggest image/.* in the doc string.
15892
15893 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
15894
15895 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
15896 message-marks (Debian bug #342521).
15897
15898 2005-12-12 Simon Josefsson <jas@extundo.com>
15899
15900 * password.el (password-read-from-cache): Add.
15901 (password-read): Use it.
15902
15903 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
15904
15905 * rfc2047.el (rfc2047-charset-to-coding-system):
15906 Recognize us-ascii as a MIME charset.
15907
15908 * mm-bodies.el (mm-decode-content-transfer-encoding):
15909 Protect against the case where the 2nd arg TYPE is nil.
15910
15911 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
15912
15913 * pop3.el (pop3-stream-type): Fix custom version.
15914
15915 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
15916
15917 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15918
15919 * mm-decode.el (mm-display-external): Add missing cdr.
15920
15921 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
15922
15923 * mm-decode.el (mm-display-external): Use nametemplate (defined in
15924 RFC1524) if it is in mailcap or add a suffix according to
15925 mailcap-mime-extensions when generating a temp filename; postpone
15926 deleting a temp file for 2 seconds for some wrappers, shell
15927 scripts, and so on, which might exit right after having started a
15928 viewer command as a background job.
15929
15930 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
15931
15932 * nntp.el (nntp-marks-directory): Fix custom group.
15933
15934 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
15935 steps when < 10.
15936
15937 * gnus-start.el (gnus-no-server-1):
15938 Mention `gnus-level-default-subscribed' in doc string.
15939
15940 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15941
15942 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
15943 parens.
15944
15945 2005-11-26 Dave Love <fx@gnu.org>
15946
15947 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
15948 (tls-program, tls-success): Provide openssl alternative.
15949
15950 * starttls.el: Doc fixes.
15951 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
15952 SERVICE to PORT.
15953
15954 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
15955 port null or service name.
15956 (starttls-negotiate): Autoload.
15957
15958 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
15959
15960 * message.el (message-kill-to-signature): Fix interactive spec.
15961
15962 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
15963
15964 * pop3.el (pop3-open-server): Recognize a string as a service name.
15965
15966 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
15967
15968 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
15969
15970 2005-11-23 Dave Love <fx@gnu.org>
15971
15972 Add pop3s, pop3/starttls.
15973
15974 * pop3.el (pop3-authentication-scheme): Clarify doc.
15975 (open-tls-stream, starttls-open-stream): Autoload.
15976 (pop3-stream-type): New.
15977 (pop3-open-server): Use it.
15978
15979 * mail-source.el (mail-sources): Fix some :types. Add stream type
15980 for POP.
15981 (mail-source-keyword-map): Add :stream for POP.
15982 (mail-source-fetch-pop): Use pop3-stream-type.
15983
15984 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
15985
15986 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
15987 of current-time-string.
15988
15989 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
15990
15991 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
15992 date header.
15993
15994 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
15995
15996 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
15997 it can seriously impact performance as it bypasses the agent's
15998 local caches.
15999
16000 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
16001
16002 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
16003 must be explicitly online rather than "not explicitly offline" for
16004 its flags to be synchronized.
16005
16006 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
16007 that gnus-uu-unmark-thread will function correctly.
16008
16009 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
16010 1024K is instead displayed as 1M.
16011
16012 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16013
16014 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
16015
16016 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
16017
16018 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
16019
16020 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
16021
16022 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
16023 error message to display actual error condition.
16024 (gnus-agent-save-local): Avoid saving symbols that are bound to
16025 nil as they simply result in a warning message in
16026 gnus-agent-read-local.
16027
16028 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
16029
16030 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
16031 rather than make-variable-buffer-local for file-precious-flag.
16032
16033 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
16034
16035 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
16036 for duplicates which are removed. The invalid sort check then
16037 triggers a rescan after the sort as sorting may have moved
16038 duplicate entries such that they can be cheaply detected.
16039
16040 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
16041
16042 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
16043
16044 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
16045
16046 * gnus-agent.el (gnus-agent-article-alist-save-format):
16047 Change internal variable to a custom variable. Change default value
16048 from compressed(2) to uncompressed(1).
16049 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
16050 support for uncompressed agentview files. Taken together, reading
16051 the agentview file should now be 6-7 times faster.
16052
16053 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
16054
16055 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
16056 as a buffer-local variable. This avoids creating truncated
16057 dribble files as a result of a hang up, eg.
16058
16059 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
16060
16061 * gnus-start.el (gnus-start-draft-setup):
16062 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
16063
16064 * gnus.el (gnus-splash): Change custom group.
16065 (gnus-group-get-parameter, gnus-group-parameter-value):
16066 Describe allow-list argument.
16067
16068 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
16069 string.
16070
16071 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
16072
16073 * gnus-art.el (gnus-default-article-saver): Add user-defined
16074 `function' to custom type.
16075
16076 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
16077
16078 * imap.el (imap-open): Handle case where buffer is a buffer
16079 object.
16080
16081 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
16082
16083 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
16084 long lines.
16085 (gnus-cache-delete-group): Wrap doc strings.
16086
16087 * gnus-agent.el (gnus-agent-rename-group)
16088 (gnus-agent-delete-group): Wrap doc strings.
16089
16090 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16091
16092 * gnus-start.el (gnus-1): Add "native" to
16093 gnus-predefined-server-alist.
16094
16095 * gnus.el (gnus-method-to-server): Don't add "native" to the
16096 lists here, because that leads to problems when
16097 gnus-select-method is bound.
16098
16099 2005-11-09 Simon Josefsson <jas@extundo.com>
16100
16101 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
16102 use (not sort-by-date) instead.
16103
16104 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
16105
16106 * gnus-delay.el (gnus-delay-group): Don't autoload.
16107 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16108 to be re-loaded when customizing the `gnus-delay' group.
16109
16110 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
16111
16112 * message.el: Revert last changes.
16113 (message-insert-citation-line): Use newlines.
16114
16115 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
16116
16117 * message.el (message-courtesy-message)
16118 (message-mark-insert-begin, message-mark-insert-end)
16119 (message-elide-ellipsis, message-cancel-message)
16120 (message-add-header, message-change-subject)
16121 (message-cross-post-followup-to-header)
16122 (message-cross-post-insert-note, message-reduce-to-to-cc)
16123 (message-widen-reply, message-delete-not-region)
16124 (message-kill-to-signature, message-insert-signature)
16125 (message-insert-importance-high, message-insert-importance-low)
16126 (message-insert-or-toggle-importance)
16127 (message-insert-disposition-notification-to)
16128 (message-indent-citation, message-yank-original)
16129 (message-cite-original-without-signature, message-cite-original)
16130 (message-insert-citation-line, message-position-on-field)
16131 (message-fix-before-sending, message-send-mail-partially)
16132 (message-send-mail, message-send-mail-with-sendmail)
16133 (message-send-mail-with-qmail, message-send-news)
16134 (message-check-news-header-syntax, message-generate-headers)
16135 (message-insert-courtesy-copy, message-fill-address)
16136 (message-fill-header, message-shorten-references)
16137 (message-setup-1, message-cancel-news)
16138 (message-forward-make-body-plain, message-forward-make-body-mime)
16139 (message-forward-make-body-mml, message-encode-message-body)
16140 (message-forward-make-body-digest-plain)
16141 (message-forward-make-body-digest-mime)
16142 (message-use-alternative-email-as-from): Insert `hard-newline'
16143 instead of ordinary newlines.
16144
16145 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
16146
16147 * message.el (message-generate-headers): Downcase the argument
16148 given to message-check-element.
16149
16150 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
16151
16152 * nntp.el (nntp-authinfo-rejected): New error condition.
16153 (nntp-wait-for): Use new error condition to signal authentication
16154 error.
16155 (nntp-retrieve-data): Rethrow new error condition to break out of
16156 recursive call to nntp-send-authinfo.
16157
16158 2005-11-08 Romain Francoise <romain@orebokech.com>
16159
16160 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
16161 (gnus-summary-exit-map): Bind to `Z p'.
16162 (gnus-summary-make-menu-bar): Add menu item.
16163
16164 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
16165
16166 * gnus-art.el (gnus-article-treat-custom): Add `first'.
16167 (gnus-treat-*): Add `first' in all doc strings.
16168
16169 * gnus-group.el (gnus-group-compact-group): Fix typo.
16170
16171 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
16172
16173 * gnus.el (gnus-parameters-case-fold-search): New variable.
16174 (gnus-parameters-get-parameter): Use it.
16175
16176 * gnus-score.el (gnus-home-score-file): Doc fix.
16177
16178 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
16179
16180 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
16181
16182 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
16183
16184 * mm-util.el (mm-special-display-p): New function.
16185
16186 * mml.el (mml-preview): Use it; doc fix.
16187
16188 2005-10-29 Romain Francoise <romain@orebokech.com>
16189
16190 * message.el (message-fix-before-sending): Fix comment.
16191
16192 2005-10-29 Jari Aalto <jari.aalto@cante.net>
16193
16194 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
16195
16196 2005-10-29 Jari Aalto <jari.aalto@cante.net>
16197
16198 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
16199 Used in gnus-score.el.
16200
16201 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
16202
16203 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
16204
16205 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
16206
16207 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
16208 whitespace removed in revision 7.8. Use concatenated string to
16209 protect trailing whitespace.
16210
16211 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
16212
16213 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
16214 (nnimap-request-expire-articles): Use it to avoid sending 'UID
16215 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
16216 Courier IMAP ("some version from 2004"). Mostly based on similar
16217 code in the same function.
16218
16219 2005-10-26 Didier Verna <didier@xemacs.org>
16220
16221 * gnus-group.el (gnus-group-compact-group): Invalidate original
16222 article buffer.
16223 * gnus-srvr.el (gnus-server-compact-server): Ditto.
16224 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
16225 NOV database and in article itself.
16226 Invalidate article backlog.
16227
16228 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
16229
16230 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
16231
16232 2005-10-26 Simon Josefsson <jas@extundo.com>
16233
16234 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
16235 part of 2004-07-25 change.
16236
16237 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
16238
16239 * message.el (message-display-completion-list): New function.
16240 (message-expand-group): Use it; make sure the Completions buffer
16241 is modifiable.
16242
16243 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
16244
16245 * imap.el (imap-open): Handle case where buffer is a buffer object.
16246
16247 2005-10-24 Eli Zaretskii <eliz@gnu.org>
16248
16249 * pgg-def.el:
16250 * pgg-gpg.el:
16251 * pgg-parse.el:
16252 * pgg-pgp.el:
16253 * pgg-pgp5.el:
16254 * pgg.el: Move to the parent lisp directory.
16255
16256 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
16257
16258 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
16259 user-mail-name is an empty string.
16260
16261 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
16262
16263 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
16264 depending on gnus-score-decay-constant.
16265
16266 * encrypt.el (encrypt-insert-file-contents)
16267 (encrypt-write-file-contents): Don't use `gnus-message'.
16268
16269 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
16270 arguments.
16271 (mm-uu-type-alist): Add message-marks and insert-marks.
16272 Pass arguments to mm-uu-verbatim-marks-extract.
16273 (mm-uu-hide-markers): New variable.
16274 (mm-uu-extract): Use face similar to `gnus-cite-3'.
16275
16276 * gnus-fun.el (gnus-convert-image-to-x-face-command)
16277 (gnus-convert-image-to-face-command): Use "convert" by default to
16278 allow other input image formats.
16279 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
16280 accordingly.
16281
16282 2005-10-23 Simon Josefsson <jas@extundo.com>
16283
16284 * imap.el (imap-gssapi-program): Align command line parameters
16285 with latest GNU SASL.
16286 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
16287
16288 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16289
16290 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
16291 HTML.
16292 (nnslashdot-request-article): Ditto.
16293
16294 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
16295
16296 * mail-source.el (mail-source-fetch-pop): Require pop3.
16297 (mail-source-check-pop): Ditto.
16298
16299 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
16300
16301 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
16302 errors.
16303
16304 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
16305
16306 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
16307 (gnus-treat-strip-leading-blank-lines): Improve doc string.
16308
16309 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
16310
16311 * mm-bodies.el (mm-decode-string):
16312 Call `mm-charset-to-coding-system' with allow-override argument.
16313
16314 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
16315
16316 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
16317 (rfc2047-charset-to-coding-system): New function.
16318 (rfc2047-decode-encoded-words): New function.
16319 (rfc2047-decode-region): Use them.
16320 (rfc2047-decode-cte): Remove.
16321 (rfc2047-parse-and-decode): Remove.
16322 (rfc2047-decode): Remove.
16323
16324 2005-10-15 Kenichi Handa <handa@m17n.org>
16325
16326 * rfc2047.el (rfc2047-decode-cte): New function.
16327 (rfc2047-decode-region): Change the way to decode successive
16328 encoded-words: decode B- or Q-encoding in each encoded-word,
16329 concatenate them, and decode it as charset.
16330
16331 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
16332
16333 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
16334 widget-move-and-invoke.
16335 (gnus-custom-mode): Use gnus-custom-map.
16336
16337 2005-10-15 Bill Wohler <wohler@newt.com>
16338
16339 * message.el (message-tool-bar-map): Rename image file from
16340 mail_send to mail/send.
16341
16342 2005-10-16 Masatake YAMATO <jet@gyve.org>
16343
16344 * message.el (message-expand-group): Pass the common
16345 prefix substring of completion to `display-completion-list'.
16346
16347 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
16348
16349 * mml-sec.el (mml-secure-method): New internal variable.
16350 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
16351 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
16352 New functions using mml-secure-method.
16353
16354 * mml.el (mml-mode-map): Add key bindings for those functions.
16355 (mml-menu): Simplify security menu entries. Suggested by Jesper
16356 Harder <harder@myrealbox.com>.
16357 (mml-attach-file, mml-attach-buffer, mml-attach-external):
16358 Goto end of message if point is the headers of the message.
16359
16360 * message.el (message-in-body-p): New function.
16361
16362 * assistant.el: Autoload gnus-util and netrc.
16363
16364 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
16365 Use `mm-charset-override-alist' only when decoding.
16366
16367 * mm-bodies.el (mm-decode-body):
16368 Call `mm-charset-to-coding-system' with allow-override argument.
16369
16370 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
16371 `filename' from Content-Disposition if Content-Type doesn't
16372 provide `name'.
16373 (gnus-mime-view-part-as-type): Set default instead of
16374 initial-input.
16375
16376 2005-10-09 Daniel Brockman <daniel@brockman.se>
16377
16378 * format-spec.el (format-spec): Propagate text properties of % spec.
16379
16380 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
16381
16382 * gnus-art.el (gnus-treat-predicate): Add `first'.
16383
16384 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
16385
16386 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
16387 (mm-charset-override-alist): New variable.
16388 (mm-charset-to-coding-system): Use it.
16389 (mm-codepage-setup): New helper function.
16390 (mm-charset-eval-alist): New variable.
16391 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
16392 Warn about unknown charsets.
16393
16394 2005-10-04 David Hansen <david.hansen@gmx.net>
16395
16396 * nnrss.el (nnrss-request-article): Add support for the comments tag.
16397 (nnrss-check-group): Ditto.
16398
16399 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
16400
16401 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
16402 Rename x-gnus-verbatim to x-verbatim.
16403 (mm-uu-type-alist): Fix regexp for verbatim-marks.
16404
16405 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
16406 x-verbatim.
16407
16408 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
16409
16410 * gnus-util.el (gnus-remove-duplicates): Remove.
16411
16412 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
16413 instead of gnus-remove-duplicates.
16414
16415 * message.el (message-remove-duplicates): Remove.
16416 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
16417 message-remove-duplicates.
16418
16419 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
16420 available, else use implementation from `delete-dups'.
16421
16422 * message.el (message-insert-expires): New function.
16423 (message-mode-map): Add key binding.
16424 (message-mode-field-menu): Add menu entry.
16425 (message-mode): Document it.
16426 (message-make-expires-date): Use `message-make-date'.
16427
16428 2005-10-04 Josh Huber <huber@alum.wpi.edu>
16429
16430 * message.el (message-make-expires-date): New function.
16431
16432 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
16433
16434 * time-date.el: Autoload parse-time-string, XEmacs needs it.
16435
16436 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
16437
16438 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
16439 function rather than the diff-mode.el package.
16440 (mm-display-external): Use with-current-buffer.
16441 (mm-viewer-completion-map, mm-viewer-completion-map):
16442 Move initialization inside declaration.
16443
16444 2005-09-29 Simon Josefsson <jas@extundo.com>
16445
16446 * spam.el: Load hashcash when compiling, to avoid warnings.
16447 Don't autoload mail-check-payment.
16448 (spam-check-hashcash): Define unconditionally, since hashcash.el
16449 is part of Gnus now. Ignore errors from payment checking.
16450
16451 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
16452
16453 * message.el (message-bold-region, message-unbold-region):
16454 Rename from `bold-region' and `unbold-region'.
16455
16456 * message.el: Remove useless autoloads.
16457
16458 2005-09-28 Simon Josefsson <jas@extundo.com>
16459
16460 * message.el (message-use-idna): Default to t.
16461 (message-use-idna): Test whether encoding works too. Doc fix.
16462
16463 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
16464
16465 * nntp.el (nntp-warn-about-losing-connection): Remove.
16466
16467 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
16468
16469 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
16470 customizable. Change default value.
16471 (mm-uu-diff-groups-regexp): Change default value.
16472 (mm-uu-type-alist): Add doc string.
16473 (mm-uu-configure): Add doc string. Make it interactive.
16474 (mm-uu-tex-groups-regexp): New variable.
16475 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
16476 (mm-uu-type-alist): Add LaTeX documents.
16477 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
16478 of "text/verbatim".
16479 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
16480
16481 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
16482 instead of "text/verbatim".
16483
16484 * message.el (message-mark-inserted-region)
16485 (message-mark-insert-file): Use slrn style marks when called with
16486 prefix argument.
16487
16488 2005-09-27 Simon Josefsson <jas@extundo.com>
16489
16490 * message.el (message-idna-to-ascii-rhs-1): Reformat.
16491
16492 2005-09-27 Arne Jørgensen <arne@arnested.dk>
16493
16494 * message.el (message-remove-duplicates): New function.
16495 Implementation borrowed from `gnus-remove-duplicates'.
16496 (message-idna-to-ascii-rhs): Also encode idna addresses in
16497 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16498 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
16499 only ask about the same idna domain once per header and also tell
16500 in what header to replace the idna domain.
16501
16502 * gnus-art.el (article-decode-idna-rhs): Also decode idna
16503 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16504 (article-decode-idna-rhs): Fix regexp so that all idna-address in
16505 a header is decoded and not just the last one.
16506
16507 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
16508
16509 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
16510 has been decoded.
16511
16512 * mm-decode.el (mm-automatic-display): Add text/verbatim.
16513 (mm-insert-part): Don't modify text if it has been decoded.
16514
16515 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
16516 decoded.
16517
16518 * mm-view.el (mm-inline-text): Don't strip text props unless
16519 decoding enriched or richtext parts.
16520
16521 2005-09-25 Romain Francoise <romain@orebokech.com>
16522
16523 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
16524 * gnus-start.el (gnus-subscribe-interactively):
16525 * gnus-uu.el (gnus-uu-grab-articles):
16526 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
16527 space.
16528
16529 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
16530
16531 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
16532 * mm-view.el (mm-view-pkcs7-decrypt):
16533 * gnus-sum.el (gnus-summary-limit-to-extra)
16534 (gnus-summary-respool-article, gnus-read-move-group-name):
16535 * gnus-score.el (gnus-summary-increase-score):
16536 * gnus-util.el (gnus-completing-read-with-default):
16537 * gnus-art.el (gnus-read-save-file-name)
16538 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
16539 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
16540 * message.el (message-check-news-header-syntax):
16541 Follow convention for reading with the minibuffer.
16542
16543 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
16544
16545 * spam-report.el (spam-report-url-ping-plain):
16546 Use gnus-extended-version as User-Agent.
16547
16548 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
16549 default value is nil.
16550
16551 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
16552 (mm-uu-verbatim-marks-extract): New function.
16553 (mm-uu-extract): New face.
16554 (mm-uu-copy-to-buffer): Use it.
16555
16556 * spam-report.el (spam-report-gmane-ham): Rename from
16557 `spam-report-gmane-unspam'.
16558 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
16559 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
16560
16561 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
16562 Autoload.
16563 (spam-report-gmane-unregister-routine):
16564 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
16565
16566 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
16567
16568 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
16569 (spam-report-gmane-unregister-routine): Add support for gmane
16570 unregistration.
16571
16572 * spam-report.el (spam-report-gmane-unspam)
16573 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
16574 (spam-report-gmane): Change to take a single article and do unspam
16575 registration.
16576
16577 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
16578
16579 * mm-url.el (mm-url-decode-entities): Fix regexp.
16580
16581 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
16582
16583 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
16584 default to nil, to be able to use Gnus at all. If the default
16585 switches to something else, then the function should be fixed not
16586 be exceedingly slow.
16587
16588 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
16589
16590 * gnus-start.el (gnus-activate-group): If the server is nil, don't
16591 fail hard.
16592
16593 * spam-report.el: Add better Keywords line.
16594
16595 * spam.el: Add Maintainer and better Keywords line.
16596
16597 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
16598
16599 * gnus-art.el (gnus-article-replace-part)
16600 (gnus-mime-replace-part): New functions.
16601 (gnus-mime-action-alist, gnus-mime-button-commands)
16602 (gnus-mime-save-part-and-strip): Add file argument.
16603 (gnus-article-part-wrapper): Add interactive argument.
16604
16605 * gnus-sum.el (gnus-summary-mime-map):
16606 Add `gnus-article-replace-part'.
16607
16608 2005-09-19 Didier Verna <didier@xemacs.org>
16609
16610 The nnml compaction feature:
16611 * nnml.el (nnml-request-compact-group): New function.
16612 * nnml.el (nnml-request-compact): New function.
16613 * gnus-int.el (gnus-request-compact-group): New function.
16614 * gnus-int.el (gnus-request-compact): New function.
16615 * gnus-group.el (gnus-group-compact-group): New function.
16616 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
16617 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
16618 * gnus-srvr.el (gnus-server-compact-server): New function.
16619 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
16620 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
16621
16622 2005-09-18 Deepak Goel <deego@gnufans.org>
16623
16624 * sieve.el (sieve-help): Fix `message' call: first arg should be a
16625 format spec.
16626
16627 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
16628
16629 * gnus.el (gnus-group-startup-message): Bind image-load-path.
16630
16631 2005-09-15 Romain Francoise <romain@orebokech.com>
16632
16633 * message.el (message-fill-paragraph): Clarify docstring.
16634
16635 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
16636
16637 * gnus-art.el (gnus-mime-display-part): Protect against broken
16638 MIME messages.
16639
16640 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
16641
16642 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
16643 before parsing header.
16644
16645 2005-09-11 Jari Aalto <jari.aalto@cante.net>
16646
16647 * html2text.el (html2text-replace-list): Add new entities.
16648
16649 2005-09-11 Romain Francoise <romain@orebokech.com>
16650
16651 * message.el (message-alternative-emails): Improve docstring.
16652 (message-setup-1): Call `message-use-alternative-email-as-from'
16653 after `message-setup-hook' to give it precedence over posting
16654 styles, etc.
16655 (message-use-alternative-email-as-from): Add docstring.
16656 Remove the original From header if present.
16657
16658 * nnml.el (nnml-compressed-files-size-threshold): New variable.
16659 (nnml-save-mail): Use it.
16660
16661 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
16662 articles. Add new argument `silent'.
16663 (gnus-uu-mark-all): Report the total number of marked articles.
16664
16665 2005-09-10 Romain Francoise <romain@orebokech.com>
16666
16667 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
16668 (gnus-uu-mark-series): Likewise.
16669
16670 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
16671
16672 * spam-report.el (spam-report-gmane): Fix generation of spam
16673 report URL.
16674
16675 2005-09-10 Simon Josefsson <jas@extundo.com>
16676
16677 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
16678 t, based on discussion on the ding list with Robert Epprecht
16679 <epprecht@solnet.ch>.
16680
16681 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
16682
16683 * spam-report.el (spam-report-gmane): Make it work without
16684 X-Report-Spam header. Gmane now only provides Archived-At.
16685 This is only used if `spam-report-gmane-use-article-number' is nil.
16686 (spam-report-gmane-spam-header): Remove. Not used anymore.
16687
16688 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
16689 make `gnus-summary-sort-by-recipient' work with threading.
16690
16691 * nnweb.el (nnweb-google-wash-article): Print a message if article
16692 is not available.
16693
16694 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16695
16696 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
16697 change. Decode text/* parts content before displaying.
16698
16699 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
16700
16701 * mml-smime.el: Remove defvar of gnus-extract-address-components.
16702
16703 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
16704
16705 * mm-view.el (mm-display-inline-fontify): Disable support modes.
16706
16707 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
16708
16709 * message.el (message-tab-body-function): Fix mismatched custom type.
16710
16711 * gnus.el (gnus-group-change-level-function): Ditto.
16712
16713 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
16714
16715 * gnus-art.el (gnus-signature-limit)
16716 (gnus-article-mime-part-function): Ditto.
16717
16718 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
16719
16720 * mml.el (mml-mode): Silence the byte compiler.
16721
16722 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
16723 using `(sit-for 0)' before moving the point to the specified part;
16724 skip unbuttonized parts.
16725 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
16726 return to the summary window if gnus-auto-select-part is non-nil.
16727
16728 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
16729
16730 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
16731 New variables.
16732 (mml-dnd-attach-file, mml-mode): Use them.
16733
16734 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
16735 Make fetching article by MID work again for Google Groups.
16736 Add FIXME concerning gnus-group-make-web-group.
16737
16738 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
16739 Don't depend on Gnus by using mail-extract-address-components if
16740 gnus-extract-address-components is not bound.
16741
16742 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16743
16744 * gnus-art.el (gnus-mime-display-security): Don't display the
16745 signature, but only the signed part.
16746
16747 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
16748
16749 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
16750
16751 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
16752 list, not listp.
16753
16754 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
16755
16756 * mm-encode.el (mm-encode-content-transfer-encoding):
16757 Likewise when encoding.
16758
16759 * mm-bodies.el (mm-decode-content-transfer-encoding):
16760 De-canonicalize CRLF for all text content types, not just
16761 text/plain.
16762
16763 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16764
16765 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
16766 valid article; point arrow and cursor at the MIME button.
16767
16768 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
16769
16770 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
16771 Suggested by Dan Christensen <jdc@uwo.ca>.
16772
16773 * mm-decode.el (mm-save-part): Enable change of prompt.
16774
16775 2005-08-29 Jari Aalto <jari.aalto@cante.net>
16776
16777 * gnus-msg.el (gnus-inews-add-send-actions):
16778 Make `message-post-method' lambda parameter ARG `&optional'.
16779
16780 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
16781
16782 * gnus-sum.el (gnus-summary-mime-map):
16783 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
16784 gnus-article-jump-to-part.
16785
16786 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
16787 (gnus-article-edit-part): Use it.
16788 (gnus-article-part-wrapper): Add no-handle argument.
16789 (gnus-article-save-part-and-strip, gnus-article-delete-part):
16790 New functions.
16791
16792 2005-08-29 Romain Francoise <romain@orebokech.com>
16793
16794 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16795 docstring.
16796 (gnus-face-from-file): Likewise.
16797
16798 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
16799
16800 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
16801 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
16802 non-nil.
16803 (gnus-auto-select-part): New variable.
16804 (gnus-article-jump-to-part): New function.
16805 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
16806 (gnus-mime-delete-part): Allow selecting specified part after
16807 deleting or stripping parts.
16808 (gnus-article-jump-to-part): Don't use `read-number'. Use last
16809 part if argument is bogus.
16810
16811 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
16812
16813 * gnus-art.el (w3m-minor-mode-map):
16814 * gnus-spec.el (gnus-newsrc-file-version):
16815 * gnus-util.el (nnmail-active-file-coding-system)
16816 (gnus-original-article-buffer, gnus-user-agent):
16817 * gnus.el (gnus-ham-process-destinations)
16818 (gnus-parameter-ham-marks-alist)
16819 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
16820 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
16821 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
16822 * mm-decode.el (gnus-current-window-configuration):
16823 * mm-extern.el (gnus-article-mime-handles):
16824 * mm-url.el (url-current-object, url-package-name)
16825 (url-package-version):
16826 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
16827 (smime-keys, w3m-cid-retrieve-function-alist)
16828 (w3m-current-buffer, w3m-display-inline-images)
16829 (w3m-minor-mode-map):
16830 * mml-smime.el (gnus-extract-address-components):
16831 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
16832 (gnus-newsrc-hashtb, message-default-charset)
16833 (message-deletable-headers, message-options)
16834 (message-posting-charset, message-required-mail-headers)
16835 (message-required-news-headers):
16836 * mml1991.el (mc-pgp-always-sign):
16837 * mml2015.el (mc-pgp-always-sign):
16838 * nnheader.el (nnmail-extra-headers):
16839 * rfc1843.el (gnus-decode-encoded-word-function)
16840 (gnus-decode-header-function, gnus-newsgroup-name):
16841 * spam-stat.el (gnus-original-article-buffer): Add defvars.
16842
16843 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
16844
16845 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
16846 the end of the date treatments.
16847
16848 2005-08-15 Simon Josefsson <jas@extundo.com>
16849
16850 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
16851 it in url-handlers.el and XEmacs in url.el. Reported by Luca
16852 Capello and Romain Francoise.
16853 (pgg-fetch-key-function): Remove, not used?
16854 (pgg-insert-url-with-w3): Require url, to get
16855 url-insert-file-contents regardless of where it is defined.
16856
16857 2005-08-13 Romain Francoise <romain@orebokech.com>
16858
16859 * message.el (message-cite-original-1): New function.
16860 (message-cite-original): Use it.
16861 (message-cite-original-without-signature): Ditto.
16862
16863 2005-08-08 Romain Francoise <romain@orebokech.com>
16864
16865 * message.el (message-yank-empty-prefix): New variable.
16866 (message-indent-citation): Use it.
16867 (message-cite-original-without-signature): Respect X-No-Archive.
16868
16869 2005-08-08 Simon Josefsson <jas@extundo.com>
16870
16871 * pgg.el: Autoload url-insert-file-contents instead of loading
16872 w3/url.
16873 (pgg-insert-url-with-w3): Don't load url here.
16874
16875 2005-08-07 Jesper Harder <harder@phys.au.dk>
16876
16877 * message.el (message-kill-to-signature): Don't insert newline at
16878 bol.
16879 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
16880
16881 2005-08-06 Romain Francoise <romain@orebokech.com>
16882
16883 * message.el (message-user-fqdn): Fix typo in docstring.
16884
16885 2005-08-05 Daiki Ueno <ueno@unixuser.org>
16886
16887 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
16888
16889 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
16890
16891 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
16892
16893 * mm-bodies.el (mm-encode-body): Use coding system rather than
16894 charset to encode text.
16895
16896 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
16897 number of charsets if utf-8 is available (XEmacs).
16898
16899 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
16900
16901 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
16902 taken from `gnus-button-mid-or-mail-regexp'.
16903 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
16904 (gnus-button-alist): Improve regexp for domain part of the MIDs
16905 for news:localpart@domain buttons.
16906 (gnus-button-ctan-directory-regexp): Update.
16907
16908 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
16909
16910 * sieve-manage.el (sieve-manage-interactive-login):
16911 Use make-local-variable rather than make-variable-buffer-local.
16912 (sieve-manage-open): Ditto.
16913 (sieve-manage-authenticate): Ditto.
16914
16915 * mml.el (mml-generate-mime-1): Make the content type default to
16916 text/plain if the filename is not specified.
16917
16918 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
16919
16920 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
16921 instead of insert-buffer.
16922
16923 * message.el (message-yank-original): Ditto; set the mark at the
16924 end of the yanked message.
16925
16926 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
16927
16928 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
16929 lines to scroll rather than to stop it.
16930
16931 * mml.el (mml-generate-default-type): Add doc string.
16932 (mml-generate-mime-1): Use mm-default-file-encoding or make it
16933 default to application/octet-stream when determining the content
16934 type if it is not specified for the part or the mml contents; add
16935 a comment about mml-generate-default-type.
16936
16937 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
16938
16939 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
16940 make it default to application/octet-stream when determining the
16941 content type if it is not specified for the external contents.
16942
16943 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
16944
16945 * rfc2231.el (rfc2231-parse-string): Take care that not only a
16946 segmented parameter but also other parameters might be there.
16947
16948 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
16949
16950 * mm-decode.el (mm-display-external): Delete temp file, directory
16951 and buffer immediately if the external process is exited.
16952
16953 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
16954
16955 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
16956 fewer lines than that of scroll-margin.
16957 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
16958
16959 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
16960
16961 * gnus-art.el (gnus-article-next-page): Revert.
16962 (gnus-article-beginning-of-window): New macro.
16963 (gnus-article-next-page-1): Use it.
16964 (gnus-article-prev-page): Ditto.
16965 (gnus-article-edit-part): Use insert-buffer-substring instead of
16966 insert-buffer.
16967 (gnus-article-edit-exit): Ditto.
16968
16969 * gnus-util.el (gnus-beginning-of-window): Remove.
16970 (gnus-end-of-window): Remove.
16971
16972 2005-07-25 Simon Josefsson <jas@extundo.com>
16973
16974 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
16975 to have the url package without w3. Reported by Daiki Ueno
16976 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
16977
16978 2005-07-20 Didier Verna <didier@xemacs.org>
16979
16980 * gnus-diary.el: Remove the description comment (nndiary is now
16981 properly documented in the Gnus manual).
16982 Fix the spelling of "Back End".
16983 * nndiary.el: Ditto.
16984 Fix the copyright notice.
16985
16986 2005-07-18 Romain Francoise <romain@orebokech.com>
16987
16988 * gnus-sum.el (gnus-summary-to-prefix)
16989 (gnus-summary-newsgroup-prefix): New variables.
16990 (gnus-summary-from-or-to-or-newsgroups): Use them.
16991
16992 2005-07-17 Romain Francoise <romain@orebokech.com>
16993
16994 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
16995 space as it's generally not especially interesting to the user.
16996
16997 2005-07-16 Romain Francoise <romain@orebokech.com>
16998
16999 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
17000 nil to avoid prompting and file modification if one of the
17001 messages at the top of the nnfolder file contains a copyright
17002 notice.
17003 Update copyright notice.
17004
17005 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
17006 instead of `current-time-string' as the latter creates a time
17007 string that is not RFC 2822 compliant (it lacks the zone).
17008 Update copyright notice.
17009
17010 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
17011
17012 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
17013 for text/rtf. Display default in prompt. Pass default for M-n.
17014
17015 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
17016
17017 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17018
17019 * gnus-msg.el (gnus-button-mailto):
17020 Remove save-selected-window-window hackery because it relies on
17021 save-selected-window internals.
17022
17023 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
17024
17025 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
17026 (gnus-article-next-page-1): Use gnus-beginning-of-window.
17027 (gnus-article-prev-page): Ditto.
17028
17029 * gnus-util.el (gnus-beginning-of-window): New function.
17030 (gnus-end-of-window): New function.
17031
17032 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
17033
17034 * gnus-score.el (gnus-score-edit-all-score):
17035 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
17036 gnus-message.
17037
17038 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17039
17040 * gnus-msg.el (gnus-button-mailto):
17041 Remove save-selected-window-window hackery because it relies on
17042 save-selected-window internals.
17043
17044 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
17045
17046 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
17047 add-minor-mode.
17048 (gnus-binary-mode): Ditto.
17049
17050 * gnus-topic.el (gnus-topic-mode): Ditto.
17051
17052 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
17053
17054 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
17055 (gnus-article-prev-page): Take scroll-margin into consideration.
17056
17057 2005-07-04 Lute Kamstra <lute@gnu.org>
17058
17059 Update FSF's address in GPL notices.
17060
17061 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
17062
17063 * gnus.el (gnus-exit):
17064 * gnus-group.el (gnus-group-icons):
17065 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
17066
17067 * gnus-nocem.el (gnus-nocem):
17068 * message.el (message-various, message-buffers, message-sending)
17069 (message-interface, message-forwarding, message-insertion)
17070 (message-headers, message-news, message-mail):
17071 * pgg-gpg.el (pgg-gpg):
17072 * pgg-parse.el (pgg-parse):
17073 * pgg-pgp.el (pgg-pgp):
17074 * pgg-pgp5.el (pgg-pgp5):
17075 * pop3.el (pop3): Finish `defgroup' description with period.
17076
17077 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
17078
17079 * gnus-art.el (article-display-face): Improve the efficiency.
17080 (article-display-x-face): Ditto; remove gray x-face stuff.
17081
17082 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
17083
17084 * gnus-art.el (article-display-face): Correct the position in
17085 which Faces are inserted.
17086
17087 2005-06-29 Didier Verna <didier@xemacs.org>
17088
17089 * gnus-art.el (article-display-face): Display faces in correct
17090 order.
17091
17092 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
17093
17094 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
17095 (gnus-fill-real-hashtb): Use hash table instead of obarray.
17096 (gnus-nocem-check-article): Fetch the Type header.
17097 (gnus-nocem-message-wanted-p): Fix the way to examine types.
17098 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
17099 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
17100 make sure gnus-nocem-hashtb is initialized.
17101 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
17102 (gnus-nocem-unwanted-article-p): Ditto.
17103
17104 * pgg.el (pgg-verify): Return the verification result.
17105
17106 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
17107
17108 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
17109 is ascii.
17110
17111 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
17112
17113 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
17114 `show-nonbreak-escape'.
17115
17116 2005-06-23 Lute Kamstra <lute@gnu.org>
17117
17118 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
17119
17120 * dig.el (dig-mode):
17121 * smime.el (smime-mode): Use gnus-run-mode-hooks.
17122
17123 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
17124
17125 * nnimap.el (nnimap-split-download-body): Fix spellings.
17126
17127 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
17128
17129 * gnus-art.el (gnus-article-encrypt-body):
17130 * gnus-cus.el (gnus-score-customize):
17131 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
17132 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
17133
17134 2005-06-16 Arne Jørgensen <arne@arnested.dk>
17135
17136 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
17137 header by looking for magic "MII" at the beginning.
17138
17139 2005-06-16 Miles Bader <miles@gnu.org>
17140
17141 * assistant.el (assistant-field): Remove "-face" suffix from face name.
17142 (assistant-field-face): New backward-compatibility alias for renamed
17143 face.
17144 (assistant-render-text): Use renamed assistant-field face.
17145
17146 * spam.el (spam): Remove "-face" suffix from face name.
17147 (spam-face): New backward-compatibility alias for renamed face.
17148 (spam-face, spam-initialize): Use renamed spam face.
17149
17150 * message.el (message-header-to, message-header-cc)
17151 (message-header-subject, message-header-newsgroups)
17152 (message-header-other, message-header-name)
17153 (message-header-xheader, message-separator, message-cited-text)
17154 (message-mml): Remove "-face" suffix from face names.
17155 (message-header-to-face, message-header-cc-face)
17156 (message-header-subject-face, message-header-newsgroups-face)
17157 (message-header-other-face, message-header-name-face)
17158 (message-header-xheader-face, message-separator-face)
17159 (message-cited-text-face, message-mml-face):
17160 New backward-compatibility aliases for renamed faces.
17161 (message-font-lock-keywords): Use renamed message faces.
17162
17163 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
17164 (sieve-test-commands, sieve-tagged-arguments):
17165 Remove "-face" suffix from face names.
17166 (sieve-control-commands-face, sieve-action-commands-face)
17167 (sieve-test-commands-face, sieve-tagged-arguments-face):
17168 New backward-compatibility aliases for renamed faces.
17169 (sieve-control-commands-face, sieve-action-commands-face)
17170 (sieve-test-commands-face, sieve-tagged-arguments-face):
17171 Use renamed sieve faces.
17172
17173 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
17174 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
17175 (gnus-group-news-3-empty, gnus-group-news-4)
17176 (gnus-group-news-4-empty, gnus-group-news-5)
17177 (gnus-group-news-5-empty, gnus-group-news-6)
17178 (gnus-group-news-6-empty, gnus-group-news-low)
17179 (gnus-group-news-low-empty, gnus-group-mail-1)
17180 (gnus-group-mail-1-empty, gnus-group-mail-2)
17181 (gnus-group-mail-2-empty, gnus-group-mail-3)
17182 (gnus-group-mail-3-empty, gnus-group-mail-low)
17183 (gnus-group-mail-low-empty, gnus-summary-selected)
17184 (gnus-summary-cancelled, gnus-summary-high-ticked)
17185 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
17186 (gnus-summary-high-ancient, gnus-summary-low-ancient)
17187 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
17188 (gnus-summary-low-undownloaded)
17189 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
17190 (gnus-summary-low-unread, gnus-summary-normal-unread)
17191 (gnus-summary-high-read, gnus-summary-low-read)
17192 (gnus-summary-normal-read, gnus-splash):
17193 Remove "-face" suffix from face names.
17194 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
17195 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
17196 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
17197 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
17198 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
17199 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
17200 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
17201 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
17202 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
17203 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
17204 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
17205 (gnus-summary-selected-face, gnus-summary-cancelled-face)
17206 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
17207 (gnus-summary-normal-ticked-face)
17208 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
17209 (gnus-summary-normal-ancient-face)
17210 (gnus-summary-high-undownloaded-face)
17211 (gnus-summary-low-undownloaded-face)
17212 (gnus-summary-normal-undownloaded-face)
17213 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
17214 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
17215 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
17216 (gnus-splash-face):
17217 New backward-compatibility aliases for renamed faces.
17218 (gnus-group-startup-message): Use renamed gnus faces.
17219
17220 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
17221 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
17222 (gnus-server-agent): Remove "-face" suffix from face names.
17223 (gnus-server-agent-face, gnus-server-opened-face)
17224 (gnus-server-closed-face, gnus-server-denied-face)
17225 (gnus-server-offline-face):
17226 New backward-compatibility aliases for renamed faces.
17227 (gnus-server-agent-face, gnus-server-opened-face)
17228 (gnus-server-closed-face, gnus-server-denied-face)
17229 (gnus-server-offline-face): Use renamed gnus faces.
17230
17231 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
17232 Remove "-face" suffix from face names.
17233 (gnus-picon-xbm-face, gnus-picon-face):
17234 New backward-compatibility aliases for renamed faces.
17235
17236 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
17237 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
17238 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
17239 (gnus-cite-11): Remove "-face" suffix from face names.
17240 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
17241 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
17242 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
17243 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
17244 New backward-compatibility aliases for renamed faces.
17245 (gnus-cite-attribution-face, gnus-cite-face-list)
17246 (gnus-article-boring-faces): Use renamed gnus faces.
17247
17248 * gnus-art.el (gnus-signature, gnus-header-from)
17249 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
17250 (gnus-header-content): Remove "-face" suffix from face names.
17251 (gnus-signature-face, gnus-header-from-face)
17252 (gnus-header-subject-face, gnus-header-newsgroups-face)
17253 (gnus-header-name-face, gnus-header-content-face):
17254 New backward-compatibility aliases for renamed faces.
17255 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
17256
17257 * gnus-sum.el (gnus-summary-selected-face)
17258 (gnus-summary-highlight): Use renamed gnus faces.
17259 * gnus-group.el (gnus-group-highlight): Likewise.
17260
17261 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
17262
17263 * gnus-sieve.el (gnus-sieve-article-add-rule):
17264 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
17265 * spam-stat.el (spam-stat-buffer-change-to-spam)
17266 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
17267
17268 * message.el (message-is-yours-p):
17269 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
17270
17271 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
17272
17273 * mm-view.el (mm-inline-text): Withdraw the last change.
17274
17275 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
17276
17277 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
17278 executing enriched-decode.
17279
17280 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
17281
17282 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
17283 charset of tar files.
17284
17285 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
17286
17287 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
17288
17289 2005-06-04 Lute Kamstra <lute@gnu.org>
17290
17291 * nnfolder.el (nnfolder-read-folder): Make sure that undo
17292 information is never recorded.
17293
17294 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
17295
17296 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
17297
17298 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
17299
17300 * pop3.el (pop3-apop): Run md5 in the binary mode.
17301
17302 * starttls.el (starttls-set-process-query-on-exit-flag):
17303 Use eval-and-compile.
17304
17305 2005-05-31 Simon Josefsson <jas@extundo.com>
17306
17307 * smime.el (smime-replace-in-string): Define.
17308 (smime-cert-by-ldap-1): Use it.
17309
17310 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
17311
17312 * gnus-art.el (article-display-x-face): Replace
17313 process-kill-without-query by gnus-set-process-query-on-exit-flag.
17314
17315 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
17316 set-process-query-on-exit-flag or process-kill-without-query.
17317
17318 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
17319 loop instead of replace-regexp.
17320
17321 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
17322 instead of process-kill-without-query if it is available.
17323
17324 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
17325 instead of find-file-hooks if it is available.
17326
17327 * mml1991.el: Bind pgg-default-user-id when compiling.
17328
17329 * mml2015.el: Bind pgg-default-user-id when compiling.
17330
17331 * nndraft.el (nndraft-request-associate-buffer):
17332 Use write-contents-functions instead of write-contents-hooks if it is
17333 available.
17334
17335 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
17336 instead of find-file-hooks if it is available.
17337
17338 * nntp.el (nntp-open-connection): Replace
17339 process-kill-without-query by gnus-set-process-query-on-exit-flag.
17340 (nntp-open-ssl-stream): Ditto.
17341 (nntp-open-tls-stream): Ditto.
17342
17343 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
17344 set-process-query-on-exit-flag or process-kill-without-query.
17345 (starttls-open-stream-gnutls): Use it instead of
17346 process-kill-without-query.
17347 (starttls-open-stream): Ditto.
17348
17349 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
17350
17351 * smime.el (smime-cert-by-ldap-1): Don't use
17352 replace-regexp-in-string.
17353
17354 2005-05-31 Arne Jørgensen <arne@arnested.dk>
17355
17356 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
17357
17358 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
17359 in PEM format. Adjust to the XEmacs compatibility.
17360
17361 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
17362
17363 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
17364 by `string-to-number'.
17365 * gnus-agent.el (gnus-agent-regenerate-group)
17366 (gnus-agent-fetch-articles): Ditto.
17367 * gnus-art.el (gnus-button-fetch-group): Ditto.
17368 * gnus-cache.el (gnus-cache-generate-active)
17369 (gnus-cache-articles-in-group): Ditto.
17370 * gnus-group.el (gnus-group-set-current-level)
17371 (gnus-group-insert-group-line): Ditto.
17372 * gnus-score.el (gnus-score-set-expunge-below)
17373 (gnus-score-set-mark-below, gnus-summary-score-effect)
17374 (gnus-summary-score-entry): Ditto.
17375 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
17376 (gnus-soup-pack): Ditto.
17377 * gnus-spec.el (gnus-xmas-format): Ditto.
17378 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
17379 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
17380 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
17381 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
17382 * nndb.el (nndb-get-remote-expire-response): Ditto.
17383 * nndiary.el (nndiary-parse-schedule-value)
17384 (nndiary-string-to-number, nndiary-request-replace-article)
17385 (nndiary-request-article): Ditto.
17386 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
17387 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
17388 * nneething.el (nneething-make-head): Ditto.
17389 * nnfolder.el (nnfolder-request-article)
17390 (nnfolder-retrieve-headers): Ditto.
17391 * nnheader.el (nnheader-file-to-number): Ditto.
17392 * nnkiboze.el (nnkiboze-request-article): Ditto.
17393 * nnmail.el (nnmail-process-unix-mail-format)
17394 (nnmail-process-babyl-mail-format): Ditto.
17395 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
17396 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
17397 (nnmh-request-create-group, nnmh-request-list-1)
17398 (nnmh-request-group, nnmh-request-article): Ditto.
17399 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
17400 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
17401 * nnsoup.el (nnsoup-make-active): Ditto.
17402 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
17403 * nntp.el (nntp-find-group-and-number)
17404 (nntp-retrieve-headers-with-xover): Ditto.
17405 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
17406 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
17407 (pgg-format-key-identifier): Ditto.
17408 * pop3.el (pop3-last, pop3-stat): Ditto.
17409 * qp.el (quoted-printable-decode-region): Ditto.
17410
17411 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
17412 of concat.
17413
17414 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
17415
17416 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
17417
17418 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
17419
17420 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
17421
17422 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
17423
17424 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
17425
17426 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
17427
17428 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
17429 (gnus-carpal-mode): Ditto.
17430
17431 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
17432 (gnus-browse-mode): Ditto.
17433
17434 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
17435
17436 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
17437
17438 2005-05-29 Richard M. Stallman <rms@gnu.org>
17439
17440 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
17441
17442 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
17443
17444 * gnus-util.el (gnus-run-mode-hooks): New function.
17445
17446 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
17447
17448 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
17449
17450 * gnus-agent.el (gnus-agent-make-mode-line-string):
17451 Use mode-line-highlight as mouse-face.
17452
17453 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
17454
17455 * canlock.el (canlock): Change the parent group to news.
17456
17457 * deuglify.el (gnus-outlook-deuglify): Add :group.
17458
17459 * dig.el (dig): Add :group.
17460
17461 * dns-mode.el (dns-mode): Add :group.
17462
17463 * encrypt.el (encrypt): Add :group.
17464
17465 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
17466 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
17467 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
17468 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
17469 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
17470
17471 * gnus-diary.el (gnus-diary): Add :group.
17472
17473 * gnus.el (gnus-group-news-1-face): Add :group.
17474 (gnus-group-news-1-empty-face): Ditto.
17475 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
17476 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
17477 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
17478 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
17479 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
17480 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
17481 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
17482 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
17483 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
17484 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
17485 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
17486 (gnus-summary-high-ticked-face): Ditto.
17487 (gnus-summary-low-ticked-face): Ditto.
17488 (gnus-summary-normal-ticked-face): Ditto.
17489 (gnus-summary-high-ancient-face): Ditto.
17490 (gnus-summary-low-ancient-face): Ditto.
17491 (gnus-summary-normal-ancient-face): Ditto.
17492 (gnus-summary-high-undownloaded-face): Ditto.
17493 (gnus-summary-low-undownloaded-face): Ditto.
17494 (gnus-summary-normal-undownloaded-face): Ditto.
17495 (gnus-summary-high-unread-face): Ditto.
17496 (gnus-summary-low-unread-face): Ditto.
17497 (gnus-summary-normal-unread-face): Ditto.
17498 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
17499 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
17500
17501 * hashcash.el (hashcash): New custom group.
17502 (hashcash-default-payment): Add :group.
17503 (hashcash-payment-alist): Ditto.
17504 (hashcash-default-accept-payment): Ditto.
17505 (hashcash-accept-resources): Ditto.
17506 (hashcash-path): Ditto.
17507 (hashcash-extra-generate-parameters): Ditto.
17508 (hashcash-double-spend-database): Ditto.
17509 (hashcash-in-news): Ditto.
17510
17511 * message.el (message-minibuffer-local-map): Add :group.
17512
17513 * netrc.el (netrc): Add :group.
17514
17515 * sieve-manage.el (sieve-manage-log): Add :group.
17516 (sieve-manage-default-user): Diito.
17517 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
17518 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
17519 (sieve-manage-authenticators): Ditto.
17520 (sieve-manage-authenticator-alist): Ditto.
17521 (sieve-manage-default-port): Ditto.
17522
17523 * sieve-mode.el (sieve-control-commands-face): Add :group.
17524 (sieve-action-commands-face): Ditto.
17525 (sieve-test-commands-face): Ditto.
17526 (sieve-tagged-arguments-face): Ditto.
17527
17528 * smime.el (smime): Add :group.
17529
17530 * spam-report.el (spam-report): Add :group.
17531
17532 * spam.el (spam, spam-face): Add :group.
17533
17534 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17535
17536 * nntp.el (nntp-next-result-arrived-p): Some news servers may
17537 return \n.\n.\n at the end of articles. Protect against that.
17538 (nntp-with-open-group): Allow debugging.
17539
17540 * nnheader.el (mail-header-set-extra): Make into a function
17541 because I just could't understand how to quote the list properly.
17542
17543 * dns.el (query-dns-cached): New function.
17544
17545 2005-05-26 Lute Kamstra <lute@gnu.org>
17546
17547 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
17548
17549 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
17550
17551 * gnus-art.el: Don't autoload mail-extract-address-components.
17552
17553 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
17554 eval-and-compile to evaluate it.
17555
17556 * hashcash.el: Don't autoload executable-find.
17557
17558 * nndb.el: Don't declare the nndb back end two or more times; don't
17559 autoload news-reply-mode, news-setup, cancel-timer and telnet.
17560
17561 * nntp.el: Autoload format-spec instead of format; use
17562 eval-and-compile to evaluate autoload forms.
17563
17564 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
17565
17566 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
17567
17568 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17569
17570 * gnus.el (gnus-version-number): Bump version.
17571
17572 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17573
17574 * gnus.el: No Gnus v0.3 is released.
17575
17576 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
17577
17578 * gnus-art.el (gnus-article-edit-part): Disable undo.
17579
17580 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
17581
17582 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
17583 gnus-article-date-lapsed-new-header is t if date timer is active;
17584 skip headers in which the original date value is empty.
17585 (gnus-article-save-original-date): Redefine it as a macro.
17586 (gnus-display-mime): Use it.
17587
17588 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
17589
17590 * gnus-art.el (article-date-ut): Support converting date in
17591 forwarded parts as well.
17592 (gnus-article-save-original-date): New function.
17593 (gnus-display-mime): Use it.
17594
17595 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
17596
17597 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
17598 enclosure element of <item>.
17599
17600 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
17601
17602 * message.el (message-kill-buffer-query): Rename from
17603 `message-kill-buffer-query-if-modified'. Add :version.
17604
17605 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
17606
17607 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
17608 window layout.
17609
17610 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
17611
17612 * mml.el: Autoload dnd when compiling.
17613
17614 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
17615
17616 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
17617 x-dnd-*.
17618
17619 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
17620
17621 * qp.el (quoted-printable-encode-region): Save excursion.
17622
17623 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
17624
17625 * message.el (message-kill-buffer-query-if-modified): Add new variable
17626 so the user can kill a modified message buffer quickly.
17627 (message-kill-buffer): Use it.
17628
17629 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
17630
17631 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
17632 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
17633
17634 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
17635
17636 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
17637 contained in text because xml.el decodes entities) with LFs.
17638
17639 2005-04-11 Lute Kamstra <lute@gnu.org>
17640
17641 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
17642 differently.
17643
17644 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17645
17646 * mm-util.el (mm-detect-coding-region): Typo.
17647
17648 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
17649
17650 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
17651
17652 2005-04-06 Deepak Goel <deego@gnufans.org>
17653
17654 * spam-stat.el (spam-stat-score-buffer): Add a call to a
17655 user-function allow user modifications of the scores.
17656 (spam-stat-score-buffer-user): New function, to allow
17657 user-computed modifications to the score.
17658 (spam-stat-score-buffer-user-functions): List of additional
17659 scoring functions.
17660 (spam-stat-error-holder): Global temporary error holder.
17661 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
17662 variable.
17663
17664 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
17665
17666 * gnus-registry.el (gnus-registry-clean-empty-function)
17667 (gnus-registry-trim, gnus-registry-fetch-groups)
17668 (gnus-registry-delete-group): Groups that match
17669 `gnus-registry-ignored-groups' are removed from the registry
17670 entries, not just ignored for splitting. This helps clean up the
17671 registry. Also, `gnus-registry-fetch-groups' is a convenient way
17672 to get all the groups a message ID is in.
17673
17674 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
17675 (spam-stat-split-fancy): Change "threshhold" to "threshold".
17676 (spam-stat-score-buffer-user-functions): Add :number custom type.
17677
17678 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17679
17680 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
17681 argument in XEmacs.
17682
17683 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
17684 (nnrss-request-group): Decode group name first.
17685 (nnrss-request-article): Make a text/plain article if mml-to-mime
17686 failed.
17687 (nnrss-get-encoding): Return a compatible encoding according to
17688 nnrss-compatible-encoding-alist.
17689 (nnrss-find-el): Use consp instead of listp.
17690 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
17691
17692 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17693
17694 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
17695 which Emacs 20 doesn't support.
17696 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
17697
17698 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
17699
17700 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
17701 silence the byte compiler inside the defun.
17702
17703 * gnus-demon.el (parse-time-string): Add autoload.
17704
17705 * gnus-delay.el (parse-time-string): Add autoload.
17706
17707 * gnus-art.el (parse-time-string): Add autoload.
17708
17709 * nnultimate.el (parse-time): Require for `parse-time-string'.
17710
17711 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
17712
17713 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
17714
17715 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
17716
17717 * smime.el (smime-ldap-host-list): Add :version.
17718
17719 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
17720
17721 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
17722 pass it to `gnus-browse-read-group'.
17723 (gnus-browse-read-group): Add NUMBER argument and pass it to
17724 `gnus-group-read-ephemeral-group'.
17725
17726 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
17727 argument and pass it to `gnus-group-read-group'.
17728
17729 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
17730
17731 * mm-util.el (mm-xemacs-find-mime-charset): Only call
17732 mm-xemacs-find-mime-charset-1 if we have the mule feature
17733 available at runtime.
17734
17735 2005-03-25 Werner Lemberg <wl@gnu.org>
17736
17737 * nnmaildir.el: Replace `illegal' with `invalid'.
17738
17739 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
17740
17741 * gnus-start.el (gnus-display-time-event-handler):
17742 Check display-time-timer at runtime rather than only at load time
17743 in case display-time-mode is turned off in the mean time.
17744
17745 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
17746
17747 * nnimap.el (nnimap-open-connection): Print which authinfo file is
17748 used.
17749
17750 * nneething.el (nneething-map-file-directory): Derive from
17751 `gnus-directory'.
17752
17753 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
17754 the To/Cc button.
17755
17756 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
17757
17758 * nnmaildir.el (nnmaildir-request-accept-article):
17759 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
17760
17761 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
17762
17763 * gnus-async.el: Require timer-funcs at compile time when in
17764 XEmacs for `run-with-idle-timer'.
17765
17766 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
17767
17768 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
17769 autoloaded function.
17770
17771 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17772
17773 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
17774
17775 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
17776
17777 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
17778
17779 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
17780
17781 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
17782 Add gnus-expert-user to default.
17783
17784 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
17785
17786 * nnimap.el (nnimap-open-server): Ditto.
17787
17788 * imap.el (imap-authenticate): Fix typo.
17789
17790 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
17791
17792 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
17793 buffer (since IMAP server might return FETCH response out of
17794 order, and the nntp buffer must be sorted).
17795
17796 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
17797
17798 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
17799 comparison on string.
17800
17801 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
17802 (gnus-agent-score): Rename category keywords to match gnus-cus.
17803 (gnus-agent-summary-fetch-series): Modify to protect against
17804 gnus-agent-summary-fetch-group clearing processable flags.
17805 (gnus-agent-synchronize-group-flags): Update live group buffer as
17806 synchronization may occur due to the user toggle the plugged
17807 status.
17808 (gnus-agent-fetch-group-1): Clear downloadable flag when article
17809 successfully downloaded.
17810 (gnus-agent-expire-group-1): Avoid using markers when the overview
17811 is in ascending order; greatly improves performance.
17812 (gnus-agent-regenerate-group):
17813 Use gnus-agent-synchronize-group-flags to reset read status in both
17814 gnus and server.
17815 (gnus-agent-update-files-total-fetched-for): Fix initial size.
17816
17817 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
17818
17819 * message.el: Don't autoload former message-utils variables.
17820 (message-strip-subject-trailing-was): Change doc string.
17821
17822 * nnweb.el: Fixes for `gnus-group-make-web-group'.
17823 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
17824 (nnweb-google-search): Add "hl=en" here.
17825 (nnweb-google-parse-1, nnweb-google-create-mapping):
17826 Don't hardcode URL.
17827
17828 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
17829
17830 * message.el (message-get-reply-headers, message-followup):
17831 Mention related variables `message-use-followup-to' and
17832 `message-use-mail-followup-to', in the information buffer.
17833
17834 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
17835 of broken groups(-beta).google.com.
17836
17837 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
17838
17839 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
17840 parameter to invoked gnus-request-move-article; remove the
17841 redundant gnus-sum-hint-move-is-internal variable; apply the marks
17842 all at once instead of once per article.
17843 (gnus-summary-remove-process-mark): Accept a list of articles as
17844 well as a single article for processing.
17845
17846 * gnus-int.el (gnus-request-move-article): Add move-is-internal
17847 parameter.
17848
17849 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
17850
17851 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
17852
17853 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
17854 parameter.
17855
17856 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
17857 parameter.
17858
17859 * nnimap.el (nnimap-request-move-article): Add move-is-internal
17860 parameter and remove the gnus-sum-hint-move-is-internal variable.
17861
17862 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
17863 parameter.
17864
17865 * nndraft.el (nndraft-request-move-article): Add move-is-internal
17866 parameter.
17867
17868 * nndiary.el (nndiary-request-move-article): Add move-is-internal
17869 parameter.
17870
17871 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
17872
17873 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
17874 parameter.
17875
17876 * nnagent.el (nnagent-request-move-article): Add move-is-internal
17877 parameter.
17878
17879 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
17880
17881 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
17882 a more conservative way.
17883
17884 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17885
17886 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
17887 buffer, so it moves the window's cursor.
17888
17889 2005-02-26 Arne Jørgensen <arne@arnested.dk>
17890
17891 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
17892 `mm-dissect-multipart' and receive the from field as an (optional)
17893 argument from `mm-dissect-multipart'.
17894 (mm-dissect-multipart): Receive the from field as an argument and
17895 pass it on when we call `mm-dissect-buffer' on MIME parts.
17896 Fixes verification/decryption of signed/encrypted MIME parts.
17897
17898 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
17899
17900 * gnus-sum.el (gnus-summary-move-article):
17901 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
17902 whatever it calls (right now, only nnimap-request-move article
17903 respects it).
17904
17905 * nnimap.el (nnimap-request-move-article):
17906 When gnus-sum-hint-move-is-internal is set, don't do the extra
17907 nnimap-request-article.
17908
17909 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
17910
17911 * nnheader.el (nnheader-find-file-noselect): Add doc string.
17912
17913 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
17914 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
17915
17916 * gnus-sum.el (gnus-summary-caesar-message):
17917 Apply `gnus-treat-article' after rotation.
17918
17919 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
17920 doc string.
17921
17922 2005-02-22 Simon Josefsson <jas@extundo.com>
17923
17924 * encrypt.el (encrypt-password-cache-expiry): Remove (use
17925 `password-cache-expiry' instead). Reported by Arne Jørgensen
17926 <arne@arnested.dk>.
17927 (encrypt): Add password-cache and password-cache-expiry as group
17928 members.
17929
17930 2005-02-22 Arne Jørgensen <arne@arnested.dk>
17931
17932 * smime.el (smime-ldap-host-list): Doc fix.
17933 (smime-ask-passphrase): Use `password-read-and-add' to read (and
17934 cache) password.
17935 (smime-sign-region): Use it.
17936 (smime-decrypt-region): Use it.
17937 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
17938 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
17939 fails.
17940 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
17941 certificate from DER to PEM format rather than calling openssl.
17942
17943 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
17944
17945 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
17946 for signing/encryption.
17947
17948 * mml.el (mml-parse-1): Use them.
17949
17950 2005-02-21 Arne Jørgensen <arne@arnested.dk>
17951
17952 * nnrss.el (nnrss-verbose): Remove.
17953 (nnrss-request-group): Use `nnheader-message' instead.
17954
17955 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
17956
17957 * nnrss.el (nnrss-verbose): New variable.
17958 (nnrss-request-group): Make it say nnrss is requesting a group.
17959
17960 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
17961
17962 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
17963 Handle news URL with given port correctly.
17964
17965 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
17966
17967 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
17968 containing special characters.
17969
17970 * gnus-sum.el (gnus-summary-edit-article): Ditto.
17971
17972 * mml.el (mime-to-mml): Ditto.
17973
17974 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
17975 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
17976 (rfc2047-decode-region): Quote decoded words containing special
17977 characters when rfc2047-quote-decoded-words-containing-tspecials
17978 is non-nil.
17979
17980 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
17981
17982 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
17983
17984 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
17985
17986 2005-02-15 Simon Josefsson <jas@extundo.com>
17987
17988 * nnimap.el (nnimap-debug): Doc fix.
17989
17990 * imap.el (imap-debug): Doc fix.
17991
17992 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
17993
17994 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17995
17996 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
17997
17998 * gnus.el (spam-contents): Improve docs for spam-contents
17999 parameter in its variable incarnation.
18000
18001 2005-02-14 Simon Josefsson <jas@extundo.com>
18002
18003 * smime-ldap.el: Use require instead of load-library for ldap.
18004 (smime-ldap-search): Indent.
18005 (smime-ldap-search-internal): Shorten line.
18006
18007 * smime.el (smime-cert-by-dns): Add doc-string.
18008 (smime-cert-by-ldap-1): Indent.
18009
18010 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
18011 mml-smime-get-dns-ldap.
18012 (mml-smime-encrypt-query): Use new function. Default to ldap.
18013
18014 2005-02-14 Arne Jørgensen <arne@arnested.dk>
18015
18016 * smime.el: Require smime-ldap.
18017 (smime-ldap-host-list): New variable.
18018 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
18019
18020 * mml-smime.el (mml-smime-encrypt-query): New function.
18021 (mml-smime-encrypt-query): Use it.
18022
18023 * smime-ldap.el: New file.
18024
18025 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
18026
18027 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
18028
18029 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
18030
18031 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
18032 argument in doc string. Make query for type more clear.
18033
18034 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
18035
18036 * gnus.el (gnus-group-startup-message): Search for gnus images in
18037 etc/images/gnus.
18038 * mm-util.el (mm-image-load-path): Likewise.
18039 * smiley.el (smiley-data-directory): Search for smilies in
18040 etc/images/smilies.
18041
18042 2005-02-09 Kim F. Storm <storm@cua.dk>
18043
18044 Change Emacs release version from 21.4 to 22.1 throughout.
18045 Change Emacs development version from 21.3.50 to 22.0.50.
18046
18047 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
18048
18049 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
18050
18051 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
18052 non-Mule XEmacs as well.
18053 (mm-decompress-buffer): Signal an error intentionally if it does
18054 not decompress compressed data because auto-compression-mode is
18055 disabled.
18056
18057 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
18058
18059 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
18060 an ID in the registry even if it has no groups.
18061
18062 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
18063
18064 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
18065 merge it into mm-decompress-buffer.
18066 (gnus-mime-copy-part): Use the MIME part charset, the value which
18067 a user specified or gnus-newsgroup-charset for decoding, like
18068 gnus-mime-inline-part does; set buffer-file-coding-system to tell
18069 save-buffer what was used. Suggested by Kevin Ryde
18070 <user42@zip.com.au>.
18071 (gnus-mime-inline-part): Allow the name parameter as well as the
18072 filename parameter; force decompressing of compressed data; always
18073 display contents being not decoded as unibyte.
18074
18075 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
18076 as well as the filename parameter.
18077
18078 * mm-util.el (mm-decompress-buffer):
18079 Merge gnus-mime-jka-compr-maybe-uncompress.
18080 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
18081 of compressed data.
18082
18083 2005-02-08 Simon Josefsson <jas@extundo.com>
18084
18085 * imap.el (imap-log): Doc fix.
18086
18087 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
18088
18089 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
18090 the coding cookies; decompress compressed parts.
18091
18092 * mml.el (mml-generate-mime-1): Add the charset parameter according
18093 to the value which a user specified manually or the coding cookie.
18094
18095 * mm-util.el (mm-string-to-multibyte): New function.
18096 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
18097 (mm-coding-system-to-mime-charset): New function.
18098 (mm-decompress-buffer): New function.
18099 (mm-find-buffer-file-coding-system): New function.
18100
18101 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
18102 (mm-display-inline-fontify): Rewrite for decoding and decompressing
18103 parts.
18104
18105 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18106
18107 * mm-view.el (mm-display-inline-fontify): Decode a part according
18108 to the charset parameter.
18109
18110 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
18111
18112 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
18113 prefix arg is neither nil nor a number, as info specifies.
18114
18115 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
18116
18117 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
18118 timestamps.
18119
18120 2005-02-02 Jari Aalto <jari.aalto@cante.net>
18121
18122 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
18123 groups error checking and notify user.
18124
18125 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
18126
18127 * message.el (message-send-mail-function): Check existence of
18128 sendmail-program first before using default value
18129 `message-send-mail-with-sendmail'. Otherwise use more generic
18130 `smtpmail-send-it'.
18131
18132 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
18133
18134 * nntp.el (nntp-request-update-info): Always return nil.
18135
18136 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
18137
18138 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
18139
18140 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
18141
18142 * message.el (message-beginning-of-line): Change the behavior when
18143 invoked between BOL and : so that it first moves backward.
18144
18145 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
18146
18147 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
18148 article buffer when editing of the article is discarded.
18149 (gnus-article-prepare): Revert.
18150
18151 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
18152
18153 * gnus-art.el (gnus-article-prepare):
18154 Remove message-strip-forbidden-properties from the local hook.
18155
18156 2005-01-27 Simon Josefsson <jas@extundo.com>
18157
18158 * password.el (password-cache-add): Only start one timer per key.
18159 Reported by Derek Atkins <warlord@MIT.EDU>.
18160
18161 2005-01-26 Steve Youngs <steve@sxemacs.org>
18162
18163 * run-at-time.el: Remove. It is no longer needed as
18164 timer-funcs.el in the xemacs-base package has a working version of
18165 `run-at-time'.
18166
18167 * password.el: Require timer-funcs instead of run-at-time in
18168 XEmacs.
18169 Remove `password-run-at-time' macro.
18170 (password-cache-add): Use `run-at-time' instead of
18171 `password-run-at-time'.
18172
18173 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
18174 for `run-with-idle-timer'.
18175
18176 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
18177 for `run-at-time'.
18178
18179 * mm-url.el: Require timer-funcs at compile time when in XEmacs
18180 for `with-timeout'.
18181
18182 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
18183
18184 * mml.el (mml-generate-mime-1): Convert string into unibyte when
18185 inserting " *mml*" buffer's contents into a unibyte temp buffer.
18186
18187 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
18188
18189 * mail-source.el (mail-source-fetch-imap): Search for ^From case
18190 sensitively.
18191
18192 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
18193
18194 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
18195
18196 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
18197
18198 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
18199 which will be inserted according to the multibyteness of a buffer
18200 rather than the type of contents. Suggested by ARISAWA Akihiro
18201 <ari@mbf.ocn.ne.jp>.
18202
18203 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
18204 of string which old xml.el may return rather than a string.
18205
18206 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
18207
18208 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
18209
18210 2005-01-16 Simon Josefsson <jas@extundo.com>
18211
18212 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
18213 idn/idna.el isn't available.
18214 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
18215 <michael@waxrat.com>.
18216
18217 * hashcash.el: Remove non-FSF copyright header.
18218
18219 * hashcash.el (hashcash-extra-generate-parameters): New variable.
18220 (hashcash-generate-payment): Use it.
18221 (hashcash-generate-payment-async): Use it.
18222
18223 2005-01-15 Simon Josefsson <jas@extundo.com>
18224
18225 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
18226 Suggested by Raymond Scholz <ray-2005@zonix.de>.
18227
18228 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
18229 gnus-summary-idna-message.
18230 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
18231 (gnus-summary-idna-message): New function.
18232
18233 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
18234
18235 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
18236 gnus-novice-user.
18237
18238 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
18239
18240 * nnrss.el (nnrss-request-delete-group): Delete entries in
18241 nnrss-group-alist as well.
18242 (nnrss-save-server-data): Insert newline.
18243
18244 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
18245
18246 * gnus.el (gnus-user-agent): Use list of symbols instead of
18247 symbols. Display full version number for (S)XEmacs.
18248 Optionally display (S)XEmacs codename.
18249
18250 * gnus-util.el (gnus-emacs-version): Update for new
18251 `gnus-user-agent'.
18252
18253 * gnus-msg.el (gnus-extended-version): Make it possible to omit
18254 Gnus version.
18255
18256 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
18257
18258 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
18259 which is unreadable in some setups.
18260
18261 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
18262
18263 * gnus-spec.el (gnus-update-format-specifications): Flush the
18264 group format spec cache if it doesn't support decoded group names.
18265
18266 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
18267
18268 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
18269 Allow to apply decay on score files matching a regexp.
18270
18271 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
18272
18273 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
18274 compatibility in %g and %c.
18275
18276 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
18277
18278 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
18279 name for only %g and %c.
18280 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
18281 of gnus-tmp-group to decoded group name.
18282 (gnus-group-make-rss-group): Exclude `/'s from group names.
18283
18284 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
18285
18286 * nnrss.el (nnrss-get-encoding): Fix regexp.
18287
18288 2004-12-27 Simon Josefsson <jas@extundo.com>
18289
18290 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
18291 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
18292 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
18293
18294 2004-12-17 Kim F. Storm <storm@cua.dk>
18295
18296 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
18297
18298 * gnus-sum.el (gnus-summary-mode-map): Likewise.
18299
18300 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
18301
18302 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
18303
18304 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
18305
18306 * nnrss.el: Require rfc2047 and mml.
18307 (nnrss-file-coding-system): New variable.
18308 (nnrss-format-string): Redefine it as an inline function.
18309 (nnrss-decode-group-name): New function.
18310 (nnrss-string-as-multibyte): Remove.
18311 (nnrss-retrieve-headers): Decode group name; don't use
18312 nnrss-format-string.
18313 (nnrss-request-group): Decode group name.
18314 (nnrss-request-article): Decode group name; allow a Message-ID as
18315 well as an article number; don't use nnrss-format-string; encode a
18316 Message-ID string which may contain non-ASCII characters; use
18317 mml-to-mime to compose a MIME article.
18318 (nnrss-request-expire-articles): Decode group name.
18319 (nnrss-request-delete-group): Decode group name.
18320 (nnrss-fetch): Clarify error message.
18321 (nnrss-read-server-data): Use insert-file-contents instead of load;
18322 bind file-name-coding-system; use multibyte buffer.
18323 (nnrss-save-server-data): Bind coding-system-for-write to the
18324 value of nnrss-file-coding-system; bind file-name-coding-system;
18325 add coding cookie.
18326 (nnrss-read-group-data): Use insert-file-contents instead of load;
18327 bind file-name-coding-system; use multibyte buffer.
18328 (nnrss-save-group-data): Bind coding-system-for-write to the
18329 value of nnrss-file-coding-system; bind file-name-coding-system.
18330 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
18331 make it work with non-ASCII text.
18332 (nnrss-find-el): Make it work with old xml.el as well.
18333
18334 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
18335
18336 * nnrss.el (nnrss-get-encoding): New function.
18337 (nnrss-fetch): Use unibyte buffer initially; bind
18338 coding-system-for-read while performing mm-url-insert; remove ^Ms;
18339 decode contents according to the encoding attribute.
18340 (nnrss-save-group-data): Add coding cookie.
18341 (nnrss-mime-encode-string): New function.
18342 (nnrss-check-group): Use it to encode subject and author.
18343
18344 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
18345
18346 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
18347 imaginary variable.
18348
18349 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
18350
18351 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
18352 correctly even if there are wide characters.
18353
18354 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
18355
18356 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
18357 downcased symbol names; make a new cache instead of reusing
18358 bbdb-hashtable.
18359
18360 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
18361
18362 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18363 concatenating segments rather than before concatenating them.
18364 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18365
18366 * message.el (message-get-reply-headers): Bind `extra'.
18367
18368 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18369
18370 * message.el (message-extra-wide-headers): New variable.
18371 (message-get-reply-headers): Use it.
18372
18373 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
18374
18375 * gnus-agent.el (gnus-agent-group-path): Decode group name.
18376 (gnus-agent-group-pathname): Ditto.
18377
18378 * gnus-cache.el (gnus-cache-file-name): Decode group name.
18379
18380 * gnus-group.el (gnus-group-make-group): Decode group name.
18381 (gnus-group-make-rss-group): Register the group data after opening
18382 the nnrss group.
18383
18384 2004-12-17 Paul Jarc <prj@po.cwru.edu>
18385
18386 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
18387 by expiry now get marked as read.
18388
18389 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
18390
18391 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
18392
18393 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
18394
18395 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
18396 unify Latin characters in XEmacs.
18397 (mm-find-mime-charset-region): Use it.
18398
18399 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
18400
18401 * gnus-util.el (gnus-delete-directory): New function.
18402
18403 * gnus-agent.el (gnus-agent-delete-group): Use it.
18404
18405 * gnus-cache.el (gnus-cache-delete-group): Use it.
18406
18407 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
18408
18409 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
18410 names.
18411
18412 2004-12-16 Simon Josefsson <jas@extundo.com>
18413
18414 * hashcash.el (hashcash-payment-alist): Fix custom :type.
18415
18416 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
18417
18418 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
18419
18420 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
18421 (gnus-group-set-current-level): Decode group name.
18422
18423 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
18424
18425 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
18426 failed.
18427
18428 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
18429
18430 * gnus-group.el (gnus-group-delete-group): Decode group name.
18431 (gnus-group-make-rss-group): Encode group name.
18432 (gnus-group-catchup-current): Decode group name.
18433 (gnus-group-kill-group): Decode group name.
18434
18435 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
18436
18437 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
18438
18439 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
18440
18441 * gnus-group.el (gnus-group-make-rss-group):
18442 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
18443
18444 * gnus-start.el (gnus-setup-news): Honor user's setting to
18445 gnus-message-archive-method. Suggested by Lute Kamstra
18446 <lute@gnu.org>.
18447
18448 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
18449
18450 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
18451 global counterparts of the buffer-local variables.
18452
18453 2004-11-16 Romain Francoise <romain@orebokech.com>
18454
18455 * gnus-sum.el (gnus-summary-exit): Don't clear the global
18456 counterparts of the buffer-local variables.
18457
18458 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
18459
18460 * message.el (message-forbidden-properties): Fix typo in doc
18461 string.
18462
18463 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
18464
18465 * gnus-util.el (gnus-replace-in-string): Add doc string.
18466
18467 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
18468 to avoid problems when splitting mails with many recipients.
18469
18470 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
18471
18472 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
18473 pop-to-buffer, covered by the subsequent gnus-configure-windows.
18474
18475 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
18476
18477 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
18478 if there is no hashtable in memory or file modification time is
18479 newer than cached timestamp.
18480
18481 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
18482
18483 * gnus-sum.el (gnus-summary-limit-to-recipient):
18484 Implement not-matching option.
18485
18486 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
18487
18488 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
18489 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
18490 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18491 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
18492 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
18493 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
18494
18495 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
18496
18497 * message.el (message-forward-make-body-mml): Remove headers
18498 according to message-forward-ignored-headers if a message is decoded.
18499
18500 2004-12-02 Romain Francoise <romain@orebokech.com>
18501
18502 * message.el (message-forward-make-body-plain): Always remove
18503 headers according to message-forward-ignored-headers.
18504
18505 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
18506
18507 * spam.el (spam-summary-prepare-exit): Remove the
18508 gnus-summary-limit pop for now, it has problems with ham marks for
18509 me.
18510
18511 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
18512
18513 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
18514 correctly.
18515
18516 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
18517
18518 * format-spec.el (format-spec): Message the char.
18519
18520 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
18521
18522 * gnus-art.el (gnus-split-methods): Reformat comments.
18523
18524 * spam.el (spam-summary-prepare-exit): Remove article limits
18525 before exiting the summary buffer.
18526
18527 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
18528
18529 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
18530 order to silence the byte compiler.
18531
18532 * spam.el: Fix the way to silence the byte compiler, which
18533 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
18534 bbdb-search-simple, spam-BBDB-register-routine,
18535 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
18536 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
18537 spam-stat-buffer-is-spam, spam-stat-load,
18538 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
18539 spam-stat-save and spam-stat-split-fancy.
18540
18541 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
18542
18543 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
18544 which may confuse users.
18545 (canlock-password-for-verify): Ditto.
18546
18547 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
18548
18549 * gnus-art.el (gnus-emphasis-alist): Ditto.
18550
18551 * gnus-registry.el (gnus-registry-max-entries): Ditto.
18552
18553 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
18554
18555 * gnus-start.el (gnus-save-killed-list): Ditto.
18556
18557 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
18558 (gnus-sum-thread-tree-root): Ditto.
18559 (gnus-sum-thread-tree-false-root): Ditto.
18560 (gnus-sum-thread-tree-single-indent): Ditto.
18561
18562 * message.el (message-courtesy-message): Ditto.
18563 (message-archive-note): Ditto.
18564 (message-subscribed-address-file): Ditto.
18565 (message-user-fqdn): Ditto.
18566
18567 * spam-report.el (spam-report-gmane-regex): Ditto.
18568
18569 * spam.el (spam-blackhole-good-server-regex): Ditto.
18570
18571 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
18572
18573 * mml.el (mml-preview): Widen the message buffer before copying
18574 the contents to the preview buffer; sort headers before previewing.
18575
18576 * message.el (message-hidden-headers): Fix the way to avoid a bug
18577 in the `repeat' widget in Emacs 21.3 or earlier.
18578
18579 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
18580
18581 * message.el (message-hidden-headers): Default to "^References:".
18582 Improve customization type. Suggested by Reiner Steib
18583 <Reiner.Steib@gmx.de>.
18584
18585 2004-11-25 Romain Francoise <romain@orebokech.com>
18586
18587 * message.el (message-strip-forbidden-properties): Remove check for
18588 obsolete `message-hidden' text property, hidden headers are not
18589 accessible in the buffer anymore.
18590
18591 2004-11-22 Romain Francoise <romain@orebokech.com>
18592
18593 * message.el (message-header-format-alist): Add `From' in list
18594 so that it can be sorted.
18595 (message-fix-before-sending): Widen and sort headers before
18596 sending.
18597 (message-hide-headers): Use narrowing to hide headers by moving
18598 them to the top of the buffer and narrowing to the region
18599 underneath.
18600
18601 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18602
18603 * message.el (message-strip-forbidden-properties):
18604 Bind buffer-read-only (etc) to nil.
18605
18606 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
18607
18608 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
18609 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18610
18611 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
18612
18613 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
18614
18615 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18616
18617 * dns.el (query-dns): Use sit-for to time instead of
18618 accept-process-output, since that doesn't seem to work on udp
18619 sockets.
18620
18621 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
18622
18623 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
18624
18625 2004-11-15 Jesper Harder <harder@ifa.au.dk>
18626
18627 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
18628 doc string. Improve doc string.
18629
18630 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
18631
18632 * nntp.el (nntp-request-update-info): Return nil if
18633 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
18634 may not call gnus-activate-group which uselessly issues the GROUP
18635 commands for all nntp groups and wastes time. Reported by Romain
18636 Francoise <romain@orebokech.com>.
18637
18638 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
18639
18640 2004-11-15 Simon Josefsson <jas@extundo.com>
18641
18642 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
18643 headers separately.
18644 (gnus-button-openpgp): New function, inspired by Jochen Küpper
18645 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
18646
18647 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
18648
18649 * gnus-start.el (gnus-convert-old-newsrc):
18650 Assign legacy-gnus-agent to 5.10.7.
18651
18652 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18653
18654 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
18655 start of the lines.
18656
18657 2004-11-14 Magnus Henoch <mange@freemail.hu>
18658
18659 * hashcash.el (hashcash-default-payment): Change default to 20.
18660 (hashcash-default-accept-payment): Change default to 20.
18661 (hashcash-process-alist): New variable.
18662 (hashcash-generate-payment-async): Add.
18663 (hashcash-already-paid-p): Add.
18664 (hashcash-insert-payment): Don't generate payments twice.
18665 (hashcash-insert-payment-async): Add.
18666 (hashcash-insert-payment-async-2): Add.
18667 (hashcash-cancel-async): Add.
18668 (hashcash-wait-async): Add.
18669 (hashcash-processes-running-p): Add.
18670 (hashcash-wait-or-cancel): Add.
18671 (mail-add-payment): New optional argument. Conditionally start
18672 asynchronous calculation.
18673 (mail-add-payment-async): Add.
18674
18675 * message.el (message-send-mail): Wait for asynchronous hashcash
18676 results. Don't clobber existing X-Hashcash headers.
18677 (message-setup-1): Call mail-add-payment-async when
18678 message-generate-hashcash is non-nil.
18679
18680 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18681
18682 * message.el (message-use-alternative-email-as-from): Examine the
18683 From header as well; use message-make-from in order to include a
18684 user's full name.
18685
18686 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
18687
18688 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
18689 default; improve customization type.
18690 (gnus-emphasis-custom-with-format): New macro.
18691 (gnus-emphasis-custom-value-to-external): New function.
18692 (gnus-emphasis-custom-value-to-internal): New function.
18693
18694 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
18695
18696 * dns.el (query-dns): Resolve reverse addresses.
18697
18698 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18699
18700 * gnus-group.el (gnus-group-get-new-news): Use it.
18701
18702 * gnus-start.el (gnus-check-reasonable-setup): New function.
18703
18704 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
18705
18706 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
18707 "Args out of range" error. Reported by Arnaud Giersch
18708 <arnaud.giersch@free.fr>.
18709
18710 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
18711
18712 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
18713
18714 2004-11-04 Richard M. Stallman <rms@gnu.org>
18715
18716 * spam.el (spam group): Add :version.
18717
18718 * pgg-def.el (pgg group): Add :version.
18719
18720 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
18721
18722 * gnus-art.el (gnus-article-edit-article): Don't associate the
18723 article buffer with a draft file. This is a temporary measure
18724 against the 2004-08-22 change to gnus-article-edit-mode.
18725
18726 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
18727
18728 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
18729 (html2text-format-tags): Remove unused variable `attr'.
18730
18731 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
18732
18733 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
18734
18735 * spam-stat.el (spam-stat): Add :version.
18736
18737 * sieve.el (sieve): Add :version.
18738
18739 * sha1.el (sha1): Add :version.
18740 (sha1-use-external): Remove redundant version.
18741
18742 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
18743 (nnmail-cache-ignore-groups, nnmail-spool-hook)
18744 (nnmail-split-fancy-match-partial-words)
18745 (nnmail-split-lowercase-expanded): Add :version.
18746
18747 * nndiary.el (nndiary): Add :version.
18748
18749 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
18750
18751 * mml-sec.el (mml-default-sign-method)
18752 (mml-default-encrypt-method, mml-signencrypt-style-alist):
18753 Add :version.
18754
18755 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
18756
18757 * mm-url.el (mm-url-use-external, mm-url-program)
18758 (mm-url-arguments): Add :version.
18759
18760 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
18761 (mm-attachment-file-modes, mm-decrypt-option)
18762 (mm-w3m-safe-url-regexp): Add :version.
18763
18764 * message.el (message-cite-prefix-regexp)
18765 (message-sendmail-envelope-from, message-minibuffer-local-map)
18766 (message-user-fqdn, message-completion-alist): Add :version.
18767
18768 * gnus-win.el (gnus-configure-windows-hook)
18769 (gnus-use-frames-on-any-display): Add :version.
18770
18771 * gnus-art.el (gnus-article-address-banner-alist)
18772 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
18773 (gnus-treat-from-picon, gnus-treat-mail-picon)
18774 (gnus-treat-x-pgp-sig): Add :version.
18775
18776 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
18777 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
18778 (gnus-summary-article-delete-hook)
18779 (gnus-summary-display-while-building): Add :version.
18780
18781 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
18782 (gnus-get-top-new-news-hook): Add :version.
18783
18784 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18785 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
18786
18787 * gnus-registry.el (gnus-registry): Add :version.
18788
18789 * gnus-spec.el (gnus-use-correct-string-widths)
18790 (gnus-make-format-preserve-properties): Add :version.
18791
18792 * gnus.el (gnus-group-charter-alist)
18793 (gnus-group-fetch-control-use-browse-url)
18794 (gnus-install-group-spam-parameters): Add :version.
18795
18796 * gnus-diary.el (gnus-diary): Add :version.
18797
18798 * gnus-delay.el (gnus-delay): Add :version.
18799
18800 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
18801 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
18802 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
18803 Add :version.
18804
18805 * gnus-agent.el (gnus-agent-max-fetch-size)
18806 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
18807 (gnus-agent-prompt-send-queue): Add :version.
18808
18809 * deuglify.el (gnus-outlook-deuglify): Add :version.
18810
18811 * html2text.el: Beautify code. Improve doc strings.
18812 Some checkdoc cleanup.
18813 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
18814
18815 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
18816
18817 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
18818
18819 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
18820
18821 * gnus-registry.el (gnus-registry-hashtb): Create the registry
18822 when package is loaded.
18823
18824 * spam.el (spam-summary-score-preferred-header): Add global preference
18825 for people who want to override the default SpamAssassin over
18826 Bogofilter preference (when both are set).
18827 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
18828 (spam-user-format-function-S):
18829 Check spam-summary-score-preferred-header.
18830 (spam-extra-header-to-number): Add X-Bogosity header parsing.
18831 (spam-user-format-function-S): Format the score correctly.
18832
18833 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
18834
18835 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
18836 signature file. Suggested by Manoj Srivastava
18837 <srivasta@golden-gryphon.com>.
18838
18839 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
18840 iso-2022-jp even in the Japanese language environment.
18841 Suggested by Jason Rumney <jasonr@gnu.org>.
18842
18843 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
18844
18845 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
18846 use the same characters as the dummy marks; make it free from
18847 getting affected by the language environment.
18848 (gnus-summary-read-group-1): Update mark positions only when the
18849 format spec is updated.
18850
18851 * gnus-spec.el (gnus-update-format-specifications): Return a list
18852 of updated types.
18853
18854 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
18855
18856 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
18857 of boundp to check if display-warning is available.
18858
18859 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
18860
18861 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
18862
18863 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
18864
18865 * nnspool.el (nnspool-spool-directory): Use news-path if the
18866 news-directory variable is not bound.
18867
18868 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
18869 function instead of display-warning if it is not available.
18870
18871 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
18872
18873 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
18874 v5-10: Use `point-at-bol'.
18875
18876 2004-10-26 Simon Josefsson <jas@extundo.com>
18877
18878 * hashcash.el: Fix URL in comment, reported by Cheng Gao
18879 <chenggao@gmail.com>.
18880
18881 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
18882
18883 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
18884 instead.
18885
18886 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
18887
18888 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
18889 to remove a server from the nnimap-server-buffer-alist.
18890 (nnimap-open-connection, nnimap-close-server): Use it.
18891
18892 * gnus-encrypt.el: Remove file in favor of encrypt.el.
18893
18894 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
18895
18896 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
18897 running the major-mode function.
18898
18899 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
18900
18901 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
18902 dummy marks in the right way.
18903
18904 2004-10-18 David Edmondson <dme@dme.org>
18905
18906 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
18907 excessively.
18908
18909 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
18910
18911 * gnus-util.el (gnus-split-references): Accept a nil references
18912 string and go on blissfully.
18913
18914 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
18915 cases where the references string is non-nil but has no references.
18916
18917 * encrypt.el: Add autoload tags.
18918
18919 * spam.el (spam-resolve-registrations-routine): Remove article
18920 from unregistration list too. Reported by David Hanak
18921 <dhanak@isis.vanderbilt.edu>
18922
18923 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
18924
18925 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
18926 nil. Change custom type.
18927
18928 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
18929
18930 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
18931
18932 * gnus-sum.el (gnus-summary-move-article): Use it.
18933
18934 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
18935
18936 * encrypt.el: Add autoload cookies.
18937
18938 * spam.el (spam-backend-article-list-property)
18939 (spam-backend-get-article-todo-list)
18940 (spam-backend-put-article-todo-list)
18941 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
18942 Resolve registrations separately.
18943 (spam-register-routine): Format comments.
18944 (spam-unregister-routine, spam-register-routine): Always call with
18945 specific-articles, no default list.
18946 (spam-summary-prepare-exit): Use the spam-classifications function.
18947
18948 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
18949 gnus-encrypt.el.
18950
18951 * encrypt.el: Copied from gnus-encrypt.el.
18952
18953 * gnus-encrypt.el: Commented that it's obsolete.
18954
18955 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
18956
18957 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
18958 (gnus-score-save): Use it.
18959
18960 * message.el (message-bury): Use `window-dedicated-p'.
18961
18962 2004-10-15 Simon Josefsson <jas@extundo.com>
18963
18964 * pop3.el (top-level): Don't require nnheader.
18965 (pop3-read-timeout): Add.
18966 (pop3-accept-process-output): Add.
18967 (pop3-read-response, pop3-retr): Use it.
18968
18969 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
18970
18971 * spam.el (spam-register-routine): Move comment.
18972 (spam-verify-bogofilter): Use 'unknown for the initial
18973 spam-bogofilter-valid state, not 'never.
18974
18975 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18976 for netrc-machine.
18977
18978 * nnimap.el (nnimap-open-connection):
18979 Use netrc-machine-user-or-password.
18980
18981 2004-10-17 Richard M. Stallman <rms@gnu.org>
18982
18983 * gnus-registry.el (gnus-registry-unload-hook):
18984 Set as a variable with add-hook.
18985
18986 * nnspool.el (nnspool-spool-directory): Use news-directory instead
18987 of news-path.
18988
18989 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18990
18991 * spam.el: Delete duplicate `provide'.
18992 (spam-unload-hook): Set as a variable with add-hook.
18993
18994 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
18995
18996 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18997 in the doc string.
18998
18999 * message.el (message-ignored-news-headers)
19000 (message-ignored-supersedes-headers)
19001 (message-ignored-resent-headers)
19002 (message-forward-ignored-headers): Improve custom type.
19003
19004 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
19005
19006 * message.el (message-tokenize-header): Fix 2004-09-06 change
19007 which used point-min in the wrong place.
19008
19009 2004-10-12 Simon Josefsson <jas@extundo.com>
19010
19011 * tls.el (tls-certtool-program): New variable.
19012 (tls-certificate-information): New function, based on
19013 ssl-certificate-information.
19014
19015 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
19016
19017 * compface.el: Move the version of ELisp-based uncompface program
19018 to the contrib directory because of the copyright problem.
19019
19020 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
19021
19022 * message.el (message-kill-buffer): Raise the current frame.
19023
19024 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
19025
19026 * gnus-sum.el: Mention that multibyte characters don't work as marks.
19027
19028 * gnus.el (message-y-or-n-p): Autoload.
19029
19030 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
19031 (pop3-password-required, pop3-authentication-scheme)
19032 (pop3-leave-mail-on-server): Make customizable.
19033 (pop3): New custom group.
19034 (pop3-retr): Remove `sleep-for' statements.
19035 Suggested by Dave Love <fx@gnu.org>.
19036
19037 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
19038 Windows/DOS.
19039
19040 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19041 (imap-parse-body): Fix incorrect use of `assert'.
19042 Suggested by Dave Love <fx@gnu.org>.
19043
19044 * mml.el (mml-minibuffer-read-disposition): Require match.
19045 Suggested by Dave Love <fx@gnu.org>.
19046
19047 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
19048
19049 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
19050 doc string.
19051
19052 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
19053
19054 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
19055
19056 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19057
19058 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
19059 instead of calling `mm-insert-inline', to decode text/* parts
19060 before displaying them.
19061
19062 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
19063
19064 * mm-uu.el (mm-uu-text-plain-type): New variable.
19065 (mm-uu-pgp-signed-extract-1): Use it.
19066 (mm-uu-pgp-encrypted-extract-1): Use it.
19067 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
19068 bind mm-uu-text-plain-type with that value.
19069 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
19070 mm-uu-dissect.
19071
19072 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
19073
19074 * gnus-group.el (gnus-update-group-mark-positions):
19075 * gnus-sum.el (gnus-update-summary-mark-positions):
19076 * message.el (message-check-news-body-syntax):
19077 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
19078 of string-as-multibyte.
19079
19080 2004-10-05 Juri Linkov <juri@jurta.org>
19081
19082 * gnus-group.el (gnus-update-group-mark-positions):
19083 * gnus-sum.el (gnus-update-summary-mark-positions):
19084 * message.el (message-check-news-body-syntax):
19085 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
19086 8-bit unibyte values to a multibyte string for search functions.
19087
19088 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
19089
19090 * mm-uu.el (mm-uu-dissect): Allow optional arg.
19091 (mm-uu-dissect-text-parts): New function.
19092
19093 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
19094 dissect text parts.
19095
19096 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
19097 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
19098
19099 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
19100
19101 * gnus-topic.el (gnus-topic-hierarchical-parameters):
19102 Use gnus-current-topics instead of gnus-current-topic.
19103
19104 2004-10-06 Jesper Harder <harder@ifa.au.dk>
19105
19106 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
19107
19108 2004-10-05 Jesper Harder <harder@ifa.au.dk>
19109
19110 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
19111 where appropriate.
19112
19113 * nnml.el (nnml-generate-active-info): do.
19114
19115 * nndiary.el (nndiary-generate-active-info): do.
19116
19117 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
19118 (gnus-topic-move): do.
19119
19120 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
19121 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
19122
19123 * gnus-srvr.el (gnus-server-prepare)
19124 (gnus-server-open-all-servers): do.
19125
19126 * gnus-msg.el (gnus-summary-cancel-article)
19127 (gnus-summary-resend-message)
19128 (gnus-summary-mail-crosspost-complaint): do.
19129
19130 * gnus-move.el (gnus-change-server): do.
19131
19132 * gnus-group.el (gnus-group-unmark-all-groups)
19133 (gnus-group-set-current-level): do.
19134
19135 2004-10-04 Simon Josefsson <jas@extundo.com>
19136
19137 * message.el (message-generate-hashcash): Doc fix.
19138
19139 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
19140
19141 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
19142 avoid infinite recursion via gnus-get-function.
19143
19144 2004-10-02 Jesper Harder <harder@ifa.au.dk>
19145
19146 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
19147
19148 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
19149
19150 * nnmail.el (nnmail-split-history): do.
19151
19152 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
19153 (nnml-request-delete-group): do.
19154
19155 * nnslashdot.el (nnslashdot-read-groups): do.
19156
19157 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
19158 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
19159
19160 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
19161 (nnspool-sift-nov-with-sed): Use last.
19162 (nnspool-retrieve-headers-with-nov): Use mapc.
19163 (nnspool-request-newgroups): Use dolist.
19164 (nnspool-request-group): Use last.
19165
19166 * nntp.el (nntp-read-server-type): Use dolist.
19167
19168 * nnvirtual.el (nnvirtual-create-mapping)
19169 (nnvirtual-update-read-and-marked): Use dolist.
19170 (nnvirtual-convert-headers): Simplify.
19171
19172 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
19173
19174 * gnus-agent.el (gnus-agent-synchronize-group-flags):
19175 Add support for sync'ing tick marks.
19176
19177 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
19178
19179 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
19180 there's no visible header.
19181
19182 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
19183
19184 * gnus-agent.el (gnus-agent-synchronize-group-flags):
19185 When necessary, pass full group name to gnus-request-set-marks.
19186
19187 2004-10-01 Simon Josefsson <jas@extundo.com>
19188
19189 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
19190 acroread.
19191
19192 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19193
19194 * spam-report.el (spam-report-gmane): Fix interactive.
19195
19196 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
19197
19198 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
19199 when writing file.
19200 (gnus-agent-synchronize-flags): Don't default to being
19201 interactive.
19202
19203 2004-09-30 Simon Josefsson <jas@extundo.com>
19204
19205 * message.el (message-generate-hashcash): Add.
19206 (message-send-mail): Use it, call mail-add-payment.
19207
19208 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
19209
19210 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
19211
19212 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
19213
19214 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
19215 gnus-request-update-info with explicit code to sync the in-memory
19216 info read flags with the marks being sync'd to the backend.
19217
19218 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
19219
19220 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
19221
19222 * spam.el (spam-verify-bogofilter): Add new function.
19223 (spam-check-bogofilter)
19224 (spam-bogofilter-register-with-bogofilter): Use it.
19225 (spam-verify-bogofilter): Add small fixes.
19226
19227 2004-09-28 Simon Josefsson <jas@extundo.com>
19228
19229 * hashcash.el (hashcash-generate-payment): Revert.
19230
19231 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
19232
19233 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19234 Use gnus-extract-references instead of gnus-split-references.
19235
19236 * gnus-util.el (gnus-extract-references): Add new function, analogous
19237 to gnus-split-references but extracts only the message-ID without
19238 anything extra.
19239
19240 * hashcash.el (hashcash-generate-payment)
19241 (hashcash-check-payment): Do the right thing if hashcash-path is
19242 nil (because the hashcash program could not be found).
19243
19244 * spam.el (spam-use-hashcash): Remove comment.
19245
19246 2004-09-27 Jesper Harder <harder@ifa.au.dk>
19247
19248 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
19249 (gnus-cache-enter-article, gnus-cache-remove-article)
19250 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
19251
19252 * gnus-async.el (gnus-async-prefetch-remove-group): do.
19253
19254 * gnus-art.el (article-hide-boring-headers)
19255 (article-translate-strings, article-display-face)
19256 (gnus-article-mime-match-handle-first)
19257 (gnus-article-highlight-headers)
19258 (gnus-article-add-buttons-to-head): do.
19259
19260 2004-09-27 Simon Josefsson <jas@extundo.com>
19261
19262 * hashcash.el: New version, from
19263 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
19264 ../contrib/.
19265
19266 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
19267
19268 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
19269
19270 2004-09-26 Jesper Harder <harder@ifa.au.dk>
19271
19272 * gnus-dup.el (gnus-dup-open): Use mapc.
19273 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
19274
19275 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
19276 Reported by Stefan Wiens <s.wi@gmx.net>.
19277
19278 * gnus.el (gnus-shutdown): Use dolist.
19279
19280 * gnus-undo.el (gnus-undo): Use mapc.
19281
19282 * nnrss.el (nnrss-generate-active): do.
19283
19284 * message.el (message-cite-original-without-signature)
19285 (message-cite-original): Use mapc.
19286 (message-do-actions, message-make-forward-subject): Use dolist.
19287
19288 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
19289
19290 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
19291 deletion to remove entire duplicate line. Fixes merged article
19292 number bug.
19293
19294 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
19295
19296 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
19297 servers that are offline. Avoids having gnus-agent-toggle-plugged
19298 first ask if you want to open a server and then, even when you
19299 responded with no, asking if you want to synchronize the server's
19300 flags.
19301 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
19302 multi-line expressions.
19303 (gnus-agent-synchronize-group-flags): New internal function.
19304 Updates marks in memory (in the info structure) AND in the
19305 backend.
19306
19307 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
19308
19309 * nnagent.el (nnagent-request-set-mark):
19310 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
19311 method, to ensure that synchronization updates marks in the
19312 backend and in the info (in memory) structure.
19313
19314 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
19315
19316 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
19317 convention fully; don't miss the root article of a thread; make
19318 the X-Draft-From header with correct article numbers.
19319
19320 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
19321
19322 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
19323 unless plugged. Disable the agent so that an open failure causes
19324 an error.
19325
19326 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
19327 Revert 2004-09-21 change. The backend must be opened while
19328 synchronizing flags even when the backend stores the flags
19329 locally.
19330
19331 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
19332
19333 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
19334 in `header' match. Reported by Svend Tollak Munkejord.
19335
19336 * message.el (message-cite-original): Fix use of
19337 `message-cite-articles-with-x-no-archive'.
19338
19339 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
19340
19341 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
19342 (gnus-window-to-buffer): Ditto.
19343
19344 * mml.el (mml-preview-buffer): New variable.
19345 (mml-preview): Manage window layout with gnus-buffer-configuration.
19346
19347 * gnus-msg.el (gnus-setup-message): Put article numbers into the
19348 X-Draft-From header even if those articles aren't quoted.
19349
19350 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
19351
19352 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
19353 (gnus-request-set-mark, gnus-request-update-mark): Use new
19354 g-s-t-u-l-m to decide to use backend even when unplugged.
19355
19356 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
19357
19358 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
19359 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
19360
19361 2004-09-20 Simon Josefsson <jas@extundo.com>
19362
19363 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
19364 "utf-16-le".
19365
19366 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
19367
19368 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
19369
19370 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
19371
19372 * uudecode.el (uudecode-use-external): Add :version.
19373
19374 * smime.el (smime-CA-file, smime-encrypt-cipher)
19375 (smime-dns-server): Add :version.
19376
19377 * smiley.el (gnus-smiley-file-types): Add :version.
19378
19379 * sha1.el (sha1-use-external): Add :version.
19380
19381 * pgg-def.el (pgg-query-keyserver): Add :version.
19382
19383 * nnmail.el (nnmail-fancy-expiry-targets)
19384 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
19385 Add :version.
19386
19387 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
19388 (nnimap-retrieve-groups-asynchronous): Add :version.
19389 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
19390
19391 * mml.el (mml-content-disposition-parameters)
19392 (mml-insert-mime-headers-always): Add :version.
19393
19394 * mm-util.el (mm-coding-system-priorities): Add :version.
19395
19396 * mm-decode.el (mm-inline-text-html-with-images)
19397 (mm-keep-viewer-alive-types, mm-external-terminal-program)
19398 (mm-verify-option): Add :version.
19399 (mm-text-html-renderer): Change :version.
19400
19401 * message.el (message-fcc-externalize-attachments)
19402 (message-required-headers, message-draft-headers)
19403 (message-subject-trailing-was-query)
19404 (message-subject-trailing-was-ask-regexp)
19405 (message-subject-trailing-was-regexp, message-mark-insert-begin)
19406 (message-mark-insert-end, message-archive-header)
19407 (message-archive-note, message-cross-post-default)
19408 (message-cross-post-note, message-followup-to-note)
19409 (message-cross-post-note-function, message-use-mail-followup-to)
19410 (message-subscribed-address-functions)
19411 (message-subscribed-address-file, message-subscribed-addresses)
19412 (message-subscribed-regexps, message-allow-no-recipients)
19413 (message-yank-cited-prefix, message-signature-insert-empty-line)
19414 (message-hidden-headers, message-hierarchical-addresses)
19415 (message-mail-user-agent, message-use-idna)
19416 (message-valid-fqdn-regexp)
19417 (message-strip-special-text-properties, message-header-synonyms)
19418 (message-beginning-of-line, message-tab-body-function): Add :version.
19419 (message-insert-canlock, message-wide-reply-confirm-recipients):
19420 Change :version.
19421
19422 * mail-source.el (mail-source-ignore-errors): Add :group, :type
19423 and :version.
19424 (mail-source-delete-old-incoming-confirm)
19425 (mail-source-movemail-program): Add :version.
19426
19427 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
19428 (gnus-agent-cache, gnus-agent): Change :version.
19429
19430 * gnus-util.el (gnus-use-byte-compile): Change :version.
19431
19432 * gnus-sum.el (gnus-summary-make-false-root-always)
19433 (gnus-summary-default-high-score)
19434 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
19435 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
19436 (gnus-read-all-available-headers, gnus-article-emulate-mime)
19437 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
19438 (gnus-sum-thread-tree-single-indent)
19439 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
19440 (gnus-sum-thread-tree-leaf-with-other)
19441 (gnus-sum-thread-tree-single-leaf): Add :version.
19442 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
19443 (gnus-article-loose-mime): Change :version.
19444
19445 * gnus-start.el (gnus-backup-startup-file)
19446 (gnus-save-startup-file-via-temp-buffer): Add :version.
19447
19448 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
19449 (gnus-server-offline-face): Add :version.
19450
19451 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
19452
19453 * gnus-msg.el (gnus-gcc-externalize-attachments)
19454 (gnus-debug-files, gnus-debug-exclude-variables)
19455 (gnus-discouraged-post-methods): Change :version.
19456 (gnus-confirm-mail-reply-to-news)
19457 (gnus-confirm-treat-mail-like-news): Add :version.
19458
19459 * gnus-int.el (gnus-server-unopen-status): Add :version.
19460
19461 * gnus-group.el (gnus-group-jump-to-group-prompt)
19462 (gnus-large-ephemeral-newsgroup)
19463 (gnus-fetch-old-ephemeral-headers): Add :version.
19464
19465 * gnus-fun.el (gnus-x-face-directory)
19466 (gnus-convert-pbm-to-x-face-command)
19467 (gnus-convert-image-to-x-face-command)
19468 (gnus-convert-image-to-face-command): Add :version.
19469
19470 * gnus-delay.el (gnus-delay-default-hour): Add :version.
19471
19472 * gnus-cite.el (gnus-cite-blank-line-after-header)
19473 (gnus-article-boring-faces): Add :version.
19474
19475 * gnus-art.el (gnus-buttonized-mime-types)
19476 (gnus-inhibit-mime-unbuttonizing)
19477 (gnus-treat-display-face)
19478 (gnus-treat-body-boundary): Change :version.
19479 (gnus-body-boundary-delimiter, gnus-picon-databases)
19480 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
19481 (gnus-treat-date-english, gnus-treat-fold-headers)
19482 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
19483 (gnus-treat-mail-picon, gnus-treat-wash-html)
19484 (gnus-article-encrypt-protocol)
19485 (gnus-use-idna, gnus-article-over-scroll)
19486 (gnus-mime-display-multipart-alternative-as-mixed)
19487 (gnus-mime-display-multipart-related-as-mixed)
19488 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
19489 (gnus-ctan-url, gnus-button-ctan-handler)
19490 (gnus-button-handle-ctan-bogus-regexp)
19491 (gnus-button-ctan-directory-regexp)
19492 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
19493 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
19494 (gnus-button-man-level, gnus-button-emacs-level)
19495 (gnus-button-message-level, gnus-button-browse-level): Add :version.
19496
19497 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
19498 (gnus-agent-go-online): Change :version.
19499 (gnus-agent-expire-unagentized-dirs)
19500 (gnus-agent-auto-agentize-methods): Add :version.
19501
19502 * flow-fill.el (fill-flowed-display-column)
19503 (fill-flowed-encode-column): Add :version.
19504
19505 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19506 (gnus-outlook-deuglify-unwrap-max)
19507 (gnus-outlook-deuglify-cite-marks)
19508 (gnus-outlook-deuglify-unwrap-stop-chars)
19509 (gnus-outlook-deuglify-no-wrap-chars)
19510 (gnus-outlook-deuglify-attrib-cut-regexp)
19511 (gnus-outlook-deuglify-attrib-verb-regexp)
19512 (gnus-outlook-deuglify-attrib-end-regexp)
19513 (gnus-outlook-display-hook): Add :version.
19514
19515 * binhex.el (binhex-use-external): Add :version.
19516
19517 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
19518
19519 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
19520 and `invisible'.
19521
19522 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
19523
19524 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
19525 in gnus-registry-trim.
19526
19527 2004-09-13 Simon Josefsson <jas@extundo.com>
19528
19529 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
19530
19531 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
19532
19533 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
19534 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19535 <yamaoka@jpl.org>.
19536 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
19537 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19538 <yamaoka@jpl.org>.
19539
19540 * sieve.el (sieve-manage-mode): Ditto.
19541
19542 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
19543
19544 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
19545
19546 2004-09-11 Simon Josefsson <jas@extundo.com>
19547
19548 * dns-mode.el: Add.
19549
19550 * mm-view.el (mm-display-dns-inline): Add.
19551
19552 * mm-decode.el (mm-inline-media-tests): Add text/dns.
19553 (mm-automatic-display): Ditto.
19554
19555 * mailcap.el (mailcap-mime-data): Add text/dns.
19556 (mailcap-mime-extensions): Map .soa to text/dns.
19557
19558 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
19559
19560 * gnus-art.el (article-decode-mime-words, article-babel)
19561 (gnus-article-highlight-signature, gnus-article-add-buttons)
19562 (gnus-signature-toggle): Remove unnecessary bindings of
19563 `inhibit-read-only' inherited from v5.10 merge.
19564
19565 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
19566
19567 * nntp.el (nntp): New customization group.
19568 (nntp-authinfo-file): Add customization group.
19569
19570 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
19571
19572 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
19573
19574 * gnus.el (to-address, to-list, subscribed)
19575 (large-newsgroup-initial): Ditto.
19576
19577 * flow-fill.el (fill-flowed-display-column)
19578 (fill-flowed-encode-column): Ditto.
19579
19580 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
19581
19582 * message.el (message-tokenize-header, message-send-mail-with-qmail):
19583 Use point-min rather than 1.
19584 (message-send-mail): Use buffer-size rather than point-max.
19585
19586 * gnus-sum.el (gnus-summary-search-article-forward):
19587 Signal a specific `search-failed' rather than a generic `error'.
19588
19589 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
19590 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
19591 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
19592
19593 2004-09-10 Simon Josefsson <jas@extundo.com>
19594
19595 * nndb.el (require): Remove tcp and duplicate cl.
19596
19597 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
19598
19599 * gnus-agent.el (directory-files-and-attributes): Move forward.
19600
19601 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
19602
19603 * gnus-agent.el (directory-files-and-attributes):
19604 Optionally defined to support XEmacs.
19605
19606 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
19607
19608 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
19609 to avoid run-time CL dependencies.
19610 (gnus-agent-unfetch-articles): New function.
19611 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
19612 article numbers even when local .overview file is missing.
19613 (gnus-agent-read-article-number): New function. Only accepts
19614 27-bit article numbers.
19615 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
19616 Use gnus-agent-read-article-number.
19617 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
19618 from backend while recognizing that article numbers in .overview
19619 must be valid.
19620 (gnus-agent-update-files-total-fetched-for):
19621 Use directory-files-and-attributes to improve performance.
19622 * gnus-int.el (gnus-request-move-article):
19623 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
19624 improve performance.
19625
19626 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
19627 some users confused by references to .newsrc when they only have a
19628 .newsrc.eld file.
19629 (gnus-convert-mark-converter-prompt)
19630 (gnus-convert-converter-needs-prompt): Fix use of property list.
19631 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
19632 New function. Used internally to only display 'gnus converting
19633 files' message when actually necessary.
19634
19635 * gnus-sum.el (): Remove (require 'gnus-agent) as required
19636 methods now autoloaded.
19637
19638 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
19639
19640 * gnus-sum.el (gnus-summary-insert-subject): Remove list
19641 identifiers.
19642
19643 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
19644
19645 * gnus-picon.el: Fix indentation and closing parenthesis.
19646
19647 2004-09-01 Simon Josefsson <jas@extundo.com>
19648
19649 * message.el (message-canlock-generate): Require sha1, not
19650 sha1-el. (Can we get rid of this require altogether? It is ugly
19651 to require within a function. Sadly, if sha1.el isn't loaded, the
19652 let binding in m-c-g will hide the defcustom definition, which is
19653 bad.)
19654
19655 * canlock.el: Require sha1, not sha1-el.
19656
19657 * message.el: Don't autoload sha1 (there is a autoload cookie in
19658 sha1.el).
19659
19660 * sha1-el.el: Rename to sha1.el.
19661
19662 2004-08-30 Juanma Barranquero <lektu@terra.es>
19663
19664 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
19665
19666 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19667
19668 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
19669
19670 2004-08-30 Kim F. Storm <storm@cua.dk>
19671
19672 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
19673
19674 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
19675 Add :group 'nnimap.
19676
19677 2004-08-30 Andreas Schwab <schwab@suse.de>
19678
19679 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
19680 ?* and ?\;.
19681
19682 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
19683 and ?\' to symbol instead of whitespace.
19684
19685 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
19686
19687 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
19688
19689 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
19690 instead of re-search-forward.
19691
19692 * gnus-uu.el (gnus-uu-save-article): Ditto.
19693 (gnus-uu-post-encode-uuencode): Ditto.
19694
19695 * html2text.el (html2text-clean-list-items): Ditto.
19696 (html2text-clean-dtdd): Ditto.
19697 (html2text-format-tags): Ditto.
19698
19699 * message.el (message-send-mail-with-sendmail): Fix regexp.
19700 (message-fill-field-general): Use search-forward instead of
19701 re-search-forward.
19702 (unbold-region): Ditto.
19703
19704 * nnrss.el (nnrss-request-article): Ditto.
19705
19706 * nnslashdot.el (nnslashdot-request-article): Ditto.
19707
19708 * nnweb.el (nnweb-gmane-wash-article): Ditto.
19709
19710 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
19711 "Unrecognized menu descriptor" error in XEmacs.
19712
19713 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
19714
19715 * gnus-sum.el (gnus-read-header): Don't remove a header for the
19716 parent article of a sparse article in the thread hashtb.
19717
19718 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
19719
19720 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
19721 (nnmail-expand-newtext): Lowercase expanded entries if
19722 nnmail-split-lowercase-expanded is non-nil.
19723
19724 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
19725
19726 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
19727
19728 * gnus-group.el (gnus-group-line-format-alist): Convert the value
19729 of gnus-tmp-news-method into string under XEmacs. It will be
19730 passed to gnus-correct-length which takes only a string argument.
19731
19732 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
19733
19734 * gnus-util.el (gnus-bind-print-variables): New macro.
19735 (gnus-prin1): Use it.
19736 (gnus-prin1-to-string): Use it.
19737 (gnus-pp): New function.
19738 (gnus-pp-to-string): New function.
19739
19740 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
19741 Replace pp-to-string with gnus-pp-to-string.
19742 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
19743 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
19744 * gnus-msg.el (gnus-debug): Ditto.
19745 * gnus-score.el (gnus-score-save): Ditto.
19746 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
19747 gnus-pp-to-string.
19748 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
19749 with gnus-pp.
19750 * score-mode.el (gnus-score-pretty-print): Ditto.
19751 * webmail.el (webmail-debug): Ditto.
19752
19753 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
19754
19755 * gnus-art.el (article-display-face, article-display-x-face):
19756 Use buffer-read-only.
19757
19758 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
19759
19760 * gnus-art.el (article-hide-list-identifiers):
19761 Bind inhibit-read-only as t.
19762
19763 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
19764
19765 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
19766
19767 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
19768
19769 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
19770 (gnus-narrow-to-page): Don't assume point-min == 1.
19771 (gnus-article-edit-mode): Derive from message-mode.
19772
19773 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
19774 point-min == 1.
19775
19776 * imap.el (imap-parse-address-list, imap-parse-body-ext):
19777 Disable incorrect use of `assert'.
19778
19779 * message.el (message-mode): Set comment-start-skip.
19780
19781 2004-08-22 Sam Steingold <sds@gnu.org>
19782
19783 * pop3.el (pop3-leave-mail-on-server): New user variable.
19784 (pop3-movemail): Delete mail only when it is nil.
19785
19786 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
19787
19788 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
19789
19790 * mml.el (mml-preview): Use `pop-to-buffer'.
19791
19792 * message.el (message-goto-mail-followup-to): Insert after "To".
19793 (message-carefully-insert-headers): Add comment.
19794
19795 * gnus.el: Remove unused variable `gnus-article-check-size'.
19796
19797 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
19798
19799 * gnus-art.el (gnus-button-alist):
19800 Improve `gnus-button-handle-library' entry.
19801
19802 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
19803
19804 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
19805 Use downcase, since XEmacs capitalizes error messages differently.
19806
19807 2004-08-18 Jesper Harder <harder@ifa.au.dk>
19808
19809 * nntp.el: Add (require 'gnus) due to reference to
19810 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
19811
19812 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
19813
19814 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
19815 Bind `mm-fill-flowed'.
19816
19817 * mm-decode.el (mm-dissect-singlepart): Check it.
19818
19819 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
19820
19821 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
19822 'imap' for netrc parsing.
19823
19824 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
19825
19826 * mailcap.el (mailcap-mime-data): Mark as risky.
19827
19828 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
19829
19830 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
19831 may be included in the encoded word.
19832 (rfc2047-encode): Don't append a space if the encoded word
19833 includes close parenthesis.
19834
19835 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
19836
19837 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
19838 of text within parentheses.
19839
19840 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
19841
19842 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
19843 (gnus-encrypt-write-file-contents): Make the password key the file
19844 name PLUS the cipher, not just the cipher. Also remove failed
19845 passwords from the cache.
19846
19847 2004-08-06 Simon Josefsson <jas@extundo.com>
19848
19849 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
19850 Doc fix.
19851
19852 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
19853
19854 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
19855 LWSP.
19856
19857 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
19858
19859 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19860 Try to append in-reply-to: data to the references: header.
19861
19862 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
19863 (netrc-parse): Use gnus-encrypt.el functions.
19864
19865 * gnus-encrypt.el: Add new file for encryption support; currently
19866 does only a few GPG ciphers and an internal XOR cipher.
19867
19868 * password.el: Add comments on using password-read-and-add.
19869 (password-read-and-add): Add function to read and add the
19870 password to the cache at once.
19871
19872 2004-07-28 Simon Josefsson <jas@extundo.com>
19873
19874 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
19875 parameter (but don't use it, for now).
19876
19877 * imap.el (imap-ssl-open): Use imap-process-connection-type,
19878 instead of hard coding to nil.
19879
19880 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
19881
19882 * mm-view.el (mm-inline-image-emacs): Open lines under an image
19883 as mm-inline-image-xemacs does.
19884
19885 2004-07-26 Simon Josefsson <jas@extundo.com>
19886
19887 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
19888 Revert part of 2004-07-17 change below.
19889
19890 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
19891
19892 * rfc2047.el (rfc2047-encode-region): Don't infloop.
19893 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19894
19895 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
19896
19897 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
19898 quotes that actually start with ">" at the beginning of the
19899 lines.
19900
19901 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
19902
19903 * rfc2047.el (rfc2047-encode-region): Fix last change.
19904 (rfc2047-encode-parameter): Remove useless concat.
19905
19906 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
19907
19908 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
19909 encode special characters; fix some kind of misconfigured headers;
19910 signal a real error if debug-on-quit or debug-on-error is non-nil.
19911 (rfc2047-encode-max-chars): New variable.
19912 (rfc2047-encode-1): Use it.
19913 (rfc2047-encode-parameter): New function.
19914
19915 * mml.el (mml-insert-parameter): Remove an excessive space.
19916
19917 2004-07-17 Simon Josefsson <jas@extundo.com>
19918
19919 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
19920 Kai Grossjohann <kai@emptydomain.de>.
19921 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
19922 (gnus-group-make-menu-bar): Ditto.
19923
19924 * gnus-util.el (gnus-group-server): Add.
19925
19926 2004-07-16 Jesper Harder <harder@ifa.au.dk>
19927
19928 * message.el (message-clone-locals): Clone sendmail and smtp
19929 variables.
19930
19931 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
19932
19933 * rfc2047.el (rfc2047-encode-region): Fix last change.
19934
19935 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
19936
19937 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
19938 characters as non-special.
19939
19940 2004-07-09 Simon Josefsson <jas@extundo.com>
19941
19942 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
19943 Users will lose all flag changes made while unplugged with
19944 e.g. nntp unless flag synchronization happens, thus `nil' is not a
19945 good default. See numerous reports on ding mailing list.
19946
19947 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
19948
19949 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
19950 add generate-head-function and generate-article-function to the
19951 rfc822-forward entry.
19952 (nndoc-rfc822-forward-generate-article): New function.
19953 (nndoc-rfc822-forward-generate-head): New function.
19954
19955 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
19956
19957 2004-07-06 Dan Christensen <jdc@uwo.ca>
19958
19959 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
19960 respect display group parameter and gnus-summary-expunge-below.
19961 (gnus-articles-to-read): Remove unused reference to display group
19962 parameter.
19963
19964 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19965
19966 * nnheader.el (nnheader-uniquify-message-id): New experimental
19967 variable.
19968 (nnheader-nov-read-message-id): Use it.
19969
19970 * spam-report.el (spam-report-gmane): Add interactive.
19971
19972 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
19973
19974 * mm-encode.el (mm-content-transfer-encoding-defaults):
19975 Use qp-or-base64 for the application/* types.
19976
19977 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
19978
19979 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
19980
19981 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
19982
19983 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19984 trim value.
19985
19986 2004-01-25 Paul Jarc <prj@po.cwru.edu>
19987
19988 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19989 New macro and function.
19990 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19991
19992 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
19993
19994 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19995 after-load-alist.
19996
19997 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
19998
19999 * gnus-group.el (gnus-group-get-new-news-this-group):
20000 Don't update info that isn't there.
20001
20002 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
20003
20004 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
20005 entry.
20006
20007 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
20008
20009 * mm-view.el (mm-inline-render-with-function): Use multibyte
20010 buffer; decode html source by charset.
20011
20012 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
20013
20014 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
20015 Mule-UCS is loaded under XEmacs.
20016 (mm-mime-mule-charset-alist): Avoid duplicated entries.
20017
20018 2004-06-28 Jesper Harder <harder@ifa.au.dk>
20019
20020 * nnheader.el (nnheader-max-head-length): Increase to 8192.
20021
20022 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
20023
20024 * mm-util.el (mm-coding-system-p): Return a coding-system.
20025 (mm-mime-mule-charset-alist): Use shift_jis instead of
20026 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
20027 entries for the mime charsets iso-2022-jp-3 and shift_jis.
20028 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
20029 instead of japanese-shift-jis and iso-latin-1 respectively in
20030 order to share the default value with both Emacs and XEmacs-mule.
20031 (mm-mule-charset-to-mime-charset):
20032 Make mm-coding-system-priorities effective.
20033 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
20034 while predicating of candidates upon the priorities.
20035
20036 2004-06-27 Jesper Harder <harder@ifa.au.dk>
20037
20038 * gnus-sum.el (gnus-summary-make-menu-bar):
20039 Add gnus-uu-invert-processable.
20040
20041 * gnus.el: Autoload gnus-uu-invert-processable.
20042
20043 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
20044
20045 * mm-util.el (mm-with-multibyte-buffer): New macro.
20046
20047 * rfc2047.el (rfc2047-encode-string): Use it.
20048 (rfc2047-encode-region): Move point to the end of the region after
20049 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
20050
20051 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
20052
20053 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
20054 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
20055
20056 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
20057
20058 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
20059 (gnus-cite-parse): Ignore quoted envelope From_.
20060 Suggested by Karl Chen <quarl@nospam.quarl.org>.
20061
20062 2004-06-23 Jesper Harder <harder@ifa.au.dk>
20063
20064 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
20065 invalid addresses.
20066
20067 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
20068
20069 * spam.el: Change section markers, revise TODO list.
20070 (spam-backends): Make new master list of all installed backends.
20071 (spam-summary-exit-behavior): Add new variable to determine how
20072 messages moves are done at summary exit.
20073 (spam-move-spam-nonspam-groups-only)
20074 (spam-process-ham-in-nonham-groups)
20075 (spam-process-ham-in-spam-groups): Remove variables, the
20076 spam-summary-exit-behavior variable should be used to manage this
20077 behavior.
20078 (spam-old-ham-articles, spam-old-spam-articles): Remove.
20079 (spam-old-articles): Add variable, replacing spam-old-ham-articles
20080 and spam-old-spam-articles.
20081 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
20082 Add empty variables, placeholders for the backends they represent.
20083 (spam-set-difference): Move, unchanged.
20084 (spam-list-of-processors): Declare OBSOLETE, not used anymore
20085 unless the user has a processor variable.
20086 (spam-classifications, spam-classification-valid-p)
20087 (spam-backend-properties, spam-backend-property-valid-p)
20088 (spam-backend-function-type-valid-p)
20089 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
20090 (spam-report-articles-gmane, spam-report-articles-resend):
20091 Remove functions, they are not needed.
20092 (spam-install-backend-super, spam-backend-list)
20093 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
20094 (spam-backend-function, spam-backend-ham-registration-function)
20095 (spam-backend-spam-registration-function)
20096 (spam-backend-ham-unregistration-function)
20097 (spam-backend-spam-unregistration-function)
20098 (spam-backend-statistical-p, spam-backend-mover-p)
20099 (spam-install-backend-alias, spam-install-checkonly-backend)
20100 (spam-install-mover-backend, spam-install-nocheck-backend)
20101 (spam-install-backend, spam-install-statistical-backend)
20102 (spam-install-statistical-checkonly-backend): Add backend installation
20103 support.
20104 (spam-summary-prepare-exit): Rewrite to use the new backend code.
20105 (spam-group-processor-p): Use the new backend code and respect the
20106 summary exit behavior.
20107 (spam-mark-spam-as-expired-and-move-routine): Remove.
20108 (spam-summary-prepare): Change to use the new spam-old-articles
20109 variable.
20110 (spam-copy-or-move-routine, spam-copy-spam-routine)
20111 (spam-move-spam-routine, spam-copy-ham-routine)
20112 (spam-move-ham-routine): Add code to copy/move ham or spam.
20113 (spam-fetch-field-fast): Improve doc and code, plus allow the
20114 'number request.
20115 (spam-list-of-checks, spam-list-of-statistical-checks):
20116 Remove variables.
20117 (spam-split, spam-find-spam): Use the new backend code.
20118 (spam-registration-functions): Remove variable.
20119 (spam-unregister-routine): Add convenience wrapper.
20120 (spam-log-undo-registration, spam-register-routine)
20121 (spam-log-processing-to-registry)
20122 (spam-log-unregistration-needed-p): Rename "check" to "backend"
20123 where possible.
20124 (spam-check-gmane-xref, spam-check-regex-headers)
20125 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
20126 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
20127 (spam-check-bogofilter-headers, spam-check-spamoracle)
20128 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
20129 (spam-check-crm114-headers): Use the spam-split-group that
20130 spam-split prepares, no need to determine it every time.
20131
20132 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
20133 to the nnheader-parse-naked-head call.
20134
20135 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
20136
20137 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
20138 the nnheader-nov-read-message-id call.
20139
20140 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
20141
20142 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
20143 gnus-activate-group twice. Suggested by Markus Peter
20144 <warp@spin.de>.
20145
20146 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
20147
20148 * gnus-art.el (gnus-article-time-format): Exchange the order of
20149 day and month in the default value; fix customization type.
20150 (article-date-ut): Use add-text-properties.
20151 (article-make-date-line): Use message-make-date instead of
20152 current-time-string.
20153
20154 * message.el (message-fetch-field): Don't use set-text-properties.
20155 (message-make-date): Simplify.
20156
20157 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
20158
20159 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
20160 (rfc2047-encode-region): Treat text within parentheses as special;
20161 show the original text when error has occurred.
20162
20163 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
20164 already-computed method to gnus-activate-group.
20165
20166 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
20167 same select-methods identical Lisp objects.
20168
20169 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
20170 object when modifying the info.
20171
20172 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
20173
20174 * gnus-srvr.el (gnus-server-set-info): Remove the server from
20175 gnus-opened-servers since it has never been opened with the new
20176 configuration yet.
20177
20178 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
20179
20180 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
20181 arg to nnheader-generate-fake-message-id.
20182
20183 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
20184
20185 * nnheader.el (nnheader-generate-fake-message-id): Accept a
20186 number and build a fake message ID localized to a group and
20187 article number (so it's repeatable from that point on).
20188 (nnheader-fake-message-id-p): Change regex to accommodate new fake
20189 ID format.
20190
20191 * gnus-sum.el (gnus-get-newsgroup-headers):
20192 Call nnheader-generate-fake-message-id with the article number.
20193
20194 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
20195
20196 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
20197 end-of-buffer.
20198
20199 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20200
20201 * message.el (message-ignored-supersedes-headers): Add Approved.
20202
20203 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
20204
20205 * rfc2047.el (rfc2047-encode-message-header): Remove useless
20206 goto-char.
20207 (rfc2047-encode): Fold the line before encoding.
20208
20209 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
20210
20211 * rfc2047.el (rfc2047-encode-message-header): Disabled header
20212 folding -- not all headers can be folded, and this should be done
20213 by the message composition mode. Probably. I think.
20214
20215 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
20216
20217 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
20218 fast.
20219
20220 * gnus-ems.el (gnus-remove-image): Don't use
20221 message-text-with-property; remove only the image found first.
20222
20223 2004-06-09 Jesper Harder <harder@ifa.au.dk>
20224
20225 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
20226
20227 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
20228
20229 * message.el (message-text-with-property): Make it fast and accept
20230 optional arguments.
20231 (message-strip-forbidden-properties): Use it.
20232 (message-fix-before-sending): Follow the m-t-w-p change.
20233
20234 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
20235
20236 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
20237
20238 * gnus-art.el (article-hide-headers): Don't change the buffer
20239 mistakenly when performing mml-preview even if
20240 gnus-single-article-buffer is nil.
20241
20242 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
20243
20244 * message.el (message-expand-name-databases): New user option.
20245 (message-expand-name): Use it.
20246
20247 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
20248
20249 * spam.el (spam-report-articles-resend)
20250 (spam-report-resend-register-routine): Allow ham reporting.
20251 (spam-report-resend-register-ham-routine): Add wrapper.
20252 (spam-registration-functions): Add ham resending functions.
20253 (spam-list-of-processors): Add ham resend processor.
20254
20255 * gnus.el (ham-resend-to): Add new group parameter.
20256 (spam-process): Add ham resend option.
20257
20258 * spam-report.el (spam-report-resend): Allow reporting ham.
20259 (spam-report-resend-ham): Add wrapper.
20260
20261 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20262
20263 * message.el (message-cite-articles-with-x-no-archive):
20264 New variable.
20265 (message-cite-original): Use it.
20266
20267 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20268
20269 * message.el (message-cite-original): Respect X-No-Archive.
20270
20271 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
20272
20273 * gnus-art.el (article-hide-headers): Refer to the values for
20274 gnus-ignored-headers and gnus-visible-headers in the summary
20275 buffer since a user may have set them as group parameters.
20276
20277 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
20278
20279 * assistant.el (assistant-node-name): Add convenience function.
20280 (assistant-render-text, assistant-render-node): Add error handling,
20281 plus handle multiple next nodes.
20282 (assistant-find-next-node): Comment out for now.
20283 (assistant-find-next-nodes): Add function, returns list of next
20284 nodes.
20285
20286 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
20287
20288 * mail-source.el (mail-source-directory): Fix doc-string.
20289
20290 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
20291
20292 * assistant.el (assistant-render-text, assistant-eval): Add :set
20293 widget type, which is different because it takes and returns a
20294 list. Much hilarity ensues.
20295
20296 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
20297
20298 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
20299
20300 * gnus-group.el (gnus-group-get-new-news-this-group):
20301 Add doc-string.
20302
20303 * gnus-start.el (gnus-activate-group): Add doc-string.
20304
20305 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
20306
20307 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
20308
20309 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
20310
20311 * assistant.el (assistant-render-text): Try to add a :set
20312 widget, more to come.
20313
20314 * spam.el (spam-group-spam-contents-p): Handle empty groupname
20315 strings.
20316 (spam-report-articles-resend)
20317 (spam-register-routine): Do registration iff any articles warrant
20318 it.
20319 (spam-summary-prepare-exit): Change log message for nil group
20320 destinations.
20321
20322 2004-05-27 Daniel Pittman <daniel@rimspace.net>
20323
20324 * spam.el (spam-report-resend-register-routine):
20325 Allow spam-report-resend-to to be a group parameter or a global value.
20326
20327 2004-05-26 Simon Josefsson <jas@extundo.com>
20328
20329 * starttls.el: Merge with my GnuTLS based starttls.el.
20330 (starttls-gnutls-program, starttls-use-gnutls)
20331 (starttls-extra-arguments, starttls-process-connection-type)
20332 (starttls-connect, starttls-failure, starttls-success):
20333 New variables.
20334 (starttls-program, starttls-extra-args): Doc fix.
20335 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
20336 New functions.
20337 (starttls-negotiate, starttls-open-stream):
20338 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
20339 function if it is set.
20340
20341 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
20342
20343 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
20344 structured fields.
20345
20346 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
20347
20348 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
20349
20350 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
20351
20352 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20353 Add variable.
20354 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
20355 assigning the spam-mark to new messages.
20356
20357 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
20358
20359 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
20360
20361 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
20362
20363 * rfc2047.el (rfc2047-encodable-p): Don't move point.
20364 (rfc2047-decode): Treat the ascii coding-system as raw-text by
20365 default.
20366
20367 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
20368
20369 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
20370 correct data.
20371
20372 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
20373
20374 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
20375 (spam-group-processor-p): Fix function.
20376 (spam-group-processor-multiple-p)
20377 (spam-group-spam-processor-report-gmane-p)
20378 (spam-group-spam-processor-report-resend-p)
20379 (spam-group-spam-processor-bogofilter-p)
20380 (spam-group-spam-processor-blacklist-p)
20381 (spam-group-spam-processor-ifile-p)
20382 (spam-group-ham-processor-ifile-p)
20383 (spam-group-spam-processor-spamoracle-p)
20384 (spam-group-spam-processor-crm114-p)
20385 (spam-group-ham-processor-bogofilter-p)
20386 (spam-group-spam-processor-stat-p)
20387 (spam-group-ham-processor-stat-p)
20388 (spam-group-ham-processor-whitelist-p)
20389 (spam-group-ham-processor-BBDB-p)
20390 (spam-group-ham-processor-spamoracle-p)
20391 (spam-group-ham-processor-copy-p): Remove functions with some
20392 prejudice against unneeded code.
20393 (spam-report-articles-resend)
20394 (spam-report-resend-register-routine): Allow the group/topic
20395 spam-resend-to value to override spam-report-resend-to.
20396 (spam-summary-prepare-exit): Invoke spam-group-processor-p
20397 properly now.
20398
20399 * gnus.el (spam-resend-to): Add group/topic parameter.
20400 (spam-process): Move the OBSOLETE processors to the end of the
20401 choices.
20402
20403 2004-05-24 Daniel Pittman <daniel@rimspace.net>
20404
20405 * spam-report.el (spam-report-resend-to, spam-report-resend):
20406 Start with resend-to set to nil, and then ask the user if necessary.
20407 (spam-report-resend): spam-report-resend takes a list of articles, not
20408 separate article numbers.
20409
20410 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
20411
20412 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
20413 addition to emacs-w3m.
20414
20415 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
20416
20417 * assistant.el (assistant-authinfo-data): New function.
20418 (assistant-eval): Eval for entire assistant.
20419
20420 * netrc.el (netrc-services-file): New variable.
20421 (netrc-parse-services): New function.
20422 (netrc-find-service-name): New function.
20423 (netrc-find-service-number): New function.
20424 (netrc-port-equal): New function.
20425 (netrc-machine): Use it.
20426
20427 * nnimap.el (nnimap-open-connection): Use netrc.
20428
20429 * gnus-util.el (gnus-netrc-get): Remove aliases.
20430
20431 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
20432
20433 * assistant.el (wid-edit): Fix compilation.
20434
20435 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
20436
20437 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
20438
20439 * gnus-util.el (gnus-set-file-modes): New function. (small
20440 patch).
20441
20442 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
20443
20444 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
20445
20446 * assistant.el (assistant-render-node): Fix up rendering and
20447 read-only text.
20448 (assistant-render-node): Reset.
20449 (assistant-make-read-only): Not sticky.
20450
20451 2004-05-20 Danny Siu <dsiu@adobe.com>
20452
20453 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
20454 centered even when gnus-auto-center-summary is t
20455
20456 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
20457
20458 * dns.el (dns-get-txt-answer): New function.
20459 (dns-read-txt): Ditto.
20460 (query-dns): Use it.
20461
20462 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
20463
20464 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
20465 active for foreign groups even if the group level is higher than
20466 the specified value.
20467
20468 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20469
20470 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
20471 non-active groups.
20472
20473 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
20474
20475 2004-05-20 Magnus Henoch <mange@freemail.hu>
20476
20477 * dns.el (dns-read-type): Add support for SVR. (small patch)
20478
20479 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
20480
20481 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
20482 (spam-crm114-header, spam-crm114-spam-switch)
20483 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
20484 (spam-crm114-positive-spam-header)
20485 (spam-crm114-database-directory, spam-list-of-processors)
20486 (spam-group-spam-processor-crm114-p)
20487 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
20488 (spam-generic-score, spam-list-of-checks)
20489 (spam-list-of-statistical-checks, spam-registration-functions)
20490 (spam-check-crm114-headers, spam-crm114-score)
20491 (spam-check-crm114, spam-crm114-register-with-crm114)
20492 (spam-crm114-register-spam-routine)
20493 (spam-crm114-unregister-spam-routine)
20494 (spam-crm114-register-ham-routine)
20495 (spam-crm114-unregister-ham-routine): Add CRM114 support.
20496
20497 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
20498
20499 * gnus.el: Add spam-use-crm114.
20500
20501 * spam.el (spam-list-of-processors, spam-registration-functions):
20502 Add spam-use-resend.
20503 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
20504 (spam-report-articles-gmane): Add doc fix.
20505 (spam-report-articles-resend, spam-report-resend-register-routine):
20506 Add wrappers around spam-report-resend-to.
20507
20508 * spam-report.el (spam-report-resend-to, spam-report-resend):
20509 Add support for resending spam.
20510 (spam-report-gmane): Fix line length >80.
20511
20512 * gnus.el (spam-process): Add spam-use-resend.
20513
20514 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20515
20516 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
20517 number of processed spam messages.
20518 (spam-ham-copy-or-move-routine): Return the number of processed
20519 ham messages.
20520 (spam-summary-prepare-exit): Use the above values to decide
20521 whether status messages shouled be displayed.
20522
20523 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
20524
20525 * rfc2047.el (rfc2047-encode-function-alist): Rename from
20526 `rfc2047-encoding-function-alist' in order to avoid conflicting
20527 with the old version.
20528 (rfc2047-encode-region): Concatenate words containing non-ASCII
20529 characters in structured fields; don't encode space-delimited
20530 ASCII words even in unstructured fields; don't break words at
20531 char-category boundaries.
20532 (rfc2047-encode-1): New function.
20533 (rfc2047-encode): Use it; encode text so that it occupies the
20534 maximum width within 76-column; work correctly on Q encoding for
20535 iso-2022-* charsets.
20536 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
20537 sure not to break a line just after the header name.
20538 (rfc2047-b-encode-region): Remove.
20539 (rfc2047-b-encode-string): New function.
20540 (rfc2047-q-encode-region): Remove.
20541 (rfc2047-q-encode-string): New function.
20542
20543 * mm-util.el (mm-replace-in-string): New function.
20544
20545 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
20546
20547 * gnus-msg.el (gnus-inews-make-draft-meta-information):
20548 Really get it right.
20549 (gnus-inews-make-draft): Really.
20550
20551 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
20552
20553 * nnmh.el (nnmh-request-list-1): Don't check the link count
20554 before descending. (small patch)
20555
20556 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20557
20558 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
20559 stuff.
20560
20561 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
20562 Match on real group name.
20563
20564 * gnus-art.el (gnus-signature-limit): Doc fix.
20565
20566 * gnus-msg.el (gnus-inews-make-draft): Quote list.
20567
20568 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20569
20570 * gnus-draft.el (gnus-draft-send):
20571 Bind rfc2047-encode-encoded-words.
20572
20573 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
20574 (rfc2047-encodable-p): Say that =? needs encoding.
20575 (rfc2047-encode-encoded-words): New variable.
20576
20577 * gnus-group.el (gnus-group-select-group): Doc fix.
20578
20579 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
20580
20581 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
20582 to nil.
20583
20584 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
20585
20586 * nnheader.el (nnheader-get-lines-and-char): New function.
20587
20588 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
20589
20590 * gnus-msg.el (gnus-summary-followup-with-original):
20591 Document yanking of region when active.
20592
20593 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
20594
20595 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
20596 groups if the group level is higher than the specified value.
20597
20598 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
20599
20600 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
20601 (gnus-group-jump-to-group): Add prefix argument using
20602 `gnus-group-jump-to-group-prompt'. Query before jumping to
20603 non-active group.
20604
20605 * compface.el (uncompface): Be verbose when changing
20606 `uncompface-use-external'.
20607
20608 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
20609 handle manual section.
20610
20611 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
20612
20613 * gnus-art.el (gnus-button-alist): Revert previous change.
20614
20615 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
20616
20617 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
20618
20619 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
20620
20621 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
20622 whether backend can accept message.
20623
20624 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
20625
20626 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
20627
20628 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20629 Avoid creating directory when nntp-marks-is-evil is true.
20630 Reported by Reiner Steib.
20631
20632 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
20633
20634 * gnus-picon.el (gnus-picon-insert-glyph):
20635 Add optional `nostring' argument.
20636
20637 2004-05-18 Jesper Harder <harder@ifa.au.dk>
20638
20639 * gnus-picon.el (gnus-picon-style): New variable.
20640 (gnus-picon-transform-address): Support `gnus-picon-style'.
20641
20642 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
20643
20644 * message.el (message-fill-field): Return point.
20645 (message-generate-headers): Go to end of field.
20646
20647 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
20648 stuff for non-living groups.
20649
20650 2004-05-18 Jesper Harder <harder@ifa.au.dk>
20651
20652 * gnus-art.el (gnus-article-followup-with-original)
20653 (gnus-article-reply-with-original): gnus-mark-active-p ->
20654 gnus-region-active-p.
20655
20656 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
20657
20658 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
20659 only when there is spam or ham to be processed.
20660
20661 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20662
20663 * mail-source.el (mail-source-delete-crash-box): Refactor.
20664 (mail-source-fetch): Use it.
20665 (mail-source-fetch-file): Ditto.
20666 (mail-source-fetch-directory): Run PostScript in loop.
20667 (mail-source-fetch-pop): Delete.
20668 (mail-source-fetch-maildir): Ditto.
20669 (mail-source-fetch-imap): Ditto.
20670
20671 * imap.el (imap-authenticators): Comment out sasl.
20672
20673 * message.el (message-skip-to-next-address): New function.
20674 (message-fill-header-address): Refactor.
20675 (message-fill-address): Use it.
20676 (message-delete-address): Use it.
20677 (message-fill-header-general): Refactor.
20678 (message-fill-field-address): Rename.
20679 (message-narrow-to-field): Find the start of the header.
20680 (message-header-format-alist): Don't pre-fill.
20681 (message-fill-header): Remove.
20682 (message-insert-header): New function.
20683 (message-shorten-references): Use it.
20684
20685 * rfc2047.el (rfc2047-field-value): Strip props.
20686
20687 * mail-parse.el (mail-header-make-address): New alias.
20688
20689 * ietf-drums.el (ietf-drums-make-address): New function.
20690
20691 * imap.el: Add compiler directives.
20692
20693 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
20694
20695 * gnus-art.el (article-decode-idna-rhs): Don't use
20696 message-idna-inside-rhs-p.
20697
20698 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20699
20700 * message.el (message-idna-inside-rhs-p): Remove.
20701 (message-idna-to-ascii-rhs-1): Use proper address parsing.
20702
20703 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
20704 false positives.
20705
20706 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
20707
20708 * imap.el (imap-sasl-make-mechanisms): Use sasl.
20709
20710 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20711
20712 * nneething.el (nneething-file-name): Don't create spurious
20713 files.
20714
20715 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
20716 (gnus-inews-do-gcc): Remove sleep.
20717
20718 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
20719 part under point.
20720
20721 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
20722 (gnus-agent-regenerate-group): Using nil messages aren't valid.
20723
20724 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
20725
20726 * spam.el (spam-summary-prepare-exit): Fix (length).
20727
20728 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
20729
20730 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
20731 as expired without moving it" message when there are spam
20732 messages left.
20733
20734 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
20735
20736 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
20737 header is not nil.
20738
20739 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
20740
20741 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20742 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
20743 (nntp-marks-changed-p): New arg SERVER.
20744 (nntp-request-update-info): Adjust caller.
20745
20746 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
20747
20748 * nntp.el (nntp-save-marks): Pass missing arg.
20749
20750 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
20751
20752 * nntp.el: Support marks.
20753 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
20754 (nntp-marks-modtime, nntp-marks-directory): New variables.
20755 (nntp-request-set-mark, nntp-request-update-info)
20756 (nntp-possibly-create-directory, nntp-marks-changed-p)
20757 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
20758 New functions.
20759
20760 2004-05-12 Jesper Harder <harder@ifa.au.dk>
20761
20762 * gnus-score.el (gnus-score-insert-help):
20763 Use gnus-select-lowest-window.
20764
20765 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
20766 appt-select-lowest-window and rename to gnus-select-lowest-window.
20767
20768 * gnus.el: do.
20769
20770 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20771
20772 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
20773 encodings of MIME-encoded words, in order to improve
20774 interoperability with several broken MUAs.
20775
20776 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20777
20778 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
20779 tags, only when charsets are not specified in headers.
20780 (mm-inline-text-html-render-with-w3m): Ditto.
20781
20782 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20783
20784 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
20785 instead of MIME-decoded from fields when checking
20786 `gnus-article-address-banner-alist'.
20787
20788 2004-05-03 Jesper Harder <harder@ifa.au.dk>
20789
20790 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
20791 description rather than subject.
20792
20793 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20794
20795 * gnus.el (gnus-version-number): Bump.
20796
20797 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20798
20799 * gnus.el: No Gnus v0.2 is released.
20800
20801 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20802
20803 * gnus-agent.el (gnus-agent-read-agentview):
20804 Inline gnus-uncompress-range.
20805
20806 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20807
20808 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
20809 `exec-installed-p'.
20810
20811 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20812
20813 * gnus.el (spam-process, spam-autodetect-methods):
20814 Add bsfilter and bsfilter-headers.
20815
20816 * spam.el (spam-bsfilter): New customize group.
20817 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
20818 (spam-bsfilter-header, spam-bsfilter-probability-header)
20819 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
20820 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
20821 (spam-bsfilter-database-directory): New options.
20822 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
20823 (spam-list-of-statistical-checks, spam-registration-functions):
20824 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
20825 (spam-bsfilter-score): New command.
20826 (spam-check-bsfilter-headers, spam-check-bsfilter)
20827 (spam-bsfilter-register-with-bsfilter)
20828 (spam-bsfilter-register-spam-routine)
20829 (spam-bsfilter-unregister-spam-routine)
20830 (spam-bsfilter-register-ham-routine)
20831 (spam-bsfilter-unregister-ham-routine): New functions.
20832 (spam-generic-score): Support bsfilter; Accept an optional argument
20833 to recalcurate spam score even if scoring header has already been
20834 added.
20835 (spam-bogofilter-score, spam-spamassassin-score): Accept an
20836 optional argument to recalcurate spam score even if scoring header
20837 has already been added.
20838
20839 2004-04-29 Jesper Harder <harder@ifa.au.dk>
20840
20841 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
20842 strings! Reported by David D. Smith <davidsmith@acm.org>.
20843 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
20844 link is missing.
20845
20846 2004-04-28 Jesper Harder <harder@ifa.au.dk>
20847
20848 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
20849 (html2text-get-attr): Rewrite.
20850
20851 * message.el (message-setup-1): Remove redundant put-text-property
20852 on mail-header-separator.
20853
20854 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
20855
20856 * gnus-registry.el (gnus-registry-cache-whitespace)
20857 (gnus-registry-action, gnus-registry-spool-action)
20858 (gnus-registry-split-fancy-with-parent): Change message levels
20859 from 5 to 3 or 7, as needed.
20860
20861 * spam.el (spam-summary-prepare-exit)
20862 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
20863 (spam-split, spam-find-spam, spam-log-undo-registration)
20864 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
20865 level from 5 to 6.
20866
20867 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
20868
20869 * gnus-ems.el: Autoload appt-select-lowest-window (revert
20870 2004-03-04 change).
20871
20872 2004-04-25 Jesper Harder <harder@ifa.au.dk>
20873
20874 * sieve-manage.el (sieve-manage-open):
20875 * nnweb.el (nnweb-insert-html):
20876 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
20877 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
20878 * nnspool.el (nnspool-request-group):
20879 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
20880 * nnml.el (nnml-request-update-info):
20881 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
20882 (nnmh-request-create-group, nnmh-update-gnus-unreads):
20883 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
20884 (nnimap-request-set-mark):
20885 * nnfolder.el (nnfolder-request-update-info):
20886 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
20887 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
20888 * gnus-uu.el (gnus-uu-find-articles-matching):
20889 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
20890 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
20891 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
20892 * gnus-nocem.el (gnus-nocem-scan-groups):
20893 * gnus-int.el (gnus-start-news-server):
20894 * gnus-group.el (gnus-group-make-kiboze-group)
20895 (gnus-group-browse-foreign-server):
20896 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
20897 Use mapc when appropriate.
20898
20899 2004-04-22 Dan Christensen <jdc@uwo.ca>
20900 Adam Sjøgren <asjo@koldfront.dk>
20901 Wes Hardaker <wes@hardakers.net>
20902 Michael Shields <shields@msrl.com>
20903
20904 * spam.el (spam-necessary-extra-headers): Get the extra headers we
20905 may need for spam sorting and scoring.
20906 (spam-user-format-function-S): Add user format function suitable for
20907 general use.
20908 (spam-article-sort-by-spam-status): Add sorting function for summary
20909 sorting.
20910 (spam-extra-header-to-number): Add function to get a score from a
20911 header.
20912 (spam-summary-score): Add function to get a numeric score from the
20913 headers.
20914 (spam-generic-score): Fix function doc, was in wrong place.
20915 (spam-initialize): Take symbols when it's run, and install the
20916 extra headers that spam-necessary-extra-headers thinks we need.
20917
20918 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
20919
20920 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
20921 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20922
20923 2004-04-17 Jesper Harder <harder@ifa.au.dk>
20924
20925 * gnus-sum.el (gnus-set-global-variables)
20926 (gnus-build-all-threads, gnus-get-newsgroup-headers)
20927 (gnus-article-get-xrefs, gnus-summary-best-group)
20928 (gnus-summary-next-article, gnus-summary-enter-digest-group)
20929 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
20930 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
20931 Use with-current-buffer.
20932
20933 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
20934
20935 * spam.el (spam-summary-prepare-exit): Simplify logic.
20936 (spam-fetch-article-header): Read the article header if it's not
20937 available.
20938 (spam-list-articles): Simplify logic.
20939 (spam-filelist-register-routine): Fix bug with unregister-list.
20940
20941 * gnus-registry.el: Fix comments at beginning.
20942
20943 2004-04-16 Jesper Harder <harder@ifa.au.dk>
20944
20945 * message.el (message-cater-to-broken-inn): Remove.
20946 (message-shorten-references): Make sure the total folded length of
20947 References is shorter than 998 characters to cater to a bug in INN
20948 2.3. Also, don't pretend that references aren't folded -- this
20949 hasn't worked for a while.
20950
20951 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
20952
20953 * gnus-agent.el (gnus-agentize):
20954 gnus-agent-send-mail-real-function no longer set to current value
20955 of message-send-mail-function but rather a lambda that calls
20956 message-send-mail-function. The change makes the agent real-time
20957 responsive to user changes to message-send-mail-function.
20958
20959 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
20960
20961 * legacy-gnus-agent.el
20962 (gnus-agent-convert-to-compressed-agentview): Fix typos with
20963 help from Florian Weimer <fw@deneb.enyo.de>
20964
20965 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
20966
20967 * nnmail.el (nnmail-cache-insert): Revert last change.
20968
20969 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
20970
20971 * nnmail.el (nnmail-cache-insert): Always check whether
20972 nnmail-cache-ignore-groups matches a group name.
20973
20974 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
20975
20976 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20977 (spam-find-spam, spam-log-processing-to-registry)
20978 (spam-log-registered-p, spam-log-unregistration-needed-p)
20979 (spam-log-undo-registration): Use gnus-message instead of
20980 gnus-error, none of these errors are fatal.
20981
20982 * gnus-registry.el (gnus-registry-clean-empty-function)
20983 (gnus-registry-clean-empty): Remove only empty entries without
20984 extra data.
20985
20986 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
20987
20988 * spam-stat.el (spam-stat-buffer-change-to-spam)
20989 (spam-stat-buffer-change-to-non-spam): Change (error) to
20990 (gnus-message 8) invocation.
20991
20992 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
20993
20994 * nntp.el (nntp-via-netcat-command): New variable.
20995 (nntp-via-netcat-switches): New variable.
20996 (nntp-open-via-rlogin-and-netcat): New function.
20997 (nntp-open-connection-function): Doc fix.
20998 (nntp-telnet-command): Doc fix.
20999 (nntp-end-of-line): Doc fix.
21000 (nntp-via-rlogin-command): Doc fix.
21001 (nntp-via-user-name): Doc fix.
21002 (nntp-via-address): Doc fix.
21003
21004 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
21005
21006 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
21007 error in Emacs 21.1.
21008
21009 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
21010
21011 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
21012
21013 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
21014
21015 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
21016 (gnus-agent-with-refreshed-group): New macro.
21017 (gnus-agent-rename-group): New function.
21018 (gnus-agent-delete-group): New function.
21019 (gnus-agent-save-group-info): Use gnus-command-method when
21020 `method' parameter is nil. Don't write nil entries into the
21021 active file.
21022 (gnus-agent-get-group-info): New function.
21023 (gnus-agent-fetch-articles):
21024 Use gnus-agent-update-files-total-fetched-for to increment disk space
21025 used.
21026 (gnus-agent-fetch-headers, gnus-agent-save-alist):
21027 Use gnus-agent-update-view-total-fetched-for to increment disk space
21028 used.
21029 (gnus-agent-get-local): Add optional parameters to avoid calling
21030 gnus-group-real-name and gnus-find-method-for-group.
21031 (gnus-agent-set-local): Delete stored entry if either min, or max,
21032 are nil.
21033 (gnus-agent-fetch-session): Reworded error/quit messages.
21034 On quit, use gnus-agent-regenerate-group to record existence of any
21035 articles fetched to disk before the quit occurred.
21036 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
21037 gnus-agent-update-view-total-fetched-for, and
21038 gnus-agent-update-files-total-fetched-for to decrement disk space
21039 used.
21040 (gnus-agent-retrieve-headers):
21041 Use gnus-agent-update-view-total-fetched-for to increment disk space
21042 used.
21043 (gnus-agent-regenerate-group): Replace gnus-group-update-group
21044 with gnus-agent-update-files-total-fetched-for to decrement disk
21045 space and fresh group buffer.
21046 (gnus-agent-inhibit-update-total-fetched-for): New variable.
21047 (gnus-agent-need-update-total-fetched-for): New variable.
21048 (gnus-agent-update-files-total-fetched-for): New function.
21049 (gnus-agent-update-view-total-fetched-for): New function.
21050 (gnus-agent-total-fetched-for): New function.
21051
21052 * gnus-cache.el (gnus-cache-save-buffers):
21053 Use gnus-cache-update-overview-total-fetched-for to change disk space
21054 used by this group.
21055 (gnus-cache-possibly-enter-article):
21056 Use gnus-cache-update-file-total-fetched-for to increment disk space
21057 used by this group.
21058 (gnus-cache-possibly-remove-article):
21059 Use gnus-cache-update-file-total-fetched-for to decrement disk space
21060 used by this group.
21061 (gnus-cache-generate-nov-databases): Purge total fetched cache.
21062 (gnus-cache-rename-group): New function.
21063 (gnus-cache-delete-group): New function.
21064 (gnus-cache-inhibit-update-total-fetched-for): New variable.
21065 (gnus-cache-need-update-total-fetched-for): New variable.
21066 (gnus-cache-with-refreshed-group): New macro.
21067 (gnus-cache-update-file-total-fetched-for): New function.
21068 (gnus-cache-update-overview-total-fetched-for): New function.
21069 (gnus-cache-rename-group-total-fetched-for): New function.
21070 (gnus-cache-delete-group-total-fetched-for): New function.
21071 (gnus-cache-total-fetched-for): New function.
21072
21073 * gnus-group.el: Require gnus-sum and autoload functions to
21074 resolve warnings when gnus-group.el compiled alone.
21075 (gnus-group-line-format): Documented new %F.
21076 (size of Fetched data) group line format; identifies disk space
21077 used by agent and cache.
21078 (gnus-group-line-format-alist): Defined new F format.
21079 (gnus-total-fetched-for): New function.
21080 (gnus-group-delete-group): No longer update
21081 gnus-cache-active-altered as gnus-request-delete-group now keeps
21082 the cache in sync.
21083 (gnus-group-list-active): Let the agent store a server's active
21084 list if currently plugged.
21085
21086 * gnus-int.el (gnus-request-delete-group):
21087 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
21088 local disk in sync with the server.
21089 (gnus-request-rename-group):
21090 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
21091 local disk in sync with the server.
21092
21093 * gnus-start.el (gnus-get-unread-articles):
21094 Cosmetic simplification to logic.
21095
21096 * gnus-util.el (gnus-rename-file): New function.
21097
21098 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
21099
21100 * mm-util.el (mm-image-load-path): Handle nil in load-path.
21101
21102 2004-04-07 Jesper Harder <harder@ifa.au.dk>
21103
21104 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
21105 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
21106
21107 2004-04-06 Jesper Harder <harder@ifa.au.dk>
21108
21109 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
21110 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
21111
21112 2004-04-03 Jesper Harder <harder@ifa.au.dk>
21113
21114 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
21115
21116 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
21117
21118 * spam.el (spam-set-difference): Add function to replace
21119 gnus-set-difference in spam.el.
21120 (spam-summary-prepare-exit): Use spam-set-difference.
21121
21122 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
21123
21124 * gnus-registry.el (gnus-registry-cache-file): Update to use
21125 gnus-dribble-directory OR gnus-home-directory OR ~.
21126 (gnus-registry-split-fancy-with-parent): Fix doc.
21127
21128 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
21129
21130 * message.el (message-exchange-point-and-mark):
21131 Use message-mark-active-p. Suggested by Jesper Harder
21132 <harder@ifa.au.dk>.
21133
21134 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
21135
21136 * message.el (message-exchange-point-and-mark): Don't activate
21137 region if it was inactive. Suggested by Hiroshi Fujishima
21138 <pooh@nature.tsukuba.ac.jp>.
21139
21140 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
21141
21142 * gnus-art.el (article-display-face): Display Faces in the same
21143 order as X-Faces.
21144
21145 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
21146
21147 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
21148
21149 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
21150
21151 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
21152 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
21153 (gnus-article-mime-hierarchy): Remove.
21154 (gnus-article-mime-hierarchy-next): Remove.
21155 (gnus-article-mode): Revert 2004-03-19 change.
21156 (gnus-article-setup-buffer): Revert 2004-03-19 change.
21157 (gnus-insert-mime-button): Revert 2004-03-19 change.
21158 (gnus-mime-accumulate-hierarchy): Remove.
21159 (gnus-mime-enter-multipart): Remove.
21160 (gnus-mime-leave-multipart): Remove.
21161 (gnus-mime-display-part): Revert 2004-03-19 change.
21162 (gnus-mime-display-alternative): Revert 2004-03-19 change.
21163
21164 * mml.el (mml-preview): Revert 2004-03-19 change.
21165
21166 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
21167
21168 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
21169
21170 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
21171
21172 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
21173 t while entering a file name using the mm-with-multibyte macro.
21174 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21175
21176 * mm-util.el (mm-with-multibyte): New macro.
21177
21178 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
21179
21180 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
21181 New user option.
21182 (gnus-mime-multipart-functions): Doc and customization fix.
21183 (gnus-article-mime-hierarchy): New variable.
21184 (gnus-article-mime-hierarchy-next): New variable.
21185 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
21186 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
21187 gnus-article-mime-hierarchy-next to nil.
21188 (gnus-insert-mime-button): Show hierarchy numbers.
21189 (gnus-mime-accumulate-hierarchy): New function.
21190 (gnus-mime-enter-multipart): New function.
21191 (gnus-mime-leave-multipart): New function.
21192 (gnus-mime-display-part): Recompute hierarchical MIME structure.
21193 (gnus-mime-display-alternative): Show hierarchy numbers.
21194
21195 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
21196 gnus-article-mime-hierarchy-next to nil.
21197
21198 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
21199
21200 * dns.el: Don't require gnus-xmas.
21201
21202 2004-03-17 Jesper Harder <harder@ifa.au.dk>
21203
21204 * mml.el (mml-generate-mime-1): Don't use format=flowed with
21205 inline PGP.
21206 (mml-menu): Disable mml-quote-region if mark is inactive.
21207
21208 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
21209
21210 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
21211 when the group's active is not available.
21212
21213 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
21214
21215 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
21216 error.
21217
21218 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
21219
21220 * imap.el (imap-store-password): New variable.
21221 (imap-interactive-login): Use it.
21222 Suggested by Mark Plaksin <happy@mcplaksin.org>.
21223
21224 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
21225
21226 * gnus-art.el (gnus-article-read-summary-keys): Restore new
21227 window-start and hscroll to summary window.
21228
21229 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
21230
21231 * gnus-start.el (gnus-convert-old-newsrc): Only write the
21232 conversion message to newsrc-dribble when an actual conversion is
21233 performed.
21234
21235 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
21236
21237 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
21238
21239 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
21240
21241 * mm-decode.el (mm-complicated-handles): New function reviving
21242 former definition of mm-multiple-handles.
21243
21244 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
21245 (gnus-mime-delete-part): Use it.
21246
21247 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
21248
21249 * gnus-agent.el (gnus-agent-read-local):
21250 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
21251 avoid the implicit assumption that they will always be equal.
21252 (gnus-agent-save-local): Bind buffer-file-coding-system, not
21253 coding-system-for-write, as the with-temp-file macro first prints
21254 to a buffer then saves the buffer.
21255
21256 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
21257
21258 * gnus-art.el (gnus-article-edit-part): New function.
21259 (gnus-mime-save-part-and-strip): Use it; do query instead of
21260 signaling an error; don't use mm-multiple-handles.
21261 (gnus-mime-delete-part): Ditto.
21262
21263 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
21264
21265 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
21266 old file versions.
21267 (gnus-group-prepare-hook): Remove function that converted list
21268 form of gnus-agent-expire-days to group properties.
21269
21270 * gnus-int.el: Autoload gnus-agent-regenerate-group.
21271 (gnus-request-accept-article): Re-indented.
21272
21273 * gnus-start.el (gnus-convert-old-newsrc): Registered new
21274 converters to handle old agent file formats. Add logic for a
21275 "backup before upgrading warning".
21276 (gnus-convert-mark-converter-prompt): Developers can mark
21277 functions as needing (default), or not needing,
21278 gnus-convert-old-newsrc's "backup before upgrading warning".
21279 (gnus-convert-converter-needs-prompt): Tests whether the user
21280 should be protected from potentially irreversable changes by the
21281 function.
21282
21283 * legacy-gnus-agent.el: New. Provides converters that are only
21284 loaded when gnus-convert-old-newsrc needs to call them.
21285
21286 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
21287
21288 * mail-source.el (mail-source-touch-pop): Doc fix.
21289
21290 * message.el (message-smtpmail-send-it): Doc fix.
21291
21292 2004-03-05 Jesper Harder <harder@ifa.au.dk>
21293
21294 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
21295
21296 * nnmail.el (nnmail-split-fancy): do.
21297
21298 * gnus-kill.el (gnus-kill, gnus-execute): do.
21299
21300 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
21301
21302 * gnus-sum.el (gnus-widget-reversible-match)
21303 (gnus-widget-reversible-to-internal)
21304 (gnus-widget-reversible-to-external): New functions.
21305 (gnus-widget-reversible): New widget.
21306 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
21307
21308 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
21309
21310 * gnus-sum.el (gnus-thread-sort-functions)
21311 (gnus-article-sort-functions): Document `(not F)' items.
21312
21313 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
21314
21315 * spam.el (spam-use-gmane-xref): Add new backend.
21316 (spam-gmane-xref-spam-group): Add variable to control the name of the
21317 Gmane spam group.
21318 (spam-blackhole-servers, spam-blackhole-good-server-regex)
21319 (spam-regex-headers-spam, spam-regex-headers-ham)
21320 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
21321 (spam-list-of-checks): Add spam-use-gmane-xref to list of
21322 backends and checks.
21323 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
21324
21325 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
21326 an autodetect method.
21327
21328 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
21329
21330 * gnus-int.el (gnus-request-accept-article): Inform the agent that
21331 articles are being added to a group.
21332 (gnus-request-replace-article): Inform the agent that articles
21333 need to be uncached as the cached contents are no longer valid.
21334
21335 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
21336
21337 * binhex.el: Don't autoload executable-find.
21338
21339 * canlock.el: Don't autoload mail-fetch-field.
21340
21341 * gnus-ems.el: Don't autoload appt-select-lowest-window.
21342
21343 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
21344 rmail-dont-reply-to and rmail-output.
21345
21346 * gnus-score.el: Don't autoload ffap-string-at-point.
21347
21348 * gnus-setup.el: Don't autoload sc-cite-original.
21349
21350 * imap.el: Don't autoload base64-decode-string,
21351 base64-encode-string and md5.
21352
21353 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
21354 and rmail-msg-restore-non-pruned-header.
21355
21356 * mm-decode.el: Don't autoload executable-find.
21357
21358 * mm-url.el: Don't autoload executable-find.
21359
21360 * mm-view.el: Don't autoload diff-mode.
21361
21362 * nndb.el: Don't autoload news-reply-mode, news-setup,
21363 cancel-timer and telnet.
21364
21365 * password.el: Don't autoload run-at-time for Emacs.
21366
21367 * sha1-el.el: Don't autoload executable-find.
21368
21369 * sieve-mode.el: Don't autoload c-mode.
21370
21371 * uudecode.el: Don't autoload executable-find.
21372
21373 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
21374
21375 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
21376 (gnus-agent-possibly-alter-active): Avoid null in numeric
21377 comparison.
21378 (gnus-agent-set-local): Refuse to save null in local object table.
21379 (gnus-agent-regenerate-group): The REREAD parameter can now be a
21380 list of articles that will be marked as unread.
21381
21382 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
21383
21384 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
21385
21386 2004-03-04 Jesper Harder <harder@ifa.au.dk>
21387
21388 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
21389 language tags.
21390
21391 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
21392
21393 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
21394 Don't bind "obarray".
21395
21396 * gnus-sum.el (gnus-thread-sort-functions):
21397 Add `gnus-thread-sort-by-most-recent-number' and
21398 `gnus-thread-sort-by-most-recent-date'.
21399 Reported by Kai Grossjohann <kai@emptydomain.de>.
21400
21401 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
21402
21403 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
21404
21405 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
21406
21407 * gnus-cus.el (gnus-agent-customize-category):
21408 Remove ignore-errors macro reference that required cl to be loaded at
21409 run-time.
21410
21411 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
21412 single-interval range of the form (min . max). Previously the
21413 range had to look like ((min . max)). Likewise, return
21414 (min . max) rather than ((min . max)).
21415 (gnus-range-map): Use gnus-range-normalize to accept
21416 single-interval range.
21417
21418 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
21419 the cache, but not the agent, now appear with their usual face.
21420
21421 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
21422
21423 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
21424 w3m-safe-url-regexp variable buffer-local.
21425
21426 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21427
21428 2004-02-27 Simon Josefsson <jas@extundo.com>
21429
21430 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
21431 gnus-group-real-prefix.
21432 (gnus-summary-move-article): Use it, instead of
21433 gnus-group-real-prefix.
21434
21435 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
21436
21437 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
21438 w3m-safe-url-regexp variable buffer-local and set it as the value
21439 of mm-w3m-safe-url-regexp.
21440
21441 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21442
21443 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
21444 parsing gnus-posting-styles when the message is not for replying.
21445
21446 * nnrss.el (nnrss-opml-export):
21447 Use mm-set-buffer-file-coding-system instead of
21448 set-buffer-file-coding-system.
21449
21450 2004-02-27 Jesper Harder <harder@ifa.au.dk>
21451
21452 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
21453 of checkdoc.el).
21454 * nnrss.el: do.
21455 * gnus-mlspl.el: do.
21456 * gnus-ml.el: do.
21457 * gnus-srvr.el: do.
21458
21459 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
21460
21461 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
21462
21463 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
21464 Corrections to custom-manual links.
21465
21466 * gnus-art.el (gnus-article): Ditto.
21467
21468 * mm-decode.el (mime-display, mime-security): Ditto.
21469
21470 2004-02-26 Jesper Harder <harder@ifa.au.dk>
21471
21472 * flow-fill.el: Typo.
21473
21474 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
21475
21476 * spam-wash.el: New file.
21477
21478 2004-02-26 Mark A. Hershberger <mah@everybody.org>
21479
21480 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
21481
21482 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
21483
21484 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
21485 to be run with new-articles as LIST1, not LIST2.
21486 (spam-registration-functions): Add spam-use-ham-copy as a nil
21487 registration backend.
21488
21489 2004-02-26 Jesper Harder <harder@ifa.au.dk>
21490
21491 * spam-stat.el (spam-stat-washing-hook): New option.
21492 (spam-stat-buffer-words): Use it.
21493 (spam-stat-process-directory, spam-stat-test-directory):
21494 Use insert-file-contents-literally.
21495 (spam-stat-coding-system): New variable.
21496 (spam-stat-load, spam-stat-save): Use it.
21497
21498 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
21499
21500 * spam-report.el (spam-report-plug-agent):
21501 Quote spam-report-url-to-file and spam-report-url-ping-plain.
21502
21503 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
21504
21505 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
21506 Allow / in mailto URLs.
21507
21508 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
21509
21510 * spam-report.el (spam-report-process-queue): Fix interactive use.
21511 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
21512 (spam-report-unplug-agent): Doc fixes.
21513 (spam-report-url-ping-mm-url, spam-report-url-to-file)
21514 (spam-report-agentize, spam-report-deagentize):
21515 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
21516
21517 * message.el (message-setup-fill-variables): Add mml tags to
21518 paragraph-start and paragraph-separate. Suggested by Andrew Korty
21519 <ajk@iu.edu>.
21520 (message-mode): Don't modify paragraph-separate there.
21521
21522 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
21523
21524 * compface.el (uncompface-use-external): Default to undecided.
21525 (uncompface-use-external-threshold): New variable.
21526 (uncompface-float-time): New macro.
21527 (uncompface): Determine whether to use the external decoder if
21528 uncompface-use-external is undecided.
21529
21530 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
21531
21532 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
21533 after images.
21534
21535 * gnus-art.el (gnus-mime-display-single): Remove dead code.
21536
21537 2004-02-14 Jesper Harder <harder@ifa.au.dk>
21538
21539 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
21540
21541 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
21542
21543 * gnus-sum.el (gnus-summary-limit-to-age)
21544 (gnus-summary-limit-children): do.
21545
21546 * gnus-int.el (gnus-request-scan): do.
21547
21548 * gnus-group.el (gnus-group-suspend): do.
21549
21550 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
21551
21552 * gnus-cite.el (gnus-cite-parse-attributions): do.
21553
21554 * gnus-agent.el (gnus-summary-set-agent-mark)
21555 (gnus-agent-regenerate-group): do.
21556
21557 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
21558
21559 * binhex.el (binhex-decode-region-internal): do.
21560
21561 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
21562
21563 * gnus-fun.el (gnus-face-properties-alist): New user option.
21564 (gnus-display-x-face-in-from): Use it.
21565
21566 * gnus-art.el (article-display-face): Ditto.
21567
21568 * compface.el (uncompface-use-external): Default to nil.
21569
21570 2004-02-12 Jesper Harder <harder@ifa.au.dk>
21571
21572 * nntp.el (nntp-erase-buffer): New function.
21573 (nntp-retrieve-data, nntp-send-command)
21574 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
21575 (nntp-possibly-change-group): Use it.
21576
21577 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
21578 Use with-current-buffer.
21579
21580 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
21581
21582 * compface.el: Merge the ELisp-based uncompface program.
21583 (compface): New customization group.
21584 (uncompface-use-external): New user option.
21585 (uncompface): Call uncompface-internal if uncompface-use-external
21586 is nil.
21587 (uncompface-internal): New function. Note that there are also
21588 some other functions and variables added for this function.
21589
21590 2004-02-10 Jesper Harder <harder@ifa.au.dk>
21591
21592 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
21593 if necessary.
21594
21595 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
21596
21597 * spam-report.el (spam-report-unplug-agent)
21598 (spam-report-plug-agent, spam-report-deagentize)
21599 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
21600 Add support for the Agent in spam-report: when unplugged, report to a
21601 file; when plugged, submit all the requests.
21602
21603 * spam.el (spam-register-routine): Fix message about
21604 registration.
21605
21606 2004-02-09 Jesper Harder <harder@ifa.au.dk>
21607
21608 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
21609 dependencies.
21610 (rfc2047-encode): Use it.
21611
21612 * gnus-art.el (gnus-button-marker-list): Move before first
21613 reference.
21614
21615 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21616 (imap-parse-body): Fix format string mismatch.
21617
21618 * gnus-score.el (gnus-summary-increase-score): do.
21619
21620 * nnrss.el (nnrss-close): New function.
21621
21622 2004-02-08 Jesper Harder <harder@ifa.au.dk>
21623
21624 * nnrss.el (nnrss-make-filename): New function.
21625 (nnrss-request-delete-group, nnrss-read-server-data)
21626 (nnrss-save-server-data, nnrss-read-group-data)
21627 (nnrss-save-group-data): Use it.
21628 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
21629 (nnrss-read-server-data, nnrss-read-group-data): Use load.
21630 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
21631
21632 2004-02-07 Jesper Harder <harder@ifa.au.dk>
21633
21634 * mml.el (mml-compute-boundary-1): Don't uncompress files.
21635
21636 2004-02-06 Jesper Harder <harder@ifa.au.dk>
21637
21638 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
21639 files.
21640
21641 * message.el (message-generate-headers-first): Don't quote nil
21642 and t in docstrings.
21643
21644 * imap.el (imap-id): do.
21645
21646 * gnus-agent.el (gnus-agent-consider-all-articles)
21647 (gnus-agent-queue-mail): do.
21648
21649 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
21650
21651 * spam-report.el (spam-report-process-queue): New function.
21652 Process requests from `spam-report-requests-file'.
21653 (spam-report-process-queue): Doc fix.
21654
21655 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
21656
21657 * spam.el (spam-register-routine)
21658 (spam-log-processing-to-registry, spam-log-registered-p)
21659 (spam-log-unregistration-needed-p, spam-log-undo-registration):
21660 Change "check" to "spam-check" for semi-clarity.
21661
21662 2004-02-05 Jesper Harder <harder@ifa.au.dk>
21663
21664 * pop3.el: Require nnheader.
21665
21666 * mml-smime.el: Require cl. Autoload message-fetch-field.
21667
21668 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
21669
21670 * gnus-picon.el: Require cl.
21671
21672 * gnus-fun.el: Require gnus-ems and gnus-util.
21673
21674 * gnus.el (gnus-method-to-server): Move defsubst before first use.
21675
21676 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
21677
21678 * gnus-art.el (gnus-article-edit-mode): Define before first
21679 reference.
21680
21681 2004-02-04 Jesper Harder <harder@ifa.au.dk>
21682
21683 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
21684 (gnus-uu-post-encoded): Use point-at-bol.
21685
21686 * gnus-topic.el (gnus-group-active-topic-p): do.
21687
21688 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
21689
21690 * gnus-group.el (gnus-group-kill-region): do.
21691
21692 * gnus-art.el (article-date-ut): do.
21693
21694 * message.el (message-fetch-field): Remove redundant
21695 case-fold-search binding.
21696 (message-narrow-to-field): Simplify.
21697
21698 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
21699
21700 * spam.el (spam-directory): Derive from `gnus-directory'.
21701
21702 * spam-report.el (spam-report-url-to-file)
21703 (spam-report-requests-file): New function and variable for offline
21704 reporting.
21705 (spam-report-url-ping-function): Add `spam-report-url-to-file'
21706 and user defined function.
21707 (spam-report-url-ping-mm-url): Remove doubled slash.
21708
21709 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
21710
21711 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
21712
21713 2004-02-03 Jesper Harder <harder@ifa.au.dk>
21714
21715 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
21716 Fix format string mismatch.
21717
21718 * sieve.el (sieve-deactivate-all): do.
21719
21720 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
21721
21722 * nnlistserv.el (nnlistserv-kk-wash-article): do.
21723
21724 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
21725
21726 * mm-bodies.el (mm-7bit-chars): Don't include \r.
21727
21728 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
21729
21730 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
21731 the list of checks.
21732
21733 2004-01-31 Jesper Harder <harder@ifa.au.dk>
21734
21735 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
21736 padding.
21737
21738 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
21739
21740 * mm-view.el (mm-fill-flowed): New variable.
21741 (mm-inline-text): Use it.
21742
21743 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
21744
21745 * spam.el (spam-spamassassin-register-ham-routine)
21746 (spam-spamassassin-register-spam-routine): Fix function names.
21747
21748 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
21749
21750 * gnus.el (gnus-tmp-grouplens): Remove.
21751 (gnus-summary-line-format): Remove grouplens.
21752
21753 * gnus-group.el (gnus-group-line-format): Ditto.
21754
21755 * gnus-spec.el (gnus-format-specs): Ditto.
21756 (gnus-update-format-specifications): Flush the group format spec
21757 cache if there's the grouplens stuff.
21758 (gnus-parse-simple-format): Replace %l with the empty string.
21759
21760 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
21761
21762 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
21763 omission.
21764
21765 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
21766
21767 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
21768 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21769
21770 2004-01-25 Paul Jarc <prj@po.cwru.edu>
21771
21772 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
21773 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
21774 New macros and functions.
21775 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
21776 Handle > NLINK_MAX messages.
21777 * nnmaildir.el (nnmaildir-request-set-mark):
21778 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
21779
21780 2004-01-25 Alex Schroeder <alex@gnu.org>
21781
21782 * spam-stat.el (spam-stat-process-directory-age): New option.
21783 (spam-stat-process-directory): Use it.
21784
21785 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
21786
21787 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
21788 (spam-stat-save): Accept prefix argument.
21789
21790 2004-01-23 Paul Jarc <prj@po.cwru.edu>
21791
21792 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
21793 links" error.
21794
21795 2004-01-23 Jesper Harder <harder@ifa.au.dk>
21796
21797 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
21798 compatibility with old .newsrc.eld files.
21799
21800 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
21801
21802 * gnus-start.el (gnus-1): do.
21803
21804 * gnus-group.el (gnus-group-line-format-alist): do.
21805
21806 * gnus.el (gnus-use-grouplens, gnus-visual): do.
21807
21808 * gnus-gl.el: Remove.
21809
21810 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
21811
21812 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
21813 marks consisting of a single range {for example, (3 . 5)} rather
21814 than a list of a single range { ((3 . 5)) }.
21815
21816 2004-01-23 Jesper Harder <harder@ifa.au.dk>
21817
21818 * spam-stat.el (spam-stat-store-gnus-article-buffer):
21819 Use with-current-buffer.
21820 (spam-stat-store-current-buffer): Use insert-buffer-substring to
21821 avoid consing a string.
21822
21823 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
21824 Remove obsolete entries for big5 and gb2312.
21825
21826 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
21827
21828 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
21829 uncompressed list.
21830
21831 2004-01-22 Jesper Harder <harder@ifa.au.dk>
21832
21833 * spam-stat.el (spam-stat-strip-xref): New function.
21834 (spam-stat-process-directory): Use it.
21835
21836 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
21837 here -- it's done in message-fetch-field.
21838
21839 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
21840
21841 * gnus-agent.el (gnus-agent-queue-mail)
21842 (gnus-agent-prompt-send-queue): New variables.
21843 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
21844 * gnus-draft.el (gnus-group-send-queue): Pass the group name
21845 "nndraft:queue" along to gnus-draft-send.
21846 Use gnus-agent-prompt-send-queue.
21847 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
21848 is "nndraft:queue". Suggested by Gaute Strokkenes
21849 <gs234@srcf.ucam.org>
21850
21851 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
21852 (agent-enable-undownloaded-faces): Add.
21853 (gnus-agent-cat-groups): Use eval-and-compile, not
21854 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
21855 method of gnus-agent-cat-groups even when the buffer has been
21856 evalled.
21857 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
21858 delete gnus-agent-save-active-1.
21859 (gnus-agent-save-groups): Delete. Identical to
21860 gnus-agent-save-active.
21861 (gnus-agent-write-active): No longer adjust agent's copy of active
21862 file as agent's adjustments are now stored in their own
21863 file. Remove optional parameter.
21864 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
21865 servers. Add use of min/max range limits from server's local
21866 file.
21867 (gnus-agent-save-alist): Remove unused optional argument.
21868 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
21869 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
21870 (gnus-agent-set-local): A per-server file that keeps min/max range
21871 limits for articles known to the agent. Provides a fast mechanism
21872 for altering many active ranges.
21873 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
21874 active file (local makes it unnecessary).
21875 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
21876
21877 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
21878 (agent-enable-undownloaded-faces): Add.
21879
21880 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
21881 disable it when sending to "nndraft:queue".
21882 (gnus-group-send-queue): Add safety check to avoid sending queue
21883 when unplugged.
21884
21885 * gnus-group.el (gnus-group-catchup): Use new
21886 gnus-sequence-of-unread-articles, not
21887 gnus-list-of-unread-articles, to avoid exhausting memory with huge
21888 numbers of articles. Use gnus-range-map to avoid having to
21889 uncompress the unread list.
21890 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
21891 Fix invalid ange-ftp reference.
21892
21893 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
21894 (gnus-sorted-range-intersection): Intersection of two ranges
21895 without requiring that they first be uncompressed.
21896
21897 * gnus-start.el (gnus-activate-group): Unless blocked by the
21898 caller, possibly expand the active range to include both cached
21899 and agentized articles.
21900 (gnus-convert-old-newsrc): Rewrote in anticipation of having
21901 multiple version-dependent converters.
21902 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
21903 gnus-agent-save-active.
21904 (gnus-save-newsrc-file): Save dirty agent range limits.
21905
21906 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
21907 gnus-agent-possibly-alter-active.
21908 (gnus-adjust-marked-articles): Faster handling of simple lists
21909
21910 2004-01-21 Jesper Harder <harder@ifa.au.dk>
21911
21912 * spam-stat.el (spam-stat-test-directory): New optional argument
21913 displays a list of files detected. Suggested by Andrew Cohen
21914 <cohen@andy.bu.edu>.
21915 (spam-stat-buffer-words-with-scores): Don't narrow and change
21916 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
21917
21918 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
21919
21920 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21921 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21922 (spam-spamassassin-arguments)
21923 (spam-spamassassin-spam-flag-header)
21924 (spam-spamassassin-positive-spam-flag-header)
21925 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21926 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21927 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21928 (spam-list-of-processors, spam-list-of-checks)
21929 (spam-list-of-statistical-checks, spam-registration-functions)
21930 (spam-check-spamassassin-headers, spam-check-spamassassin)
21931 (spam-spamassassin-score)
21932 (spam-spamassassin-register-with-sa-learn)
21933 (spam-spamassassin-register-spam-routine)
21934 (spam-spamassassin-register-ham-routine)
21935 (spam-assassin-register-spam-routine)
21936 (spam-assassin-register-ham-routine): Add SpamAssassin support.
21937 (spam-bogofilter-score): Fix to show article before scoring.
21938
21939 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
21940
21941 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21942 default scoring function.
21943 (spam-generic-score): Call spam-spamassassin-score if
21944 spam-use-spamassassin or spam-use-spamassassin-headers is on;
21945 spam-bogofilter-score otherwise.
21946
21947 * gnus.el (spam-process, spam-autodetect-methods):
21948 Add spamassassin and spamassassin-headers.
21949
21950 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
21951
21952 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21953 Suppress unnecessary messages.
21954
21955 2004-01-20 Jesper Harder <harder@ifa.au.dk>
21956
21957 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21958 make-hash-table.
21959
21960 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
21961
21962 * canlock.el (base64-encode-string): Don't autoload it.
21963
21964 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
21965
21966 * run-at-time.el: Remove useless (require 'itimer),
21967 eval-and-compile and (featurep 'xemacs).
21968
21969 2004-01-16 Jesper Harder <harder@ifa.au.dk>
21970
21971 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21972 GROUP is a virtual group.
21973
21974 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
21975
21976 * gnus.el: Autoload `message-y-or-n-p'.
21977
21978 2004-01-15 Jesper Harder <harder@ifa.au.dk>
21979
21980 * pgg-parse.el: Remove unnecessary (require 'custom).
21981
21982 * pgg-def.el: do.
21983
21984 * nnmail.el: do.
21985
21986 * gnus-undo.el: do.
21987
21988 * gnus-picon.el: do.
21989
21990 * gnus-util.el: do.
21991
21992 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
21993
21994 * gnus-sum.el (gnus-pick-line-number): Add autoload.
21995
21996 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
21997
21998 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21999 handle, as well as a list.
22000
22001 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
22002 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
22003 (mm-w3m-cid-retrieve): Simplify.
22004
22005 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
22006
22007 * message.el (message-kill-to-signature): Allow prefix arg to
22008 specify number of lines to keep before signature.
22009
22010 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
22011
22012 * message.el (message-kill-to-signature): Change docstring.
22013
22014 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
22015
22016 * canlock.el: Always require sha1-el.
22017 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
22018
22019 * message.el: Autoload sha1 only when compiling.
22020
22021 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
22022
22023 * message.el (message-canlock-generate): Require sha1-el.
22024
22025 2004-01-13 Jesper Harder <harder@ifa.au.dk>
22026
22027 * message.el (message-expand-name): Silence the byte compiler.
22028
22029 2004-01-13 Simon Josefsson <jas@extundo.com>
22030
22031 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
22032 Invoke gnus-score-mode.
22033 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
22034
22035 * gnus-range.el (gnus-compress-sequence): Doc fix.
22036 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
22037
22038 2004-01-12 Jesper Harder <harder@ifa.au.dk>
22039
22040 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
22041
22042 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
22043
22044 * spam.el (spam-get-article-as-string): Update to use
22045 gnus-request-article-this-buffer, much simpler.
22046 (spam-get-article-as-buffer): Remove.
22047
22048 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
22049
22050 * message.el (message-expand-name): Use EUDC if the user uses that.
22051
22052 2004-01-12 Jesper Harder <harder@ifa.au.dk>
22053
22054 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
22055 character for the encoding to avoid consing a string.
22056
22057 * rfc2047.el (rfc2047-decode-string): Don't cons a string
22058 unnecessarily.
22059
22060 * mm-util.el (mm-replace-chars-in-string): Remove.
22061
22062 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
22063 of mm-replace-chars-in-string.
22064
22065 2004-01-11 Jesper Harder <harder@ifa.au.dk>
22066
22067 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
22068
22069 * mm-util.el (mm-subst-char-in-string): Support inplace.
22070
22071 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
22072 a new string in every iteration. Use shy groups.
22073
22074 2004-01-10 Jesper Harder <harder@ifa.au.dk>
22075
22076 * gnus-srvr.el (gnus-browse-unsubscribe-group):
22077 * gnus-soup.el (gnus-soup-group-brew):
22078 * gnus-msg.el (gnus-put-message):
22079 * gnus-move.el (gnus-group-move-group-to-server):
22080 * gnus-kill.el (gnus-batch-score):
22081 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
22082 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
22083 (gnus-group-update-group, gnus-group-read-group)
22084 (gnus-group-make-group, gnus-group-make-help-group)
22085 (gnus-group-make-archive-group, gnus-group-make-directory-group)
22086 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
22087 (gnus-group-sort-by-unread, gnus-group-catchup)
22088 (gnus-group-unsubscribe-group, gnus-group-kill-group)
22089 (gnus-group-yank-group, gnus-group-set-info)
22090 (gnus-group-list-groups):
22091 * gnus.el (gnus-generate-new-group-name):
22092 * gnus-delay.el (gnus-delay-send-queue):
22093 * nnvirtual.el (nnvirtual-catchup-group):
22094 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
22095 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
22096 (gnus-group-prepare-topics, gnus-topic-check-topology):
22097 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
22098 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
22099 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
22100 (gnus-group-make-articles-read):
22101 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
22102 (gnus-group-change-level, gnus-kill-newsgroup)
22103 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
22104 (gnus-get-unread-articles, gnus-make-articles-unread)
22105 (gnus-make-ascending-articles-unread): Use accessor
22106 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
22107 to get group information for improved readability.
22108
22109 2004-01-09 Jesper Harder <harder@ifa.au.dk>
22110
22111 * gnus-art.el (article-decode-mime-words, article-babel)
22112 (gnus-article-highlight-signature, gnus-article-add-buttons)
22113 (gnus-signature-toggle): Use gnus-with-article-buffer.
22114
22115 * gnus-art.el (gnus-article-highlight-headers)
22116 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
22117
22118 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
22119 (gnus-article-set-globals, gnus-request-article-this-buffer)
22120 (gnus-button-message-id, gnus-article-maybe-hide-headers)
22121 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
22122 (gnus-mime-display-alternative): Use with-current-buffer.
22123
22124 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
22125
22126 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
22127 also under 80 char limit, and call gnus-error if needed.
22128 (spam-fetch-article-header): Fix - it was a
22129 buffer-local variable (gnus-newsgroup-data).
22130 (spam-find-spam): Use spam-generate-fake-headers, forget about
22131 spam-insert-fake-headers.
22132 (spam-insert-fake-headers): Remove.
22133
22134 2004-01-09 Jesper Harder <harder@ifa.au.dk>
22135
22136 * deuglify.el (gnus-article-outlook-unwrap-lines)
22137 (gnus-outlook-rearrange-article)
22138 (gnus-outlook-repair-attribution-outlook)
22139 (gnus-outlook-repair-attribution-block)
22140 (gnus-outlook-repair-attribution-other): Remove redundant
22141 save-excursion.
22142
22143 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
22144
22145 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
22146 (spam-fetch-field-subject-fast)
22147 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
22148 (spam-fetch-article-header): Add functions to deal with Gnus
22149 internals for fast retrieval of article header data.
22150 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
22151
22152 2004-01-09 Jesper Harder <harder@ifa.au.dk>
22153
22154 * pop3.el (pop3-md5): Remove.
22155 (pop3-apop): Replace pop3-md5 with md5.
22156
22157 * mm-bodies.el: base64 is always built-in.
22158
22159 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
22160 Use with-current-buffer.
22161
22162 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
22163
22164 * canlock.el (canlock-insert-header): Remove excessive grouping in
22165 regexp.
22166
22167 * gnus-sum.el (gnus-summary-read-document): Ditto.
22168
22169 * gnus-uu.el (gnus-uu-part-number): Ditto.
22170
22171 * html2text.el (html2text-remove-tags): Ditto.
22172 (html2text-format-tags): Ditto.
22173 (html2text-format-single-elements): Ditto.
22174
22175 * mml.el (mml-parse-1): Ditto.
22176
22177 2004-01-08 Jesper Harder <harder@ifa.au.dk>
22178
22179 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
22180
22181 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
22182
22183 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
22184
22185 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
22186
22187 2003-11-15 Simon Josefsson <jas@extundo.com>
22188
22189 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
22190 (pgg-gpg-lookup-key): Use regexp match instead of
22191 split-string (split-string is different between emacs 21.2 and
22192 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
22193
22194 2004-01-08 Jesper Harder <harder@ifa.au.dk>
22195
22196 * gnus-art.el (gnus-mime-view-all-parts)
22197 (gnus-article-part-wrapper, gnus-article-view-part):
22198 Use with-current-buffer.
22199
22200 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
22201
22202 * spam.el (spam-disable-spam-split-during-ham-respool)
22203 (spam-spamoracle-database, spam-cache-lookups)
22204 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
22205 (spam-group-ham-mark-p, spam-group-spam-mark-p)
22206 (spam-group-ham-marks, spam-group-spam-marks)
22207 (spam-group-spam-contents-p, spam-group-ham-contents-p)
22208 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
22209 also add spam-use-blackholes to the statistical checks.
22210 (spam-fetch-field-fast): Add interface to fetching fields, may
22211 become a macro.
22212 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
22213 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
22214 (spam-insert-fake-headers): Fake an article when needed.
22215 (spam-find-spam): Fake article when possible.
22216 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
22217 (spam-check-bogofilter-headers): Use message-fetch-field instead
22218 of nnmail-fetch-field.
22219
22220 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
22221
22222 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
22223
22224 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
22225
22226 * spam.el (spam-split): Do not require spam-use-CHECK to be
22227 enabled if that check is passed to spam-split explicitly; also
22228 fix so 'spam doesn't get converted to spam-split-group when
22229 spam-split-symbolic-return is t.
22230 (spam-find-spam): Find registrations of the article and use those
22231 instead of re-running spam-split to find the spam/ham
22232 classification of the article.
22233 (spam-log-processing-to-registry, spam-log-registered-p)
22234 (spam-log-unregistration-needed-p, spam-log-undo-registration):
22235 Use gnus-error instead of gnus-message.
22236 (spam-log-registration-type): Add function to determine the
22237 classification of a message based on registry entries; will
22238 return nil if both 'spam and 'ham are found.
22239 (spam-check-BBDB): Expand all the BBDB macros here so we can have
22240 a reasonably fast local cache without the loading errors.
22241 (spam-cache-lookups): Set to t by default.
22242 (spam-find-spam): Don't try to guess spam-cache-lookups.
22243 (spam-enter-whitelist, spam-enter-blacklist): Clear the
22244 spam-caches entry.
22245 (spam-filelist-build-cache, spam-filelist-check-cache):
22246 Fix caching of whitelist/blacklist entries.
22247 (spam-check-whitelist, spam-check-blacklist):
22248 Invoke spam-from-listed-p with a type, not a cache variable.
22249 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
22250
22251 2004-01-07 Jesper Harder <harder@ifa.au.dk>
22252
22253 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
22254
22255 * nnmail.el (nnmail-split-fancy): do.
22256
22257 * mml.el (mml-parse): do.
22258
22259 * gnus-score.el (gnus-enter-score-words-into-hashtb)
22260 (gnus-score-adaptive): do.
22261
22262 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
22263
22264 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
22265 (gnus-mime-button-map): Don't set keymap parent.
22266 (gnus-button-ctan-directory-regexp): Use shy grouping.
22267 (gnus-prev-page-map): Don't set keymap parent.
22268 (gnus-prev-page-map): Remove duplicated one.
22269 (gnus-next-page-map): Don't set keymap parent.
22270 (gnus-mime-security-button-map): Ditto.
22271
22272 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
22273 version number.
22274
22275 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
22276
22277 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
22278
22279 * canlock.el (canlock-sha1-function): Remove.
22280 (canlock-sha1-function-for-verify): Remove.
22281 (canlock-openssl-program): Remove.
22282 (canlock-openssl-args): Remove.
22283 (canlock-ignore-errors): Remove.
22284 (canlock-sha1-with-openssl): Remove.
22285 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
22286 (canlock-verify): Don't use canlock-ignore-errors.
22287
22288 * sha1-el.el (sha1-string-external): Make it can return a string
22289 in binary form.
22290 (sha1-region-external): Ditto.
22291 (sha1-string-internal): Ditto.
22292 (sha1-region-internal): Ditto.
22293 (sha1-region): Ditto.
22294 (sha1-string): Ditto.
22295 (sha1): Ditto.
22296
22297 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
22298
22299 * spam.el (spam-report-articles-gmane): New command.
22300
22301 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
22302
22303 * gnus.el: Don't make unnecessary *Group* buffer when loading.
22304
22305 * run-at-time.el (run-at-time-saved): Remove.
22306 (run-at-time): Doc fix.
22307
22308 2004-01-07 Jesper Harder <harder@ifa.au.dk>
22309
22310 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
22311 (gnus-summary-limit-map): Add it.
22312 (gnus-summary-make-menu-bar): do.
22313
22314 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
22315
22316 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
22317 Make attempt at some caching support (done for BBDB only now).
22318 (spam-find-spam): Set spam-cache-lookups if there are more than 2
22319 addresses to be checked.
22320 (spam-clear-cache-BBDB): Add function, to be invoked by
22321 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
22322 (spam-check-BBDB): Check and use the caches, if
22323 spam-cache-lookups is on, remove superfluous (provide).
22324
22325 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
22326
22327 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
22328
22329 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
22330
22331 * run-at-time.el (run-at-time-saved): Move to after the definition
22332 of `run-at-time'.
22333
22334 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
22335
22336 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
22337 mm-w3m-local-map-property.
22338
22339 * mm-view.el (mm-w3m-mode-map): Remove.
22340 (mm-w3m-local-map-property): Remove.
22341 (mm-inline-text-html-render-with-w3m): Don't use
22342 mm-w3m-local-map-property.
22343
22344 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
22345
22346 * run-at-time.el: New file.
22347
22348 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
22349 of gnus-set-text-properties.
22350
22351 * gnus-uu.el (gnus-uu-save-article): Ditto.
22352
22353 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
22354
22355 * gnus-cite.el (gnus-cite-parse): Ditto.
22356
22357 * gnus-art.el (gnus-button-push): Use set-text-properties instead
22358 of gnus-.
22359
22360 * gnus.el: Change calls to nnheader-run-at-time and
22361 password-run-at-time throughout to use run-at-time directly.
22362
22363 * password.el: Remove definition of run-at-time.
22364
22365 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
22366
22367 * mml.el (mml-minibuffer-read-disposition): Show attachment type
22368 in prompt.
22369
22370 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
22371
22372 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
22373 XEmacs version.
22374
22375 * dns.el (dns-make-network-process): Use `open-network-stream'
22376 instead of `gnus-xmas-open-network-stream'.
22377
22378 * .cvsignore: Add auto-autoloads.el, custom-load.el.
22379
22380 2004-01-06 Jesper Harder <harder@ifa.au.dk>
22381
22382 * gnus-art.el (gnus-mime-display-alternative)
22383 (gnus-insert-mime-button, gnus-insert-mime-security-button)
22384 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
22385 Don't use gnus-local-map-property.
22386
22387 * gnus-util.el (gnus-local-map-property): Remove.
22388
22389 * mm-view.el (mm-view-pkcs7-decrypt):
22390 Replace gnus-completing-read-maybe-default with completing-read.
22391
22392 * gnus-util.el (gnus-completing-read): do.
22393 (gnus-completing-read-maybe-default): Remove.
22394
22395 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
22396
22397 * password.el: Only autoload `run-at-time' if not XEmacs.
22398 Only autoload the itimer functions if XEmacs.
22399
22400 2004-01-06 Jesper Harder <harder@ifa.au.dk>
22401
22402 * gnus-art.el (gnus-read-string): Remove.
22403 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
22404 read-string.
22405
22406 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
22407
22408 * netrc.el: Autoload password-read.
22409 (netrc): Add configuration group.
22410 (netrc-encoding-method, netrc-openssl-path):
22411 Add variables for encoding and decoding of files with symmetric
22412 ciphers.
22413 (netrc-encode): Add assistant function to encode a file with
22414 netrc-encoding-method.
22415 (netrc-parse): Add interactive parameter, added optional
22416 decoding if netrc-encoding-method is non-nil but otherwise
22417 behavior is standard.
22418 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
22419 Do s/encode/encrypt/ everywhere.
22420
22421 * spam.el: Remove executable-find autoload.
22422
22423 2004-01-05 Jesper Harder <harder@ifa.au.dk>
22424
22425 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
22426
22427 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
22428
22429 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
22430
22431 * gnus-art.el (gnus-treat-ansi-sequences)
22432 (article-treat-ansi-sequences): New variable and function.
22433 Suggested by Dan Jacobson <jidanni@jidanni.org>.
22434
22435 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
22436 Use it.
22437
22438 2004-01-05 Jesper Harder <harder@ifa.au.dk>
22439
22440 * mm-util.el (mm-quote-arg): Remove.
22441
22442 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
22443 shell-quote-argument.
22444
22445 * gnus-uu.el (gnus-uu-command): do.
22446
22447 * gnus-sum.el (gnus-summary-insert-pseudos): do.
22448
22449 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
22450 with make-char.
22451
22452 * mm-util.el (mm-make-char): Remove.
22453
22454 * mml.el (mml-mode): Replace gnus-add-minor-mode with
22455 add-minor-mode.
22456
22457 * gnus-undo.el (gnus-undo-mode): do.
22458
22459 * gnus-topic.el (gnus-topic-mode): do.
22460
22461 * gnus-sum.el (gnus-dead-summary-mode): do.
22462
22463 * gnus-start.el (gnus-slave-mode): do.
22464
22465 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
22466
22467 * gnus-ml.el (gnus-mailing-list-mode): do.
22468
22469 * gnus-gl.el (gnus-grouplens-mode): do.
22470
22471 * gnus-draft.el (gnus-draft-mode): do.
22472
22473 * gnus-dired.el (gnus-dired-mode): do.
22474
22475 * gnus-ems.el (gnus-add-minor-mode): Remove.
22476
22477 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22478 Replace gnus-char-width with char-width.
22479
22480 * gnus-ems.el (gnus-char-width): Remove.
22481
22482 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22483 Replace gnus-char-width with char-width.
22484
22485 * gnus-ems.el (gnus-char-width): Remove.
22486
22487 * spam-stat.el (with-syntax-table): Remove with-syntax-table
22488 definition.
22489 Remove Emacs 20 hash table compatibility code.
22490
22491 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
22492 20 compatibility code.
22493
22494 * spam.el (spam-point-at-eol): Replace with point-at-eol.
22495
22496 * smime.el (smime-point-at-eol): Replace with point-at-eol.
22497
22498 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
22499 Replace with point-at-{eol,bol}.
22500
22501 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
22502
22503 * imap.el (imap-point-at-eol): Replace with point-at-eol.
22504
22505 * flow-fill.el (fill-flowed-point-at-bol)
22506 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
22507
22508 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
22509 Replace with point-at-{eol,bol} throughout all files.
22510
22511 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
22512
22513 * ntlm.el (ntlm-string-as-unibyte): New macro.
22514 (ntlm-build-auth-response): Use it.
22515
22516 Remove Emacs 20 stuff:
22517 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
22518 of delq and copy-sequence.
22519 * gnus-art.el (popup-menu): Remove the compiler macro.
22520 * nnmail.el (nnmail-split-fancy): Don't support customizing with
22521 Emacs 20.
22522
22523 2004-01-05 Simon Josefsson <jas@extundo.com>
22524
22525 * ntlm.el: Fix namespace. Change smb-passwd-hash into
22526 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
22527 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
22528 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
22529 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
22530 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
22531 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
22532 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
22533 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
22534 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
22535 ntlm-string-permute, string-lshift into ntlm-string-lshift,
22536 string-xor into ntlm-string-xor.
22537 Suggested by Jesper Harder <harder@myrealbox.com>.
22538
22539 * ntlm.el: Don't include poem.
22540
22541 * md4.el (print-int32, print-string-hexa): Remove.
22542 Suggested by Jesper Harder <harder@myrealbox.com>.
22543
22544 * sasl-ntlm.el, ntlm.el, md4.el: New files.
22545
22546 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
22547 probably breaks emacs with DL patch, but do we care? Is anyone
22548 still using the DL stuff?)
22549
22550 * sieve-manage.el: Use the password package.
22551 (sieve-manage-read-passwd): Remove.
22552 (sieve-manage-interactive-login): Use password. Re-add
22553 condition-case around loop.
22554
22555 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
22556 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22557 Use the password package.
22558
22559 2003-02-19 Simon Josefsson <jas@extundo.com>
22560
22561 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
22562 token.
22563
22564 2002-08-07 Simon Josefsson <jas@extundo.com>
22565
22566 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
22567 (sieve-manage-authenticators):
22568 (sieve-manage-authenticator-alist): Add some SASL mechs.
22569 (sieve-sasl-auth): New function.
22570 (sieve-manage-cram-md5-auth):
22571 (sieve-manage-plain-auth): Rewrite using SASL library.
22572 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
22573 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
22574 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
22575 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
22576
22577 2004-01-05 Simon Josefsson <jas@extundo.com>
22578
22579 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
22580 New files.
22581
22582 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22583
22584 * gnus-group.el (gnus-no-groups-message): Update.
22585
22586 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
22587
22588 2003-11-09 Simon Josefsson <jas@extundo.com>
22589
22590 * imap.el: Support for ID IMAP extension (RFC 2971).
22591 (imap-local-variables): Add imap-id.
22592 (imap-id): New variable.
22593 (imap-id): New function.
22594 (imap-parse-response): Parse untagged ID response.
22595 * nnimap.el (nnimap-id): New variable.
22596 (nnimap-open-connection): Use it.
22597
22598 2003-12-28 Simon Josefsson <jas@extundo.com>
22599
22600 * gnus-score.el (gnus-score-edit-all-score): New.
22601 * gnus-group.el (gnus-group-score-map): Bind it to W e.
22602
22603 2004-01-04 Simon Josefsson <jas@extundo.com>
22604
22605 * password.el: Add.
22606
22607 2004-01-04 Mario Lang <lang@zid.tugraz.at>
22608
22609 * dns.el (dns-query-types): Fix typo.
22610 (dns-query-types): New function.
22611 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
22612 PTR and SOA replies, see RFC 1035.
22613
22614 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22615
22616 * gnus.el (gnus-logo-color-style): Change colors to `no'.
22617
22618 * Move to Changelog.2.
22619
22620 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22621
22622 * gnus.el (gnus-version-number): Bump version.
22623
22624 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
22625
22626 * gnus.el: No Gnus v0.1 is released.
22627
22628 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
22629
22630 * gnus.el: No Gnus v0.0 is released.
22631
22632 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22633
22634 * gnus.el (gnus-version-number): Bump.
22635 (gnus-version): No.
22636
22637 See ChangeLog.2 for earlier changes.
22638
22639 Copyright (C) 2004-2012 Free Software Foundation, Inc.
22640
22641 This file is part of GNU Emacs.
22642
22643 GNU Emacs is free software: you can redistribute it and/or modify
22644 it under the terms of the GNU General Public License as published by
22645 the Free Software Foundation, either version 3 of the License, or
22646 (at your option) any later version.
22647
22648 GNU Emacs is distributed in the hope that it will be useful,
22649 but WITHOUT ANY WARRANTY; without even the implied warranty of
22650 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22651 GNU General Public License for more details.
22652
22653 You should have received a copy of the GNU General Public License
22654 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
22655
22656 ;; Local Variables:
22657 ;; coding: utf-8
22658 ;; fill-column: 79
22659 ;; add-log-time-zone-rule: t
22660 ;; End: