]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
gnus-util.el (gnus-string-match-p): New function, that is an alias to string-match...
[gnu-emacs] / lisp / gnus / ChangeLog
1 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
4 string-match-p in Emacs >=23.
5
6 * gnus-msg.el (gnus-configure-posting-styles)
7 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8
9 2010-11-01 Glenn Morris <rgm@gnu.org>
10
11 * nnir.el (declare-function): Add compat stub.
12 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
13 (nnir-run-gmane): Require 'mm-url.
14
15 * mm-util.el (mm-string-to-multibyte): Simplify.
16
17 * shr.el (declare-function): Add compat stub.
18 (url-cache-create-filename): Declare.
19 (mm-disable-multibyte, widget-convert-button): Autoload.
20
21 * smime.el (ldap-search): Declare.
22 (smime-cert-by-ldap-1): Require ldap on Emacs.
23
24 * nnimap.el: Require nnmail, and gnus-sum when compiling.
25 (nnimap-keepalive): Use gnus-float-time.
26
27 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
28 (mail-source-delete-crash-box): Use gnus-float-time.
29
30 * gnus-dired.el (gnus-completing-read): Autoload.
31
32 * mm-view.el (gnus-rescale-image): Autoload.
33
34 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
35
36 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
37
38 * sieve-manage.el: Require 'cl when compiling.
39
40 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
41 (gnus-iswitchb-completing-read): Require iswitchb.
42 (gnus-select-frame-set-input-focus): Silence compiler.
43
44 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
45
46 * message.el (message-subject-trailing-was-query): Change default to t,
47 since I think that's what most people want.
48
49 * nnimap.el (nnimap-request-accept-article): Erase buffer before
50 appending for easier debugging.
51 (nnimap-wait-for-connection): Take a regexp.
52 (nnimap-request-accept-article): Wait for the continuation line before
53 sending anything unless we're streaming.
54
55 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
56 leave the header washing to take place.
57
58 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
59
60 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
61 regular expression match and replace in posting styles.
62
63 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
64
65 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
66 an entire server.
67 (nnir-get-active): New function.
68 (nnir-run-imap): Use it.
69 (nnir-run-gmane): Who knew, gmane search returns an article score!
70
71 * gnus-srvr.el (gnus-server-mode-map): add binding "G" to search the
72 server on the current line with nnir.
73
74 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
75
76 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
77 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
78 left edge.
79 (gnus-article-foldable-buffer): Skip past the prefix when determining
80 raggedness.
81
82 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
83 the raw article, and change `C-u g' to show the article without doing
84 treatments.
85
86 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
87 on to `gnus-treat-article'.
88 (gnus-inhibit-article-treatments): New variable.
89
90 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
91
92 * gnus-art.el (gnus-treatment-function-alist): Have
93 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
94 (gnus-treat-fill-long-lines): Change default to fill all text/plain
95 sections.
96
97 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
98 parameter.
99 (gnus-article-fill-cited-long-lines): New function.
100 (gnus-article-fill-cited-article): Allow filling only long sections.
101
102 * shr.el (shr-find-fill-point): Don't break lines between punctuation
103 and non-punctuation (like after the apostrophe in "'We").
104
105 * gnus-sum.el (gnus-summary-select-article): Make sure
106 gnus-original-article-buffer is alive.
107
108 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
109 reflect the order they're in in the digest.
110
111 * gnus.el (gnus-group-startup-message): Move point to the start of the
112 buffer.
113
114 * nnimap.el (nnimap-capability): New function.
115 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
116 is set.
117
118 2010-10-31 David Engster <dengste@eml.cc>
119
120 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
121 conform with changes to gnus-completing-read.
122
123 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
124
125 * shr.el (shr-tag-img): Output "*" instead of "[img]".
126
127 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
128
129 * nnir.el move defvar, defcustom around to keep file organized and keep
130 byte-compiler quiet.
131 (nnir-read-parms): accept search-engine as arg.
132 (nnir-run-query): pass search-engine as arg.
133 (nnir-search-engine): remove.
134
135 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
136
137 * shr.el (shr-generic): The text nodes should be text, not :text.
138
139 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
140 later in the file.
141
142 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
143
144 * nnir.el: general clean up. allow searching with multiple
145 engines. allow separate extra-parameters for each engine. batch queries
146 when possible.
147 (nnir-imap-default-search-key,nnir-method-default-engines): add
148 customize interface.
149 (nnir-run-gmane): new engine.
150 (nnir-engines): use it. qualify all prompts with engine name.
151 (nnir-search-engine): remove global variable.
152 (nnir-run-hyrex): restore for now.
153 (nnir-extra-parms,nnir-search-history): new variables.
154 (gnus-group-make-nnir-group): use them.
155 (nnir-group-server): remove in favor of gnus-group-server.
156 (nnir-request-group): avoid searching twice.
157 (nnir-sort-groups-by-server): new function.
158
159 2010-10-30 Julien Danjou <julien@danjou.info>
160
161 * gnus-group.el: Remove gnus-group-fetch-control.
162
163 * gnus-start.el (gnus-find-new-newsgroups): Remove
164 gnus-check-first-time-used.
165
166 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
167
168 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
169
170 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
171 set on groups that don't have \* permanentflags.
172
173 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
174
175 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
176 control the background color.
177 (shr-tag-img): Ignore very small web bug type images.
178 (shr-put-image): Add help-echo alt texts to the images.
179 (shr-tag-video): Show the video poster image.
180
181 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
182
183 * shr.el (shr-table-depth): New variable.
184 (shr-tag-table-1): Only insert the images after the top-level table.
185
186 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
187
188 * gnus-util.el (gnus-list-memq-of-list): New function.
189
190 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
191 selected.
192 (nnimap-unsplittable-articles): New slot.
193 (nnimap-new-articles): Use it.
194
195 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
196
197 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
198 move to the previous line on `M-g'.
199
200 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
201
202 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
203 *-request-group, which seems unnecessary.
204
205 * nnimap.el (nnimap-quote-specials): Function copied over from
206 imap.el.
207 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
208 they support that. Suggested by Tom Regner.
209
210 2010-10-29 Julien Danjou <julien@danjou.info>
211
212 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
213 defalias.
214 (gnus-summary-delete-marked-with): Remove obsolete defalias.
215
216 * gnus.el: Remove `gnus-nntp-service' variable.
217 (gnus-secondary-servers): Make obsolete.
218 (gnus-nntp-server): Make obsolete.
219
220 * gnus-start.el (gnus-1): Remove x-splash calls.
221
222 * gnus-ems.el (gnus-x-splash): Remove.
223
224 * gnus.el (gnus-group-startup-message): Simplify/update code.
225
226 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
227 capability before doing anything.
228 (gnus-group-insert-group-line): Remove useless
229 gnus-group-remove-excess-properties.
230
231 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
232
233 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
234
235 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
236
237 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
238 config after reselecting.
239
240 2010-10-28 Julien Danjou <julien@danjou.info>
241
242 * shr.el (shr-put-image): Use point even if only inserting text.
243 (shr-put-image): Save excursion when inserting alt text on non-graphic
244 display, so the behaviour is the same when we are on a graphic display.
245
246 * nnir.el (nnir-run-swish-e): Remove hyrex support.
247
248 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
249
250 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
251 (gnus-mime-copy-part): Check coding system, not charset.
252 (gnus-mime-view-part-externally): Never remove part.
253 (gnus-mime-view-part-internally): Don't remove part here.
254 (gnus-article-part-wrapper): Make sure MIME tag is visible.
255 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
256 multipart/alternative.
257
258 * mm-decode.el (mm-display-part): Take optional arg `force'.
259
260 2010-10-26 Julien Danjou <julien@danjou.info>
261
262 * gnus-group.el (gnus-group-default-list-level): Add this function to
263 compute the default list level.
264 (gnus-group-default-list-level): Add possibility to use a function.
265
266 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
267
268 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
269
270 * gnus-group.el (gnus-group-completing-read)
271 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
272 gnus-replace-in-string.
273
274 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
275
276 * shr.el (shr-tag-div): Added.
277
278 2010-10-25 Julien Danjou <julien@danjou.info>
279
280 * gnus-util.el: Remove `gnus-with-local-quit'.
281
282 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
283
284 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
285
286 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
287 the original article buffer.
288
289 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
290
291 * nnimap.el (nnimap-request-head): New function.
292 (nnimap-request-move-article): Try to be slighly faster by not
293 requesting the entire message when moving.
294 (nnimap-transform-headers): Don't bug out on bodiless articles.
295 (nnimap-send-command): Have no outstanding messages if the IMAP server
296 doesn't support streaming.
297 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
298
299 2010-10-24 Julien Danjou <julien@danjou.info>
300
301 * message.el (message-default-headers): Fix type.
302
303 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
304
305 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
306 prefetching images.
307
308 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
309 backend for unknown groups. This is mainly useful for nnimap groups.
310
311 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
312 group isn't covered by the agent.
313
314 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
315
316 * nnir.el (nnir-method-default-engines): new variable.
317 (nnir-run-query): use it.
318 (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
319 (gnus-summary-nnir-goto-thread): change group if needed.
320
321 * gnus-group.el (gnus-group-group-map): add key binding for
322 gnus-group-make-nnir-group.
323
324 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
325
326 * shr.el (shr-tag-object): Added.
327
328 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
329 original article buffer live.
330 (gnus-summary-select-article-buffer): Mention
331 gnus-widen-article-buffer.
332
333 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
334
335 * shr.el (shr-tag-strong): Added.
336
337 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
338
339 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
340 group names. They mess up the group buffer badly.
341
342 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
343
344 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
345 instead of the summary one.
346
347 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
348
349 * mml.el (mml-preview): Work properly when editing article.
350
351 * gnus-start.el (gnus-read-active-file-1): Don't add method to
352 gnus-have-read-active-file if it's already been in.
353
354 2010-10-22 Tom Tromey <tromey@redhat.com>
355
356 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
357 gnus-group-completing-read.
358
359 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
360
361 * message.el (message-mode-map): Don't bind M-; to comment region, to
362 allow the global comment-dwim to work.
363
364 2010-10-21 Julien Danjou <julien@danjou.info>
365
366 * message.el (message-setup-1): Allow message-default-headers to be a
367 function.
368
369 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
370
371 * shr.el (shr-tag-table): Simplify.
372
373 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
374
375 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
376 to avoid trying to snarf invalid stuff.
377
378 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
379
380 * gnus.el (gnus-message-archive-group): Quote value.
381 (gnus-message-archive-group): Mark as changed.
382
383 * shr.el (shr-add-font): Don't put the font properties on the newline
384 or the indentation.
385
386 * message.el (message-fix-before-sending): Change options when sending
387 non-printable characters.
388
389 * gnus.el (gnus-message-archive-method): Change the default to
390 monthly outgoing groups.
391
392 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
393 that have gotten new numbers.
394
395 * nnimap.el (nnimap-request-replace-article): New function.
396
397 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
398
399 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
400 (nnrss-request-article): Don't use special html washing code.
401
402 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
403
404 * shr.el (shr-tag-table): Remove useless nconc.
405
406 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
407
408 * gnus-art.el (article-wash-html): Simplify and remove the charset
409 stuff. Use the normal html rendering code instead of the special html
410 washing code.
411
412 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
413 `gnus-w3m' symbols.
414 (mm-text-html-washer-alist): Removed.
415
416 * mm-decode.el (mm-inline-text-html-renderer): Removed.
417 (mm-inline-media-tests): Removed use.
418 (mm-text-html-renderer): Change default to the `shr' symbol.
419
420 * mm-view.el (mm-inline-text-html): Removed use.
421
422 * gnus-art.el (gnus-blocked-images): New function. Allow the
423 `gnus-blocked-images' to be a function.
424 (gnus-article-wash-function): Removed.
425
426 2010-10-20 Julien Danjou <julien@danjou.info>
427
428 * spam.el (spam-list-of-processors): Mark as obsolete.
429
430 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
431 (nnimap-insert-partial-structure): Fix boundary detection.
432
433 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
434
435 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
436 run file-truename on remote files. This can be expensive and even
437 prevent one from editing drafts if some unrelated buffer has a stale
438 connection.
439
440 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
441
442 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
443 kinsoku-eol regardless of shr-kinsoku-shorten.
444 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
445 (shr-tag-table): Support caption, thead, and tfoot.
446
447 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
448
449 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
450 lines.
451 (shr-save-contents): New command and keystroke.
452
453 * nndoc.el (nndoc-type-alist): Add git support.
454 (nndoc-git-type-p): New function.
455 (nndoc-transform-git-article): Ditto.
456 (nndoc-transform-git-headers): Ditto.
457 (nndoc-transform-git-headers): Generate Subject headers.
458
459 * shr.el (shr-parse-style): New function.
460 (shr-tag-span): Ditto.
461
462 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
463 to `G G' to avoid collisions.
464
465 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
466
467 * shr.el: Load kinsoku if necessary.
468 (shr-kinsoku-shorten): New internal variable.
469 (shr-find-fill-point): Make kinsoku shorten text line if
470 shr-kinsoku-shorten is bound to non-nil.
471 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
472 shr-indentation too when testing if table is wider than frame width.
473 (shr-insert-table): Use `string-width' instead of `length' to measure
474 text width.
475 (shr-insert-table-ruler): Make sure indentation is done at bol.
476
477 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
478
479 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
480 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
481 undecoded network data.
482
483 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
484
485 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
486 name in the mode line spec so that the mode line menu works
487 (bug #2431).
488
489 * message.el (message-get-reply-headers): If we're fed `to-address',
490 then always use that.
491
492 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
493 aren't so wide as to need to switch off the edit menu.
494
495 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
496 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
497
498 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
499 `M-g'.
500 (nnimap-update-info): Update flags/read marks even if \* isn't part of
501 the permanent marks.
502
503 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
504
505 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
506 Splitting according to references/in-reply-to obeys the ignore-groups
507 variable, while splitting by sender and subject do not.
508
509 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
510
511 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
512 alist, so that we can look for non-Unicode chars.
513 (article-translate-strings): Allow both character and string maps.
514
515 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
516
517 * shr.el (shr-insert): Don't insert space behind a wide character
518 categorized as kinsoku-bol, or between characters both categorized as
519 nospace.
520
521 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
522
523 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
524 headers to gnus-newsgroup-headers.
525
526 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
527
528 * shr.el (shr-tag-img): Don't align images -- since we're not
529 rescaling, this often leads to ugly displays.
530
531 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
532
533 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
534 duplicates.
535
536 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
537
538 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
539 call.
540
541 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
542
543 * gnus.el: Autoload gnus-html-show-images.
544
545 * nnimap.el: Use nnheader-message throughout.
546
547 * shr.el (shr-tag-img): Ignore images with no data.
548
549 2010-10-15 Julien Danjou <julien@danjou.info>
550
551 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
552 a possibility to disable format=flow encoding when using hard newlines.
553
554 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
555
556 * shr.el (shr-insert): Remove space inserted before or after a
557 breakable character or at the beginning or the end of a line.
558 (shr-find-fill-point): Do kinsoku; find the second best point or give
559 it up if there's no breakable point.
560
561 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
562
563 * nnimap.el (nnimap-open-connection): Message when opening connection
564 for debugging purposes.
565
566 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
567 on every setup buffer call to allow this to change from article to
568 article.
569
570 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
571 buffers where we have a wide table.
572
573 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
574
575 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
576 uses *-request-thread.
577
578 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
579
580 * nnimap.el (nnimap-open-connection): Remove %s from openssl
581 incantation, which is no longer valid.
582
583 2010-10-14 Julien Danjou <julien@danjou.info>
584
585 * shr.el: Fix defcustom type (char -> character).
586
587 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
588
589 * nnimap.el (nnimap-open-connection): tls-program should be a list of
590 programs.
591
592 2010-10-14 Julien Danjou <julien@danjou.info>
593
594 * shr.el (shr-tag-a): Use url-link as widget type.
595
596 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
597 `gnus-group-get-icon'.
598
599 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
600
601 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
602 This should make server editing work better.
603
604 * shr.el (shr-find-fill-point): Don't inloop on indented text.
605
606 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
607 (nnimap-parse-flags): Fix regexp.
608
609 * shr.el (shr-find-fill-point): Use a filling algorithm that should
610 probably work for CJVK text, too.
611
612 * nnimap.el (nnimap-extend-tls-programs): Removed.
613 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
614
615 2010-10-13 Julien Danjou <julien@danjou.info>
616
617 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
618 responses.
619
620 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
621
622 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
623
624 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
625 anything in Emacs.
626
627 * shr.el (shr-current-column): Remove buggy and unnecessary function.
628
629 2010-10-13 Julien Danjou <julien@danjou.info>
630
631 * shr.el (shr-width): Make shr-width a defcustom with default to
632 fill-column.
633 (shr-tag-img): Use shr-width rather than fill-column.
634
635 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
636
637 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
638
639 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
640 position when (X-)Faces exist.
641 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
642 avatars when called interactively.
643
644 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
645
646 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
647 gnus-article-x-face-too-ugly is bound.
648
649 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
650
651 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
652
653 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
654 mailbox that doesn't exist.
655
656 2010-10-12 Julien Danjou <julien@danjou.info>
657
658 * shr.el (shr-tag-img): Encode URL properly when retrieving.
659 (shr-get-image-data): Encode URL properly when fetching from cache.
660 (shr-tag-img): Use aligned-to spaces to align correctly images.
661
662 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
663 before inserting the Gravatar.
664
665 * shr.el (shr-tag-img): Add align attribute support for <img>.
666
667 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
668
669 * gnus-gravatar.el (gnus-art): Required.
670
671 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
672 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
673 Remove long obsoleted functions.
674
675 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
676
677 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
678
679 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
680 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
681 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
682 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
683 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
684 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
685 Fix comment for declare-function.
686
687 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
688
689 * nnimap.el (nnimap-request-rename-group): Select group read-only
690 before renaming it.
691
692 * shr.el (shr-insert): Fix up the white space only regexp.
693
694 * nnimap.el (nnimap-transform-split-mail): Not all articles have
695 bodies. Protect against this. Reported by Michael Welsh Duggan.
696
697 * shr.el (shr-current-column): New function.
698 (shr-find-fill-point): New function.
699
700 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
701
702 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
703 numbers.
704
705 2010-10-11 Julien Danjou <julien@danjou.info>
706
707 * shr.el (shr-hr-line): Add.
708 (shr-tag-hr): Use shr-hr-line to specify which character to use to
709 display hr lines.
710 (shr-max-columns): Do not change state to nil if we just inserting
711 spaces.
712
713 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
714
715 * gnus-topic.el (gnus-topic-read-group): If after the last group,
716 select the last group.
717
718 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
719
720 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
721
722 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
723
724 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
725 for Gnus.
726 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
727 (nnimap-update-qresync-info): Mark \Seen articles as read.
728
729 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
730 non-variable, too.
731
732 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
733 available.
734 (nnimap-update-info): Rely more on the current active than the param
735 active to avoid marking articles as read too much.
736
737 * auth-source.el (auth-source-create): Use (user-login-name) for the
738 user name default.
739
740 * nnimap.el (nnimap-update-info): If the server doesn't return any
741 useful info, just use the previous info.
742 (nnimap-update-info): Prefer old info over start-article.
743 (nnimap-update-qresync-info): Finish implementing QRESYNC.
744
745 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
746
747 * nnir.el (autoload): Clean up autoloads.
748 (nnir-imap-default-search-key): Renamed from
749 nnir-imap-search-field. Use key rather than value.
750 (nnir-imap-search-other): New variable.
751 (nnir-read-parm): Use it.
752 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
753 (gnus-summary-nnir-goto-thread): Modify to work with imap.
754
755 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
756
757 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
758 the process, too.
759
760 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
761
762 * spam.el (gnus-summary-mode-map): Bind to "$". Suggested by Russ
763 Allbery.
764
765 * shr.el: Rework the way things are indented by <li> slightly.
766
767 * gnus.el (gnus-group-set-parameter): Fix typo.
768
769 * nnimap.el: Start implementing QRESYNC support.
770
771 2010-10-09 Julien Danjou <julien@danjou.info>
772
773 * nnir.el (nnir-engines): Fix too many arguments.
774
775 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
776
777 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
778 group is the "last", so that the backends like nnfolder actually save
779 their folders.
780
781 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
782 try to use that for the tls stream.
783 (nnimap-retrieve-group-data-early): Rework the marks code to heed
784 UIDVALIDITY and find out which groups are read-only and not.
785 (nnimap-get-flags): Use the same marks parsing code as the rest of
786 nnimap.
787
788 2010-10-09 Julien Danjou <julien@danjou.info>
789
790 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
791
792 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
793 retrieving gravatars.
794
795 * shr.el (shr-table-corner): Add.
796 (shr-table-line): Add.
797 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
798
799 2010-10-08 Julien Danjou <julien@danjou.info>
800
801 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
802
803 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
804
805 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
806
807 * gnus-sum.el (gnus-mark-article-as-unread)
808 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
809 (gnus-summary-set-bookmark): Use it.
810
811 * gnus-msg.el (gnus-setup-message): Use it.
812
813 * gnus-demon.el (gnus-demon-remove-handler): Use it.
814
815 * gnus.el (gnus-group-remove-parameter): Use it.
816
817 * gnus-group.el (gnus-group-make-web-group): Use it.
818
819 * gnus-demon.el (gnus-demon-remove-handler): Use it.
820
821 * nnregistry.el: Update docs to mention manual.
822
823 * gnus-registry.el: Update docs to mention nnregistry.el.
824 (gnus-registry-initialize): Don't install nnregistry refer method
825 automatically.
826 (gnus-registry-install-nnregistry): Remove it.
827
828 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
829
830 * shr.el (shr-insert): Don't insert double spaces.
831
832 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
833
834 * gnus-gravatar.el (gnus-treat-from-gravatar)
835 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
836 called interactively.
837
838 * gnus-art.el (gnus-mime-view-part-externally)
839 (gnus-mime-view-part-internally): Make predicate function passed to
840 gnus-mime-view-part-as-type assume argument is a mime type, not a list
841 of a mime type.
842
843 * shr.el (shr-table-widths): Don't use cl function `reduce'.
844
845 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
846
847 * shr.el (require): Require cl when compiling.
848 (shr-tag-hr): New function.
849
850 * nnimap.el (nnimap-update-info): Remove double setting of high.
851 (nnimap-update-info): Don't ignore groups that have no UIDNEXT. This
852 makes nnimap work properly on Courier again.
853
854 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
855 the variable for backwards compatability.
856
857 * mm-decode.el (mm-save-part): If given a non-directory result, expand
858 the file name before using to avoid setting mm-default-directory to
859 nil.
860
861 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
862 bidning gnus-agent variables.
863
864 * shr.el (shr-render-td): Use a cache for the table rendering function
865 to avoid getting an exponential rendering behaviour in nested tables.
866 (shr-insert): Rework the line-breaking algorithm.
867 (shr-insert): Don't leave trailing spaces.
868 (shr-insert-table): Also insert empty TDs.
869 (shr-tag-blockquote): Ensure paragraphs after </ul>.
870
871 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
872
873 * gnus-sum.el (gnus-number): Rename from `number'.
874 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
875 (gnus-summary-limit-children): Update uses correspondingly.
876
877 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
878
879 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
880 (gnus-gravatar-transform-address): Don't show avatars of people of
881 which mail addresses match gnus-gravatar-too-ugly.
882
883 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
884
885 * shr.el (shr-table-widths): Expand TD elements to fill available
886 space.
887
888 2010-10-07 Julien Danjou <julien@danjou.info>
889
890 * nnimap.el (nnimap-request-rename-group): Add this method.
891
892 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
893
894 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
895 name from XEmacs' function-arglist.
896
897 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
898 gravatar under XEmacs.
899
900 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
901
902 * auth-source.el: Update docs with TODO items.
903
904 * gnus-sync.el: Update docs to explain state and plans.
905
906 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
907 Hooks for mark updates.
908 (gnus-request-set-mark, gnus-request-update-mark): Use them.
909
910 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
911 hooks with arguments, which is needed for mark update hooks.
912
913 2010-10-06 Julien Danjou <julien@danjou.info>
914
915 * gnus.el (gnus-expand-group-parameter): Only return and act on what
916 was matched.
917
918 * sieve-manage.el: Update example in `Commentary'.
919
920 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
921
922 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
923 not 2000.
924 (sieve-manage-authenticate): Re-add function.
925
926 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
927
928 * shr.el (shr-insert): Get 'space transition right.
929 (shr-render-td): Only delete space at the end of the TD.
930
931 * nnimap.el (nnimap-open-connection): Prepare to support
932 open-gnutls-stream.
933
934 * shr.el: Rearrange function order to be more logical.
935
936 2010-10-06 Julien Danjou <julien@danjou.info>
937
938 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
939 (nnrss-discover-feed): Remove 404 URL in docstring.
940
941 * nnir.el: Fix Swish-E URL.
942 Fix Namazu URL.
943
944 * message.el (message-change-subject): Remove 404 URL in a comment.
945
946 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
947
948 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
949 called interactively.
950
951 * gnus-util.el (gnus-remove-if): Allow hash table.
952 (gnus-remove-if-not): New function.
953
954 * gnus-art.el (gnus-mime-view-part-as-type)
955 * gnus-score.el (gnus-summary-score-effect)
956 * gnus-sum.el (gnus-read-move-group-name):
957 Replace remove-if-not with gnus-remove-if-not.
958
959 * gnus-group.el (gnus-group-completing-read):
960 Regard collection as a hash table if it is not a list.
961
962 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
963
964 * shr.el (shr-render-td): Allow blank/missing <TD>s.
965
966 * shr.el: Document the table-rendering algorithm.
967
968 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
969 invalid URLs.
970
971 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
972 line-broken.
973 (shr-tag-img): Ignore image fetching errors.
974 (shr-overlays-in-region): Compute overlay positions correctly.
975
976 * mm-decode.el (mm-shr): Require shr.
977
978 * gnus-art.el (gnus-blocked-images): Move variable here.
979
980 * shr.el (shr-insert-table): Bind free variable.
981
982 * mm-decode.el (mm-shr): Bind shr-content-function.
983
984 * shr.el (shr-content-function): New variable.
985
986 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
987 added for symmetry.
988
989 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
990
991 * gnus-group.el (gnus-group-make-group): Doc fix.
992
993 * nnimap.el (nnimap-request-newgroups): Return success.
994
995 * shr.el (shr-find-elements): New function.
996 (shr-tag-table): Put all the images after the table.
997 (shr-tag-table): Really inhibit images inside the table.
998 (shr-collect-overlays): Copy over overlays from the TD elements to the
999 main document.
1000
1001 * mm-decode.el (mm-shr): Bind shr-blocked-images to
1002 gnus-blocked-images.
1003
1004 2010-10-05 Julien Danjou <julien@danjou.info>
1005
1006 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1007
1008 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1009 (gnus-html-maximum-image-size): Add this function.
1010 (gnus-html-put-image): Use gnus-html-maximum-image-size.
1011
1012 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1013 server-value of the capability is nil.
1014
1015 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1016
1017 * shr.el (shr-tag-em): Add <EM> tag.
1018
1019 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
1020
1021 * sieve-manage.el (sieve-manage-default-stream): Make default stream
1022 customizable.
1023
1024 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1025 handing broken links to browse-url.
1026
1027 2010-10-05 Julien Danjou <julien@danjou.info>
1028
1029 * gnus-util.el (gnus-emacs-completing-read)
1030 (gnus-iswitchb-completing-read): Use autoload rather than require.
1031
1032 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
1033
1034 * gnus-util.el (gnus-completing-read-function): Exclude
1035 gnus-icompleting-read and gnus-ido-completing-read from candidates for
1036 XEmacs since iswitchb.el is very old and ido.el is unavailable in
1037 XEmacs.
1038
1039 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1040 not to use `delete-dups' that is unavailable in XEmacs 21.4.
1041
1042 * gnus-html.el: Don't require help-fns under XEmacs.
1043 (gnus-html-schedule-image-fetching): Work for XEmacs.
1044
1045 * mm-decode.el (mm-shr): Decode contents by charset.
1046
1047 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1048
1049 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1050 unknown.
1051
1052 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1053 (shr-get-image-data): Ensure against the cache file missing.
1054
1055 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1056 for data.
1057
1058 * spam-report.el (spam-report-url-ping-plain): Don't query about
1059 killing the process.
1060
1061 * shr.el (shr-render-td): Protect against too-wide text.
1062
1063 2010-10-04 Julien Danjou <julien@danjou.info>
1064
1065 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1066 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1067
1068 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1069 retrieved.
1070
1071 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1072
1073 * shr.el (browse-url): Required.
1074 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1075 lines.
1076 (shr-show-alt-text, shr-browse-image): New commands.
1077 (shr-browse-url, shr-copy-url): New commands.
1078
1079 * gnus-sum.el (gnus-widen-article-window): New variable.
1080 (gnus-summary-select-article-buffer): Use it.
1081
1082 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1083 without @ signs.
1084
1085 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
1086
1087 * nnir.el (nnir-run-imap): Remove spurious space in search string.
1088
1089 2010-10-04 Julien Danjou <julien@danjou.info>
1090
1091 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1092 for XEmacs.
1093
1094 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1095
1096 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1097
1098 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1099 (nnimap-close-server): Implement.
1100
1101 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1102 (shr-insert): Tweak line breaking.
1103 (shr-insert): Handle <pre> better.
1104 (shr-tag-li): Get <li> indentation right.
1105 (shr-tag-li): Get <li> indentation even righter.
1106 (shr-tag-blockquote): Ensure paragraph start.
1107 (shr-make-table): Tweak table generation.
1108 (shr-make-table): Fix typo.
1109
1110 * shr.el: Implement table rendering.
1111
1112 2010-10-04 Julien Danjou <julien@danjou.info>
1113
1114 * gnus-html.el (gnus-html-put-image): Fix resize image code.
1115
1116 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1117
1118 * shr.el (shr-insert): Use string anchors instead of line anchors.
1119
1120 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1121
1122 * shr.el: Add headings.
1123 (shr-ensure-paragraph): Actually work.
1124 (shr-tag-li): Make <ul> prettier.
1125 (shr-insert): Get white space at the beginning/end of elements right.
1126 (shr-tag-p): Collapse subsequent <p>s.
1127 (shr-ensure-paragraph): Don't insert double line feeds after blank
1128 lines.
1129 (shr-insert): \t is also space.
1130 (shr-tag-s): Fix "s" tag name function.
1131 (shr-tag-s): Fix face prop name.
1132
1133 2010-10-03 Julien Danjou <julien@danjou.info>
1134
1135 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1136
1137 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1138 gnus-window-inside-pixel-edges.
1139
1140 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1141 gnus-ems.
1142
1143 * mm-view.el (mm-inline-image-emacs): Support image resizing.
1144
1145 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1146 function.
1147
1148 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1149 resize choice.
1150
1151 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1152
1153 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1154 beginning of the buffer.
1155
1156 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1157 article buffer again.
1158
1159 * shr.el (shr-tag-p): Don't insert newlines at the start of the
1160 buffer.
1161
1162 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1163 when it's at the start of the buffer.
1164
1165 * shr.el (shr-tag-blockquote): Convert name.
1166 (shr-rescale-image): Use the right image-size variant.
1167
1168 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1169 buffer isn't shown, then select the current article first instead of
1170 bugging out.
1171 (gnus-summary-select-article-buffer): Show both the article and summary
1172 buffers again.
1173
1174 * shr.el (shr-fontize-cont): Protect against regions with no text.
1175 Rename tag functions to shr-tag-* for enhanced security.
1176 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1177
1178 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
1179
1180 * shr.el (shr-insert):
1181 * pop3.el (pop3-movemail):
1182 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1183 loaded.
1184
1185 2010-10-03 Glenn Morris <rgm@gnu.org>
1186
1187 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1188
1189 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1190
1191 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1192
1193 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1194
1195 * gnus-util.el (gnus-make-local-hook): Simplify.
1196
1197 2010-10-02 Julien Danjou <julien@danjou.info>
1198
1199 * gnus-util.el (gnus-iswitchb-completing-read): New function.
1200 (gnus-ido-completing-read): New function.
1201 (gnus-emacs-completing-read): New function.
1202 (gnus-completing-read): Use gnus-completing-read-function.
1203 Add gnus-completing-read-function.
1204
1205 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1206
1207 * shr.el (shr-insert-document): Autoload.
1208 (shr-img): Be silent.
1209 (shr-insert): Add a newline after every picture before text.
1210 (shr-add-font): Use overlays for combining faces.
1211 (shr-insert): Pass upwards the text start point.
1212
1213 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1214 possible.
1215 (mm-shr): New function.
1216
1217 2010-10-02 Julien Danjou <julien@danjou.info>
1218
1219 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1220 should go backward.
1221
1222 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
1223
1224 * shr.el (shr): Fix typo in provide call.
1225
1226 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1227
1228 * shr.el: New file.
1229
1230 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1231
1232 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1233 completing read.
1234
1235 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1236
1237 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1238 we're being queried about. Suggested by Dan Jacobson.
1239
1240 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts. Suggested
1241 by Jason Eisner.
1242
1243 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1244 table, too. Suggested by Stefan Wiens.
1245 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1246 the table unnecessary. Suggested by Stefan Wiens.
1247
1248 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1249 longer needed, and probably doesn't work either, as pointed out by
1250 Stefan Wiens.
1251 (gnus-summary-exit): Remove call to the clearing function.
1252 (gnus-summary-exit-no-update): Ditto.
1253
1254 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1255 instead of gnus-eval-in-buffer-window to avoid popping up frames.
1256 Reported by Stefan Monnier.
1257 (gnus-summary-save-in-rmail): Ditto.
1258
1259 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1260 article buffer, instead of both the article buffer and the summary
1261 buffer. Sort of suggested by Dan Jacobson.
1262
1263 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1264
1265 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1266 Suggested by Dan Jacobson.
1267
1268 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1269 documentation clearer.
1270
1271 * message.el (message-shorten-references): Comment on the number "21".
1272 Suggested by Stefan Monnier.
1273
1274 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1275 Suggested by Dan Jacobson.
1276
1277 * gnus.el (gnus-large-newsgroup): Mention
1278 gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
1279
1280 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1281 externalize attachments. Bug reported by Steve Wen.
1282
1283 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1284 really message anything to the user.
1285
1286 * nnmail.el (nnmail-article-group): Allow using the fancy split method
1287 directly.
1288
1289 * nnimap.el (nnimap-request-group): Low higher than high to signal no
1290 messages in empty groups.
1291
1292 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
1293
1294 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1295 non-UIDNEXT group.
1296
1297 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1298
1299 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1300 not the value from the collection.
1301
1302 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1303 values. This sometimes happens on some groups that have no info.
1304 (nnimap-request-newgroups): New function.
1305
1306 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
1307
1308 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1309 check into `gnus-registry-initialize'.
1310 (gnus-registry-initialize): Ditto.
1311 Fix and extend header docs.
1312
1313 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1314
1315 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1316 regexp backtrace overflows.
1317
1318 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1319 for starttls that tls.el implements; i.e. openssl.
1320
1321 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
1322
1323 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1324 (gravatar-create-image): New function that's an alias to
1325 gnus-xmas-create-image, gnus-create-image, or create-image.
1326 (gravatar-data->image): Use it.
1327
1328 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
1329
1330 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1331 install the nnregistry refer method.
1332 (gnus-registry-install-hooks): Use it.
1333 (gnus-registry-unfollowed-groups): Add nnmairix to the default
1334 unfollowed groups.
1335
1336 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
1337
1338 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1339 expanding threads.
1340
1341 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1342
1343 * nnir.el: Use the server names without suffixes (bug #7009).
1344
1345 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1346 unencrypted to STARTTLS, if possible.
1347
1348 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
1349
1350 * message.el (message-ignored-supersedes-headers): Strip Injection-*
1351 headers before superseding.
1352
1353 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1354
1355 * nnrss.el (nnrss-use-local): Add documentation.
1356
1357 * nnimap.el (nnimap-extend-tls-programs): New function.
1358 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1359 (nnimap-wait-for-connection): Accept the greeting from the stupid
1360 output from openssl s_client -starttls, too.
1361
1362 * nnimap.el (nnimap-find-article-by-message-id): Really return the
1363 article number.
1364 (nnimap-split-fancy): New variable.
1365 (nnimap-split-incoming-mail): Use it.
1366
1367 * nntp.el (nntp-server-list-active-group): Document.
1368
1369 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1370 SELECT to get the message-id.
1371
1372 * mail-source.el (mail-sources): Removed webmail support.
1373 (defvar): Ditto.
1374 (mail-source-fetcher-alist): Ditto.
1375 (mail-source-fetch-webmail): Removed.
1376
1377 * webmail.el: Removed -- doesn't seem relevant any more.
1378
1379 * gnus.el: Fix up make-obsolete-variable declarations throughout.
1380
1381 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1382 the \r.
1383
1384 2010-09-30 Julien Danjou <julien@danjou.info>
1385
1386 * gnus-agent.el (gnus-agent-add-group): Fix call to
1387 gnus-completing-read.
1388
1389 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1390
1391 * nndoc.el (nndoc-retrieve-groups): New function.
1392
1393 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1394 `default', use nnmail-split-methods.
1395 (nnimap-request-article): Downcase the NILs so that they are nil.
1396
1397 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1398 symbol.
1399
1400 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1401 code, since if the user has requested network, that's what they ought
1402 to get.
1403 (nnimap-request-set-mark): Erase the buffer before issuing commands.
1404 (nnimap-split-rule): Mark as obsolete.
1405
1406 * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1407 variable.
1408
1409 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1410 correct slot, too.
1411
1412 2010-09-29 Julien Danjou <julien@danjou.info>
1413
1414 * gnus.el (gnus-local-domain): Declare variable obsolete.
1415
1416 * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1417 computing.
1418 (gnus-ido-completing-read): Require ido.
1419
1420 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1421
1422 * gnus-registry.el: Don't prompt on load, which makes it impossible to
1423 build Gnus.
1424
1425 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1426 when interpreting the structures.
1427 (nnimap-request-accept-article): Add \r\n to the lines to make this
1428 work with Cyrus.
1429
1430 * nndraft.el (nndraft-request-expire-articles): Use the group name
1431 instead if "nndraft". Fix found by Nils Ackermann.
1432
1433 2010-09-29 Ludovic Courtes <ludo@gnu.org>
1434
1435 * nnregistry.el: Added.
1436
1437 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
1438
1439 * nnmail.el (group, group-art-list, group-art):
1440 Remove unneeded directives.
1441
1442 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
1443
1444 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1445 (mm-mime-charset)
1446 * rfc2047.el (rfc2047-syntax-table)
1447 * utf7.el (utf7-utf-16-coding-system): Comment fix.
1448
1449 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1450 rather than `insert-file-contents' and `eval-region'.
1451
1452 2010-09-29 Julien Danjou <julien@danjou.info>
1453
1454 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1455 replacement of `gnus-gravatar-relief' to mimic
1456 `gnus-faces-properties-alist'.
1457 Add :version property.
1458
1459 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
1460
1461 * mail-source.el (mail-source-report-new-mail)
1462 * message.el (message-default-mail-headers)
1463 * mm-decode.el (mm-valid-image-format-p): Comment fix.
1464
1465 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1466
1467 2010-09-28 Julien Danjou <julien@danjou.info>
1468
1469 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1470 mail-address contains the same string as real-name.
1471
1472 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1473 non-blank in header, otherwise it'll get stripped.
1474
1475 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1476 real-name, and then for mail address rather than doing : or , search.
1477
1478 2010-09-27 Julien Danjou <julien@danjou.info>
1479
1480 * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1481 (gnus-server-goto-server): Use gnus-completing-read.
1482
1483 * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1484
1485 * mm-util.el (defalias): Use gnus-completing-read.
1486 (mm-codepage-setup): Use gnus-completing-read.
1487
1488 * smime.el (smime-sign-buffer): Use gnus-completing-read.
1489 (smime-decrypt-buffer): Use gnus-completing-read.
1490
1491 * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1492
1493 * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1494 (mml-minibuffer-read-disposition): Use gnus-completing-read.
1495 (mml-insert-multipart): Use gnus-completing-read.
1496
1497 * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1498
1499 * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1500
1501 * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1502
1503 * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1504
1505 * gnus.el (gnus-read-method): Use gnus-completing-read.
1506
1507 * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1508
1509 * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1510 (gnus-mime-action-on-part): Use gnus-completing-read.
1511 (gnus-article-encrypt-body): Use gnus-completing-read.
1512
1513 * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1514 (gnus-topic-move-matching): Use gnus-completing-read.
1515 (gnus-topic-copy-matching): Use gnus-completing-read.
1516 (gnus-topic-sort-topics): Use gnus-completing-read.
1517 (gnus-topic-move): Use gnus-completing-read.
1518
1519 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1520 (gnus-agent-add-group): Use gnus-completing-read.
1521
1522 * nnmairix.el (nnmairix-create-server-and-default-group): Use
1523 gnus-completing-read.
1524 (nnmairix-update-groups): Use gnus-completing-read.
1525 (nnmairix-get-server): Use gnus-completing-read.
1526 (nnmairix-backend-to-server): Use gnus-completing-read.
1527 (nnmairix-goto-original-article): Use gnus-completing-read.
1528 (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1529
1530 * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1531
1532 * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1533 (gnus-group-make-useful-group): Use gnus-completing-read.
1534 (gnus-group-make-web-group): Use gnus-completing-read.
1535 (gnus-group-add-to-virtual): Use gnus-completing-read.
1536 (gnus-group-browse-foreign-server): Use gnus-completing-read.
1537
1538 * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1539 (gnus-summary-limit-to-extra): Use gnus-completing-read.
1540 (gnus-summary-execute-command): Use gnus-completing-read.
1541 (gnus-summary-respool-article): Use gnus-completing-read.
1542 (gnus-read-move-group-name): Use gnus-completing-read.
1543
1544 * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1545 (gnus-summary-score-effect): Use gnus-completing-read.
1546
1547 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1548
1549 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1550 right completing-read function.
1551 (gnus-use-ido): New variable
1552 (gnus-completing-read-with-default): Remove.
1553
1554 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
1555
1556 * nnimap.el (auth-source-forget-user-or-password)
1557 (auth-source-user-or-password): Autoload.
1558
1559 * message.el (message-from-style, message-interactive)
1560 (message-signature): Remove comment.
1561 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
1562 always.
1563 (message-sendmail-envelope-from): Comment fix.
1564 (message-yank-prefix): Default to mail-yank-prefix always.
1565 (message-indentation-spaces): Default to mail-indentation-spaces always.
1566 (message-signature-file): Default to mail-signature-file always.
1567
1568 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1569
1570 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1571 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1572 new articles.
1573
1574 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1575 parts.
1576 (nnimap-request-article): Work with the t setting, too.
1577
1578 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1579 that you don't get flashes of other buffers.
1580 (gnus-summary-show-complete-article): Intern before setting.
1581
1582 2010-09-27 David Engster <dengste@eml.cc>
1583
1584 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
1585 well as HEADERS.
1586 (nnmairix-retrieve-headers): Provide new argument for the above.
1587
1588 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1589
1590 * gnus-sum.el (gnus-summary-move-article): Don't alter
1591 gnus-newsgroup-active. This makes `/ N' work after copying to the same
1592 group.
1593
1594 * nnimap.el (nnimap-update-info): Don't destructively alter active.
1595
1596 * message.el (message-cite-prefix-regexp): Revert my last edit.
1597
1598 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1599 variable instead of the Gnus variable.
1600
1601 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1602
1603 * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1604 again.
1605
1606 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1607 since some servers don't like it.
1608 (nnimap-open-connection): Forget credentials if the server says the
1609 password was wrong.
1610 (nnimap-parse-line): Protect against invalid data.
1611
1612 * gnus-sum.el (gnus-summary-move-article): Add comment.
1613 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1614 nothing alters it while scanning for new messages.
1615
1616 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1617 which may or may not help.
1618 (nnimap-open-connection): If we're doing a stream connection, and then
1619 discover we're on a STARTTLS-capable server, then open a STARTTLS
1620 connection instead.
1621
1622 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1623
1624 * nnimap.el (utf7): Required.
1625
1626 * message.el (message-cite-prefix-regexp): Remove "}" from citation
1627 prefix.
1628
1629 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
1630
1631 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1632
1633 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1634
1635 * nnimap.el (nnimap-request-accept-article): Message the error on
1636 error.
1637
1638 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
1639
1640 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1641
1642 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1643
1644 * nndoc.el (nndoc-request-list): Return success always.
1645
1646 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1647 `fetch-old' -- we only want to fetch the articles we've requested. The
1648 rest are in the agent, probably.
1649 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1650 disappeared server" to something low. It's not important.
1651
1652 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1653 arrived before the FETCH data.
1654
1655 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1656 target here, because we don't know the Gnus name of the group.
1657
1658 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1659 for the correct group.
1660
1661 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1662
1663 * gnus.el (gnus): Give a final warning after startup.
1664
1665 * gnus-util.el (gnus-action-message-log): New variable.
1666 (gnus-message): Use it.
1667 (gnus-final-warning): New function.
1668
1669 * nnimap.el (nnimap-open-connection): Record the greeting.
1670 (nnimap): Add greeting.
1671
1672 2010-09-26 Julien Danjou <julien@danjou.info>
1673
1674 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1675 arguments.
1676 (gnus-html-wash-images): Fix spec computing to include start/end.
1677
1678 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1679
1680 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1681
1682 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1683 deletion.
1684 (nnimap-retrieve-headers): Don't select the group, because that's
1685 already done by nnimap-possibly-change-group.
1686
1687 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1688 (gnus-picon-transform-address): Use it.
1689
1690 * mail-source.el (mail-source-value): Revert previous patch.
1691
1692 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1693 on failure.
1694 (nnimap-open-connection): Look up both virtual and physical server name
1695 credentials.
1696
1697 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1698
1699 2009-02-08 Dave Love <fx@gnu.org>
1700
1701 * gnus-win.el (gnus-window-to-buffer-helper,
1702 gnus-all-windows-visible-p): Function needn't be a symbol.
1703
1704 * mail-source.el (mail-source-value): Function needn't be a symbol.
1705
1706 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1707
1708 * message.el (message-cite-prefix-regexp): Remove } from the cite
1709 prefix.
1710
1711 * gnus-art.el (gnus-treatment-function-alist): Do picons before
1712 highlight again, so that the highlight is correct.
1713
1714 * gnus-picon.el (gnus-picon): Remove again.
1715 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1716
1717 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1718 doing the header highlightling, so that the background colour of the
1719 picon is correct.
1720
1721 * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1722 (gnus-picon): Ditto.
1723 (gnus-picon): Reinstate. The background colour for picons is white.
1724 (gnus-picon-insert-glyph): Make the background white.
1725
1726 * nnml.el (nnml-open-nov): Don't return dead buffers.
1727
1728 * auth-source.el (auth-source-create): Query the user for whether to
1729 store the credentials.
1730
1731 * auth-source.el (auth-source-user-or-password): Use the existing auth
1732 sources, if any, for creation.
1733
1734 * gnus.el (gnus-group-fast-parameter): Return the last matching
1735 parameter instead of the first matching parameter.
1736
1737 2010-09-26 Julien Danjou <julien@danjou.info>
1738
1739 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1740
1741 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1742
1743 * mml2015.el (mml2015-use): Remove gpg support.
1744
1745 * mml1991.el (mml1991-function-alist): Remove gpg function.
1746 (mml1991-gpg-sign): Removed.
1747
1748 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
1749
1750 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1751 (gnus-browse-unsubscribe-current-group): Document it.
1752 (gnus-browse-unsubscribe-group): Use it.
1753
1754 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1755
1756 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1757 address to the To list for easier response.
1758
1759 * gnus.el (gnus-play-startup-jingle): Removed.
1760 (gnus-splash): Don't play jingle.
1761 (gnus): Silence gnus-load message.
1762
1763 * gnus-art.el (gnus-treat-play-sounds): Removed.
1764
1765 * gnus.el (gnus-play-jingle): Remove audio support.
1766
1767 * gnus-cus.el (gnus-score-customize): Remove audio reference.
1768
1769 * earcon.el: Removed -- no users.
1770
1771 * gnus-audio.el: Removed -- no users of this package.
1772
1773 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1774
1775 * gnus-start.el (gnus-setup-news): Remove nocem support.
1776
1777 * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1778
1779 * gnus.el (gnus-use-nocem): Removed.
1780
1781 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1782 Removed.
1783
1784 * gnus-nocem.el (gnus-nocem-issuers): Removed file. Apparently nobody
1785 uses NoCeM any more.
1786
1787 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1788 (gnus-button-ctan-handler): Ditto.
1789 (gnus-button-handle-ctan-bogus-regexp): Ditto.
1790 (gnus-button-ctan-directory-regexp): Ditto.
1791 (gnus-button-handle-ctan): Ditto.
1792 (gnus-button-tex-level): Ditto.
1793 (gnus-button-alist): Removed CTAN stuff.
1794
1795 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1796
1797 * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1798 nnimap-streaming test.
1799
1800 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1801 servers twice.
1802
1803 * nnimap.el (nnimap-open-connection): Add more error reporting when
1804 nnimap fails early.
1805
1806 * nnheader.el (nnheader-get-report-string): New function.
1807 (nnheader-get-report): Use it.
1808
1809 * gnus-int.el (gnus-check-server): Say what the error was when opening
1810 failed.
1811
1812 * nnimap.el (nnimap-wait-for-response): Search further when we're not
1813 using streaming.
1814
1815 2010-09-25 Julien Danjou <julien@danjou.info>
1816
1817 * gnus-html.el (gnus-html-rescale-image): Use our defalias
1818 gnus-window-inside-pixel-edges.
1819
1820 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1821
1822 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1823
1824 * mm-decode.el (mm-save-part): Allow saving to other directories the
1825 normal Emacs way.
1826
1827 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox. Suggested
1828 by Jay Berkenbilt.
1829
1830 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1831 there isn't a single byte.
1832
1833 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1834 just do it. It doesn't really seem to matter what the user responds
1835 here, I think, so it's just a confusing question.
1836
1837 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1838 non-streaming case.
1839
1840 * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1841 (gnus-article-encrypt-body): Use it.
1842
1843 * gnus-sum.el (gnus-summary-show-complete-article): New command and
1844 keystroke.
1845
1846 * nnimap.el (nnimap-find-wanted-parts-1): Use
1847 gnus-fetch-partial-articles.
1848
1849 * gnus-art.el (gnus-fetch-partial-articles): New variable.
1850
1851 * nnimap.el (nnimap-insert-partial-structure): New function.
1852 (nnimap-get-partial-article): New function.
1853 (nnimap-request-article): Use it.
1854 (nnimap-wait-for-response): Return whether the wait was successful.
1855 (nnimap-finish-retrieve-group-infos): Don't do anything if the
1856 retrieval wasn't successful.
1857 (nnimap-retrieve-group-data-early): Allow throttling servers.
1858 (nnimap-streaming): New variable.
1859 (nnimap-fetch-partial-articles): Removed.
1860
1861 * mm-decode.el (mm-with-part): Protect against killed buffers.
1862
1863 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1864 for prettier summary display.
1865
1866 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
1867
1868 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1869 directly.
1870
1871 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1872
1873 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1874 apparently third-party libraries depend on it.
1875
1876 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1877 before starting negotiation.
1878
1879 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1880 privacy reasons.
1881 (gnus-treat-mail-gravatar): Ditto.
1882
1883 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1884 buffer when inserting images. Inserting text into the headers, for
1885 instance, can make them invalid.
1886
1887 2010-09-25 Julien Danjou <julien@danjou.info>
1888
1889 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1890 variables.
1891
1892 * nnheader.el: Remove useless variables news-reply-yank-from and
1893 news-reply-yank-message-id.
1894
1895 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1896 variables.
1897
1898 * mml1991.el: Remove useless mml1991-verbose.
1899
1900 * gnus.el: Remove useless variable gnus-use-generic-from.
1901 Remove obsolete variable gnus-topic-indentation.
1902
1903 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1904
1905 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1906
1907 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1908
1909 * gnus-group.el: Remove useless gnus-group-icon-cache.
1910 Remove useless gnus-ephemeral-group-server.
1911
1912 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1913
1914 * mml2015.el: Remove useless mml2015-verbose.
1915
1916 * mml-smime.el: Remove useless mml-smime-verbose.
1917
1918 * gnus.el: Remove useless gnus-local-domain.
1919
1920 * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1921 gnus-gravatar-size.
1922
1923 * gnus-art.el: Remove useless gnus-treat-translate.
1924
1925 2010-09-24 Julien Danjou <julien@danjou.info>
1926
1927 * gnus-sum.el: Add support for Gravatars.
1928
1929 * gnus-art.el: Add support for Gravatars.
1930
1931 * gnus-gravatar.el: Add this file.
1932
1933 * gravatar.el: Add this file.
1934
1935 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1936
1937 * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1938
1939 * gnus-group.el (gnus-group-fetch-faq): Removed.
1940
1941 * gnus.el (gnus-group-faq-directory): Removed.
1942
1943 * gnus-group.el (gnus-group-fetch-charter): Removed.
1944
1945 * gnus.el (gnus-group-charter-alist): Removed.
1946
1947 * gnus-group.el (gnus-group-archive-directory): Removed.
1948 (gnus-group-recent-archive-directory): Ditto.
1949 (gnus-group-make-archive-group): Removed.
1950
1951 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1952
1953 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1954 use the same article number for all the cached articles.
1955
1956 * nnimap.el (nnimap-command): Register the last command time so
1957 that we can use it for idling NOOPs.
1958 (nnimap-open-connection): Start the keeplive timer.
1959 (nnimap-make-process-buffer): Store all the process buffers.
1960 (nnimap-keepalive): New function.
1961
1962 * starttls.el (starttls-open-stream): Add autoload cookie.
1963
1964 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
1965
1966 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1967 handling.
1968
1969 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1970
1971 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1972 its data structures.
1973
1974 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1975 instead of the cl.el copy-list.
1976 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1977 equalp.
1978
1979 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
1980
1981 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1982 and tool-bar-local-item-from-menu.
1983
1984 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1985 mode-line-highlight face for Emacs.
1986
1987 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1988 loading gnus-sum.elc; fix comment for canlock-verify.
1989 (gnus-article-jump-to-part): Use read-number.
1990 (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1991 Emacs pre-21 compatible code for help-echo.
1992 (gnus-article-next-page-1): No need to adjust the number of lines.
1993 (gnus-article-describe-bindings): Always use help-buffer.
1994
1995 * gnus-audio.el (gnus-audio-inline-sound)
1996 * gnus-cus.el (gnus-custom-mode)
1997 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1998
1999 * gnus-sum.el (gnus-remove-overlays): Doc fix.
2000
2001 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2002 compatible code.
2003
2004 2010-09-24 Glenn Morris <rgm@gnu.org>
2005
2006 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2007 visiting the fcc file in rmail-mode.
2008
2009 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
2010
2011 * nnir.el: Silence the byte compiler.
2012
2013 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2014 alias to browse-url-url-encode-chars if any.
2015 (gnus-html-encode-url): Use it.
2016
2017 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2018
2019 * gnus-start.el (gnus-use-backend-marks): New variable.
2020 (gnus-get-unread-articles-in-group): Use it.
2021
2022 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2023 makeover.
2024
2025 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
2026
2027 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2028
2029 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2030
2031 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2032 Removed.
2033 (gnus-setup-news-hook): Removed
2034 gnus-fixup-nnimap-unread-after-getting-new-news.
2035
2036 * gnus-int.el (gnus-request-update-info): Protect against backends not
2037 having the function.
2038
2039 * nnimap.el (nnimap-stream): Mention starttls.
2040 (nnimap-open-connection): Add starttls support.
2041
2042 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
2043
2044 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2045
2046 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2047
2048 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2049 BODYSTRUCTUREs.
2050 (nnimap-transform-headers): Unfold quoted {42} headers.
2051
2052 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2053 the info.
2054 (gnus-get-unread-articles): Only call updatep on backends that support
2055 it.
2056
2057 * nnweb.el (nnweb-request-update-info): NOOP.
2058
2059 * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2060
2061 * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2062 since it only deals with marks.
2063
2064 * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2065 gnus-request-marks, and make a new gnus-request-update-info.
2066
2067 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2068 the active instead of the high number, which is usually too low.
2069
2070 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
2071
2072 * encrypt.el: Removed.
2073
2074 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2075
2076 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2077 server in symbolic form.
2078
2079 * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2080 0.9.
2081
2082 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2083
2084 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2085 (nnimap-update-info): Fix up code slightly.
2086
2087 * gnus-int.el (gnus-open-server): Add tracing for performance
2088 debugging.
2089
2090 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2091 (gnus-group-insert-group-line): Pass the real group name so that it
2092 gets the right data.
2093
2094 * gnus-start.el (gnus-get-unread-articles): Don't have
2095 `gnus-get-unread-articles-in-group' update info, since that can be
2096 really slow and doesn't seem to be needed?
2097
2098 2010-09-22 Julien Danjou <julien@danjou.info>
2099
2100 * gnus-group.el (gnus-group-insert-group-line): Call
2101 gnus-group-highlight-line.
2102 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2103 default hook list.
2104 (gnus-group-update-eval-form): Add new function.
2105 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2106 (gnus-group-get-icon): Use gnus-group-update-eval-form.
2107
2108 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2109
2110 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2111 immediate, then expire all articles.
2112 (nnimap-update-info): Fix off-by-one errors.
2113 (nnimap-flags-to-marks): Would return no marks lists for group with no
2114 flags. Instead return the other data.
2115
2116 2010-09-22 Julien Danjou <julien@danjou.info>
2117
2118 * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2119 Only return an icon.
2120 (gnus-group-insert-group-line): Compute icon to return.
2121
2122 * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2123 variable.
2124 (gnus-html-image-fetched): Only cache if
2125 gnus-html-image-automatic-caching is set.
2126 (gnus-html-image-fetched): Check for errors.
2127
2128 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2129
2130 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2131 once per method on `g'. This ensures that backends like nnfolder don't
2132 open all their folders.
2133
2134 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2135 (nnimap-request-list): Nix out group in the correct buffer.
2136 (nnimap-parse-flags): Implement by using `read' instead of
2137 hand-parsing.
2138 (nnimap-flags-to-marks): Pass on permanent-flags.
2139 (nnimap-make-process-buffer): Record the server name.
2140 (nnimap-parse-flags): Fix typo.
2141 (nnimap-request-scan): Run split on the server in general, not just a
2142 single group.
2143
2144 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2145 parameter, and propagate this downwards.
2146
2147 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2148 since EXAMINE changes it on the server.
2149
2150 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2151 this command might take a while.
2152
2153 2010-09-22 Julien Danjou <julien@danjou.info>
2154
2155 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2156 harmful if you have 2 images side-by-side, they can't be properly
2157 update on text deletion. Using text-property is safer here.
2158 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2159 data.
2160
2161 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2162
2163 * nnimap.el (nnimap-expunge-inbox): Removed.
2164 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2165 (nnimap-expunge): Flip default to t.
2166
2167 * gnus.el (gnus-method-to-server): Don't push things to the cache
2168 unless it's unique.
2169 (gnus-server-to-method): Ditto.
2170
2171 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
2172
2173 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2174
2175 2010-09-22 Julien Danjou <julien@danjou.info>
2176
2177 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2178 get the start of data.
2179 (gnus-html-encode-url): Add this function to encode special chars in
2180 URL.
2181 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2182 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2183
2184 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2185 default.
2186 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2187
2188 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2189 images alt-text.
2190 (gnus-html-put-image): Put alt-text as help-echo.
2191
2192 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
2193
2194 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2195 * mm-util.el (mm-decompress-buffer)
2196 * nnir.el (nnir-run-find-grep)
2197 * pop3.el (pop3-list): Use 3rd arg of split-string.
2198
2199 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2200
2201 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2202 outside the active range. Suggested by Dan Christensen.
2203
2204 * gnus-start.el (gnus-get-unread-articles): Get the extended method
2205 slightly later to avoid double-getting it.
2206
2207 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2208 previous patch.
2209
2210 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2211
2212 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
2213
2214 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2215
2216 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2217
2218 * gnus-int.el (gnus-open-server): Give a better error message in the
2219 "go offline" case.
2220
2221 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2222 marks for nnimap, which is seldom the right thing to do.
2223
2224 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2225 (gnus-same-method-different-name): New function.
2226
2227 * nnimap.el (parse-time): Require.
2228
2229 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2230 method in the presence of many similar methods.
2231
2232 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2233
2234 * nnimap.el (nnimap-find-expired-articles): Don't refer to
2235 nnml-inhibit-expiry.
2236
2237 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2238 find out whether methods are equal.
2239
2240 * nnimap.el (nnimap-find-expired-articles): New function.
2241 (nnimap-process-expiry-targets): New function.
2242 (nnimap-request-move-article): Request the article before looking at
2243 what the Message-ID is. Fix found by Andrew Cohen.
2244 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2245
2246 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2247 for oldness in addition to being a predicate.
2248
2249 * nnimap.el (nnimap-request-group): When we have zero articles, return
2250 the right data to Gnus.
2251 (nnimap-request-expire-articles): Only delete articles immediately if
2252 the target is 'delete.
2253
2254 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2255 method, this would bug out.
2256
2257 * gnus-group.el (gnus-group-expunge-group): Renamed from
2258 gnus-group-nnimap-expunge, and implemented as a normal interface
2259 function.
2260
2261 * gnus-int.el (gnus-request-expunge-group): New function.
2262
2263 * nnimap.el (nnimap-request-create-group): Implement.
2264 (nnimap-request-expunge-group): New function.
2265
2266 2010-09-21 Julien Danjou <julien@danjou.info>
2267
2268 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2269 (gnus-html-cache-expired): Add new function.
2270 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2271 wethever we should display image for fetch it.
2272 Compute alt-text earlier to pass it to the fetching function too.
2273 (gnus-html-schedule-image-fetching): Change function argument to only
2274 get one image at a time, not a list.
2275 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2276 cache.
2277 (gnus-html-get-image-data): New function to retrieve image data from
2278 cache.
2279 (gnus-html-put-image): Change buffer argument to use image data rather
2280 than file, and place image above region rather than inserting a new
2281 one. Do not take alt-text as argument, since it's useless now: we place
2282 the image above alt-text.
2283 (gnus-html-prune-cache): Remove.
2284 (gnus-html-show-images): Start to fetch image when we find one, do not
2285 push into a temporary list.
2286 (gnus-html-prefetch-images): Only fetch image if they have expired.
2287 (gnus-html-browse-image): Fix, use 'gnus-image-url.
2288 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2289
2290 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2291
2292 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2293
2294 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2295
2296 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2297 spec inser "*" if the group isn't active instead of 0.
2298
2299 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2300 opening the server.
2301 (nnimap-request-delete-group): Implement group deletion.
2302 (nnimap-transform-headers): Return the size of the entire message in
2303 the Bytes header, not just the size of the first part.
2304 (nnimap-request-move-article): When moving an article from nnimap,
2305 request the article first so the accepting form has an article to
2306 accept. Reported by Dan Christensen.
2307 (nnimap-command): Make sure that the error message doesn't error out.
2308
2309 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
2310
2311 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2312 we haven't requested anything.
2313
2314 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2315
2316 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2317 "". Fix found by Andrew Cohen.
2318
2319 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2320 instead of -encode-string.
2321
2322 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2323
2324 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2325
2326 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2327 by mm-subst-char-in-string.
2328
2329 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2330
2331 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2332 waiting for the connection string.
2333
2334 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2335 arriving.
2336
2337 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2338 bogus characters. This allows selecting certain Gmail groups.
2339
2340 * nnimap.el (nnimap-find-wanted-parts-1): New function.
2341 (nnimap-fetch-partial-articles): New variable.
2342 (nnimap-open-connection): When looking for credentials, also use the
2343 nnimap-server-port.
2344 (nnimap-request-article): Return the group/article number, so that Gnus
2345 `^' works as expected.
2346 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2347 them.
2348
2349 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2350 comments.
2351 (gnus-methods-sloppily-equal): New function.
2352 (gnus): When using the development version of Gnus, load the gnus-load
2353 file.
2354
2355 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2356 `gnus-open-server' on each method before trying to scan them etc. This
2357 ensures that all the backend parameters are set correctly.
2358
2359 * nnimap.el (nnimap-authenticator): New variable.
2360 (nnimap-open-connection): Allow anonymous login.
2361 (nnimap-transform-headers): The chars header is called Chars not
2362 Bytes.
2363 (nnimap-wait-for-response): Don't infloop if the IMAP connection
2364 drops.
2365
2366 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2367 patch, found by Knut Anders Hatlen.
2368
2369 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
2370
2371 * gnus-agent.el (gnus-agent-batch-confirmation)
2372 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2373 to gnus-message.
2374 * gnus-art.el (gnus-article-describe-briefly): Likewise.
2375 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2376 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2377 * gnus-int.el (gnus-open-server): Likewise.
2378 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2379 (gnus-score-check-syntax): Likewise.
2380 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2381 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2382 Likewise.
2383 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2384
2385 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2386
2387 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2388 calling conventions so that prefetch doesn't bug out.
2389
2390 2010-09-19 Julien Danjou <julien@danjou.info>
2391
2392 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2393 rather than `subst-char-in-region' in order to be able to replace ASCII
2394 char by UTF-8 ones.
2395
2396 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2397 than curl.
2398 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2399 the right URL and ALT text on images.
2400 (gnus-html-wash-tags): Fix tag case.
2401 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
2402 (gnus-article-html): Add -o display_ins_del=2 option.
2403 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2404
2405 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2406
2407 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2408 the extra mail headers, which sometimes seem to happen for unknown
2409 reasons.
2410
2411 * mail-parse.el (mail-header-encode-parameter): Define as
2412 rfc2045-encode-string instead of as rfc2231-encode-string, since some
2413 (or most, perhaps?) mail readers don't understand the latter, but do
2414 understand the former.
2415
2416 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2417 to nil, so that no methods are automatically agentized. I think this
2418 is probably what most users want.
2419
2420 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2421 from url-retrieve, for instance about invalid URLs.
2422
2423 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2424 groups that have no articles.
2425 (nnimap-request-article): Check that we really got an article when we
2426 requested one.
2427
2428 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2429 doesn't exist.
2430
2431 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2432 nntp buffer so the agent can save it.
2433 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2434 that CRLF doesn't get translated to \n.
2435 (nnimap-open-connection): Don't make 'shell commands only send \n.
2436
2437 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2438
2439 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2440 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2441 Update var name.
2442 (nnml-generate-nov-file): Use dolist.
2443 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2444 Use with-current-buffer.
2445
2446 2010-09-18 Julien Danjou <julien@danjou.info>
2447
2448 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2449 parallel.
2450
2451 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2452
2453 * nnimap.el (nnimap-update-info): When doing partial marks update, get
2454 the range update right.
2455 (nnimap-request-group): Don't make `M-g' bug out on group with no
2456 marks.
2457 (nnoo): Required, so that other packages can require nnimap.
2458 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2459 command we're looking for. This helps when the server sends more
2460 responses after we've gotten everything we expected.
2461 (nnimap): Add a `newlinep' field to keep track of end-of-line
2462 conventions.
2463 Don't send CRLF to things that don't want it.
2464 (nnimap-request-accept-article): Ditto.
2465
2466 2010-09-18 Julien Danjou <julien@danjou.info>
2467
2468 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2469 than curl to retrieve images.
2470
2471 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2472
2473 * nnimap.el (nnimap-update-info): Extend the info so that we can set
2474 the marks.
2475 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2476 (nnimap-wait-for-connection): New function.
2477 (nnimap-open-connection): If we have PREAUTH, don't query for login
2478 credentials.
2479 (nnimap-update-info): Fix off-by-one error when concatenating ranges
2480 when doing a partial update.
2481
2482 2010-09-18 Julien Danjou <julien@danjou.info>
2483
2484 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2485 tags.
2486
2487 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2488
2489 * nnimap.el (nnimap-credentials): New function.
2490 (nnimap-open-connection): Use the new function to look for credentials
2491 also on the numeric equivalents of "imap" and "imaps".
2492
2493 * gnus-start.el (gnus-activate-group): Send the info to
2494 gnus-request-group.
2495
2496 * nnimap.el (nnimap-request-group): Have the "check" version of the
2497 function parse flags and update the info, so that a `M-g' get a total
2498 resync of all flags from the group.
2499
2500 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2501 to allow backends to alter the info on group selection. Also alter all
2502 the backend -request-group functions to take the parameter.
2503
2504 * nnimap.el (nnimap-store-info): New function.
2505 (nnimap-update-info): Store the info for later usage.
2506 (nnimap-request-group): Use the stored info for the dont-check case, so
2507 that we don't retrieve all marks when we enter a group.
2508
2509 * nnimap.el: Use deffoo instead of defun for interface functions.
2510
2511 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2512 update the group info. This makes the nndraft groups, for instance, go
2513 back to their old behaviour.
2514
2515 * gnus-sum.el (gnus-select-newsgroup): Indent.
2516
2517 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2518 in.
2519 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2520 nothing.
2521
2522 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2523 from methods that are denied.
2524
2525 * gnus-int.el (gnus-method-denied-p): New function.
2526
2527 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2528 store the password instead of netrc.
2529 (nnimap-open-connection): Don't error out when we can't make a
2530 connections.
2531
2532 * auth-source.el (auth-source-create): In the password prompt, say what
2533 we're querying for. Also prompt for user name if that hasn't been
2534 given.
2535
2536 * nnimap.el (nnimap-with-process-buffer): Removed.
2537
2538 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2539
2540 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2541 method when we're reading from the agent.
2542
2543 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2544
2545 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2546 that's probably most useful for users.
2547
2548 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2549 "failed" all the time.
2550
2551 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2552 ...)) with (with-current-buffer ... ).
2553
2554 * nntp.el (nntp-open-server): Return whether the open was successful or
2555 not.
2556
2557 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2558 select an unread unseen article first.
2559
2560 * nnimap.el (nnimap-open-connection): If the user doesn't have a
2561 /etc/services, supply some sensible port defaults.
2562
2563 2010-09-17 Julien Danjou <julien@danjou.info>
2564
2565 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2566
2567 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
2568
2569 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2570 doesn't have any parameters.
2571
2572 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2573
2574 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2575 only upcased checks.
2576
2577 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2578
2579 * nnimap.el (nnimap-open-shell-stream): New function.
2580 (nnimap-open-connection): Use it.
2581 (nnimap-transform-headers): Get the number of lines in each message.
2582 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2583 number of lines.
2584 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
2585 problem.
2586
2587 * utf7.el (utf7-encode): Autoload.
2588
2589 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2590 to allow the mail splitting to not return a default group. This is
2591 useful for nnimap, which will leave unmatched mail in the inbox.
2592
2593 * nnimap.el: Rewritten.
2594
2595 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2596 nnimap usage.
2597
2598 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2599 if the move is internal, so that nnimap can do fast internal moves.
2600
2601 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2602 data.
2603 (gnus-read-active-for-groups): Support finishing the early retrieval of
2604 data.
2605
2606 * gnus-range.el (gnus-range-nconcat): New function.
2607
2608 * gnus-int.el (gnus-finish-retrieve-group-infos)
2609 (gnus-retrieve-group-data-early): New functions.
2610
2611 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2612
2613 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2614 (nnrss-retrieve-groups):
2615 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2616 (pop3-quit): Use with-current-buffer.
2617
2618 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
2619
2620 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2621 instead of nnheader-accept-process-output.
2622
2623 * gnus-html.el (gnus-html-schedule-image-fetching)
2624 (gnus-html-prefetch-images): Replace process-kill-without-query by
2625 gnus-set-process-query-on-exit-flag.
2626
2627 2010-09-16 Romain Francoise <romain@orebokech.com>
2628
2629 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2630
2631 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2632
2633 * gnus-registry.el (gnus-registry-install-shortcuts): The second
2634 parameter to unintern is mandatory-ish in Emacs 24.
2635
2636 * gnus-html.el (gnus-html-schedule-image-fetching)
2637 (gnus-html-prefetch-images): Check for curl before using it.
2638
2639 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2640 depend on curl, which isn't essential.
2641
2642 * imap.el: Revert back to version
2643 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2644 seem problematic.
2645
2646 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
2647
2648 * gnus-registry.el (gnus-registry-install-shortcuts):
2649 Explicitly pass `obarray' to `unintern' to avoid a warning.
2650
2651 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2652
2653 * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2654 change.
2655
2656 * nnrss.el (nnrss-request-list): Removed this function and related
2657 functions, including the moreover stuff.
2658
2659 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2660
2661 * nnrss.el (nnrss-retrieve-groups): New function.
2662
2663 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
2664
2665 * .dir-locals.el: Add no-byte-compile cookie.
2666
2667 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
2668
2669 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2670 for back end that doesn't support request-scan.
2671
2672 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2673
2674 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2675 then do request scans from the backends.
2676
2677 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2678 avoid running a hook per line, since this takes a lot of time,
2679 profiling shows.
2680 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2681 directly if gnus-visual-p is true.
2682
2683 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
2684
2685 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2686 groups; replace mapcar with dolist which is a bit faster; pass groups
2687 info to gnus-read-active-file-1.
2688 (gnus-read-active-file-1): Scan only specified groups if the new
2689 optional arg `infos' is given.
2690
2691 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2692
2693 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2694
2695 * pop3.el (pop3-movemail): Removed.
2696 (pop3-streaming-movemail): Renamed to pop3-movemail.
2697
2698 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2699 don't restrict end-tag searches to the end of the line.
2700
2701 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
2702
2703 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2704 articles of every unchecked group to t, which means unknown since the
2705 server has never been opened.
2706
2707 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2708
2709 * gnus-html.el (gnus-html-show-alt-text): New command.
2710 (gnus-html-browse-image): Ditto.
2711 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2712 to browse the image directly.
2713 (gnus-html-wash-tags): Search for images first, so that <a><img> works
2714 better.
2715
2716 * gnus-async.el (gnus-async-article-callback): Call
2717 `gnus-html-prefetch-images' unconditionally.
2718
2719 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2720 before feeding URLs to curl.
2721
2722 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
2723
2724 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2725 internal images as deletable by `W D D'.
2726
2727 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2728 (gnus-async-article-callback): Fix typo.
2729
2730 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2731
2732 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2733 current line to work around bugs in the output from w3m.
2734
2735 * gnus-async.el (gnus-async-article-callback): Always prefetch images
2736 for groups that want that.
2737
2738 * nntp.el (nntp-wait-for-string): Supply a timeout for
2739 accept-process-output to ensure progress.
2740
2741 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2742 level to get unread articles from, then use that for foreign groups,
2743 too.
2744
2745 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2746 confuses the rest of the function.
2747
2748 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2749 for the methods that support -retrieve-groups, too.
2750
2751 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2752
2753 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2754
2755 * pop3.el: Require cl when compiling.
2756 (pop3-number-of-responses): Search for "+OK", not "+OK ".
2757
2758 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2759
2760 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2761 that aren't going to be activated.
2762 (gnus-get-unread-articles): Fix up the last commit.
2763
2764 * gnus-html.el (gnus-article-html): Allow calling without specifying
2765 the handle. In that case, dissect the buffer first.
2766
2767 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2768
2769 * nnimap.el (nnimap-open-connection): Revert the change that would look
2770 into authinfo for imaps instead of imap.
2771
2772 * gnus-start.el (gnus-activate-group): Take an optional parameter to
2773 say that you don't want to call gnus-request-group with don-check, but
2774 do check the reponse. This is for virtual groups only.
2775 (gnus-get-unread-articles): Count the archive groups as secondary, so
2776 that they're activated the same way as before.
2777
2778 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2779 case-insensitively.
2780 (nnimap-debug): Removed.
2781
2782 * mail-source.el (mail-source-fetch): Don't message if we're fetching
2783 mail from a file, and the file doesn't exist.
2784
2785 * pop3.el (pop3-streaming-movemail): Return t for success.
2786
2787 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2788 .authinfo if we're using ssl connection.
2789
2790 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2791 already have if we're in a main Gnus `g' run.
2792
2793 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2794
2795 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
2796
2797 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2798
2799 * nnmh.el (nnmh-request-list-1): Bind `file'.
2800
2801 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2802 alias to set-process-query-on-exit-flag or process-kill-without-query.
2803 (pop3-open-server): Use it.
2804
2805 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2806
2807 * mail-source.el (mail-source-delete-crash-box): Always move the crash
2808 box to the Incoming file. Fixes mistake in previous checkin.
2809
2810 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2811 request loop (for debugging purposes) removed.
2812
2813 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2814 culprit is more visible.
2815 (nnml-save-incremental-nov, nnml-open-incremental-nov)
2816 (nnml-add-incremental-nov): New functions to do "incremental" nov
2817 updates, where we just append to the end of the existing nov files
2818 without reading/writing them in full.
2819
2820 * mail-source.el (mail-source-delete-crash-box): Really only check the
2821 incoming files once in a while.
2822
2823 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2824
2825 * mail-source.el (mail-source-delete-crash-box): Only check the
2826 incoming files for deletion once per day to save a lot of file
2827 accesses.
2828
2829 * pop3.el (pop3-logon): Fix up unbound variable typo.
2830
2831 * mail-source.el (pop3-streaming-movemail): Autoload.
2832
2833 * pop3.el (pop3-streaming-movemail): Respect
2834 pop3-leave-mail-on-server.
2835
2836 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2837 retrieval.
2838
2839 * pop3.el (pop3-process-filter): Removed unused function.
2840 (pop3-streaming-movemail, pop3-send-streaming-command)
2841 (pop3-wait-for-messages, pop3-write-to-file)
2842 (pop3-number-of-responses): New functions for streaming pop3
2843 retrieval.
2844
2845 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2846 come from no known methods.
2847 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2848 list.
2849
2850 * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2851 message sizes.
2852 (pop3-movemail): Use erase-buffer instead of looping and deleting
2853 regions, which seems rather odd.
2854
2855 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2856 file once per `g' run.
2857
2858 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2859 directories. This makes the draft queue directory work.
2860
2861 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2862 data from the backends, so that we only request the list of groups from
2863 each method once. This should speed things up considerably.
2864
2865 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2866 detect that it's not implemented.
2867
2868 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2869 we actually do recurse down into the tree, but don't stat all leaf
2870 nodes.
2871
2872 * gnus-html.el (gnus-html-show-images): If there are no images to show,
2873 then say so instead of bugging out.
2874
2875 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2876 files exist before trying to read them.
2877
2878 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2879 around <pre_int>.
2880
2881 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2882
2883 * nnmh.el (nnmh-request-list-1): Optimize for speed.
2884
2885 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2886
2887 * mm-util.el (mm-image-load-path): Just return the image directories,
2888 not all directories in the path in addition to the image directories.
2889 (mm-image-load-path): Maintain a cache of the image directories so that
2890 the `g' command in Gnus doesn't have to stat dozens of directories each
2891 time.
2892
2893 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2894 (gnus-html-wash-tags): Add a new `i' command to insert images.
2895 (gnus-html-insert-image): New command and keystroke.
2896 (gnus-html-redisplay-with-images): New command and keystroke.
2897 (gnus-html-show-images): Renamed command.
2898 (gnus-html-wash-tags): Remove more white space before <pre_int> image
2899 spacers.
2900 (gnus-html-wash-tags): Decode entities at the end, so that entities
2901 inside the tags don't mess up the rest of the "parsing".
2902
2903 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2904 so that nnimap methods aren't agentized by default. There's apparently
2905 many problems related to agent/imap behaviour.
2906
2907 * gnus-art.el (gnus-article-copy-string): New command and key binding.
2908
2909 * gnus-html.el: Doc fix.
2910
2911 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
2912
2913 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2914 glyph-width and glyph-height instead of display-graphic-p and
2915 image-size; make avoidance of displaying small images work for XEmacs.
2916
2917 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2918 for XEmacs.
2919
2920 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2921 of symbol that holds plist data.
2922 (gnus-process-plist): Remove plist of process after getting it.
2923
2924 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2925
2926 * message.el (message-generate-hashcash): Change default to
2927 'opportunistic if hashcash is installed.
2928
2929 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2930 (gnus-html-put-image): Only call image-size once, since it's somewhat
2931 time-consuming on remote X servers.
2932
2933 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
2934
2935 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2936 decoded contents.
2937 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2938
2939 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2940
2941 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2942 group line format, since it isn't very interesting.
2943
2944 * gnus-agent.el (gnus-agent-short-article),
2945 (gnus-agent-long-article): Increase values for these two variables,
2946 since most people are likely to have more network connection and
2947 storage than before.
2948
2949 * gnus.el (gnus-refer-article-method): Change default to 'current.
2950 When referring an article, the common behaviour is to refer it from the
2951 current select method, not the native select method. The chances of
2952 the native select method having the message in question is rather slim
2953 these days.
2954
2955 * gnus-sum.el (gnus-auto-select-subject): Change default to
2956 `unseen-or-unread'. I think it's likely that most people want to
2957 select an unseen article over a previously seen, but unread one.
2958
2959 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
2960 means that in the article buffer none of the minor mode elements will
2961 be shown, usually, and this is not desirable in most cases.
2962
2963 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2964 that commands like `d' (and the like) go to the next line in the
2965 buffer, instead of the next unread article. I think this is the
2966 behaviour that is most natural for most users.
2967 (gnus-single-article-buffer): Change default to nil, so that people can
2968 have as many article buffers open as they have summary buffer. I think
2969 this is the most natural way for the groups to behave.
2970
2971 * message.el (message-generate-new-buffers): Change default to
2972 `unsent', so that all new message buffers start their names with the
2973 string "*unsent", and it's easier to find the buffers if you move from
2974 them.
2975
2976 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2977
2978 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2979 small. They're probably tracking images.
2980 (gnus-html-wash-tags): Remove all <pre_int> place holders.
2981 (gnus-html-rescale-image): Yet another try at getting the image sizing
2982 right.
2983
2984 * nntp.el (nntp-request-set-mark): Refuse to do marks if
2985 nntp-marks-file-name is nil.
2986
2987 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
2988
2989 * gnus-html.el (gnus-html-wash-tags)
2990 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2991 Better logging.
2992
2993 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2994
2995 * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2996
2997 * gnus-html.el (gnus-html-wash-tags): Check the value of
2998 gnus-blocked-images in the summary buffer.
2999
3000 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
3001
3002 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3003
3004 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3005
3006 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3007 like "a", it seems like.
3008 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3009 since it needs to be picked from the correct buffer.
3010
3011 * nnwfm.el: Removed.
3012
3013 * nnlistserv.el: Removed.
3014
3015 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
3016
3017 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3018 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3019
3020 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3021
3022 * nnkiboze.el: Removed.
3023
3024 * nndb.el: Removed.
3025
3026 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3027 alt text.
3028 (gnus-html-rescale-image): Try to get the rescaling logic right for
3029 images that are just wide and not tall.
3030
3031 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3032 overshadow variable bindings.
3033
3034 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
3035
3036 * gnus-html.el (gnus-html-wash-tags)
3037 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3038 extra logging.
3039
3040 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3041
3042 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3043 (gnus-max-image-proportion): New variable.
3044 (gnus-html-rescale-image): New function.
3045 (gnus-html-put-image): Rescale images.
3046
3047 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3048
3049 Fix up some byte-compiler warnings.
3050 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3051 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3052 (gnus-article-fill-cited-article, gnus-article-hide-citation)
3053 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3054 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3055 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3056 (gnus-group-update-group): Use save-excursion and with-current-buffer.
3057
3058 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3059
3060 * gnus-html.el (gnus-article-html): Decode contents by charset.
3061
3062 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3063
3064 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3065 (gnus-html-frame-width, gnus-blocked-images)
3066 * message.el (message-prune-recipient-rules): Add custom version.
3067 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3068
3069 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3070 functions.
3071
3072 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3073 gnus-process-get.
3074
3075 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
3076
3077 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3078 instead of lsub directly.
3079
3080 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3081
3082 * nnwarchive.el: Removed.
3083
3084 * gnus-soup.el: Removed.
3085
3086 * nnsoup.el: Removed.
3087
3088 * nnultimate.el: Removed.
3089
3090 * gnus-html.el (gnus-blocked-images): New variable.
3091
3092 * message.el (message-prune-recipients): New function.
3093 (message-prune-recipient-rules): New variable.
3094
3095 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3096 guess whether a long line is natural text or not.
3097
3098 * gnus-html.el (gnus-html-schedule-image-fetching): Use
3099 gnus-process-plist and friends for compatibility.
3100
3101 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
3102
3103 * gnus-html.el: Require packages that define macros used in this file.
3104 (gnus-article-mouse-face): Declare to silence byte-compiler.
3105 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3106 process-get.
3107 (gnus-html-put-image): Use plist-get to avoid getf.
3108 (gnus-html-prefetch-images): Use with-current-buffer.
3109
3110 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
3111
3112 * gnus-ems.el: Provide compatibility functions for
3113 gnus-set-process-plist.
3114
3115 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3116 * gnus.el (gnus-valid-select-methods)
3117 * message.el (message-send-mail-partially-limit)
3118 * mm-decode.el (mm-text-html-renderer)
3119 * mml.el (mml-insert-mime-headers-always)
3120 * smiley.el (smiley-regexp-alist): Bump custom version.
3121
3122 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3123
3124 * gnus-html.el: require mm-url.
3125 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3126 with the url to `url'.
3127 (gnus-html-wash-tags): Support cid: URLs/images.
3128
3129 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3130
3131 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3132 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3133 bindings, as they aren't useful at all. `w' is moved to `W w'.
3134
3135 * gnus-move.el: Removed file, since it doesn't really work.
3136
3137 * gnus-html.el (gnus-article-html): Tell w3m that the input is
3138 UTF-8. This seems to fix problems with some German web feeds.
3139
3140 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3141 at the top so that the proper colours are applied.
3142
3143 * gnus-art.el (gnus-article-view-part): Doc fix.
3144
3145 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3146 XEmacs-compatible.
3147 (gnus-html-put-image): Don't do images on non-graphic displays.
3148
3149 * nnslashdot.el: Removed this unused backend.
3150
3151 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3152 actions.
3153 (gnus-undo-register-1): Revert last change.
3154
3155 * gnus-group.el (gnus-group-completing-read): Protect against not
3156 having completion-styles bound.
3157
3158 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3159 make broken recipients happier.
3160
3161 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3162
3163 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3164 point parameter.
3165
3166 * gnus-group.el (gnus-group-completing-read): Add 'substring to
3167 completion-styles for group selection.
3168
3169 2009-02-04 Andreas Schwab <schwab@suse.de>
3170
3171 * gnus-score.el (gnus-score-string): Fix regex for matching extra
3172 headers and regexp-quote the match if necessary.
3173
3174 2009-03-24 Miles Bader <miles@gnu.org>
3175
3176 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3177 the blinking smiley.
3178
3179 2009-03-24 Simon Josefsson <simon@josefsson.org>
3180
3181 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3182 blink smiley.
3183
3184 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3185
3186 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3187 where the dribbel file lives exists.
3188
3189 * message.el (message-send-mail-partially-limit): Change the default to
3190 nil, since most people don't want this.
3191
3192 * mm-url.el (mm-url-decode-entities): Also decode entities like
3193 &#x3212.
3194
3195 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
3196
3197 * gnus-sum.el (gnus-summary-idna-message):
3198 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3199 Hyperlink urls in docstrings with URL `...'.
3200
3201 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
3202
3203 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3204 functions.
3205
3206 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3207
3208 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3209 say what the mouseover text should be.
3210
3211 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3212 version of the mm-w3m-safe-url-regexp variable to only download images
3213 in the groups where we want that to happen.
3214
3215 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3216
3217 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3218 easier debugging.
3219 (gnus-article-beginning-of-window): Add kludge to allow spacing past
3220 big pictures in the article buffer.
3221
3222 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3223 gnus-article-html.
3224 (mm-text-html-renderer): gnus-article-html needs curl in addition to
3225 w3m.
3226
3227 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3228
3229 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3230
3231 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3232 which doesn't exist.
3233
3234 * message.el (message-inhibit-ecomplete): New variable to allow some
3235 function to inhibit ecomplete address storage.
3236 (message-resend): Disable ecomplete message storage when resending
3237 messages.
3238
3239 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3240
3241 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
3242
3243 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3244 Save excursion while copying, moving, and deleting articles in order to
3245 prevent the cursor from jumping to unforeseen place.
3246
3247 2010-08-17 Glenn Morris <rgm@gnu.org>
3248
3249 * gnus-sync.el: Require gnus components whose functions are used.
3250
3251 * gnus-art.el (bookmark-make-record-function):
3252 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3253 Declare for compiler.
3254
3255 * mm-url.el (mml-compute-boundary): Autoload.
3256
3257 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
3258
3259 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3260
3261 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
3262
3263 Typo fix "hoo4a" -> "hook".
3264
3265 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3266
3267 2010-08-14 Glenn Morris <rgm@gnu.org>
3268
3269 * gnus-sync.el (gnus-sync): Fix defgroup version.
3270
3271 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
3272
3273 Doc fixes and keep unknown groups (ammended for nunion bug fix).
3274
3275 * gnus-sync.el: Fix docs.
3276 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3277 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3278
3279 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
3280
3281 Optimizations for gnus-sync.el.
3282
3283 * gnus-sync.el: Add docs about gnus-sync-backend
3284 possibilities.
3285 (gnus-sync-save): Remove unnecessary message.
3286 (gnus-sync-read): Optimize and show what groups were skipped.
3287
3288 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
3289
3290 Minor bug fixes for gnus-sync.el.
3291
3292 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3293 read the sync on get-new-news.
3294
3295 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3296 quiet.
3297
3298 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3299
3300 2010-07-30 Lawrence Mitchell <wence@gmx.li>
3301
3302 Make saving and restoring of hidden threads work with overlays.
3303 Patch applied by Ted Zlatanov.
3304
3305 * gnus-sum.el (gnus-hidden-threads-configuration)
3306 (gnus-restore-hidden-threads-configuration): Update to deal with text
3307 properties, rather than searching for a magic character.
3308
3309 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
3310
3311 New gnus-sync.el library for synchronization of marks.
3312
3313 * gnus-sync.el: New library for synchronization of marks.
3314
3315 * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3316 renamed from `gnus-registry-grep-in-list'.
3317
3318 * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3319
3320 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3321
3322 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
3323
3324 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3325 determining charset of text fails.
3326
3327 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
3328
3329 * nnmail.el (nnmail-get-new-mail-1): Revert.
3330
3331 * nnml.el (nnml-active-number): Make sure names of newly created groups
3332 in nnml-group-alist are encoded.
3333
3334 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
3335
3336 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3337 containing non-ASCII characters in active file for nnml back end.
3338
3339 2010-07-24 David Engster <dengste@eml.cc>
3340
3341 * mml-smime.el (mml-smime-epg-verify): Also accept the older
3342 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3343
3344 2010-07-21 Daiki Ueno <ueno@unixuser.org>
3345
3346 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3347 tag (Bug#6654).
3348
3349 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
3350
3351 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3352 the article buffer, not the summary buffer.
3353
3354 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
3355
3356 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3357 Emacs 23 as well.
3358
3359 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3360
3361 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3362 Patch applied by Karl Fogel.
3363
3364 * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3365 `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3366
3367 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3368
3369 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3370 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
3371 C-w still not working correctly from Article buffers; Thierry's
3372 patch to fix that will be applied after this.
3373
3374 * gnus-art.el (bookmark-make-record-function): New local variable.
3375
3376 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3377 article buffer.
3378 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3379
3380 2010-07-13 Karl Fogel <kfogel@red-bean.com>
3381
3382 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3383 on changes in bookmark.el.
3384
3385 2010-06-22 Mark A. Hershberger <mah@everybody.org>
3386
3387 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3388 the *other* type of HTML form submission.
3389
3390 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
3391
3392 * auth-source.el (auth-source-pick): If choice does not contain a
3393 questioned keyword, set the check to t.
3394
3395 2010-06-12 Romain Francoise <romain@orebokech.com>
3396
3397 * gnus-util.el (gnus-date-get-time): Move up before first use.
3398
3399 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
3400
3401 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3402 (gnus-article-edit-part): Bind it to make last part that is substituted
3403 or deleted visible.
3404 (gnus-mime-display-single): Buttonize part of which id equals to
3405 gnus-mime-buttonized-part-id.
3406
3407 2010-06-10 Dan Christensen <jdc@uwo.ca>
3408
3409 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3410 (gnus-dd-mmm): Use gnus-date-get-time.
3411 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3412 simplify logic.
3413 (gnus-summary-limit-to-age): Use gnus-date-get-time.
3414 (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3415
3416 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
3417
3418 * auth-source.el (top): Autoload `secrets-list-collections',
3419 `secrets-create-item', `secrets-delete-item'.
3420 (auth-sources): Fix tag string.
3421 (auth-get-source, auth-source-retrieve, auth-source-create)
3422 (auth-source-delete): New defuns.
3423 (auth-source-pick): Rewrite in order to avoid 2 passes.
3424 (auth-source-forget-user-or-password): New parameter USERNAME.
3425 (auth-source-user-or-password): New parameters CREATE-MISSING and
3426 DELETE-EXISTING. Retrieve password interactively, if needed.
3427
3428 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
3429
3430 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3431 deleting unused directories when gnus-expert-user is t.
3432
3433 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
3434
3435 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3436 for each temp file when gnus-article-browse-delete-temp is ask.
3437
3438 2010-05-20 Kevin Ryde <user42@zip.com.au>
3439
3440 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
3441
3442 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
3443
3444 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3445 article unless decoding article to be saved.
3446
3447 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
3448
3449 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3450 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3451 generated within the mm-with-unibyte-current-buffer macro.
3452
3453 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
3454
3455 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3456 to nil when we're in a mml-preview buffer and no group is selected.
3457
3458 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
3459
3460 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3461 when catching the `C-g'. Reported by "Leo".
3462
3463 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
3464
3465 * message.el (message-forward-make-body-plain)
3466 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3467 multibyte-string-p.
3468
3469 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
3470
3471 * message.el (message-forward-make-body-mml): Assume original message
3472 is multibyte string; error on unibyte.
3473 (message-forward-make-body-plain): Ditto; don't add excessive newline
3474 in body end.
3475
3476 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
3477
3478 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3479 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
3480
3481 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
3482
3483 * mm-extern.el (mm-extern-url): Don't use
3484 mm-with-unibyte-current-buffer.
3485 (mm-extern-cache-contents): Use with-current-buffer instead of
3486 save-excursion + set-buffer.
3487
3488 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
3489
3490 * mm-util.el (mm-emacs-mule): Remove.
3491
3492 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
3493
3494 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3495 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3496 change.
3497
3498 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
3499
3500 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3501 bind the default value of enable-multibyte-characters to nil.
3502
3503 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
3504
3505 * message.el (message-forward-make-body-plain)
3506 (message-forward-make-body-mml):
3507 Don't use mm-with-unibyte-current-buffer.
3508
3509 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
3510
3511 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3512 (Bug#5592).
3513
3514 2010-05-07 Julien Danjou <julien@danjou.info>
3515
3516 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3517 it to mm-pipe-part.
3518
3519 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3520 it is given.
3521
3522 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
3523
3524 * nnweb.el (nnweb-gmane-search)
3525 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3526 XEmacs.
3527
3528 * gnus-art.el (gnus-article-browse-html-parts)
3529 * gnus-group.el (gnus-read-ephemeral-gmane-group)
3530 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3531 make-temp-file.
3532
3533 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3534 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3535 compiling.
3536
3537 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3538 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3539 XEmacs when compiling.
3540
3541 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3542 gnus-pick-mode-off-hook for XEmacs when compiling.
3543 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3544 gnus-binary-mode-off-hook for XEmacs when compiling.
3545
3546 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3547 nil if char-charset is not available.
3548
3549 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
3550 macro.
3551
3552 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3553 instead of encode-coding-string.
3554
3555 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3556 'xemacs) instead of mm-emacs-mule to switch function definitions.
3557 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3558
3559 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
3560
3561 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3562
3563 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
3564
3565 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3566 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3567
3568 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
3569
3570 * mm-util.el (mm-decompress-buffer): Use `delete-file';
3571 alias `jka-compr-delete-temp-file' no longer exists.
3572
3573 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3574
3575 Use define-minor-mode in Gnus where applicable.
3576 * mml.el (mml-mode): Use define-minor-mode.
3577 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3578 (gnus-undo-mode): Use define-minor-mode.
3579 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3580 (gnus-dead-summary-mode): Use define-minor-mode.
3581 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3582 Initialize in declaration.
3583 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3584 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3585 (gnus-mailing-list-mode): Use define-minor-mode.
3586 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3587 (gnus-draft-mode): Use define-minor-mode.
3588 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3589 (gnus-dired-mode): Use define-minor-mode.
3590
3591 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
3592
3593 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3594 handles on recursive mml-to-mime translation and check them for
3595 boundary delimiter collisions. Reported by Greg Troxel.
3596
3597 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
3598
3599 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3600
3601 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3602
3603 * mm-util.el (mm-find-buffer-file-coding-system):
3604 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3605
3606 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
3607
3608 * message.el (message-generate-headers): Record insertion of optional
3609 headers as well. Otherwise the check to prevent repeated insertion of
3610 optional headers is a no-op.
3611
3612 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
3613
3614 * smime.el: Don't mention CVS.
3615
3616 * nnrss.el (nnrss-fetch): Don't mention CVS.
3617
3618 * nnir.el: Don't mention CVS.
3619
3620 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3621
3622 * gnus-sum.el (gnus-summary-bookmark-make-record):
3623 Add `location' field.
3624
3625 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3626
3627 * gnus-sum.el: Add bookmark declarations to silence the compiler.
3628 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3629 Use with-current-buffer to silence the byte-compiler.
3630 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3631 bother to require `gnus'.
3632 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
3633
3634 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3635
3636 * gnus-sum.el (gnus-summary-bookmark-make-record)
3637 (gnus-summary-bookmark-jump): New functions.
3638 (gnus-summary-mode): Setup bookmark support.
3639
3640 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
3641
3642 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3643 if set.
3644
3645 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3646
3647 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3648 gnus-article-browse-html-save-cid-image; make it work recursively for
3649 forwarded messages as well.
3650 (gnus-article-browse-html-parts): Work when prefix arg is given.
3651 (gnus-article-browse-html-article): Doc fix.
3652
3653 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
3654
3655 * message.el (message-default-mail-headers):
3656 (message-default-headers): Carry the value mail-default-headers over
3657 into message-default-mail-headers, rather than message-default-headers.
3658
3659 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
3660
3661 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
3662 charset.
3663
3664 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3665 charset into the <meta> tag when the article is encoded to utf-8.
3666
3667 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
3668
3669 * gnus-art.el (gnus-article-browse-delete-temp-files):
3670 Delete directories as well.
3671 (gnus-article-browse-html-parts): Work for images that do not specify
3672 file names; delete temp directory when quitting; insert header at the
3673 right place; use file: scheme for image files.
3674
3675 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
3676
3677 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3678 (gnus-article-browse-html-parts): Use it to make temporary cid image
3679 files in addition to html file so that browser may display them.
3680
3681 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
3682
3683 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3684
3685 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
3686
3687 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3688
3689 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3690
3691 * auth-source.el (auth-sources): Change default to be simpler.
3692 Explain about Secret Service API sources. Improve Customize options.
3693 (auth-source-pick): Change to accept any number of search parameters.
3694 Implement fallbacks iteratively, not recursively. Add scoring on the
3695 second pass and sort by score. Call Secret Service API when needed.
3696 (auth-source-user-or-password): Use it. Call Secret Service API
3697 directly when needed to get the user name and the password.
3698
3699 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
3700
3701 * message.el (message-interactive): Doc fix.
3702 (message-qmail-inject-args): Reflow.
3703 (message-kill-to-signature): Fix typo in docstring.
3704
3705 * smiley.el (smiley-buffer): Fix typo in docstring.
3706
3707 2010-03-24 Glenn Morris <rgm@gnu.org>
3708
3709 * mail-source.el (gnus-message): Declare.
3710 (mail-source-delete-old-incoming): Require gnus-util.
3711
3712 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
3713
3714 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3715
3716 * message.el (ecomplete-setup): Autoload it for Emacs <23.
3717
3718 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3719 password-cache's default if it is not bound.
3720 (mml-secure-passphrase-cache-expiry): Default to 16 that is
3721 password-cache-expiry's default if it is not bound.
3722
3723 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3724 available in Emacs 21.
3725
3726 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
3727
3728 * auth-source.el (auth-sources): Fix up definition so extra parameters
3729 are always inline.
3730
3731 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
3732
3733 * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3734 wasn't updated after mismatch. Clear cached mailbox info correctly
3735 when uidvalidity changes.
3736 (nnimap-group-prefixed-name): New function to avoid some code
3737 duplication.
3738 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3739 (nnimap-request-group): Use it.
3740 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3741 (nnimap-update-unseen): Significantly improved speed of Gnus startup
3742 with many imap folders. This is done by caching the group status from
3743 the imap server persistently in a group parameter `imap-status'. (This
3744 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3745 but not persistently, so every Gnus startup was still very slow.)
3746
3747 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
3748
3749 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
3750 secrets.el dependency.
3751 (auth-sources): Add optional user name. Add secrets.el configuration
3752 choice (unused right now).
3753
3754 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
3755
3756 * gnus-sum.el (gnus-summary-make-menu-bar): Let
3757 `gnus-registry-install-shortcuts' fill in the functions.
3758
3759 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3760 warnings.
3761 (gnus-registry-misc-menus): Variable to hold registry mark menus.
3762 (gnus-registry-install-shortcuts): Populate and use it in a
3763 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3764
3765 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
3766
3767 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3768 In-place substitutions for the group name encoding/decoding.
3769 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3770 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3771 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3772 (nnimap-update-unseen, nnimap-request-list)
3773 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3774 (nnimap-request-set-mark, nnimap-split-to-groups)
3775 (nnimap-split-articles, nnimap-request-newgroups)
3776 (nnimap-request-create-group, nnimap-request-accept-article)
3777 (nnimap-request-delete-group, nnimap-request-rename-group)
3778 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
3779 `encoded-mbx' for consistency.
3780 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3781 variable `imap-current-mailbox'.
3782
3783 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3784 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3785
3786 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
3787
3788 * pop3.el (pop3-display-message-size-flag): Display message size byte
3789 counts during POP3 download.
3790 (pop3-movemail): Use it.
3791 (pop3-list): Implement listing of available messages.
3792
3793 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
3794
3795 * nnir.el (nnir-get-article-nov-override-function): New function to
3796 override the normal NOV retrieval.
3797 (nnir-retrieve-headers): Use it.
3798
3799 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
3800
3801 * auth-source.el (netrc-machine-user-or-password): Autoload.
3802
3803 2010-03-19 Glenn Morris <rgm@gnu.org>
3804
3805 Stop message.el from loading about 40 libraries it doesn't always need.
3806 The general approach is to autoload rather than require, and to
3807 require in the specific functions rather than the file. (Bug#5642)
3808
3809 * gmm-utils.el: Don't require wid-edit.
3810 (widget-create-child-value, widget-convert, widget-default-get):
3811 Autoload.
3812
3813 * gnus-util.el: Don't require time-date, netrc.
3814 (message-fetch-field, gnus-group-name-decode): Declare rather than
3815 autoloading.
3816 (gnus-fetch-field): Require message.
3817 (gnus-decode-newsgroups): Require gnus-group.
3818
3819 * ietf-drums.el: Don't require time-date.
3820
3821 * message.el: Don't require hashcash, canlock, ecomplete.
3822 Do require mail-utils. Require nnheader only when compiling.
3823 (smtpmail-default-smtp-server): Remove declaration.
3824 (message-send-mail-function): Check smtpmail-default-smtp-server
3825 is bound rather than requiring smtpmail.
3826 (message-auto-save-directory, message-insert-signature): Use
3827 expand-file-name rather than nnheader-concat.
3828 (nnheader-insert-file-contents): Autoload.
3829 (hashcash-wait-async): Declare.
3830 (message-send-mail): Only call gnus-setup-posting-charset if
3831 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
3832 (message-send-mail-with-sendmail): Require sendmail.
3833 (canlock-password, canlock-password-for-verify): Declare.
3834 (message-canlock-password): Require canlock.
3835 (nnheader-get-report): Autoload.
3836 (gnus-setup-posting-charset): Declare.
3837 (message-send-news): Require gnus-msg.
3838 (message-make-references, message-make-in-reply-to): Use mail-header-id
3839 rather than the alias mail-header-message-id.
3840 (ecomplete-add-item, ecomplete-save): Declare.
3841 (message-put-addresses-in-ecomplete): Require ecomplete.
3842 (ecomplete-display-matches): Autoload.
3843
3844 * mm-decode.el: Don't require mailcap, gnus-util.
3845 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3846 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3847 Autoload.
3848 (mailcap-mime-extensions): Declare.
3849
3850 * mm-encode.el: Don't require mailcap.
3851 (mailcap-extension-to-mime): Autoload.
3852
3853 * mml-sec.el: Don't require password-cache.
3854
3855 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3856 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3857 (mml-minibuffer-read-type): Require mailcap.
3858 (mml-preview): Require gnus-msg.
3859
3860 * mml1991.el: Require password-cache.
3861 (password-cache-expiry): Remove declaration.
3862
3863 * mml2015.el: Require password-cache.
3864 (password-cache-expiry): Remove declaration.
3865
3866 * nneething.el (mailcap): Require mailcap.
3867
3868 * nnheader.el (declare-function): Add compatibility stub.
3869 (message-remove-header): Declare rather than autoload.
3870 (nnheader-replace-header): Require message.
3871
3872 * nnimap.el (declare-function): Add compatibility stub.
3873 (netrc-parse, netrc-machine-user-or-password): Declare.
3874 (nnimap-open-connection): Require netrc.
3875
3876 * nntp.el (declare-function): Add compatibility stub.
3877 (netrc-parse, netrc-machine, netrc-get): Declare.
3878 (nntp-send-authinfo): Require netrc.
3879
3880 * rfc2047.el: Don't require qp.
3881 (quoted-printable-encode-region, quoted-printable-decode-string):
3882 Autoload.
3883
3884 * sieve-mode.el: Don't require easymenu.
3885 (easy-menu-add-item): Autoload it.
3886
3887 * spam-stat.el (time-to-number-of-days): Autoload it.
3888
3889 2010-03-17 Kevin Ryde <user42@zip.com.au>
3890
3891 * mml.el (mml-read-tag): Unquote values with `read' to reverse
3892 prin1 in mml-insert-tag (just stripping the quotes gave wrong
3893 value if any backslash escapes).
3894
3895 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
3896
3897 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3898 if it is available. (bug#5647)
3899
3900 2010-02-26 Glenn Morris <rgm@gnu.org>
3901
3902 * message.el (message-send-mail-function): Change the default, so that
3903 it inherits from a customized send-mail-function. (Bug#5643)
3904
3905 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
3906
3907 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3908 shell-command-to-string signals an error (bug#5299).
3909
3910 2010-02-24 Glenn Morris <rgm@gnu.org>
3911
3912 * message.el (message-smtpmail-send-it)
3913 (message-send-mail-with-mailclient): Doc fixes.
3914
3915 2010-02-16 Glenn Morris <rgm@gnu.org>
3916
3917 * message.el (message-default-mail-headers): Change the default value
3918 to ease the transition from mail-mode to message-mode. (Bug#5555)
3919
3920 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3921
3922 * message.el (message-mail): Just pass yank-action on to message-setup.
3923 (message-setup): Handle (FUN . ARGS) form of yank-action.
3924 (message-with-reply-buffer, message-widen-reply)
3925 (message-yank-original): Handle non-buffer values of
3926 message-reply-buffer (Bug#4080).
3927 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3928
3929 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3930
3931 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3932 Fix typo in docstring.
3933
3934 2010-01-08 Jason Rumney <jasonr@gnu.org>
3935
3936 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3937 response.
3938
3939 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
3940
3941 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3942
3943 * message.el (message-check-news-header-syntax): Protect against a
3944 string that `rfc822-addresses' returns when parsing fails.
3945
3946 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
3947
3948 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3949 (gnus-previous-char-property-change): New functions.
3950
3951 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3952
3953 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
3954
3955 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3956 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
3957
3958 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
3959
3960 * message.el (message-exchange-point-and-mark): Rework last change to
3961 avoid using optional arg of exchange-point-and-mark, for backward
3962 compatibility.
3963
3964 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3965
3966 * message.el (message-exchange-point-and-mark): Call
3967 exchange-point-and-mark with an argument rather than setting
3968 mark-active by hand (Bug#5175).
3969
3970 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3971
3972 * nntp.el (nntp-service-to-port): Work for service expressed with
3973 numeric string; replace [:digit:] with [0-9] for XEmacs.
3974
3975 2009-12-17 Glenn Morris <rgm@gnu.org>
3976
3977 * gnus-group.el (gnus-bug-group-download-format-alist):
3978 Change emacs entry to debbugs.gnu.org. Bump :version.
3979
3980 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
3981
3982 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3983
3984 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
3985
3986 * message.el (message-info): Explain why we use `Info-goto-node'.
3987
3988 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3989
3990 * message.el (message-completion-in-region): New compatibility function.
3991 (message-expand-group): Use it.
3992
3993 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
3994
3995 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3996 with no unread article should be listed if the 2nd arg `predicate' is
3997 given.
3998
3999 2009-11-29 Juri Linkov <juri@jurta.org>
4000
4001 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4002 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
4003 on `gnus-recenter'. (Bug#4698, Bug#4981)
4004
4005 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
4006
4007 * message.el (message-from-style, message-interactive)
4008 (message-signature): Always set default values from the corresponding
4009 mail-* variables.
4010 (message-cite-prefix-regexp, message-sendmail-envelope-from)
4011 (message-yank-prefix, message-indentation-spaces)
4012 (message-signature-file, message-default-headers): Use boundp rather
4013 than (featurep 'xemacs) to check if the corresponding mail-* variables
4014 exist.
4015
4016 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4017
4018 * message.el (message-send-mail-with-sendmail): Revert last change.
4019
4020 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
4021
4022 * message.el (message-from-style, message-interactive)
4023 (message-cite-prefix-regexp, message-sendmail-envelope-from)
4024 (message-yank-prefix, message-indentation-spaces, message-signature)
4025 (message-signature-file, message-default-headers): For GNU Emacs, set
4026 default values from the corresponding mail-* variables.
4027 (message-send-mail-with-sendmail): Use envelope-from only if
4028 mail-specify-envelope-from is non-nil.
4029
4030 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
4031
4032 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4033 containing tspecial characters if they have been already quoted.
4034
4035 2009-10-24 Glenn Morris <rgm@gnu.org>
4036
4037 * gnus-art.el (help-xref-stack-item): Define for compiler.
4038
4039 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
4040
4041 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4042
4043 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
4044
4045 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4046 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4047
4048 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
4049
4050 * gnus.el (gnus-overlay-get): New alias to overlay-get.
4051 (gnus-overlays-in): New alias to overlays-in.
4052
4053 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4054 gnus-overlay-get, and gnus-delete-overlay.
4055 (gnus-summary-show-thread): Make it work as well for systems in which
4056 next-single-char-property-change is not available.
4057 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4058
4059 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
4060
4061 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4062
4063 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
4064
4065 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4066 and XEmacs that don't have `remove-overlays'.
4067
4068 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4069
4070 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4071 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4072 selective display. Use overlays instead.
4073
4074 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
4075
4076 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4077
4078 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
4079
4080 * spam-stat.el (spam-stat-load): Fix typo in message.
4081
4082 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
4083
4084 * gnus-art.el (gnus-article-encrypt-body):
4085 * message.el (message-check-recipients):
4086 * mm-util.el (mm-codepage-setup):
4087 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4088 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4089
4090 2009-09-22 Daiki Ueno <ueno@unixuser.org>
4091
4092 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4093 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4094 keys from the menu if mm-{sign,encrypt}-option is 'guided.
4095 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4096 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4097
4098 2009-09-18 Glenn Morris <rgm@gnu.org>
4099
4100 * gnus-diary.el (gnus-diary-check-message):
4101 * message.el (message-insert-formatted-citation-line):
4102 * nnbabyl.el (top-level):
4103 * nndiary.el (nndiary-schedule):
4104 Fix typos in condition-case handlers.
4105
4106 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
4107
4108 * gnus-art.el (gnus-article-edit-part): Work for the buffer
4109 configuration that provides the sole article window in a frame;
4110 position point correctly after deleting a part.
4111
4112 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
4113
4114 * spam.el (spam-unregister-on-reregister): Add boolean variable.
4115 (spam-resolve-registrations-routine): Use it to unregister articles
4116 that change status.
4117
4118 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
4119
4120 * nnrss.el (nnrss-request-article): Remove binding of
4121 default-enable-multibyte-characters that has gotten needless by
4122 the 2007-07-13 change in rfc2047-encode-message-header.
4123
4124 * mml.el (mml-insert-multipart): Error on the message header.
4125 (mml-insert-part): Error on the message header; position point at
4126 the end of a MIME tag.
4127
4128 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4129
4130 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4131 (gnus-float-time): Alias to float-time if it exists.
4132
4133 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4134 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4135 float-time is available; suppress compile warning for time-to-seconds.
4136
4137 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
4138
4139 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4140 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4141 Add the optional argument `encoding' that overrides the default.
4142
4143 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4144 mm-encode-buffer.
4145
4146 2009-09-04 Glenn Morris <rgm@gnu.org>
4147
4148 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4149 mm-disable-multibyte, rather than default-enable-multibyte-characters.
4150 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4151 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4152 * mm-util.el (mm-with-unibyte-current-buffer)
4153 (mm-find-buffer-file-coding-system):
4154 * yenc.el (yenc-decode-region): Use default-value rather than
4155 default-enable-multibyte-characters.
4156
4157 2009-09-03 Glenn Morris <rgm@gnu.org>
4158
4159 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4160 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4161 than default-enable-multibyte-characters.
4162
4163 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
4164
4165 * gnus-art.el (gnus-article-read-summary-keys):
4166 Fix gnus-buffer-configuration's value temporarily used.
4167
4168 2009-09-02 Glenn Morris <rgm@gnu.org>
4169
4170 * gnus-util.el (gnus-float-time): New function.
4171 * gnus-delay.el (gnus-delay-article):
4172 * gnus-sum.el (gnus-thread-latest-date):
4173 * gnus-util.el (gnus-user-date): Use gnus-float-time.
4174 * nnspool.el (nnspool-request-newgroups):
4175 Use gnus-float-time rather than time-to-seconds.
4176 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4177
4178 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4179 (gnus-header-subject-face, gnus-header-newsgroups-face)
4180 (gnus-header-name-face, gnus-header-content-face):
4181 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4182 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4183 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4184 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4185 (gnus-cite-face-11):
4186 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4187 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4188 (gnus-server-closed-face, gnus-server-denied-face)
4189 (gnus-server-offline-face):
4190 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4191 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4192 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4193 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4194 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4195 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4196 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4197 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4198 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4199 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4200 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4201 (gnus-summary-selected-face, gnus-summary-cancelled-face)
4202 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4203 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4204 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4205 (gnus-summary-high-undownloaded-face)
4206 (gnus-summary-low-undownloaded-face)
4207 (gnus-summary-normal-undownloaded-face)
4208 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4209 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4210 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4211 (gnus-splash-face):
4212 * message.el (message-header-to-face, message-header-cc-face)
4213 (message-header-subject-face, message-header-newsgroups-face)
4214 (message-header-other-face, message-header-name-face)
4215 (message-header-xheader-face, message-separator-face)
4216 (message-cited-text-face, message-mml-face):
4217 * sieve-mode.el (sieve-control-commands-face)
4218 (sieve-action-commands-face, sieve-test-commands-face)
4219 (sieve-tagged-arguments-face):
4220 * spam.el (spam-face):
4221 Mark face aliases with "-face" in the name as obsolete.
4222
4223 2009-09-01 Glenn Morris <rgm@gnu.org>
4224
4225 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4226 than goto-line.
4227
4228 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
4229
4230 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4231 Don't move point if the command is invoked inside the message header.
4232
4233 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4234
4235 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4236 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4237 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4238 * nnir.el (nnir-swish-e-index-file):
4239 * gnus-sum.el (gnus-summary-delete-marked-as-read)
4240 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4241 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4242 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4243 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4244 (gnus-treat-display-xface): Add Emacs version of obsolescence.
4245
4246 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
4247
4248 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4249 Don't save excursion.
4250
4251 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4252
4253 * nnheader.el (nnheader-find-file-noselect):
4254 * mm-util.el (mm-insert-file-contents):
4255 Use (default-value 'major-mode) instead of default-major-mode.
4256
4257 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
4258
4259 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4260
4261 2009-08-25 Glenn Morris <rgm@gnu.org>
4262
4263 * nnir.el (top-level): Don't require cl at run-time.
4264 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4265 Replace cl-function substitute with gnus-replace-in-string.
4266 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4267 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4268 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4269 simplified expansions.
4270
4271 2009-08-22 Glenn Morris <rgm@gnu.org>
4272
4273 * gnus-art.el (gnus-button-patch): Use forward-line rather than
4274 goto-line.
4275
4276 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
4277
4278 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4279
4280 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4281 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4282 (gnus-mm-display-part, gnus-mime-display-single)
4283 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4284 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4285
4286 * gnus-sum.el
4287 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4288 (gnus-summary-move-article): Add expirable mark to articles copied or
4289 moved to group that has auto-expire turned on if the option is non-nil.
4290
4291 2009-07-24 Glenn Morris <rgm@gnu.org>
4292
4293 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4294 Fix typo. (Bug#3903)
4295
4296 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
4297
4298 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4299 gnus-article-read-summary-keys rather than gnus-summary-edit-article
4300 that should not be used for draft articles.
4301 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4302 that has no concern in minor mode keys.
4303 (gnus-article-summary-command, gnus-article-summary-command-nosave):
4304 Abolish.
4305
4306 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
4307
4308 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4309 article without making inquiry to a user for unknown encoding.
4310
4311 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4312 (nnmaildir--scan): Assume i-node and device number that file-attributes
4313 returns might be cons-cell.
4314
4315 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
4316
4317 * auth-source.el: Remove docs now in auth.texi. Don't use
4318 `gnus-message' for logging. Add new variables `auth-source-debug' and
4319 `auth-source-hide-passwords' and use them.
4320
4321 2009-07-15 Glenn Morris <rgm@gnu.org>
4322
4323 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4324
4325 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
4326
4327 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4328 excessive whitespace from the default values of title and description.
4329
4330 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
4331
4332 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4333 mail-fetch-field to fetch Content-Description header in order to
4334 exclude newlines.
4335
4336 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
4337
4338 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4339 to deleted part.
4340
4341 2009-05-30 David Engster <dengste@eml.cc>
4342
4343 * nnmairix.el: Remove old documentation in the commentary block.
4344 (nnmairix-request-group): Do not update active file for nnml back ends.
4345 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4346 end so that overview files are ignored.
4347 (nnmairix-update-groups): Make updating the groups more robust by using
4348 marks.
4349 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4350 with dollar characters in message-id.
4351
4352 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
4353
4354 * spam.el: Use dns-query instead of query-dns. Was renamed on
4355 2008-12-25 in dns.el.
4356
4357 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4358
4359 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4360 could happen if the text is only composed of spaces and/or tabs.
4361
4362 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
4363
4364 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4365 when sending a queued message to avoid extra mml tags.
4366
4367 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
4368
4369 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4370
4371 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
4372
4373 * gnus-dired.el: Remove autoload for gnus-setup-message.
4374 (gnus-dired-attach): Fake this-command value to prevent Gnus from
4375 displaying Gnus logo; always use compose-mail.
4376
4377 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4378
4379 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4380
4381 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
4382
4383 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4384 (gnus-nocem-issuers): List currently active issuers; fix custom type.
4385 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4386 available.
4387 (gnus-nocem-epg-verify): New function.
4388
4389 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
4390
4391 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4392
4393 2009-02-15 Glenn Morris <rgm@gnu.org>
4394
4395 * gnus-util.el (rmail-insert-rmail-file-header)
4396 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4397 autoloads.
4398 (rmail-default-rmail-file): Remove unnecessary declaration.
4399 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4400
4401 2009-02-14 Glenn Morris <rgm@gnu.org>
4402
4403 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4404 variable (only used in gnus-util, which declares it anyway).
4405 (rmail-output-to-rmail-file): Remove autoload of deleted function,
4406 which was only needed by gnus-art (changed to not use it any more).
4407 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4408 only used in gnus-util, which autoloads it itself.
4409 (rmail-update-summary): Fix autoload.
4410
4411 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4412 rather than rmail-output-to-rmail-file.
4413
4414 2009-02-07 Glenn Morris <rgm@gnu.org>
4415
4416 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4417 autoload of function that no longer exists.
4418 (rmail-toggle-header): Declare.
4419 (message-forward-rmail-make-body): Handle mbox Rmail.
4420
4421 2009-01-31 Glenn Morris <rgm@gnu.org>
4422
4423 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4424 2009-01-09 change.
4425
4426 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
4427
4428 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4429 (auth-source-forget-all-cached): New convenience function.
4430 (auth-source-user-or-password): Accept list of modes or a single mode.
4431
4432 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4433 auth-source modes.
4434
4435 * nnimap.el (nnimap-open-connection): Use list of
4436 auth-source modes.
4437
4438 * nntp.el (nntp-send-authinfo): Use list of
4439 auth-source modes.
4440
4441 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
4442
4443 * auth-source.el: Update docs to reflect epa-file-enable is to be used
4444 now.
4445
4446 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
4447
4448 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4449 coding system in XEmacs; add a workaround for XEmacs.
4450
4451 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
4452
4453 * mm-util.el (mm-coding-system-priorities): Protect against nil value
4454 of current-language-environment.
4455
4456 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
4457
4458 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4459 available at runtime.
4460
4461 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
4462
4463 * gnus-art.el (article-date-ut): Fix end point of narrowing.
4464
4465 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
4466
4467 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4468 the greatest positive fixnum value doesn't work under an XEmacs with
4469 bignum support; use the most-positive-fixnum constant instead,
4470 available since Emacs 21.1 with cl and XEmacs 21.1.
4471
4472 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
4473
4474 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4475 XEmacs gets not to work.
4476
4477 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4478
4479 * mm-util.el (mm-coding-system-priorities): Allow the value like
4480 "Japanese (UTF-8)" of current-language-environment.
4481
4482 2009-01-09 Glenn Morris <rgm@gnu.org>
4483
4484 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4485 with last-command-event.
4486
4487 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
4488
4489 * message.el (message-fix-before-sending): Amend comment.
4490
4491 2009-01-07 David Engster <dengste@eml.cc>
4492
4493 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4494 simplified server definitions by converting it via
4495 gnus-server-to-method.
4496
4497 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
4498
4499 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4500 parameter's operands.
4501
4502 2009-01-06 David Engster <dengste@eml.cc>
4503
4504 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4505 primary select method (for gnus-group-mark-article-as-read).
4506
4507 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
4508
4509 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4510 `(gnus)Face', not `(gnus)X-Face'.
4511
4512 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
4513
4514 * mm-util.el (mm-ucs-to-char): New function.
4515
4516 * mm-url.el (mm-url-decode-entities): Use it.
4517
4518 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
4519
4520 * message.el (message-fix-before-sending): Add `eight-bit' to
4521 illegible-text check.
4522
4523 2009-01-03 Michael Olson <mwolson@gnu.org>
4524
4525 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4526 `headers' is nil. This can occur if the IMAP server does not have
4527 permissions to read messages from a folder, but can write new messages
4528 to the folder.
4529 (nnimap-request-article-part): Do not insert `data' if it is nil.
4530
4531 2009-01-01 Dave Love <fx@gnu.org>
4532
4533 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4534
4535 * nnimap.el: Fix author email.
4536 (nnimap-split-rule): Add FIXME comment.
4537 (nnimap-debug): Fix doc string.
4538
4539 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
4540
4541 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4542 overlay-arrow-position and overlay-arrow-string buffer-local; no need
4543 to check if those variables exist (first appeared in Emacs 18.50).
4544
4545 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
4546
4547 * mm-util.el (mm-line-number-at-pos): New function.
4548
4549 * spam-report.el (spam-report-process-queue): Use it.
4550
4551 2008-12-24 David Engster <dengste@eml.cc>
4552
4553 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4554 parameters that haven't existed as variables as buffer-local variables.
4555
4556 2008-12-23 Dave Love <fx@gnu.org>
4557
4558 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4559 cadar.
4560
4561 * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4562 imap-starttls-p.
4563 (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4564
4565 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
4566
4567 * spam-report.el (spam-report-gmane-max-requests): New constant.
4568 (spam-report-gmane-wait): New variable.
4569 (spam-report-gmane-ham, spam-report-gmane-spam)
4570 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4571 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4572 the server.
4573
4574 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4575 Add explanations.
4576
4577 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4578 nnheader-accept-process-output and nnheader-read-timeout if available.
4579 (pop3-movemail): Use it.
4580
4581 * message.el (message-check-news-body-syntax): Fix signature check if
4582 there's an attachment.
4583
4584 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
4585
4586 * mm-util.el: Add comments to the mm- emulating functions.
4587
4588 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
4589
4590 * gnus-start.el (gnus-before-startup-hook): Fix doc string. Reported
4591 by Stephen Berman <stephen.berman@gmx.net>.
4592
4593 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
4594
4595 * mm-util.el (mm-substring-no-properties): New function.
4596 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4597 (mm-special-display-p): Enable those lambda forms to be byte compiled.
4598 (mm-string-to-multibyte): Doc fix.
4599
4600 * mml.el (mml-attach-file): Use mm-substring-no-properties.
4601
4602 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
4603
4604 * mml.el (mml-attach-file): Strip text properties from file name.
4605 (Bug#1574)
4606
4607 2008-12-16 Glenn Morris <rgm@gnu.org>
4608
4609 * mm-util.el (mm-charset-override-alist): Declare for compiler.
4610
4611 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
4612
4613 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4614 knows since the charset specified might be a bogus alias that
4615 mm-charset-synonym-alist provides.
4616
4617 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
4618
4619 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4620 "ISO_8859-1".
4621
4622 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4623
4624 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
4625
4626 * mm-util.el (mm-charset-eval-alist):
4627 Define it before mm-charset-to-coding-system.
4628 (mm-charset-to-coding-system): Add optional argument `silent';
4629 define it before mm-charset-override-alist.
4630 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4631 default value if it can be used in Emacs currently running;
4632 silence mm-charset-to-coding-system.
4633
4634 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
4635
4636 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4637 `allow-override' which says whether to use `mm-charset-override-alist'.
4638 (rfc2047-decode-encoded-words): Use it.
4639
4640 * mm-util.el (mm-charset-override-alist): Fix custom type;
4641 add `(gb2312 . gbk)' to choices.
4642
4643 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
4644
4645 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4646 fast.
4647
4648 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4649
4650 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
4651
4652 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4653 on links.
4654
4655 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4656
4657 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
4658
4659 * message.el (message-idna-to-ascii-rhs-1): Protect against local
4660 users' addresses that don't have domain parts.
4661 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4662 rather than message-narrow-to-head since there will be the message
4663 header separator.
4664
4665 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4666
4667 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4668 since the result is inserted in a unibyte buffer anyway.
4669 (nnimap-demule-use-string-to-multibyte): Remove.
4670 (nnimap-demule): Alias it to mm-string-to-multibyte.
4671
4672 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
4673
4674 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4675 variable for debugging bug#464 and bug#1174.
4676 (nnimap-demule): Use it.
4677
4678 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
4679
4680 * gnus-score.el (gnus-score-find-trace): Handle default score in total
4681 score calculation correctly.
4682
4683 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4684
4685 * message.el (message-send-mail): Just set the buffer to unibyte
4686 rather than use mm-with-unibyte-current-buffer which does a lot more.
4687 (message-send-mail-partially): Don't bother with
4688 mm-with-unibyte-current-buffer since it's already been made unibyte by
4689 message-send-mail.
4690
4691 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
4692
4693 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4694
4695 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
4696
4697 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4698
4699 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
4700
4701 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4702 require itself and to remove `with-no-warnings'.
4703
4704 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
4705
4706 * starttls.el (starttls-any-program-available): Get the name of the
4707 available TLS layer program.
4708 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4709 well as the host name in the "opening" message.
4710
4711 * auth-source.el (auth-source-cache, auth-source-do-cache)
4712 (auth-source-user-or-password): Cache passwords and logins by default,
4713 allow override with `auth-source-do-cache'.
4714 (auth-source-forget-user-or-password): Allow users to remove cache
4715 entries if needed.
4716
4717 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
4718
4719 * ietf-drums.el (ietf-drums-remove-comments): Localize second
4720 condition-case to only the forward-sexp call.
4721
4722 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
4723
4724 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4725 quotes contained. Make it more robust regardless by an extra
4726 condition-case wrapper.
4727
4728 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
4729
4730 * nnml.el (nnml-request-expire-articles): Check if the function set to
4731 `nnmail-expiry-target' returns the symbol `delete'.
4732
4733 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4734
4735 * nnmail.el (nnmail-expiry-target): Fix custom type.
4736
4737 2008-10-02 Glenn Morris <rgm@gnu.org>
4738
4739 * mm-util.el (mm-codepage-setup): Tweak codepage error.
4740 Silence compiler warning.
4741
4742 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
4743
4744 * mml.el (mml-menu): Don't assume mml2015 is bound.
4745
4746 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
4747
4748 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4749 exists.
4750
4751 2008-09-27 Glenn Morris <rgm@gnu.org>
4752
4753 * gnus-util.el (mail-header-remove-comments): Autoload it.
4754
4755 2008-09-27 Andreas Schwab <schwab@suse.de>
4756
4757 * gnus-util.el (gnus-split-references): Strip comments.
4758 (gnus-parent-id): Likewise.
4759
4760 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
4761
4762 * message.el (message-confirm-send): Fix version.
4763
4764 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
4765
4766 * message.el (message-idna-to-ascii-rhs-1): Use
4767 mail-extract-address-components rather than mail-header-parse-addresses
4768 that is an alias by default to ietf-drums-parse-addresses that does not
4769 support non-ASCII names in headers' contents.
4770
4771 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4772
4773 * message.el (message-confirm-send): Fixed variable documentation to
4774 avoid the "y/n" wording.
4775
4776 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
4777
4778 * message.el (message-set-auto-save-file-name): Save to a different
4779 filename so multiple messages (especially drafts) can be recovered.
4780
4781 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
4782
4783 * message.el (message-confirm-send): Add appropriate version.
4784
4785 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
4786
4787 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4788 defvar.
4789
4790 2008-09-22 Daiki Ueno <ueno@unixuser.org>
4791
4792 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4793 (mm-pkcs7-enveloped-magic): Ditto.
4794
4795 2008-09-17 Simon Josefsson <simon@josefsson.org>
4796
4797 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4798 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4799
4800 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
4801
4802 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4803 default, it's better.
4804
4805 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
4806
4807 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4808 summary line gnus-number property and ignore them (with a warning
4809 message).
4810
4811 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
4812
4813 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4814 macro caddr in the interactive form since it won't be expanded.
4815
4816 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4817
4818 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4819 `charset'; fix name of function called recursively.
4820 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4821
4822 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4823
4824 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4825 (gnus-mime-set-charset-parameters): New function.
4826 (gnus-mime-view-part-as-charset): Use it to correctly display part
4827 specifying wrong charset.
4828
4829 2008-09-08 David Engster <dengste@eml.cc>
4830
4831 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4832 in completing-read for back end server.
4833
4834 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
4835
4836 * message.el (message-confirm-send): New variable to confirm sending a
4837 message.
4838 (message-send): Use it.
4839
4840 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
4841
4842 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4843
4844 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
4845
4846 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4847
4848 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
4849
4850 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4851 prevent tracking too many groups.
4852 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4853 Use it.
4854
4855 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
4856
4857 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4858 moving point to the bottom of the window in order to avoid recentering.
4859
4860 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
4861
4862 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4863 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4864 (gnus-article-beginning-of-window): Fix calculation.
4865
4866 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
4867
4868 * gnus-msg.el (gnus-summary-supersede-article)
4869 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4870 value of gnus-newsgroup-charset to decode non-MIME encoded text in
4871 message header.
4872
4873 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4874
4875 * message.el:
4876 * gnus-start.el:
4877 * gnus-registry.el: Remove VMS support.
4878
4879 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
4880
4881 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4882 macro.
4883 (rfc2104-hash): Use it.
4884
4885 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
4886
4887 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4888 (gnus-summary-sort-by-most-recent-date): New commands.
4889 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4890 and menu entries.
4891
4892 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
4893
4894 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4895 don't redisplay article for raw contents; remove plural articles stuff.
4896
4897 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4898 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4899 on gnus-summary-save-article; display results properly.
4900
4901 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4902
4903 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4904
4905 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
4906
4907 * gnus-art.el (gnus-summary-save-in-pipe): Consider
4908 gnus-save-all-headers.
4909
4910 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
4911
4912 * gnus-util.el (ns-focus-frame): Remove declaration.
4913 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
4914 like x.
4915
4916 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
4917
4918 * rfc2104.el (rfc2104-zero): Delete defconst.
4919 (rfc2104-hex-alist): Likewise.
4920 (rfc2104-hex-to-int): Delete func.
4921 (rfc2104-hexstring-to-bitstring): Likewise.
4922 (rfc2104-nybbles): New defconst.
4923 (rfc2104-hash): Rewrite for speed.
4924
4925 2008-07-16 Glenn Morris <rgm@gnu.org>
4926
4927 * gnus-util.el (ns-focus-frame): Declare for compiler.
4928
4929 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
4930
4931 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4932 set as a group parameter.
4933 (gnus-summary-save-in-pipe): Work when it is called independently.
4934 (gnus-summary-pipe-to-muttprint): Don't modify
4935 gnus-summary-pipe-output-default-command.
4936
4937 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
4938
4939 * message.el (message-send-mail-with-sendmail):
4940 Display the error message.
4941
4942 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4943
4944 * gnus-art.el (gnus-default-article-saver):
4945 Add gnus-summary-save-in-pipe to choices.
4946 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4947 gnus-summary-pipe-output-default-command as the default command.
4948 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4949 instead of gnus-last-shell-command.
4950
4951 * gnus-sum.el (gnus-summary-pipe-output-default-command):
4952 New user option.
4953 (gnus-summary-muttprint-program): Mention the value will be changed.
4954 (gnus-summary-save-article): Force showing of all headers.
4955 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4956
4957 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
4958
4959 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4960
4961 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
4962
4963 * nnimap.el (nnimap-id):
4964 * sieve-manage.el (sieve-manage-open): Doc fixes.
4965
4966 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
4967
4968 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4969 if available.
4970
4971 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4972
4973 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4974
4975 * nnkiboze.el (nnkiboze-generate-group):
4976 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4977
4978 * nnmairix.el: Require CL.
4979
4980 2008-06-15 David Engster <dengste@eml.cc>
4981
4982 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4983
4984 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
4985
4986 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4987 New macros that expand to an `aset'/`aref' call under Emacs, and to a
4988 runtime choice under XEmacs.
4989
4990 * gnus-sum.el (gnus-summary-set-display-table):
4991 Use `gnus-put-display-table', `gnus-get-display-table',
4992 `gnus-set-display-table' for the display table, instead of `aset'.
4993
4994 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4995
4996 * nnmairix.el: Add autoloads.
4997
4998 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
4999
5000 * nnmairix.el (nnmairix-delete-recreate-group)
5001 (nnmairix-update-and-clear-marks): Fix error messages.
5002
5003 2008-06-14 David Engster <dengste@eml.cc>
5004
5005 * nnmairix.el: Upgrade to version 0.6.
5006 (nnmairix-group-toggle-propmarks-this-group)
5007 (nnmairix-group-toggle-readmarks-this-group)
5008 (nnmairix-group-delete-recreate-this-group)
5009 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5010 (nnmairix-remove-tick-mark-original-article): New commands.
5011 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5012 (nnmairix-propagate-marks-to-nnmairix-groups)
5013 (nnmairix-only-use-registry, nnmairix-allowfast-default)
5014 (nnmairix-marks-cache, nnmairix-version-output): New variables.
5015 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5016 functions needed for marks propagation and manipulation of read marks.
5017 (nnmairix-update-groups): New function.
5018 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5019 (nnmairix-determine-original-group-from-registry)
5020 (nnmairix-determine-original-group-from-path)
5021 (nnmairix-get-group-from-file-path, nnmairix-map-range)
5022 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5023 New helper functions.
5024 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5025 keystrokes for new commands.
5026 (nnmairix-delete-and-create-on-change): Doc string cleanup.
5027 (nnmairix-request-group): Check allow-fast group parameter.
5028 (nnmairix-request-create-group): Set allow-fast group parameter if
5029 nnmairix-allowfast-default is set.
5030 (nnmairix-close-group): Propagate marks upon closing if needed.
5031 (nnmairix-group-toggle-threads-this-group): Use new.
5032 nnmairix-group-toggle-parameter helper function.
5033 (nnmairix-search): Better check for empty search result.
5034 (nnmairix-goto-original-article): Use new helper functions for
5035 determining original article.
5036 (nnmairix-show-original-article): Make sure message-id is in brackets.
5037 (nnmairix-call-mairix-binary): Change variable name.
5038 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5039 helper function.
5040 (nnmairix-widget-toggle-activate): Fix doc string.
5041
5042 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
5043
5044 * nnir.el: Require edmacro when compiling with XEmacs.
5045 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5046 available in Emacs 21.
5047
5048 2008-06-11 Glenn Morris <rgm@gnu.org>
5049
5050 * gnus-util.el (x-focus-frame):
5051 * gnus.el (image-size):
5052 * mm-decode.el (image-size): Declare.
5053
5054 * gnus-picon.el (declare-function): Add compat definition.
5055 (image-size): Declare.
5056
5057 * gnus-group.el (tool-bar-map):
5058 * gnus-sum.el (tool-bar-map): Define for compiler.
5059
5060 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5061
5062 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5063
5064 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5065 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5066 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5067 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5068 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5069 * sieve-manage.el, spam-report.el, spam.el:
5070 Remove unnecessary eval-and-compile of autoloads.
5071
5072 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
5073
5074 * auth-source.el: Precise Tramp doc.
5075
5076 2008-06-07 Glenn Morris <rgm@gnu.org>
5077
5078 * nnmairix.el: Remove unnecessary eval-when-compile.
5079
5080 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
5081
5082 * nnir.el: New file.
5083
5084 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5085
5086 * gnus-util.el (gnus-read-shell-command): New function.
5087 * mm-decode.el (mm-pipe-part):
5088 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5089
5090 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
5091
5092 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5093
5094 2008-06-03 Glenn Morris <rgm@gnu.org>
5095
5096 * pop3.el (nnheader-accept-process-output): Autoload it.
5097
5098 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
5099
5100 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5101 are not 2-digit hexadecimal characters that follow `%'s.
5102
5103 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
5104
5105 * message.el (message-bogus-recipient-p): Fix type in doc string.
5106 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5107 (message-bogus-addresses): Rename from message-bogus-address-regexp.
5108 Improve custom options.
5109 (message-bogus-recipient-p): Adjust accordingly.
5110
5111 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
5112
5113 * nnmairix.el: Require edmacro when compiling with XEmacs.
5114
5115 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
5116
5117 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5118 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5119
5120 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
5121
5122 * auth-source.el: Add more docs.
5123
5124 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5125
5126 * nnheader.el (nnheader-read-timeout): Change the default timeout from
5127 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
5128 retrieval faster in some cases, but might make CPU usage larger. If
5129 this has any bad side effects, we might revert this change.
5130
5131 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5132 seems to make mail retrieval much, much faster.
5133 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5134 unconditionally.
5135
5136 * gnus-draft.el (gnus-group-send-queue): Bind
5137 message-send-mail-partially-limit to nil to avoid being prompted.
5138
5139 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
5140
5141 * mml.el (mml-attach-buffer): Prompt for `disposition'.
5142
5143 * message.el (message-bogus-address-regexp): Fix and improve custom
5144 type.
5145 (message-setup-hook): Add message-check-recipients as custom option.
5146
5147 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
5148
5149 * message.el (message-cite-function): Remove bogus autoload which crept
5150 in during merge from v5-10.
5151
5152 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
5153
5154 * nnimap.el (nnimap-open-connection): Fix login/password bug.
5155
5156 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5157
5158 * auth-source.el: Preliminary Tramp docs.
5159 (auth-sources): Change the default auth-sources to use
5160 EPA .gpg files.
5161
5162 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
5163
5164 * nntp.el: Autoload `auth-source-user-or-password'.
5165 (nntp-send-authinfo): Use it.
5166
5167 * nnimap.el: Autoload `auth-source-user-or-password'.
5168 (nnimap-open-connection): Use it.
5169
5170 * auth-source.el: Added docs on using with url-auth. Import gnus-util
5171 for the gnus-message function.
5172 (auth-source-user-or-password): Use it.
5173
5174 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5175
5176 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5177 rfc2104-hexstring-to-byte-list. Return a unibyte string.
5178 (rfc2104-hash): Use it.
5179
5180 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
5181
5182 * gnus-art.el (gnus-article-toggle-truncate-lines):
5183 Don't use `iff' in docstring.
5184
5185 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
5186
5187 * gnus-registry.el: Adjusted copyright dates and added a keyword.
5188
5189 * gnus-util.el (gnus-extract-address-component-name)
5190 (gnus-extract-address-component-email): Convenience functions around
5191 `gnus-extract-address-components'.
5192
5193 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5194 Use `gnus-extract-address-component-email' to fix bug of comparing full
5195 sender name to `user-mail-address'.
5196
5197 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
5198
5199 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5200 catch/throw to optimize.
5201 (gnus-registry-find-keywords): Just use member to find a keyword.
5202
5203 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5204
5205 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5206 is current before calling gnus-server-prepare.
5207 (gnus-server-setup-buffer, gnus-server-update-server)
5208 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5209
5210 2008-05-04 Juri Linkov <juri@jurta.org>
5211
5212 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5213 (mailcap-file-default-commands): Use mailcap-replace-in-string
5214 instead of replace-regexp-in-string, and mailcap-delete-duplicates
5215 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
5216
5217 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
5218
5219 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5220
5221 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5222
5223 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5224 hooks.
5225 (gnus-update-read-articles): Speed up non-marks-using users.
5226 (gnus-use-marks): Define gnus-use-marks.
5227 (gnus-propagate-marks): Rename variable to something more sensible.
5228
5229 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
5230
5231 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5232 (gmm-image-load-path-for-library): Fix typos in docstrings.
5233 (gmm-message): Reflow docstring.
5234
5235 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
5236
5237 * mail-source.el (mail-source-set-1, mail-source-bind):
5238 Move auth-source code out of the macro to clean it up and fix bugs.
5239
5240 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
5241
5242 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5243 by sender if it's equal to user-mail-address, it's likely to be
5244 useless.
5245
5246 * mail-source.el (mail-source-bind): Don't use user or password if they
5247 are not bound. Unintern them if they are nil. Don't use server unless
5248 it's bound, and default it to empty string otherwise.
5249
5250 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
5251
5252 * mail-source.el: Load auth-source.el.
5253 (mail-source-bind): Add comments. Call auth-source-user-or-password to
5254 get user name or password, if auth-sources is set up.
5255
5256 * gnus-registry.el (gnus-registry-split-strategy): New variable for
5257 strategy of splitting with parent.
5258 (gnus-registry-split-fancy-with-parent)
5259 (gnus-registry-post-process-groups): Use it and fix prior
5260 bug (returning a list as the split result).
5261
5262 * auth-source.el (auth-sources): Remove server parameter.
5263 (auth-source-pick, auth-source-user-or-password)
5264 (auth-source-user-or-password-imap)
5265 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5266 (auth-source-user-or-password-sftp)
5267 (auth-source-user-or-password-smtp): Remove server parameter.
5268
5269 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
5270
5271 * smime.el (smime-sign-region, smime-encrypt-region)
5272 (smime-decrypt-region):
5273 Remove redundant calls to `generate-new-buffer-name'.
5274
5275 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
5276
5277 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5278 Don't use QP for message/rfc822.
5279 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5280
5281 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
5282
5283 * sieve-manage.el (sieve-string-bytes): Remove.
5284 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5285 correct byte-length only if the process's coding-system is the same as
5286 the one used internally by Emacs to represent strings.
5287
5288 2008-04-22 Juri Linkov <juri@jurta.org>
5289
5290 * mailcap.el (mailcap-file-default-commands): New function.
5291
5292 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
5293
5294 * message.el (message-signature-separator, message-cite-function):
5295 Change custom version.
5296
5297 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
5298
5299 * mm-decode.el (mm-display-external): Make temp file read-only.
5300
5301 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
5302
5303 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5304 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
5305 `C-c C-f d'.
5306
5307 2008-04-12 Adrian Aichner <adrian@xemacs.org>
5308
5309 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5310
5311 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
5312
5313 * auth-source.el: Added docs.
5314 (auth-sources): Modify format to support server.
5315 (auth-source-pick, auth-source-user-or-password)
5316 (auth-source-user-or-password-imap)
5317 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5318 (auth-source-user-or-password-sftp)
5319 (auth-source-user-or-password-smtp): Add server parameter.
5320
5321 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
5322
5323 * gnus-registry.el: Initialize the registry when gnus-registry-install
5324 is t.
5325
5326 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
5327
5328 * compface.el (uncompface): Make buffer unibyte.
5329
5330 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
5331
5332 * mail-source.el (mail-source-value):
5333 Prefer fboundp to functionp so it works with macros as well.
5334
5335 2008-04-05 Glenn Morris <rgm@gnu.org>
5336
5337 * gnus-ems.el (mm-disable-multibyte): Autoload it.
5338
5339 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
5340
5341 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
5342 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5343
5344 * nnheader.el (nnheader-init-server-buffer): Change buffer's
5345 multibyteness after rather than before erasing it.
5346
5347 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5348 mm-with-multibyte.
5349 (gnus-request-article-this-buffer): Make sure the proper decoding is
5350 used if gnus-original-article-buffer happens to be unibyte.
5351
5352 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5353 default-enable-multibyte-characters.
5354
5355 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5356 default-enable-multibyte-characters.
5357
5358 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5359
5360 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5361
5362 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5363
5364 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5365 Fix last change in case the element is not even a symbol.
5366
5367 2008-04-02 Simon Josefsson <simon@josefsson.org>
5368
5369 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5370 imap-enable-exchange-bug-workaround.
5371 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5372
5373 2008-04-01 Simon Josefsson <simon@josefsson.org>
5374
5375 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5376 a 100 byte status-checks into a 2-3MB transfer for each group.
5377 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5378 to enable bug workaround or not.
5379 (nnimap-find-minmax-uid): Only enable workaround conditionally.
5380
5381 2008-03-31 Glenn Morris <rgm@gnu.org>
5382
5383 * message.el (mml2015-use): Declare for compiler.
5384 (message-info): Require mml2015 when appropriate.
5385
5386 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
5387
5388 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5389 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5390 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5391 (nntp-service-to-port): New function.
5392 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5393 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5394 (nntp-open-netcat-stream): New function.
5395 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5396
5397 2008-03-29 Sven Joachim <svenjoac@gmx.de>
5398
5399 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5400
5401 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5402
5403 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5404
5405 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
5406
5407 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5408
5409 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
5410
5411 * message.el (message-signature-separator): Change default.
5412 Improve custom type.
5413 (message-cite-function): Change default to
5414 message-cite-original-without-signature.
5415
5416 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5417 toggle.
5418
5419 * message.el (message-check-news-body-syntax): Fix signature check.
5420 (message-setup-1): Mark buffer as unmodified _after_ running
5421 message-setup-hook and handling message-alternative-emails.
5422 (message-shorten-references): Be more strict when building list of
5423 valid references to comply with GNKSA.
5424
5425 * gnus-group.el (gnus-read-ephemeral-bug-group)
5426 (gnus-read-ephemeral-debian-bug-group)
5427 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5428
5429 * message.el (message-info): Don't use booleanp which isn't supported
5430 in Emacs 21 and XEmacs.
5431
5432 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
5433
5434 * gnus-group.el (gnus-gmane-group-download-format): Rename from
5435 gnus-group-gmane-group-download-format.
5436 (gnus-group-read-ephemeral-gmane-group): Rename from
5437 gnus-group-read-ephemeral-gmane-group.
5438 (gnus-read-ephemeral-gmane-group-url): Rename from
5439 gnus-group-read-ephemeral-gmane-group-url.
5440 (gnus-bug-group-download-format-alist): New variable.
5441 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5442 (gnus-read-ephemeral-emacs-bug-group): New commands.
5443
5444 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5445
5446 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5447 (gnus-visible-headers): Improve custom type.
5448
5449 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
5450
5451 * mml.el (mml-menu): Add workarounds for XEmacs.
5452
5453 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5454 X-Boundary header.
5455
5456 * message.el (message-simplify-recipients): Fix previous commit.
5457
5458 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5459
5460 * mm-util.el (mm-set-buffer-multibyte): New function.
5461 * mm-decode.el (mm-copy-to-buffer): Use it.
5462
5463 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5464 Prefer fboundp to functionp so it works with macros as well.
5465
5466 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
5467
5468 * message.el (message-alter-recipients-discard-bogus-full-name):
5469 New function.
5470 (message-alter-recipients-function): New variable.
5471 (message-get-reply-headers): Use it.
5472 (message-replace-header): New helper function.
5473 (message-recipients-without-full-name): New variable.
5474 (message-simplify-recipients): New command.
5475
5476 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5477
5478 * message.el (message-info): Handle EasyPG manual.
5479
5480 * mml.el (mml-menu): Add entry for EasyPG.
5481
5482 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
5483
5484 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5485 parameter.
5486
5487 * message.el (message-disassociate-draft): Specify drafts group name
5488 fully.
5489
5490 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
5491
5492 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5493 unnecessary duplicates from the match list.
5494
5495 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
5496
5497 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5498 args of `how-many' of which the XEmacs version doesn't take; declare
5499 Info-index-next as function.
5500
5501 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5502
5503 * gnus-score.el (gnus-score-headers): Fix handling of
5504 gnus-inhibit-slow-scoring.
5505
5506 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5507 string.
5508 (gnus-button-url-regexp): Improve handling of parenthesis.
5509 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5510 (gnus-button-handle-info-keystrokes): Handle index entries.
5511
5512 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
5513
5514 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5515 Incoming* files.
5516
5517 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
5518
5519 * auth-source.el (auth-sources): Renamed from auth-source-choices.
5520 (auth-source-pick): Use it.
5521
5522 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
5523
5524 * auth-source.el (auth-source-protocols)
5525 (auth-source-protocols-customize, auth-source-choices): Added and
5526 modified variable customizations and defaults.
5527 (auth-source-pick, auth-source-user-or-password)
5528 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5529 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5530 (auth-source-user-or-password-sftp)
5531 (auth-source-user-or-password-smtp): Use new variables and provide an
5532 interface to netrc.el.
5533
5534 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
5535
5536 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5537 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5538 Make sure the nntp port to specify is a string.
5539
5540 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5541
5542 * nntp.el: Use with-current-buffer.
5543 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5544 dubious mm-with-unibyte-current-buffer.
5545 (nntp-with-open-group-function): New function extracted from
5546 nntp-with-open-group macro.
5547 (nntp-with-open-group): Use the function, so it's easier to debug.
5548 Add indentation and debugging info.
5549 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5550 the use of the netcat alternatives.
5551
5552 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5553 Avoid mm-string-as-multibyte as well.
5554
5555 * nnweb.el (nnweb-insert-html):
5556 Remove use of nnheader-string-as-multibyte.
5557
5558 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5559 (nnheader-string-as-multibyte): Remove.
5560
5561 * mm-view.el: Use inhibit-read-only.
5562 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5563 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5564 or unibyte-string.
5565
5566 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5567 (mm-uu-yenc-extract): Use with-current-buffer.
5568
5569 * gnus-soup.el (gnus-soup-send-packet): Don't use
5570 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5571
5572 * nnmh.el: Use with-current-buffer.
5573 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5574 mm-string-as-multibyte on the output of mm-encode-coding-string.
5575
5576 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5577 (nnimap-request-move-article): Use with-current-buffer.
5578
5579 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5580 inserting the handle-buffer's text, so the implicit multibyte->unibyte
5581 conversion uses string-make-unibyte rather than string-as-unibyte.
5582
5583 * gnus-msg.el: Use with-current-buffer.
5584
5585 * message.el (message-ignored-resent-headers): Add "Delivered-To".
5586
5587 2008-03-10 Daiki Ueno <ueno@unixuser.org>
5588
5589 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5590 string for caching if it is 'PIN.
5591
5592 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
5593
5594 * mail-source.el (mail-source-delete-old-incoming-confirm):
5595 Change default to nil.
5596 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5597
5598 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
5599
5600 * gnus-art.el (gnus-narrow-to-page): Position point properly.
5601 (gnus-article-goto-prev-page): Work for articles having ^L's.
5602
5603 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5604
5605 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5606
5607 2008-03-07 Karl Fogel <kfogel@red-bean.com>
5608
5609 * gnus-bookmark.el: Adjust for renames in bookmark.el.
5610 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5611 (gnus-bookmark-jump): Adjust some variable names.
5612
5613 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
5614
5615 * auth-source.el: New package.
5616 (auth-source-choices): Add customization entry point variable.
5617
5618 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5619 bug.
5620
5621 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
5622
5623 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5624 (gnus-registry-initialize, gnus-registry-install-p): Use it.
5625 (gnus-registry-install-shortcuts): Rename from
5626 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
5627 the `gnus-registry-mark-map' keymap dynamically from
5628 `gnus-registry-marks'. The generated functions update the summary line
5629 when a registry mark is added or deleted, and will call
5630 `gnus-registry-install-p' (see the comments in the code).
5631 (gnus-registry-user-format-function-M): Use concat intelligently.
5632
5633 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5634 the registry mark functions.
5635
5636 2008-03-05 Glenn Morris <rgm@gnu.org>
5637
5638 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5639 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5640 gnus-art.
5641 (top-level): No need to load own source when compiling.
5642
5643 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
5644
5645 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5646 Suggested by <chris.anderton@zetnet.co.uk>.
5647
5648 2008-03-04 Glenn Morris <rgm@gnu.org>
5649
5650 * gnus-sum.el (top-level): No need to require gnus when compiling,
5651 since unconditionally required near start of file.
5652 (gnus-summary-display-while-building): Move definition before use.
5653
5654 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
5655
5656 * gnus-registry.el (gnus-registry-user-format-function-M): Add
5657 formatting function.
5658
5659 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
5660
5661 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5662 with plists.
5663 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5664 Use new format.
5665
5666 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5667
5668 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5669 `where-is-internal' that returns a range of key sequences.
5670
5671 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5672
5673 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5674
5675 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5676 (gnus-summary-jump-to-group): Consider windows on other displayed
5677 frames as well. Similar changes might be needed elsewhere, but that's
5678 the one I've bumped into during my use.
5679
5680 * nndoc.el (nndoc-oe-dbx-type-p):
5681 * gnus-msg.el (gnus-debug):
5682 * gnus-group.el (gnus-update-group-mark-positions):
5683 Use mm-string-to-multibyte.
5684
5685 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5686
5687 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5688 doesn't handle NotDashEscaped.
5689
5690 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
5691 (mml-dnd-attach-options): Fix typo in custom choice.
5692
5693 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5694 nndoc-article-type to mbox.
5695 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5696
5697 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
5698 to nil, instead of html2text.
5699
5700 * imap.el (imap-debug): Add `imap-ping-server'.
5701
5702 * gnus-bookmark.el: Add FIXMEs.
5703
5704 * message.el (message-form-letter-separator)
5705 (message-send-form-letter-delay): New variables.
5706 (message-send-form-letter): Use them. New command to send form
5707 letters. Requested by Uwe Siart.
5708 (message-send-mail-function): Doc fix. Add "Other" custom option.
5709
5710 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
5711
5712 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5713 empty author.
5714
5715 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
5716
5717 * gnus-registry.el (gnus-registry-marks): Add variable for
5718 customization of marks and their appearance.
5719 (gnus-registry-read-mark): Use it.
5720 (gnus-registry-do-marks): Add utility function to loop through
5721 `gnus-registry-marks'.
5722 (gnus-registry-install-shortcuts-and-menus): Add function to install
5723 shortcuts and menus.
5724 (gnus-registry-initialize): Use it.
5725 (gnus-registry-default-mark): Clarify documentation.
5726
5727 2008-02-29 Glenn Morris <rgm@gnu.org>
5728
5729 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5730 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5731 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5732 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5733 Change defcustom :version from 23.0 to 23.1.
5734
5735 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
5736
5737 * gnus-registry.el (gnus-registry-follow-group-p)
5738 (gnus-registry-post-process-groups): Add functions to aid registry
5739 splitting and improve logging. Clarify behavior in function
5740 documentation.
5741 (gnus-registry-split-fancy-with-parent): Use them.
5742
5743 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5744
5745 * gnus-art.el: Use with-current-buffer.
5746
5747 2008-02-27 David Engster <dengste@eml.cc>
5748
5749 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5750 Express real group name in the response.
5751
5752 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
5753
5754 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5755 (nnmairix-last-server, nnmairix-current-server): Defvar them.
5756 (nnmairix-goto-original-article): Defvar gnus-registry-install and
5757 autoload gnus-registry-fetch-group when compiling.
5758 (nnmairix-request-group-with-article-number-correction): Remove
5759 unreferenced argument passed to nnmairix-call-backend.
5760
5761 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5762
5763 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5764 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
5765 Wilde.
5766
5767 2008-02-27 Glenn Morris <rgm@gnu.org>
5768
5769 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5770 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5771 variables to defconsts. Convert comments to doc-strings.
5772 (nnmairix-last-server, nnmairix-current-server): Convert from free
5773 variables to defvars. Convert comments to doc-strings.
5774 (gnus-registry-fetch-group): Autoload.
5775 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5776 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5777 (nnmairix-widget-build-editable-fields): Use car cddr rather than
5778 caddr.
5779 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5780 nnmairix-request-group-with-article-number-correction call.
5781 (nnmairix-fast, nnmairix-group): New, less general names, for free
5782 variables passed from nnmairix-request-group to
5783 nnmairix-request-group-with-article-number-correction. Declare.
5784 (nnmairix-request-group-with-article-number-correction):
5785 Use nnmairix-fast, nnmairix-group rather than fast, group.
5786
5787 2008-02-26 David Engster <dengste@eml.cc>
5788
5789 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
5790 version 0.5.
5791
5792 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
5793
5794 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5795 instead of making an extra function call. Don't add the current group
5796 to articles only when they have the group. Use
5797 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5798 Reported by David <de_bb@arcor.de>.
5799
5800 2008-02-24 Miles Bader <miles@gnu.org>
5801
5802 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
5803 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
5804 (mm-find-mime-charset-region):
5805 * mm-bodies.el (mm-encode-body):
5806 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
5807
5808 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
5809
5810 * mail-source.el (mail-source-delete-incoming): Change default.
5811 Supplement doc string.
5812
5813 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5814
5815 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
5816
5817 * nnmail.el (nnmail-message-id-cache-file): Derive from
5818 `gnus-home-directory'.
5819
5820 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
5821
5822 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5823 Document negative prefix.
5824
5825 * gnus-group.el (gnus-group-read-group): Document negative prefix.
5826
5827 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5828
5829 * message.el (message-unsent-separator): Add the Exim bounce
5830 separator.
5831
5832 2008-02-10 Daiki Ueno <ueno@unixuser.org>
5833
5834 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5835 list.
5836 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5837 recipient/signer list.
5838
5839 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
5840
5841 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5842 fbound (Emacs 23 unicode), signal an error.
5843
5844 2008-02-08 Glenn Morris <rgm@gnu.org>
5845
5846 * gnus-art.el (pgg-display-output-buffer): Declare as function.
5847
5848 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
5849
5850 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5851 ports to the calls to `netrc-machine-user-or-password' in addition to
5852 "imap" and "imaps".
5853
5854 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
5855
5856 * gnus.el (gnus-group-startup-message): Add `find-image' call before
5857 image-load-path is let-bound. Reported by Harald Hanche-Olsen
5858 <hanche@math.ntnu.no>.
5859
5860 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
5861
5862 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5863
5864 2008-02-01 Zhang Wei <id.brep@gmail.com>
5865
5866 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5867
5868 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5869
5870 2008-02-01 Miles Bader <miles@gnu.org>
5871
5872 * mml.el (mml-parse-1): Remove apparently vestigial use of
5873 `mm-hack-charsets'.
5874 * mm-bodies.el (mm-encode-body): Likewise.
5875
5876 2008-02-01 Kenichi Handa <handa@m17n.org>
5877
5878 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5879 rfc2104-hexstring-to-bitstring and changed to return a byte list.
5880 (rfc2104-hash): Convert the result of concat to unibyte string.
5881
5882 2008-02-01 Dave Love <fx@gnu.org>
5883
5884 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5885 coding-system-for-read.
5886 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5887
5888 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
5889 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
5890 (mm-find-mime-charset-region): Remove hack-charsets stuff.
5891
5892 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
5893
5894 * mail-source.el (mail-sources): Add `group' choice.
5895
5896 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5897 parameter `in-group' to control into which group the articles go.
5898 Add treatment of `group' mail-source.
5899
5900 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5901
5902 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5903 * message.el (message-beginning-of-line): Use featurep instead of bound
5904 tests in order to resolve conditionals at compile time.
5905
5906 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
5907
5908 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5909
5910 * mm-decode.el (mm-dissect-buffer): Decode description.
5911
5912 * mml.el (mml-to-mime): Encode message header first.
5913
5914 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
5915
5916 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5917 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5918
5919 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
5920
5921 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5922
5923 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
5924
5925 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5926 prefix keys.
5927 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5928 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5929 gnus-xmas.el.
5930
5931 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
5932
5933 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5934 Add new variables for article mark management.
5935 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5936 list of extra data entries which, when present, will indicate that the
5937 article ID should not be trimmed from the registry.
5938 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5939 functions.
5940 (gnus-registry-read-mark): New function to read a mark name from the
5941 user.
5942 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5943 (gnus-registry-set-article-mark-internal): New functions to add and
5944 remove marks.
5945 (gnus-registry-get-article-marks): New function to show the marks for
5946 an article, or retrieve them for further use.
5947
5948 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
5949
5950 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5951 keys when no argument is given.
5952
5953 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
5954
5955 * gnus-sum.el (gnus-article-sort-by-random)
5956 (gnus-thread-sort-by-random): Fix doc strings. Reported by
5957 jidanni@jidanni.org.
5958
5959 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
5960
5961 * gnus-art.el (gnus-article-describe-bindings): New function.
5962 (gnus-article-read-summary-keys): Use it.
5963 (gnus-article-mode-map): Bind `C-h b' to it.
5964
5965 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
5966
5967 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5968 XEmacs.
5969 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5970 against non-character events.
5971
5972 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
5973
5974 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5975 command.
5976 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5977 instead of END. Change name of the temp file.
5978 (gnus-group-gmane-group-download-format): Add doc string. Make it
5979 customizable.
5980
5981 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5982
5983 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5984 bind `S W' to gnus-article-wide-reply-with-original; set default
5985 binding to gnus-article-read-summary-send-keys.
5986 (gnus-article-read-summary-keys): Fix the order of keys; display
5987 continuation keys correctly in the echo area; describe bindings
5988 correctly when keys end with `C-h'.
5989 (gnus-article-read-summary-send-keys): New function.
5990 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5991 for gnus-article-read-summary-send-keys; display continuation keys
5992 correctly in the echo area.
5993 (gnus-article-reply-with-original): Ignore prefix argument.
5994 (gnus-article-wide-reply-with-original): New function.
5995
5996 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
5997
5998 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5999 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6000
6001 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
6002
6003 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6004 (gnus-group-read-ephemeral-gmane-group): New command.
6005
6006 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6007
6008 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6009
6010 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
6011
6012 * message.el (message-send-mail-function): Increase custom version.
6013
6014 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6015 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
6016
6017 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
6018
6019 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6020 html parts correctly; support forwarded messages.
6021 (gnus-article-browse-html-article): Remove work buffers.
6022
6023 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6024 compiling.
6025 (netrc-bound-and-true-p): New macro.
6026 (netrc-parse): Use it instead of bound-and-true-p that is not available
6027 in XEmacs 21.4.
6028
6029 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
6030
6031 * gnus-registry.el (gnus-registry-mark-article)
6032 (gnus-registry-article-marks): Add functionality to mark articles
6033 through the Gnus registry.
6034
6035 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6036 (netrc-parse): Use encrypt-file-alist to determine if
6037 encrypt-find-model or encrypt-insert-file-contents should be used.
6038
6039 2007-12-19 Glenn Morris <rgm@gnu.org>
6040
6041 * mml.el (message-options-set, message-narrow-to-head)
6042 (message-in-body-p, message-mail-p, message-encode-message-body):
6043 Autoload.
6044 (message-remove-header, message-narrow-to-headers-or-head)
6045 (message-subscribed-p, message-make-mail-followup-to)
6046 (message-position-on-field, message-news-p)
6047 (message-options-set-recipient, message-generate-headers)
6048 (message-sort-headers): Declare as functions.
6049
6050 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
6051
6052 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6053 convention in doc string.
6054
6055 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
6056
6057 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6058 title to html parts.
6059 (gnus-article-browse-html-article): Pass message header to it.
6060
6061 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6062
6063 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
6064
6065 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6066 or password compatible with XEmacs.
6067
6068 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
6069
6070 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6071 format document.
6072 (gnus-mime-delete-part): Don't write description line if empty.
6073 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6074
6075 2007-12-14 Johan Bockgård <bojohan@gnu.org>
6076
6077 * gnus-sum.el (gnus-summary-mark-unread-as-read)
6078 (gnus-summary-mark-read-and-unread-as-read)
6079 (gnus-summary-mark-current-read-and-unread-as-read)
6080 (gnus-summary-mark-unread-as-ticked): Doc fix.
6081 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6082
6083 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
6084
6085 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
6086 Christoph Conrad <christoph.conrad@gmx.de>.
6087
6088 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
6089
6090 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6091 yes-or-no-p.
6092
6093 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
6094
6095 * mm-decode.el (mm-add-meta-html-tag): New function.
6096 (mm-save-part-to-file, mm-pipe-part): Use it.
6097
6098 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6099 gnus-y-or-n-p instead of y-or-n-p.
6100 (gnus-article-browse-html-parts): Work with message/external-body; use
6101 mm-add-meta-html-tag.
6102
6103 2007-12-11 Glenn Morris <rgm@gnu.org>
6104
6105 * gnus-cache.el: Require gnus-sum not just when compiling.
6106
6107 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6108
6109 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6110 definitions before use.
6111
6112 * mm-decode.el: Require gnus-util.
6113 (mm-remove-part): Only call delete-annotation on XEmacs.
6114
6115 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6116
6117 * nnmail.el: Require gnus-int.
6118
6119 * spam.el: Move `require's before `eval-when-compile's.
6120
6121 * gnus-ems.el (gnus-alive-p):
6122 * gnus-fun.el (message-goto-eoh):
6123 * gnus-util.el (gnus-group-name-decode):
6124 * mail-source.el (gnus-compress-sequence):
6125 * message.el (Info-goto-node, format-spec):
6126 * mm-bodies.el (message-options-get):
6127 * mm-decode.el (mm-view-pkcs7):
6128 * mm-util.el (gmm-write-region):
6129 * mml-smime.el (mml-compute-boundary)
6130 (gnus-completing-read-with-default):
6131 * mml.el (widget-button-press, gnus-make-hashtable):
6132 * mml1991.el (mm-decode-content-transfer-encoding)
6133 (mm-encode-content-transfer-encoding)
6134 (message-options-get, message-options-set):
6135 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6136 * nnfolder.el (gnus-request-group):
6137 * nnheader.el (ietf-drums-unfold-fws):
6138 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6139 * smime.el (gnus-run-mode-hooks):
6140 * spam-stat.el (gnus-message): Autoload.
6141
6142 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6143 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6144 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6145 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6146 Add declare-function compatibility definition.
6147
6148 * gnus-cache.el (nnvirtual-find-group-art):
6149 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6150 (gnus-add-image, gnus-add-wash-type):
6151 * gnus-group.el (nnkiboze-score-file):
6152 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6153 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6154 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6155 (message-tokenize-header, gnus-get-buffer-create)
6156 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6157 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6158 * gnus.el (gnus-group-decoded-name):
6159 * mail-source.el (imap-capability):
6160 * mm-bodies.el (message-options-set):
6161 * mm-decode.el (gnus-configure-windows):
6162 * mm-extern.el (message-goto-body):
6163 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6164 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6165 (epg-sub-key-validity, message-options-set):
6166 * mml.el (widget-event-point, gnus-configure-windows):
6167 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6168 * mml2015.el (epg-check-configuration, epg-configuration)
6169 (message-options-set):
6170 * nndb.el (nndb-request-article):
6171 * nnfolder.el (gnus-request-create-group):
6172 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6173 * nnmaildir.el (gnus-group-mark-article-read):
6174 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6175 * rfc1843.el (message-fetch-field):
6176 * spam.el (gnus-extract-address-components):
6177 Declare as functions.
6178
6179 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
6180
6181 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6182
6183 2007-12-09 Glenn Morris <rgm@gnu.org>
6184
6185 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6186
6187 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6188 * message.el, mm-view.el, sieve-manage.el, smime.el:
6189 Add declare-function compatibility definition.
6190
6191 * gnus-art.el (w3-region, w3m-region, Info-menu):
6192 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6193 * gnus-sum.el (gnus-get-predicate):
6194 * gnus-util.el (mm-append-to-file, w32-focus-frame):
6195 * message.el (mail-abbrev-in-expansion-header-p):
6196 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6197 (w3m-detect-meta-charset, w3m-region):
6198 * sieve-manage.el (password-read, password-cache-add)
6199 (password-cache-remove):
6200 * smime.el (password-read-and-add): Declare as functions.
6201
6202 2007-12-08 David Kastrup <dak@gnu.org>
6203
6204 * gnus-sum.el (gnus-summary-simplify-subject-query):
6205 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6206 `message'.
6207
6208 2007-12-07 Glenn Morris <rgm@gnu.org>
6209
6210 * gnus-art.el (article-make-date-line): Revert previous change.
6211
6212 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6213
6214 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6215
6216 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
6217
6218 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6219 Call gnus-add-to-range ranges only once with a prepared article-list.
6220
6221 2007-12-06 Paul Jarc <prj@po.cwru.edu>
6222
6223 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6224 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6225 group names with backslashes. Reported by Tassilo Horn
6226 <tassilo@member.fsf.org>.
6227
6228 2007-12-06 Deepak Goel <deego3@gmail.com>
6229
6230 * gnus-art.el (article-make-date-line):
6231 * gnus-start.el (gnus-load):
6232 * pop3.el (pop3-read-response): Fix buggy call to `error'.
6233
6234 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6235
6236 * gnus-art.el (gnus-use-idna)
6237 * gnus-start.el (gnus-site-init-file)
6238 * message.el (message-use-idna)
6239 * mm-uu.el (mm-uu-hide-markers)
6240 * smiley.el (smiley-style): Revert changes that suppress warnings.
6241
6242 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6243
6244 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6245 specify charset to html source. Reported by Christoph Conrad
6246 <christoph.conrad@gmx.de>.
6247
6248 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6249
6250 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6251 idna-program in order to suppress byte compile warning issued by XEmacs
6252 that came to byte compile the default value section of defcustom forms
6253 recently.
6254
6255 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6256 value of installation-directory.
6257
6258 * message.el (message-use-idna): Don't directly refer to the value of
6259 idna-program.
6260
6261 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6262
6263 * smiley.el (smiley-style): Don't directly call face-attribute.
6264
6265 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
6266
6267 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6268
6269 * gnus-dired.el: Reduce Gnus dependencies.
6270 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6271 require. Use autoloads instead.
6272 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6273 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6274 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6275 (gnus-dired-mode): Adjust doc string.
6276 (gnus-dired-mail-mode): New variable.
6277 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6278 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6279 (gnus-dired-mail-buffers): New function. Return mail or message
6280 composition buffers.
6281 (gnus-dired-attach): Use it.
6282 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6283 NO-DECODE.
6284 (gnus-dired-print): Use `gnus-print-buffer' depending on
6285 `gnus-dired-mail-mode'.
6286
6287 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
6288
6289 * rfc2047.el (rfc2047-encoded-word-regexp)
6290 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6291 explaining what regexp patterns are for.
6292
6293 2007-12-04 Glenn Morris <rgm@gnu.org>
6294
6295 * password.el: Move to ../password-cache.el.
6296
6297 * mml1991.el (password-read, password-cache-add, password-cache-remove):
6298 * mml2015.el (password-read, password-cache-add, password-cache-remove):
6299 * mml-smime.el (password-read, password-cache-add)
6300 (password-cache-remove):
6301 No need to autoload, since mml-sec requires password.
6302
6303 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6304 * message.el (gnus-extract-address-components):
6305 * mml-smime.el (gnus-extract-address-components): Define for compiler.
6306
6307 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6308 password.
6309
6310 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
6311
6312 * mailcap.el: Reduce dependencies.
6313 (mail-header-parse-content-type): Autoload.
6314 (mailcap-delete-duplicates): New alias.
6315 (mailcap-mime-info): Add optional argument NO-DECODE.
6316 (mailcap-mime-types): Use mailcap-delete-duplicates.
6317
6318 * message.el (message-ignored-supersedes-headers): Add "X-ID".
6319
6320 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6321
6322 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6323 function.
6324
6325 * gnus-uu.el (gnus-uu-decode-yenc): New command.
6326 (gnus-uu-yenc-article): New function.
6327
6328 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6329
6330 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6331 buffer.
6332
6333 2007-12-02 Glenn Morris <rgm@gnu.org>
6334
6335 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
6336 Move to ../net.
6337
6338 * binhex.el, uudecode.el: Move to ../mail.
6339
6340 * encrypt.el: Remove file.
6341
6342 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
6343
6344 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6345 matches on patches.
6346
6347 * gnus-art.el (gnus-article-browse-html-article): Mention
6348 `mm-text-html-renderer' in the doc string.
6349
6350 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6351 string. Add comments.
6352
6353 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6354 if rhs is ASCII.
6355
6356 2007-12-01 Glenn Morris <rgm@gnu.org>
6357
6358 * dig.el, dns.el: Move to ../net.
6359 * format-spec.el, hex-util.el, sha1.el: Move to ../.
6360
6361 * mail-source.el (top-level): Require format-spec before
6362 eval-when-compile.
6363
6364 2007-11-30 Glenn Morris <rgm@gnu.org>
6365
6366 * encrypt.el: Require password, rather than autoloading password-read.
6367
6368 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
6369
6370 * gnus.el (gnus-method-to-server): Add an optional parameter so the
6371 caller can indicate whether the cache should be disregarded for this
6372 call. This way the result of the call is reproducible at all times and
6373 can be considered a canonical server name for the supplied method.
6374 (gnus-agent-method-p): Canonicalize server names by pushing their
6375 method through `gnus-method-to-server' using the no-cache argument.
6376
6377 * gnus-srvr.el (gnus-server-insert-server-line): Call
6378 `gnus-method-to-server' with `no-cache' argument.
6379
6380 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6381 gnus-agent-possibly-synchronize-flags as this should be called when the
6382 server is actually being opened.
6383 (gnus-agent-possibly-synchronize-flags)
6384 (gnus-agent-possibly-synchronize-flags-server): Move check for the
6385 flags file of an agentized server to the latter function.
6386
6387 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6388 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6389 after a connection has been established successfully.
6390
6391 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
6392
6393 * gnus-art.el (article-display-face): Force to display face if called
6394 interactively; check if gnus-article-x-face-too-ugly matches author.
6395 (article-display-x-face): Display face even if From header is missing
6396 as article-display-face does.
6397
6398 2007-11-28 Richard Stallman <rms@gnu.org>
6399
6400 * md4.el: Move to ../.
6401 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
6402
6403 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
6404
6405 * mail-source.el (mail-sources): Default to fetch from file for
6406 compatibility with default of nnmail-spool-file.
6407
6408 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
6409
6410 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6411 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6412 to look for encoded word that should be encoded again.
6413 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6414 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6415 encoding pattern.
6416 (rfc2047-decode-region): Switch strict regexp and loose one according
6417 to rfc2047-allow-irregular-q-encoded-words.
6418
6419 2007-11-26 Simon Josefsson <simon@josefsson.org>
6420
6421 * imap.el: Move to ../net directory.
6422
6423 2007-11-25 Romain Francoise <romain@orebokech.com>
6424
6425 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6426
6427 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
6428
6429 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6430 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6431
6432 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6433 `nnmail-spool-file'.
6434
6435 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6436 `nnmail-spool-file'.
6437
6438 * gnus-move.el (gnus-change-server): Ditto.
6439
6440 * gnus-kill.el (gnus-batch-score): Ditto.
6441
6442 * gnus-cache.el (gnus-jog-cache): Ditto.
6443
6444 * gnus-msg.el (gnus-summary-reply):
6445 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6446
6447 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
6448
6449 * gnus-cache.el (gnus-cache-generate-nov-databases):
6450 Use nnml-generate-nov-databases-directory instead of
6451 nnml-generate-nov-databases-1.
6452
6453 2007-11-24 Glenn Morris <rgm@gnu.org>
6454
6455 * message.el (message-tool-bar-retro): Update for rename
6456 mail_send.xpm->mail-send.xpm.
6457
6458 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
6459
6460 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6461 `smime-ldap-search' for Emacs 22 and up.
6462
6463 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
6464
6465 * hashcash.el: Move to ../mail directory.
6466
6467 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
6468
6469 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6470 `smime-ldap-search' for Emacs 22 and up.
6471
6472 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6473
6474 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6475
6476 * message.el (message-send-mail-function): Fix error convention.
6477 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6478 (message-widen-reply, message-send-mail, message-talkative-question)
6479 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6480 (message-clone-locals, message-send-news): Use with-current-buffer.
6481 (message-insert-or-toggle-importance): Remove unused var `valid'.
6482 (message-make-references): Remove unused var `new-references'.
6483 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6484
6485 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
6486
6487 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6488 (spam-split-symbolic-return-positive): Reflow docstring.
6489 (spam-backends, spam-summary-exit-behavior)
6490 (spam-mark-ham-unread-before-move-from-spam-group)
6491 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6492 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6493 (spam-clear-cache, spam-backend-check, spam-install-backend)
6494 (spam-install-statistical-backend, spam-list-of-processors)
6495 (spam-group-processor-p, spam-split, spam-bogofilter-score)
6496 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6497 (spam-check-crm114, spam-initialize, spam-unload-hook):
6498 Fix typos in docstrings.
6499
6500 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
6501
6502 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6503 been checked if they have never been read and those group levels are
6504 higher than the one that a user specified.
6505
6506 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
6507
6508 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6509 foreign groups unless a group level is specified by a user.
6510 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6511
6512 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
6513
6514 * message.el (message-send-mail-function): Require sendmail.
6515
6516 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
6517
6518 * message.el (message-send-mail-function): Check for smtpmail too.
6519
6520 * utf7.el (utf7-encode, utf7-decode): Use coding system
6521 `utf-7'/`utf-7-imap' from utf-7.el' if available.
6522
6523 * message.el (message-send-mail-function): New function.
6524 (message-send-mail-function): Set default using
6525 message-send-mail-function. Adjust doc string.
6526 (message-send-mail-with-mailclient): New function.
6527
6528 2007-11-17 Richard Stallman <rms@gnu.org>
6529
6530 * assistant.el: Remove file.
6531
6532 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
6533
6534 * smime.el (from):
6535 * rfc2047.el (message-posting-charset):
6536 * qp.el (mm-use-ultra-safe-encoding):
6537 * pop3.el (parse-time-months):
6538 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6539 * nnml.el (files):
6540 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6541 (jka-compr-compression-info-list, ange-ftp-path-format)
6542 (efs-path-regexp):
6543 * nndiary.el (files):
6544 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6545 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6546 (epg-digest-algorithm-alist, inhibit-redisplay)
6547 (password-cache-expiry):
6548 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6549 (pgg-output-buffer, password-cache-expiry):
6550 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6551 (efs-path-regexp):
6552 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6553 (inhibit-redisplay):
6554 * mm-uu.el (file-name, start-point, end-point, entry)
6555 (gnus-newsgroup-name, gnus-newsgroup-charset):
6556 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6557 (latin-unity-ucs-list):
6558 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6559 (mm-uu-binhex-decode-function):
6560 * message.el (gnus-message-group-art, gnus-list-identifiers)
6561 (rmail-enable-mime-composing, gnus-local-organization)
6562 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6563 (gnus-read-active-file, facemenu-add-face-function)
6564 (facemenu-remove-face-function, gnus-article-decoded-p)
6565 (tool-bar-mode):
6566 * mail-source.el (display-time-mail-function):
6567 * gnus-util.el (nnmail-pathname-coding-system)
6568 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6569 (gnus-original-article-buffer, gnus-user-agent)
6570 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6571 (xemacs-codename, sxemacs-codename, emacs-program-version):
6572 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6573 * gnus-start.el (gnus-agent-covered-methods)
6574 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6575 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6576 (gnus-newsgroup-headers, gnus-group-list-mode)
6577 (gnus-group-mark-positions, gnus-newsgroup-data)
6578 (gnus-newsgroup-unreads, nnoo-state-alist)
6579 (gnus-current-select-method, mail-sources)
6580 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6581 (nnmail-spool-file, gnus-cache-active-hashtb):
6582 * gnus-mh.el (mh-lib-progs):
6583 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6584 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6585 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6586 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6587 (gnus-group-buffer):
6588 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6589 (font-lock-set-defaults):
6590 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6591 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6592 (gnus-summary-post-menu, total-parts, type, condition, length):
6593 * gnus-agent.el (gnus-agent-read-agentview):
6594 * flow-fill.el (show-trailing-whitespace):
6595 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6596 eval-and-compile wrappers for byte compiler pacifiers.
6597
6598 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6599 (mm-display-inline-fontify): Check for featurep 'xemacs not
6600 extent-list.
6601
6602 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6603 itimer-list.
6604 (mm-create-image-xemacs): Only do something for XEmacs.
6605 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6606
6607 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6608
6609 * gnus-registry.el (gnus-adaptive-word-syntax-table):
6610 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6611
6612 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
6613
6614 * nnimap.el (nnimap-split-download-body):
6615 * gnus-demon.el (gnus-demon):
6616 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6617
6618 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
6619
6620 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6621 macros.
6622 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6623 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6624 copy data from unibyte buffer to multibyte current buffer.
6625 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6626 to copy data from unibyte current buffer to multibyte buffer.
6627 (nntp-make-process-buffer): Make process buffer unibyte.
6628
6629 * pop3.el (pop3-open-server): Fix typo in Lisp code.
6630
6631 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
6632
6633 * pop3.el (pop3-open-server): Accept and process data more robustly at
6634 connexion start to avoid spurious "POP SSL connexion failed" errors.
6635
6636 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
6637
6638 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6639 read group names.
6640
6641 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
6642
6643 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6644
6645 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
6646
6647 * nnmail.el (nnmail-parse-active): Make group names unibyte.
6648 (nnmail-save-active): Use a unibyte buffer when saving active file,
6649 which may contain non-ASCII group names.
6650
6651 * nnml.el (nnml-request-group): Decode group names in messages.
6652
6653 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
6654
6655 * message.el (message-citation-line-function)
6656 (message-insert-formatted-citation-line): Fix spelling of
6657 `message-insert-formated-citation-line'.
6658
6659 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
6660
6661 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6662
6663 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
6664
6665 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6666 nnmail-pathname-coding-system.
6667
6668 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6669 that a user enters; decode group names in messages.
6670
6671 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6672
6673 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
6674
6675 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6676
6677 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6678
6679 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6680 risky local variable.
6681
6682 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6683
6684 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
6685
6686 * encrypt.el: Improve documentation to fix function name typo.
6687 Reported by Daiki Ueno <ueno@unixuser.org>.
6688
6689 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6690
6691 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6692 even if the point is not in the last page of an article.
6693 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6694 back to the previous page.
6695
6696 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
6697
6698 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6699
6700 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
6701
6702 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6703
6704 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6705
6706 * message.el (message-check-news-body-syntax): Avoid
6707 mm-string-as-multibyte.
6708 (message-hide-headers): Don't assume (point-min)==1.
6709
6710 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6711
6712 * message.el (message-remove-blank-cited-lines): Fix if remove is
6713 given.
6714 (message-bogus-address-regexp): New variable.
6715 (message-bogus-recipient-p): New function.
6716 (message-check-recipients): New command.
6717 (message-syntax-checks): Add `bogus-recipient'.
6718 (message-fix-before-sending): Add `bogus-recipient'.
6719
6720 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6721 (gnus-treat-body-boundary): Don't test window-system.
6722
6723 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
6724
6725 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6726
6727 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6728
6729 * gnus.el: Bump version to Gnus v5.13.
6730
6731 2007-10-28 Miles Bader <miles@gnu.org>
6732
6733 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6734 at compile-time too.
6735
6736 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6737
6738 * gnus-msg.el (gnus-message-setup-hook): Add
6739 `message-remove-blank-cited-lines' to options.
6740
6741 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
6742
6743 * message.el (message-remove-blank-cited-lines): New function.
6744 Suggested by Karl Plästerer.
6745
6746 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
6747
6748 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6749 mapc.
6750
6751 * imap.el (imap-open): Replace mapcar called for effect with mapc.
6752 (top-level): Use mapc to set functions to be traced for debugging.
6753
6754 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6755 called for effect with while loop.
6756
6757 * message.el (message-talkative-question): Replace mapcar called for
6758 effect with mapc.
6759
6760 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6761 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6762 called for effect with dolist.
6763
6764 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6765
6766 * nndiary.el: Use dolist instead of mapcar to add diary headers to
6767 gnus-extra-headers and nnmail-extra-headers.
6768
6769 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6770 called for effect with dolist.
6771 (top-level): Use mapc to set functions to be traced for debugging.
6772
6773 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6774 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6775 dolist.
6776
6777 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6778 Replace mapcar called for effect with mapc.
6779 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6780 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6781 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6782 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6783
6784 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6785 remove-if that's a cl function.
6786
6787 * webmail.el (webmail-debug): Replace mapcar called for effect with
6788 dolist.
6789
6790 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
6791
6792 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6793 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6794 with while loop.
6795
6796 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6797 functions from article-* functions.
6798 (gnus-multi-decode-header): Replace mapcar called for effect with
6799 dolist.
6800
6801 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6802 (gnus-bookmark-show-details): Replace mapcar called for effect with
6803 while loop.
6804
6805 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6806 called for effect with while loop.
6807
6808 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6809 with dolist.
6810
6811 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6812 mapcar called for effect with dolist.
6813
6814 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6815
6816 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6817 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6818 Replace mapcar called for effect with dolist.
6819 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6820 mapc.
6821
6822 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6823 Replace mapcar called for effect with dolist.
6824 (gnus-topic-list): Replace mapcar called for effect with mapc.
6825
6826 * gnus.el: Use mapc instead of mapcar to add autoloads.
6827
6828 2007-10-23 Richard Stallman <rms@gnu.org>
6829
6830 * gnus-group.el (gnus-group-highlight): Mark as risky.
6831
6832 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
6833
6834 * gnus.el (gnus-server-to-method): Return method found first in
6835 gnus-newsrc-alist.
6836
6837 * gnus-art.el (gnus-article-highlight-signature)
6838 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6839 button overlay without the front stickiness.
6840
6841 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
6842
6843 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6844 overview buffer needed a catch to receive its throw.
6845 (gnus-agent-flush-cache): Declared as interactive to make this function
6846 easier to use.
6847
6848 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
6849
6850 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6851 `next-line'.
6852
6853 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
6854
6855 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6856 exclude address matching message-dont-reply-to-names.
6857
6858 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
6859
6860 * gnus-util.el (gnus-string<): New function.
6861
6862 * gnus-sum.el (gnus-article-sort-by-author)
6863 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6864
6865 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
6866
6867 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6868 the frame-focus tag is set in gnus-buffer-configuration.
6869
6870 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
6871
6872 * gnus-art.el (gnus-article-add-button): Make a button overlay without
6873 the front stickiness.
6874
6875 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
6876
6877 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6878 url pattern; remove duplicate one.
6879 (gnus-article-extend-url-button): New function.
6880 (gnus-article-add-buttons): Use it.
6881 (gnus-button-push): Use concatenated url that it makes.
6882
6883 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
6884
6885 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6886 (sieve-manage-open): Use `mapc' instead of `mapcar'.
6887
6888 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6889
6890 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6891 Don't hardcode point-min==1.
6892
6893 2007-09-30 David Kastrup <dak@gnu.org>
6894
6895 * gnus-art.el (gnus-article-reply-with-original)
6896 (gnus-article-followup-with-original): When `transient-mark-mode' is
6897 off, refrain from active-region behavior for followups.
6898
6899 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
6900
6901 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6902 Fix comment about "iso8859-1".
6903
6904 2007-10-08 Daiki Ueno <ueno@unixuser.org>
6905
6906 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6907 ones returned from the verify-function.
6908
6909 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6910 mml2015-extract-cleartext-signature if extraction failed.
6911
6912 2007-10-07 Daiki Ueno <ueno@unixuser.org>
6913
6914 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6915 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6916 failed.
6917
6918 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
6919
6920 * Relicense "GPLv2 or later" files to "GPLv3 or later".
6921
6922 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6923
6924 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6925 to mark a thread as expirable. Add variable `hide' to handle hiding of
6926 thread for both the null and zero (kill/expire thread) universal prefix
6927 cases.
6928 (gnus-summary-expire-thread): Add new function to expire a thread,
6929 using gnus-summary-kill-thread.
6930 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6931 shortcuts for gnus-summary-expire-thread.
6932 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6933 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
6934
6935 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6936
6937 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6938 extras value, so an extras entry can be deleted.
6939 (gnus-registry-delete-extra-entry): Use it.
6940 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6941 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6942 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6943 storage through the gnus-registry, and provide an appropriate API for
6944 it.
6945
6946 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
6947
6948 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6949 Suggested by Leo <sdl.web@gmail.com>.
6950
6951 * gnus.el: Do.
6952
6953 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
6954
6955 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6956 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
6957
6958 * gnus-agent.el (gnus-agent-fetch-headers): Do.
6959
6960 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6961 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6962
6963 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
6964
6965 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6966 newline.
6967 (nnmbox-request-accept-article): Don't change article in source buffer;
6968 narrow to header to use message-fetch-field rather than
6969 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6970 (nnmbox-request-replace-article): Quote lines that'll be misidentified
6971 as delimiters; make sure article ends with newline.
6972 (nnmbox-delete-mail): Correct last position of article to be deleted;
6973 ignore X-Gnus-Newsgroup header in article body.
6974 (nnmbox-save-mail): Quote lines looking like delimiters at the right
6975 positions; make sure article ends with newline.
6976
6977 * message.el (message-display-abbrev): Don't infloop when a user
6978 inserts SPC in the beginning of header.
6979
6980 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
6981
6982 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6983 list of groups not followed by default. Fix type to be regexp.
6984 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6985
6986 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
6987
6988 * hmac-def.el (define-hmac-function): Switch from old-style to
6989 new-style backquotes.
6990
6991 * md4.el (md4-make-step): Likewise.
6992
6993 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
6994
6995 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6996 raw-text coding system when saving .newsrc file, which may contain
6997 non-ASCII group names.
6998
6999 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
7000
7001 * gnus-cus.el (gnus-score-extra): New widget.
7002 (gnus-score-extra-convert): New function.
7003 (gnus-score-customize): Use it for Extra.
7004
7005 2007-08-31 Daiki Ueno <ueno@unixuser.org>
7006
7007 * mml2015.el (mml2015-extract-cleartext-signature): New function.
7008 (mml2015-mailcrypt-clear-verify): Use it.
7009 (mml2015-gpg-clear-verify): Use it.
7010 (mml2015-pgg-clear-verify): Use it.
7011 (mml2015-epg-clear-verify): Replace the current part with the output
7012 from GnuPG; don't extract the plaintext by itself.
7013
7014 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7015 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7016 mml2015-clear-verify-function; don't touch the armor headers or
7017 dash-escaped text here.
7018
7019 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
7020
7021 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7022 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7023 parts, or application/octet-stream as a last resort.
7024 (gnus-mime-view-part-as-type): Don't toggle display.
7025 (gnus-mime-view-part-as-charset): Don't turn off display before
7026 querying charset.
7027
7028 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7029 stuff to undisplayer function in Emacs.
7030 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7031
7032 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7033 text/calendar parts.
7034
7035 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
7036
7037 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7038 decoding text/calendar parts.
7039
7040 * message.el (message-forward-make-body-mime): Always mark body as
7041 having no illegible text; remove signed-or-encrypted argument.
7042 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7043
7044 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7045 (mml-generate-mime-1): Don't encode body if it is specified to be in
7046 raw form; don't make buffer be unibyte when inserting multibyte string.
7047
7048 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7049
7050 * sha1.el: Fix up comment style.
7051 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7052 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7053
7054 * hex-util.el: Fix up comment style.
7055 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7056
7057 * gnus-salt.el: Use with-current-buffer.
7058 (gnus-pick-setup-message): Fix long-standing typo.
7059
7060 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
7061
7062 * imap.el (imap-logout-timeout): New variable.
7063 (imap-logout, imap-logout-wait): New functions.
7064 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7065
7066 * nnimap.el (nnimap-logout-timeout): New server variable.
7067 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7068 nnimap-logout-timeout.
7069
7070 * gnus-art.el (gnus-article-summary-command-nosave)
7071 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7072
7073 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
7074
7075 * gnus.el (gnus-maximum-newsgroup): New variable.
7076
7077 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7078 according to gnus-maximum-newsgroup.
7079
7080 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7081 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7082 Limit the range of articles according to gnus-maximum-newsgroup.
7083
7084 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
7085
7086 * gnus-art.el (gnus-sticky-article): Fixed problems described in
7087 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
7088 Don't perform gnus-configure-windows here; reuse existing sticky
7089 article buffer.
7090
7091 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7092 it doesn't exist in gnus-article-mode.
7093
7094 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
7095
7096 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7097 (gnus-agent-decoded-group-name): New function.
7098 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7099 (gnus-agent-expire-group-1): Use it; decode group name in messages.
7100
7101 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
7102
7103 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7104 Add binding for gnus-sticky-article.
7105 (gnus-summary-exit): Don't kill sticky article buffers.
7106
7107 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7108 article buffer.
7109 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7110 (gnus-kill-sticky-article-buffers): New commands.
7111
7112 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
7113
7114 * nntp.el (nntp-xref-number-is-evil): New server variable.
7115 (nntp-find-group-and-number): If it is non-nil, don't trust article
7116 numbers in the Xref header.
7117
7118 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
7119
7120 * gnus-agent.el (gnus-agent-read-group): New function.
7121 (gnus-agent-flush-group, gnus-agent-expire-group)
7122 (gnus-agent-regenerate-group): Use it.
7123 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7124 nnmail-pathname-coding-system.
7125
7126 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
7127
7128 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7129
7130 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7131 that are unread as unread, and also as selected so that information of
7132 marks having been changed by a user may be updated when exiting group.
7133
7134 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
7135
7136 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
7137
7138 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
7139
7140 * gnus-art.el (gnus-mime-display-single): Pass part number that is
7141 calculated ignoring signature parts to gnus-treat-article.
7142
7143 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
7144
7145 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7146 a point here in order to keep the window start.
7147 (gnus-insert-mime-security-button): Make a button overlay without the
7148 front stickiness.
7149 (gnus-mime-display-security): Goto the end of a button.
7150
7151 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7152
7153 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
7154
7155 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7156 group-name-at-point.
7157 (gnus-group-completing-read): New function that offers decoded
7158 non-ASCII group names for completion.
7159 (gnus-fetch-group, gnus-group-read-ephemeral-group)
7160 (gnus-group-jump-to-group, gnus-group-make-group-simple)
7161 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7162 (gnus-group-fetch-control): Use it.
7163 (gnus-fetch-group): Use group-name-at-point for the initial value
7164 rather than the default value; use gnus-alive-p.
7165
7166 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7167 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7168 (gnus-summary-post-news): Use gnus-group-completing-read.
7169
7170 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7171 (gnus-read-move-group-name): Decode group name for completion.
7172
7173 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
7174
7175 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7176 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7177 Yamaoka slightly modified the code).
7178
7179 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
7180
7181 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7182 (nnmail-split-incoming): Bind it.
7183
7184 * nnml.el (nnml-group-name-charset): New function.
7185 (nnml-decoded-group-name): Use it; don't decode group name if
7186 nnmail-group-names-not-encoded-p is non-nil.
7187 (nnml-encoded-group-name): New function.
7188 (nnml-group-pathname): Inline nnml-decoded-group-name.
7189 (nnml-request-expire-articles): Decode group name in message.
7190 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7191 nnmail-pathname-coding-system.
7192 (nnml-save-mail, nnml-active-number): Work with decoded group names and
7193 not decoded ones according to nnmail-group-names-not-encoded-p.
7194 (nnml-generate-active-info): Use nnml-encoded-group-name.
7195
7196 2007-08-08 Glenn Morris <rgm@gnu.org>
7197
7198 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7199 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7200 doc-strings and comments.
7201
7202 2007-07-25 Glenn Morris <rgm@gnu.org>
7203
7204 * Relicense all FSF files to GPLv3 or later.
7205
7206 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
7207
7208 * gnus-sum.el (gnus-summary-move-article): Make
7209 gnus-summary-respool-article work.
7210
7211 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
7212
7213 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7214 string.
7215
7216 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
7217
7218 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
7219 that should be ignored when comparing distant RSS articles with local
7220 ones.
7221 (nnrss-make-hash-index): New function. Create a hash index according
7222 to the ignored fields.
7223 (nnrss-check-group): Use it.
7224
7225 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
7226
7227 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7228
7229 * gnus-art.el (article-decode-group-name): Decode Xref header too.
7230
7231 * gnus-group.el (gnus-group-make-group): Encode group name here unless
7232 the new optional argument ENCODED is non-nil.
7233 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7234 coding system for encoding group name.
7235 (gnus-group-make-rss-group): Pass un-encoded group name to
7236 gnus-group-make-group.
7237 (gnus-group-set-info): Tell gnus-group-make-group that group name is
7238 encoded.
7239
7240 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7241 Encode group name to which articles are moved or copied.
7242 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7243 coding system for encoding Newsgroup, Followup-To and Xref headers.
7244
7245 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7246 marks; use nnheader-file-coding-system to write a file.
7247 (nnagent-retrieve-headers): Bind file-name-coding-system to
7248 nnmail-pathname-coding-system.
7249
7250 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7251
7252 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7253 (nnml-request-article, nnml-request-create-group)
7254 (nnml-request-rename-group, nnml-find-id)
7255 (nnml-possibly-change-directory, nnml-possibly-create-directory)
7256 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7257 (nnml-save-marks): Use nnml-group-pathname instead of
7258 nnmail-group-pathname.
7259
7260 (nnml-request-create-group, nnml-request-expire-articles)
7261 (nnml-request-move-article, nnml-request-delete-group)
7262 (nnml-deletable-article-p, nnml-possibly-create-directory)
7263 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7264 (nnml-open-marks): Bind file-name-coding-system to
7265 nnmail-pathname-coding-system.
7266
7267 (nnml-request-article): Pass server argument to nnml-find-group-number.
7268 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7269 server argument to nnml-possibly-create-directory.
7270 (nnml-request-accept-article): Pass server argument to
7271 nnml-active-number and nnml-save-mail.
7272 (nnml-find-group-number): Pass server argument to nnml-find-id.
7273 (nnml-request-update-info): Pass server argument to
7274 nnml-marks-changed-p.
7275
7276 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7277 (nnml-save-mail, nnml-active-number): Add server argument.
7278
7279 (nnml-request-delete-group): Warn if group is missing.
7280 (nnml-get-nov-buffer): Decode group name.
7281 (nnml-generate-active-info): Encode group name.
7282 (nnml-open-marks): Decode group name in messages.
7283
7284 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
7285
7286 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7287 if it is not specified.
7288 (gnus-article-pipe-part, gnus-article-save-part)
7289 (gnus-article-interactively-view-part, gnus-article-copy-part)
7290 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7291 (gnus-article-inline-part, gnus-article-save-part-and-strip)
7292 (gnus-article-replace-part, gnus-article-delete-part)
7293 (gnus-article-view-part-as-type): Pass raw prefix argument to
7294 gnus-article-part-wrapper.
7295
7296 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
7297
7298 * gnus-agent.el (gnus-agent-save-active): Bind
7299 nnheader-file-coding-system to gnus-agent-file-coding-system.
7300
7301 * gnus-cache.el (gnus-cache-save-buffers)
7302 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7303 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7304 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7305 (gnus-cache-braid-nov, gnus-cache-braid-heads)
7306 (gnus-cache-generate-active, gnus-cache-rename-group)
7307 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7308 (gnus-cache-update-overview-total-fetched-for): Bind
7309 file-name-coding-system to nnmail-pathname-coding-system.
7310 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7311 variables.
7312 (gnus-cache-decoded-group-name): New function.
7313 (gnus-cache-file-name): Use it.
7314 (gnus-cache-generate-active): Use non-decoded group name for active.
7315
7316 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7317 right place.
7318 (gnus-write-active-file): Don't break non-ASCII group names.
7319
7320 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7321 nnmail-pathname-coding-system.
7322
7323 * gnus-uu.el (gnus-uu-decode-save): Typo.
7324
7325 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
7326
7327 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7328
7329 2007-07-14 David Kastrup <dak@gnu.org>
7330
7331 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
7332 finishing actions if we did not edit the article.
7333
7334 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7335
7336 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7337 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7338 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7339 (gnus-agent-flush-group, gnus-agent-flush-cache)
7340 (gnus-agent-fetch-headers, gnus-agent-load-alist)
7341 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7342 (gnus-agent-retrieve-headers, gnus-agent-request-article)
7343 (gnus-agent-regenerate-group)
7344 (gnus-agent-update-files-total-fetched-for)
7345 (gnus-agent-update-view-total-fetched-for): Bind
7346 file-name-coding-system to nnmail-pathname-coding-system.
7347 (gnus-agent-group-pathname): Don't encode file names by
7348 nnmail-pathname-coding-system.
7349 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7350 coding-system-for-write instead of buffer-file-coding-system to
7351 gnus-agent-file-coding-system.
7352
7353 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7354 Decode group name.
7355
7356 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7357
7358 * gnus-start.el (gnus-update-active-hashtb-from-killed)
7359 (gnus-read-newsrc-el-file): Make group names unibyte.
7360
7361 * nnmail.el (nnmail-group-pathname): Don't encode file names by
7362 nnmail-pathname-coding-system.
7363
7364 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7365 (nnrss-request-delete-group): Bind file-name-coding-system to
7366 nnmail-pathname-coding-system.
7367 (nnrss-read-server-data, nnrss-read-group-data): Bind
7368 file-name-coding-system correctly.
7369 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7370
7371 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7372 (nntp-server-to-method-cache): New variable.
7373 (nntp-group-pathname): New function that decodes non-ASCII group names.
7374 (nntp-possibly-create-directory, nntp-marks-changed-p)
7375 (nntp-save-marks, nntp-open-marks): Use it.
7376 (nntp-possibly-create-directory, nntp-open-marks):
7377 Bind file-name-coding-system to nnmail-pathname-coding-system.
7378 (nntp-open-marks): Decode group names when bootstrapping marks.
7379
7380 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7381 Newsgroups and Folowup-To headers.
7382
7383 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7384
7385 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7386 (gnus-server-closed-face, gnus-server-denied-face)
7387 (gnus-server-offline-face): Remove variable.
7388 (gnus-server-font-lock-keywords): Use faces that are not aliases.
7389
7390 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7391 of modifying message-stack directly for XEmacs.
7392
7393 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7394 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7395 if the coding-system argument is nil for XEmacs.
7396
7397 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7398 mm-charset-override-alist.
7399
7400 * rfc2047.el: Don't require base64; require rfc2045 for the function
7401 rfc2045-encode-string.
7402 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7403 to quote the parameter value.
7404
7405 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
7406
7407 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7408 form in gnus-group-name-charset-method-alist.
7409
7410 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7411 overrides the default layout edit-form.
7412
7413 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7414
7415 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7416
7417 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
7418
7419 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7420 as unfetched articles.
7421
7422 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
7423
7424 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7425
7426 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
7427
7428 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7429 original back end that keeps marks in the local system.
7430
7431 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
7432
7433 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7434 arg of pop-to-buffer for XEmacs.
7435 (gnus-article-read-summary-keys): Ditto; don't restore window
7436 configuration if summary command ends up with neither article buffer
7437 nor summary buffer; describe bindings if summary keys end with C-h.
7438
7439 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
7440
7441 * message.el (message-fix-before-sending): Skip raw message part to be
7442 forwarded while checking illegible text.
7443 (message-forward-make-body-mime, message-forward-make-body): Mark
7444 signed or encrypted raw message as having no illegible text.
7445
7446 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
7447
7448 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7449 (gnus-message-with-timestamp-1): New macro.
7450 (gnus-message-with-timestamp): New function.
7451 (gnus-message): Use them.
7452
7453 * nnheader.el (nnheader-message): Use them.
7454
7455 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
7456
7457 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7458 .newsrc.eld file.
7459
7460 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
7461
7462 * gnus-agent.el (gnus-agent-fetch-headers)
7463 (gnus-agent-retrieve-headers): Bind
7464 gnus-decode-encoded-address-function to identity.
7465
7466 * nntp.el (nntp-send-xover-command): Recognize an xover command is
7467 available also when the server returns simply a dot.
7468
7469 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7470
7471 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
7472
7473 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7474
7475 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
7476
7477 * gnus-ems.el (gnus-x-splash): Make it work.
7478
7479 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7480 from being used.
7481
7482 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
7483
7484 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7485 the front stickiness.
7486 (gnus-article-summary-command-nosave): Correct the order of the
7487 arguments passed to pop-to-buffer.
7488 (gnus-article-read-summary-keys): Ditto; make it work properly when the
7489 summary command ends up with the article buffer.
7490
7491 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7492 the same faces.
7493
7494 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
7495
7496 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7497
7498 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
7499
7500 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7501 * gnus-sum.el (gnus-summary-highlight):
7502 * mail-source.el (mail-source-delete-old-incoming-confirm):
7503 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7504
7505 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
7506
7507 * gnus-art.el (gnus-mime-view-part-externally)
7508 (gnus-mime-view-part-internally): Fix predicate function passed to
7509 completing-read.
7510
7511 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7512
7513 * gnus.el (gnus-update-message-archive-method): Add :version.
7514
7515 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
7516
7517 * gnus.el (gnus-update-message-archive-method): New variable.
7518
7519 * gnus-start.el (gnus-setup-news): Update saved "archive" method
7520 according to gnus-message-archive-method if
7521 gnus-update-message-archive-method is non-nil.
7522
7523 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
7524
7525 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
7526 by Loic Dachary <loic@dachary.org>.
7527 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7528
7529 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
7530
7531 * message.el (message-pop-to-buffer): Add switch-function argument.
7532 (message-mail): Pass switch-function argument to it.
7533
7534 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
7535
7536 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7537 Improve doc string.
7538
7539 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
7540
7541 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7542 (gnus-header-content)
7543 * gnus-cite.el (gnus-cite-10)
7544 * gnus-srvr.el (gnus-server-closed)
7545 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7546 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7547 (gnus-group-mail-3-empty, gnus-group-mail-low)
7548 (gnus-group-mail-low-empty, gnus-splash)
7549 * message.el (message-header-to, message-header-cc)
7550 (message-header-subject, message-header-other, message-header-name)
7551 (message-header-xheader, message-separator, message-cited-text)
7552 (message-mml): Lighten colors of faces used for dark background.
7553
7554 2007-05-24 Simon Josefsson <simon@josefsson.org>
7555
7556 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7557 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
7558
7559 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
7560
7561 * message.el (message-narrow-to-headers-or-head):
7562 Ignore mail-header-separator in the body.
7563
7564 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
7565
7566 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7567 same as window size.
7568
7569 2007-05-22 Kevin Ryde <user42@zip.com.au>
7570
7571 * message.el (message-font-lock-keywords): Use message-header-xheader
7572 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
7573 ahead of the anything pattern, to get it recognised.
7574
7575 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
7576
7577 * gnus-sum.el (gnus-articles-to-read)
7578 (gnus-summary-insert-old-articles): Don't truncate group name for
7579 `read-string'.
7580
7581 * gnus-util.el (gnus-limit-string): Delete this function.
7582
7583 * gnus-sum.el (gnus-simplify-subject-fully): Use
7584 `truncate-string-to-width' instead.
7585
7586 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
7587
7588 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
7589 if, on summary exit, the next group has to be selected.
7590 (gnus-summary-exit): Use it.
7591
7592 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
7593
7594 * gnus-art.el (gnus-article-mode): Fix comment about displaying
7595 non-break space.
7596
7597 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
7598
7599 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7600 Check if group is not a directory.
7601 (nnfolder-request-expire-articles): Don't delete articles if the target
7602 group is not available.
7603
7604 * nnml.el (nnml-request-create-group): Properly check if group is not a
7605 file.
7606 (nnml-request-expire-articles): Don't delete articles if the target
7607 group is not available.
7608
7609 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7610 Don't quote characters that are within parentheses.
7611
7612 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
7613
7614 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7615 (gnus-handle-ephemeral-exit): Select article according to it.
7616
7617 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
7618
7619 * message.el (message-insert-formated-citation-line): Remove newline.
7620 (message-citation-line-format): Add final \n here so that the user can
7621 avoid a blank line.
7622
7623 2007-05-03 Dan Christensen <jdc@uwo.ca>
7624
7625 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7626 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7627 Update lanl/arXiv support.
7628
7629 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
7630
7631 * gnus.el: Bump version number.
7632
7633 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7634
7635 * gnus.el (gnus-version-number): Bump version.
7636
7637 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
7638
7639 * gnus.el: No Gnus v0.6 is released.
7640
7641 2007-04-27 Didier Verna <didier@xemacs.org>
7642
7643 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7644 * gmm-utils.el (gmm-regexp-concat): here.
7645 * message.el: Don't require 'gnus-util.
7646 (message-dont-reply-to-names): Handle name change above.
7647 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7648
7649 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
7650
7651 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7652 since the initial value varies according to the system.
7653
7654 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
7655
7656 * mm-util.el (mm-charset-synonym-alist): Defcustom.
7657
7658 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
7659
7660 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7661
7662 2007-04-24 Didier Verna <didier@xemacs.org>
7663
7664 Improve the type of gnus-ignored-from-addresses.
7665 * gnus-util.el (gnus-orify-regexp): New function.
7666 * message.el (gnus-util): Require it.
7667 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7668 * gnus-sum.el (gnus-ignored-from-addresses): New function.
7669 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7670
7671 2007-04-24 Didier Verna <didier@xemacs.org>
7672
7673 * gnus-sum.el:
7674 * gnus-utils.el: Fix some trailing whitespaces.
7675
7676 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
7677
7678 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7679 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7680 article's Message-ID; refer parent article in summary buffer.
7681
7682 * message.el (message-bounce): Call mime-to-mml.
7683
7684 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
7685
7686 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7687
7688 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
7689
7690 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7691 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7692 displayed of multipart/alternative part if it is invoked from summary
7693 buffer.
7694
7695 * mm-view.el (mm-inline-text-html-render-with-w3m)
7696 (mm-inline-text-html-render-with-w3m-standalone)
7697 (mm-inline-render-with-function): Use mail-parse-charset by default.
7698
7699 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
7700
7701 * parse-time.el (parse-time-string-chars): Check if CHAR
7702 is less than the length of parse-time-syntax.
7703
7704 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
7705
7706 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7707 from gnus-newsgroup-processable.
7708
7709 2007-04-16 Didier Verna <didier@xemacs.org>
7710
7711 * gnus-msg.el (gnus-configure-posting-styles): Handle
7712 message-signature-directory properly with :file syntax. Reported by
7713 "Leo".
7714
7715 2007-04-11 Didier Verna <didier@xemacs.org>
7716
7717 New user option: message-signature-directory.
7718 * gnus-msg.el (gnus-configure-posting-styles): Support it.
7719 * message.el (message-insert-signature): Ditto.
7720 * message.el (message-signature-file): Doc update.
7721 * message.el (message-signature-directory): New.
7722
7723 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
7724
7725 * gnus-msg.el (gnus-inews-yank-articles): Use
7726 message-exchange-point-and-mark instead of exchange-point-and-mark.
7727
7728 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
7729
7730 * message.el (message-yank-original): Make sure cited text ends with
7731 newline; don't exchange point and mark.
7732
7733 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
7734
7735 * tls.el (open-tls-stream): Properly handle case where there
7736 is no associated buffer.
7737
7738 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
7739
7740 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7741 message-yank-original, make sure (< mark TEXT point).
7742
7743 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7744
7745 * message.el (message-fill-column): New variable.
7746 (message-mode): Use it. Add comment on a possible new hook.
7747
7748 * nnmail.el (nnmail-spool-file): Mark as obsolete.
7749 (nnmail-get-new-mail): Reformat.
7750
7751 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7752
7753 * gmm-utils.el: Fix Commentary.
7754 (gmm-tool-bar-from-list): Fix typo in doc string.
7755
7756 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
7757
7758 * message.el (message-yank-original): Don't switch point and mark
7759 unnecessarily to put point and mark as documented.
7760
7761 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7762
7763 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7764 from the message heads.
7765
7766 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
7767
7768 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7769 article buffer does not have a window. This may not be the best
7770 solution but is certainly better than setting the start of the null,
7771 that is the current, window.
7772
7773 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
7774
7775 * gnus-draft.el (gnus-draft-setup-hook): New hook.
7776 (gnus-draft-setup): Run it.
7777
7778 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7779 gnus-score-fast-scoring. Allow regexp.
7780 (gnus-score-headers): Use it.
7781
7782 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7783 XEmacs.
7784
7785 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7786 string.
7787 (gnus-button-alist): Also catch `<f1> k ...'.
7788 (gnus-treat-display-x-face): Fix doc string.
7789
7790 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7791
7792 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7793 evaluation of gnus-extended-version to ensure correct generation of the
7794 User-Agent header when message-generate-headers-first is used.
7795
7796 2007-03-24 Simon Josefsson <simon@josefsson.org>
7797
7798 * hashcash.el (hashcash-generate-payment-async): Don't crash if
7799 hashcash-path is nil. Don't call callback with incorrect number of
7800 parameters if val is 0.
7801
7802 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7803
7804 * message.el (message-required-news-headers):
7805 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7806
7807 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
7808
7809 * message.el (message-generate-new-buffers): Change the meaning of the
7810 nil value; add `standard' to the choices; treat t as `unique'; improve
7811 doc string.
7812 (gnus-select-frame-set-input-focus): Autoload.
7813 (message-buffer-name): Search for the existing message buffer if
7814 message-generate-new-buffers is nil or `standard'; treat the value t of
7815 message-generate-new-buffers as `unique'.
7816 (message-pop-to-buffer): Raise the frame already displaying the message
7817 buffer; clear the echo area after querying.
7818 (message-setup): Pass the `continue' argument to compose-mail.
7819 (message-mail): Prefer `switch-function' if it is given; search for the
7820 existing message buffer if the `continue' argument is non-nil; pass
7821 continue and switch-function arguments to compose-mail by way of
7822 message-setup.
7823 (message-mail-other-window): Adjust argument of message-setup.
7824 (message-mail-other-frame): Ditto.
7825
7826 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
7827
7828 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7829 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7830 to turn font-lock on when turning gnus-message-citation-mode on.
7831
7832 2007-03-06 Daiki Ueno <ueno@unixuser.org>
7833
7834 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7835 (mml-smime-function-alist): New variable; add epg as the backend.
7836 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7837 mml-smime- functions instead.
7838 * mm-view.el: Require smime.
7839
7840 2007-03-05 Didier Verna <didier@xemacs.org>
7841
7842 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7843 instead of just inheritance for posting styles.
7844 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7845
7846 2007-02-24 John Paul Wallington <jpw@pobox.com>
7847
7848 * tls.el (tls-certtool-program): Fix custom type.
7849
7850 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
7851
7852 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7853 and point-at-eol instead of line-(beginning|end)-position.
7854
7855 * assistant.el (assistant-parse-buffer): Ditto.
7856
7857 2007-02-28 Daiki Ueno <ueno@unixuser.org>
7858
7859 * mml2015.el (mml2015-epg-find-usable-key): New function.
7860 (mml2015-epg-sign): Use it.
7861 (mml2015-epg-encrypt): Use it.
7862
7863 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
7864
7865 * message.el (message-make-in-reply-to): Quote name containing
7866 non-ASCII characters. It will make the RFC2047 encoder cause an error
7867 if there are special characters. Reported by NAKAJI Hiroyuki
7868 <nakaji@jp.freebsd.org>.
7869
7870 2007-02-27 Didier Verna <didier@xemacs.org>
7871
7872 Include the group parameters as well as the topic ones in the
7873 inheritance filter process.
7874 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7875 argument GROUP-PARAMS-LIST.
7876 * gnus-topic.el (gnus-group-topic-parameters): Use it.
7877
7878 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
7879
7880 * nntp.el (nntp-never-echoes-commands)
7881 (nntp-open-connection-functions-never-echo-commands): New variables.
7882 (nntp-send-command): Use them.
7883
7884 2007-02-20 Daiki Ueno <ueno@unixuser.org>
7885
7886 * mml2015.el (mml2015-epg-verify): Simplified.
7887
7888 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
7889
7890 * mml.el (mml-content-disposition-alist): New user option.
7891 (mml-content-disposition): New function.
7892 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7893 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7894
7895 2007-02-19 Daiki Ueno <ueno@unixuser.org>
7896
7897 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7898 verification.
7899
7900 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7901
7902 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7903 articles posted in the last 24 hours.
7904
7905 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
7906
7907 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7908
7909 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
7910
7911 * nntp.el (nntp-send-command): Don't wait for echoes when
7912 nntp-open-ssl-stream is used.
7913
7914 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
7915
7916 * gnus-cite.el (gnus-test-font-lock-add-keywords)
7917 (gnus-message-add-citation-keywords)
7918 (gnus-message-remove-citation-keywords): Remove.
7919 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7920 directly, make the variables in font-lock-defaults buffer-local, add
7921 gnus-message-citation-keywords to them and then update the value of
7922 font-lock-keywords.
7923
7924 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
7925
7926 * message.el (message-cite-original-1): Don't call
7927 gnus-article-highlight-citation.
7928
7929 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7930 citations; fix line count.
7931
7932 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
7933
7934 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7935 (gnus-message-add-citation-keywords)
7936 (gnus-message-remove-citation-keywords): Use it; fix the emulating
7937 versions of font-lock-add-keywords and font-lock-remove-keywords to
7938 work with XEmacs correctly.
7939
7940 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
7941
7942 * gnus-cite.el (gnus-cite-face-list): Set the values of
7943 gnus-message-max-citation-depth and gnus-message-citation-keywords.
7944 (gnus-message-max-citation-depth): Use defvar rather than defconst.
7945 (gnus-message-cite-prefix-regexp): New variable.
7946 (gnus-message-search-citation-line): Use it; protect against long
7947 citation prefix; fill match data with nil rather than 0 for XEmacs; set
7948 the 0th match data for Emacs.
7949 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7950 (gnus-message-add-citation-keywords): Append keywords rather than
7951 prepending; emulate font-lock-add-keywords if it is not available.
7952 (gnus-message-remove-citation-keywords): Emulate
7953 font-lock-remove-keywords if it is not available.
7954
7955 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7956
7957 * message.el (message-cite-prefix-regexp): Set the value of
7958 gnus-message-cite-prefix-regexp.
7959
7960 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7961
7962 * nnweb.el (nnweb-google-parse-1): Update parser.
7963
7964 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
7965
7966 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7967
7968 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7969
7970 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7971 regexp.
7972
7973 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
7974
7975 * uudecode.el (uudecode-string-to-multibyte): New function emulating
7976 string-to-multibyte.
7977 (uudecode-decode-region-internal): Use it.
7978
7979 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
7980
7981 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7982 custom choice.
7983
7984 * gnus-art.el (gnus-signature-limit): Fix custom choice.
7985
7986 2007-01-22 Daiki Ueno <ueno@unixuser.org>
7987
7988 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7989
7990 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7991 `write-region' to respect `mm-inhibit-file-name-handlers'.
7992
7993 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
7994
7995 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7996 Use gnus-home-directory instead of "~/" or "$HOME".
7997
7998 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
7999
8000 * encrypt.el (encrypt-insert-file-contents): Add better prompt
8001 to mention filename.
8002 Add comments at beginning regarding usage.
8003 (encrypt-write-file-contents): Change interactive so a string is
8004 acceptable. If the file has no associated model, show an error instead
8005 of a nonsense prompt.
8006
8007 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8008
8009 * spam.el (spam-bsfilter-ham-switch): Fix typo.
8010 Thanks to Yoshihiko Yamada for kind notification of this typo.
8011
8012 2007-01-12 Kenichi Handa <handa@m17n.org>
8013
8014 * uudecode.el (uudecode-decode-region-internal): Make it work in a
8015 multibyte buffer.
8016
8017 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
8018
8019 * gnus-score.el (gnus-score-fast-scoring): New variable.
8020 (gnus-score-headers): Use it.
8021
8022 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8023
8024 * message.el (message-cite-original-1): Call
8025 gnus-article-highlight-citation if requested.
8026 (message-make-from): Allow name and address as optional arguments.
8027
8028 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8029
8030 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8031 bugs to doc string.
8032 (gnus-button-alist): Add mid\\|message-id.
8033 (gnus-button-fetch-group): Extend for use in
8034 `browse-url-browser-function'.
8035 (gnus-button-url-regexp): Try to catch paired parentheses like in
8036 Wikipedia URLs.
8037
8038 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8039 Suggested by Simon Krahnke <overlord@gmx.li>.
8040
8041 2007-01-13 Romain Francoise <romain@orebokech.com>
8042
8043 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8044 Update copyright.
8045
8046 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
8047
8048 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8049
8050 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
8051
8052 * gnus-registry.el (gnus-registry-unfollowed-groups)
8053 (gnus-registry-split-fancy-with-parent): Fix documentation.
8054
8055 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8056
8057 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8058 from nnweb groups.
8059
8060 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8061
8062 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8063 Xref urls. Erase buffer before requesting head.
8064
8065 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8066
8067 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
8068
8069 * gnus-soup.el (gnus-soup): New custom group. Make user variables
8070 customizable.
8071
8072 2007-01-05 Daiki Ueno <ueno@unixuser.org>
8073
8074 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8075 no signing key is found.
8076 (mml2015-epg-encrypt): Ask user whether to skip or abort if
8077 no encrypting and/or signing key is found.
8078
8079 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8080
8081 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8082
8083 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8084
8085 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8086 headers read from disk with the ones newly found in the current search.
8087 This should no longer cause problems, because the article numbers in
8088 Gmane's `nov.php' output are ignored since the previous change.
8089
8090 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8091
8092 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8093
8094 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
8095
8096 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8097
8098 2007-01-01 Romain Francoise <romain@orebokech.com>
8099
8100 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8101
8102 2006-12-31 Steve Youngs <steve@sxemacs.org>
8103
8104 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8105 `define-minor-mode' macro definition expanded properly.
8106 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8107 exclude it there.
8108
8109 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8110 of 2006-12-30. The default is nil on (S)XEmacs already because of the
8111 `fboundp' test.
8112 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8113 This is OK to autoload in (S)XEmacs now.
8114
8115 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8116
8117 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8118 keystroke.
8119 (gnus-summary-limit-to-singletons): Fix typo.
8120
8121 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8122 else fails.
8123
8124 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8125
8126 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8127 docstring.
8128
8129 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8130 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8131 (gnus-summary-insert-dormant-articles): Fix typo in message.
8132
8133 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
8134
8135 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8136 nil for XEmacs.
8137 (gnus-message-citation-mode): Don't autoload in XEmacs.
8138
8139 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8140
8141 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
8142
8143 * nnimap.el (nnimap-expunge-search-string): Mention
8144 nnimap-search-uids-not-since-is-evil in docstring.
8145
8146 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
8147
8148 * spam.el: Revert to make-obsolete-variable because
8149 define-obsolete-variable-alias is not supported in Emacs 21.
8150
8151 * spam.el (spam-ifile-path, spam-ifile-database-path)
8152 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8153 make-obsolete-variable.
8154 (spam-bsfilter-path, spam-bsfilter-program)
8155 (spam-spamassassin-path, spam-spamassassin-program)
8156 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
8157 use "path" inappropriately.
8158 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8159 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8160 variable names.
8161
8162 2006-12-28 Daiki Ueno <ueno@unixuser.org>
8163
8164 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8165 summary buffer.
8166
8167 * password.el (password-cache-remove): Use clear-string to burn
8168 password, if available.
8169
8170 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
8171
8172 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8173
8174 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8175
8176 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8177 (gnus-message-highlight-citation): Move defcustom here from
8178 gnus-cite.el.
8179 (gnus-message-citation-mode): Autoload.
8180
8181 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
8182 checks to make it compile with XEmacs.
8183 (gnus-message-citation-mode): New minor mode.
8184 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8185 (gnus-message-highlight-citation): New variables.
8186 (gnus-message-search-citation-line)
8187 (gnus-message-add-citation-keywords)
8188 (gnus-message-remove-citation-keywords)
8189 (turn-on-gnus-message-citation-mode)
8190 (turn-off-gnus-message-citation-mode): New functions.
8191
8192 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
8193
8194 * gnus-cite.el: Enable highlighting of different citation levels in
8195 message-mode.
8196
8197 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
8198
8199 * message.el (message-make-fqdn): Fix comment.
8200 (message-bogus-system-names): Add ".local".
8201
8202 * spam.el (spam-ifile-path, spam-ifile-program)
8203 (spam-ifile-database-path, spam-ifile-database)
8204 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8205 Don't use "path" inappropriately.
8206 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8207 strings.
8208 (spam-check-ifile, spam-ifile-register-with-ifile)
8209 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8210 new variable names.
8211
8212 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8213 (gnus-treat-display-smileys): Simplify using
8214 gnus-image-type-available-p.
8215
8216 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8217 available.
8218
8219 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8220
8221 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8222 one after turning on the buffer's multibyteness instead of decoding
8223 them directly in the unibyte buffer that causes unexpected conversion
8224 in Emacs 23 (unicode).
8225
8226 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8227
8228 * message.el (message-generate-hashcash): Fix custom type.
8229
8230 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
8231
8232 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8233
8234 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
8235
8236 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8237 disconnect icons. Add help text.
8238
8239 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
8240
8241 * spam.el (spam-extra-header-to-number): CRM114 spam score is
8242 negated to be consistent with the others we handle.
8243
8244 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8245
8246 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8247 version of gnus-summary-buffer to something, so that we can use two
8248 article buffers at the same time.
8249
8250 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
8251
8252 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8253 trigger all the extra headers.
8254 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8255 sorting.
8256
8257 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8258
8259 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8260 solid groups.
8261
8262 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
8263
8264 * legacy-gnus-agent.el: Add Copyright notice.
8265
8266 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
8267
8268 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8269
8270 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8271
8272 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8273
8274 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8275 to make it work reliably in CVS Emacs.
8276 (gnus-summary-limit-strange-charsets-predicate)
8277 (gnus-summary-limit-to-predicate): New functions.
8278
8279 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
8280
8281 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8282 specifying array size.
8283 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8284 array if it is too small.
8285 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8286 (gnus-sort-threads-loop): New function.
8287
8288 2006-12-06 Chris Moore <dooglus@gmail.com>
8289
8290 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8291 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8292
8293 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
8294
8295 * mm-url.el (mm-url-predefined-programs): Call curl with correct
8296 options.
8297
8298 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8299
8300 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8301 DOS-ing the recipient.
8302
8303 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8304 the headers when creating the mapping to avoid mismappings.
8305 (nnweb-gmane-create-mapping): Always nix out old mapping.
8306
8307 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
8308
8309 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8310 and mm-verify-option to never.
8311
8312 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
8313
8314 * message.el (message-signed-or-encrypted-p): New function.
8315 (message-forward-make-body): Use it.
8316
8317 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8318 Replace encode-coding-string with mm-encode-coding-string.
8319
8320 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
8321
8322 * nneething.el (nneething-decode-file-name): Replace
8323 decode-coding-string with mm-decode-coding-string.
8324
8325 * gnus-int.el (gnus-open-server): Say failed server's name.
8326
8327 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
8328
8329 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8330 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8331
8332 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8333 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8334 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8335 (gnus-group-make-directory-group, gnus-group-transpose-groups):
8336 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8337 (gnus-subscribe-newsgroup, gnus-1):
8338 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8339 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8340 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8341 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8342
8343 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8344
8345 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8346 keystroke.
8347 (gnus-summary-limit-to-bodies): Implement headersp.
8348
8349 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8350
8351 * dns.el (query-dns): Protect against "Process dns deleted" strings.
8352
8353 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
8354
8355 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8356
8357 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8358
8359 * message.el (message-generate-hashcash): Expand range of values to
8360 include `opportunistic'.
8361 (message-send-mail): Use it.
8362
8363 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8364
8365 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8366 and comment it.
8367
8368 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8369
8370 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
8371
8372 * gnus-util.el (gnus-extract-address-components): Improve comment.
8373
8374 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8375
8376 * gnus-util.el (gnus-extract-address-components): Work with address in
8377 which the name portion contains @.
8378
8379 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
8380
8381 * gnus.el (gnus-start): Move custom group up.
8382 (gnus-select-method): Don't autoload, but make it available for
8383 `customize-variable'.
8384 (gnus-getenv-nntpserver): Don't autoload.
8385
8386 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
8387
8388 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8389
8390 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
8391
8392 * message.el (message-sendmail-extra-arguments): New variable.
8393 (message-send-mail-with-sendmail): Use it.
8394
8395 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8396
8397 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8398 mm-with-unibyte-current-buffer to make string unibyte.
8399
8400 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8401 mm-string-as-multibyte.
8402
8403 2006-11-14 Daiki Ueno <ueno@unixuser.org>
8404
8405 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8406 Reported by Werner Koch <wk@gnupg.org>.
8407
8408 2006-11-14 Daiki Ueno <ueno@p360>
8409
8410 * mml2015.el: Autoload epa-select-keys when compiling.
8411
8412 2006-11-13 Daiki Ueno <ueno@unixuser.org>
8413
8414 * mml2015.el (mml2015-epg-sign): Save the signing keys in
8415 message-options.
8416 (mml2015-epg-encrypt): Save the recipient keys in message-options.
8417
8418 2006-11-13 Daiki Ueno <ueno@unixuser.org>
8419
8420 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8421 EasyPG (< 0.0.6).
8422 (mml2015-always-trust): New user option.
8423 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8424 prompt.
8425
8426 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8427
8428 * nntp.el (nntp-authinfo-force): New variable.
8429 (nntp-send-authinfo): Use it.
8430
8431 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
8432
8433 * message.el (message-strip-subject-encoded-words): Allow _not_ to
8434 decode encoded words. Improve prompt. Add comment about forwarding.
8435 (message-replacement-char): Move up.
8436
8437 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8438
8439 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8440 instead of gnus-intersection because arguments of gnus-sorted-nunion
8441 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
8442
8443 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
8444
8445 * message.el (message-strip-subject-encoded-words): Reformat prompt.
8446 (message-simplify-subject-functions): Enable
8447 message-strip-subject-encoded-words by default.
8448
8449 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
8450
8451 * message.el (message-strip-subject-encoded-words): New function.
8452 (message-simplify-subject-functions): New variable.
8453 (message-simplify-subject): Use it. Fix typo in doc string.
8454 Support message-strip-subject-encoded-words.
8455
8456 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
8457
8458 * gnus-diary.el (gnus-diary-delay-format-function):
8459 * nndiary.el (nndiary-reminders):
8460 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8461
8462 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
8463
8464 * gnus-art.el (article-hide-boring-headers): Fetch date from
8465 gnus-original-article-buffer to avoid problems with localized date
8466 strings.
8467
8468 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
8469
8470 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8471
8472 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
8473
8474 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8475 New variables.
8476 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8477 (mm-charset-synonym-alist): Move some entries to
8478 mm-codepage-iso-8859-list.
8479 (mm-charset-synonym-alist, mm-charset-override-alist): Add
8480 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8481
8482 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
8483
8484 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8485
8486 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8487
8488 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8489 with Emacs 21 and XEmacs.
8490
8491 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
8492
8493 * spam.el (spam-parse-address): New function for better parsing,
8494 catching errors, etc.
8495 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8496
8497 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
8498
8499 * mm-view.el: Add interactive arg to html2text autoload.
8500
8501 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
8502
8503 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8504
8505 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
8506
8507 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8508 variables.
8509 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8510 (mm-charset-synonym-alist): Move some entries to
8511 mm-codepage-iso-8859-list.
8512
8513 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8514
8515 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
8516
8517 * message.el (message-citation-line-format)
8518 (message-insert-formated-citation-line): Fix implementation of %E, %N
8519 and %n according to the doc string.
8520
8521 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
8522
8523 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8524 car-safe to avoid bad parses.
8525
8526 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8527
8528 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8529 names.
8530
8531 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8532
8533 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
8534
8535 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8536 header.
8537
8538 * message.el (message-draft-headers): Add Date.
8539 (message-headers-to-generate): Fix typo in docstring.
8540
8541 * nndraft.el (nndraft-required-headers): New variable.
8542 (nndraft-generate-headers): Use it.
8543
8544 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8545
8546 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
8547
8548 * gnus-registry.el (gnus-registry-wash-for-keywords)
8549 (gnus-registry-find-keywords): New functions to allow easy searching of
8550 articles that are in the registry.
8551
8552 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
8553
8554 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8555 ietf-drums-parse-address instead of gnus-extract-address-components.
8556 Reported by Damien Elmes <damien@repose.cx>.
8557
8558 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
8559
8560 * gnus.el (gnus-mime): Remove unused custom group.
8561
8562 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8563
8564 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8565 "blank line" when searching for end of armor headers.
8566
8567 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8568
8569 * gmm-utils.el (gmm-write-region): Fix variable name.
8570
8571 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
8572
8573 * gmm-utils.el (gmm-write-region): New function based on compatibility
8574 code from `mm-make-temp-file'.
8575
8576 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8577
8578 * nnmaildir.el (nnmaildir--update-nov)
8579 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8580 Use `gmm-write-region'.
8581
8582 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
8583
8584 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8585 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8586
8587 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8588
8589 * message.el (message-replacement-char): New variable.
8590 (message-fix-before-sending): Use it.
8591 (message-simplify-subject): New function to remove duplicate code.
8592 (message-reply, message-followup): Use it.
8593
8594 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8595 gnus-summary-limit-to-articles.
8596
8597 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
8598
8599 * gnus-util.el (gnus-with-local-quit): New macro.
8600
8601 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8602
8603 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
8604
8605 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8606 ignore non-string data.
8607
8608 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
8609
8610 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8611 non-string data (needs to be done in the registry too).
8612
8613 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8614
8615 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8616 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8617 (gnus-registry-split-fancy-with-parent)
8618 (gnus-registry-fetch-simplified-message-subject-fast)
8619 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8620 Remove text properties on ingress into the registry and when it's saved.
8621 (gnus-registry-clean-empty-function): Fix bug with cleaning the
8622 registry from entries with no groups.
8623
8624 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8625
8626 * gnus-util.el (gnus-string-remove-all-properties): Add utility
8627 function to remove string properties.
8628
8629 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
8630
8631 * gmm-utils.el (gmm): Adjust custom version.
8632
8633 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8634 custom version.
8635
8636 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8637
8638 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
8639
8640 * gnus-art.el (gnus-insert-prev-page-button)
8641 (gnus-insert-next-page-button): Simplify. Reformat.
8642
8643 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
8644
8645 * gnus-art.el (gnus-insert-prev-page-button)
8646 (gnus-insert-next-page-button): Apply gnus-article-button-face.
8647
8648 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
8649
8650 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8651
8652 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
8653
8654 * gnus-art.el (gnus-insert-mime-button)
8655 (gnus-insert-mime-security-button):
8656 Apply gnus-article-button-face to MIME and security buttons.
8657
8658 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
8659
8660 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8661 readable.
8662
8663 2006-09-20 Steve Youngs <steve@sxemacs.org>
8664
8665 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8666 `browse-url-of-file' instead of `browse-url'.
8667
8668 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8669
8670 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8671 regexp. Articles containing quotation were cut prematurely.
8672
8673 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
8674
8675 * message.el (message-cite-original-1): Use nobody by default for the
8676 value of From header.
8677 (message-reply): Ditto.
8678
8679 2006-09-11 Daiki Ueno <ueno@unixuser.org>
8680
8681 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8682 to the gnus-info. This fixes a bug of inline-PGP message verification.
8683 Reported by Michael Piotrowski <mxp@dynalabs.de>.
8684
8685 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
8686
8687 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8688 mails in the doc string. Add some URLs in comment.
8689 (pop3-movemail): Warn about pop3-leave-mail-on-server.
8690
8691 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
8692
8693 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8694 backslashes handling and the way to find boundaries of quoted strings.
8695
8696 2006-09-07 Daiki Ueno <ueno@unixuser.org>
8697
8698 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8699 mml1991-encrypt-to-self is set and mml1991-signers is not set.
8700 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8701 mml2015-encrypt-to-self is set and mml2015-signers is not set.
8702
8703 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
8704
8705 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
8706 doc string.
8707 (gnus-button-regexp, gnus-button-last): Remove unused variables.
8708
8709 2006-09-06 Simon Josefsson <jas@extundo.com>
8710
8711 * mml2015.el (mml2015-use): Doc fix, mention epg.
8712
8713 2006-09-06 Daiki Ueno <ueno@unixuser.org>
8714
8715 * mml2015.el (mml2015-use): Default to epg, if available.
8716
8717 2006-09-06 Daiki Ueno <ueno@unixuser.org>
8718
8719 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8720 message-sender.
8721 (mml1991-epg-encrypt): Ditto.
8722 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8723 message-sender.
8724 (mml2015-epg-encrypt): Ditto.
8725
8726 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
8727
8728 * message.el (message-send-mail-with-sendmail): Look for sendmail in
8729 several common directories.
8730
8731 2006-09-05 Daiki Ueno <ueno@unixuser.org>
8732
8733 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8734 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8735
8736 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
8737
8738 * gnus-art.el (article-decode-encoded-words): Make it fast.
8739
8740 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
8741
8742 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8743
8744 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8745 in quoted string into `\'.
8746
8747 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
8748
8749 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8750 Use standard-syntax-table.
8751
8752 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
8753
8754 * gnus-art.el (gnus-decode-address-function): New variable.
8755 (article-decode-encoded-words): Use it to decode headers which are
8756 assumed to contain addresses.
8757 (gnus-mime-delete-part): Remove useless `or'.
8758
8759 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8760 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8761 (gnus-nov-parse-line): Use it to decode From header.
8762 (gnus-get-newsgroup-headers): Ditto.
8763 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8764
8765 * mail-parse.el (mail-decode-encoded-address-region): New alias.
8766 (mail-decode-encoded-address-string): New alias.
8767
8768 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8769 New function.
8770 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8771 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8772 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8773 (rfc2047-decode-string): Ditto.
8774 (rfc2047-decode-address-region): New function.
8775 (rfc2047-decode-address-string): New function.
8776
8777 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
8778
8779 * message.el (message-caesar-buffer-body): Allow rotating headers.
8780
8781 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8782
8783 * message.el (message-insert-formated-citation-line): Fix %f.
8784 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8785
8786 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8787
8788 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8789 (gnus-bookmark-mouse-available-p): New macro.
8790 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8791 (gnus-bookmark-bmenu-show-infos): Use it.
8792 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8793 (gnus-bookmark-bmenu-hide-infos): Ditto.
8794 (gnus-bookmark-remove-properties): New function.
8795 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8796 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8797 (gnus-bookmark-write-file): Bind coding-system-for-write.
8798 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8799 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8800 group before selecting it.
8801 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8802 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8803 quit-window if it is not available; use gnus-mouse-2 and bind it to
8804 gnus-bookmark-bmenu-select-by-mouse.
8805 (gnus-bookmark-show-details): Remove unused variable `details-list'.
8806 (gnus-bookmark-bmenu-select-by-mouse): New function.
8807
8808 2006-08-13 Romain Francoise <romain@orebokech.com>
8809
8810 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8811 space.
8812
8813 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
8814
8815 * compface.el (uncompface): Use binary rather than raw-text-unix.
8816
8817 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
8818
8819 * compface.el (uncompface): Make sure the eol conversion doesn't take
8820 place when communicating with the external programs. Reported by
8821 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8822
8823 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
8824
8825 * nnheader.el (nnheader-insert-head): Fix typo in comment.
8826
8827 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8828
8829 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8830 Make it more robust by parsing author and date independently.
8831
8832 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
8833
8834 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8835
8836 2006-07-28 Daiki Ueno <ueno@unixuser.org>
8837
8838 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8839 first matching secret key.
8840 (mml2015-epg-encrypt): Ditto.
8841
8842 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8843 first matching secret key.
8844 (mml1991-epg-encrypt): Ditto.
8845
8846 * mml2015.el (mml2015-encrypt-to-self): New user option.
8847 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8848 mml2015-epg-encrypt-to-self is set.
8849
8850 * mml1991.el (mml1991-encrypt-to-self): New variable.
8851 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8852 mml1991-epg-encrypt-to-self is set.
8853
8854 * mml2015.el (mml2015-signers): New user option.
8855 (mml2015-epg-sign): Reflect the value of mml2015-signers.
8856 (mml2015-epg-encrypt): Allow to select signing keys.
8857
8858 * mml1991.el (mml1991-signers): New variable.
8859 (mml1991-epg-sign): Reflect the value of mml1991-signers.
8860 (mml1991-epg-encrypt): Allow to select signing keys.
8861
8862 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
8863
8864 * nnheader.el (nnheader-insert-head): Make it work even if the file
8865 uses CRLF for the line-break code.
8866
8867 2006-07-25 Daiki Ueno <ueno@unixuser.org>
8868
8869 * mml2015.el: Require mml-sec instead of password.
8870 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8871 (mml2015-cache-passphrase): Inherit the default value from
8872 mml-secure-cache-passphrase.
8873 (mml2015-passphrase-cache-expiry): Inherit the default value from
8874 mml-secure-passphrase-cache-expiry.
8875
8876 * mml1991.el: Require mml-sec instead of password.
8877 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8878 (mml1991-cache-passphrase): Inherit the default value from
8879 mml-secure-cache-passphrase.
8880 (mml1991-passphrase-cache-expiry): Inherit the default value from
8881 mml-secure-passphrase-cache-expiry.
8882
8883 * mml-sec.el: Require password.
8884 (mml-secure-verbose): New user option.
8885 (mml-secure-cache-passphrase): New user option.
8886 (mml-secure-passphrase-cache-expiry): New user option.
8887
8888 2006-07-24 Daiki Ueno <ueno@unixuser.org>
8889
8890 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8891 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
8892 andreas@altroot.de (Andreas Vögele).
8893
8894 FIXME: Use `tiny change'?
8895
8896 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8897
8898 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8899 workaround for the url package included with Emacs.
8900
8901 * nnweb.el (nnweb-google-create-mapping): Update regexp.
8902
8903 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
8904
8905 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8906 correctly. This fixes a bug caused by the 2006-05-12 change.
8907
8908 2006-07-18 Karl Fogel <kfogel@red-bean.com>
8909
8910 * nnmail.el (nnmail-article-group): If splitting raises an error, give
8911 some information about the error when saying that the `bogus' mail
8912 group will be used.
8913
8914 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
8915
8916 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8917 string.
8918
8919 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
8920
8921 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8922
8923 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8924
8925 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8926
8927 2006-07-10 Daiki Ueno <ueno@unixuser.org>
8928
8929 * mml1991.el (mml1991-function-alist): Add epg.
8930 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8931 (mml1991-epg-encrypt): New functions.
8932
8933 2006-07-10 Daiki Ueno <ueno@unixuser.org>
8934
8935 * mml2015.el (mml2015-verbose): New variable.
8936 (mml2015-cache-passphrase): Ditto.
8937 (mml2015-passphrase-cache-expiry): Ditto.
8938 (mml2015-function-alist): Add epg.
8939 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8940 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8941 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8942 functions.
8943
8944 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8945
8946 * message.el (message-cite-original-1): Preserve region when removing
8947 quoted text due to X-No-Archive in order to avoid bogus attribution
8948 when citing multiple messages.
8949
8950 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8951
8952 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
8953 Kenneth Jacker <khj@be.cs.appstate.edu>.
8954
8955 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
8956
8957 * gnus-diary.el (gnus-user-format-function-d)
8958 (gnus-user-format-function-D): Autoload.
8959
8960 * imap.el (Commentary): Fix typo.
8961
8962 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8963 2006-04-22 contribution.
8964
8965 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8966
8967 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8968 It didn't really fix the bogosity I'm seeing with solid web groups.
8969
8970 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8971
8972 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8973 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8974 created using server names. If we use the feature without declaring
8975 it, Gnus does not properly manage server and group state.
8976
8977 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8978 bound.
8979
8980 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8981
8982 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8983 looking up the method using GROUP's prefix before inventing a new one.
8984 It is used on killed/unknown groups in various places where returning
8985 an all-new method isn't expected by the caller.
8986
8987 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8988 and match semantics of gnus-group-real-prefix.
8989
8990 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
8991
8992 * nnmail.el (nnmail-broken-references-mailers): New variable.
8993 (nnmail-ignore-broken-references): New function generalizing
8994 nnmail-fix-eudora-headers.
8995 (nnmail-fix-eudora-headers): Now obsolete.
8996
8997 * gnus-art.el (gnus-button-handle-custom): Support
8998 `customize-apropos*'.
8999
9000 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9001
9002 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9003
9004 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9005 articles.
9006
9007 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
9008
9009 * message.el (message-cite-reply-above): New variable.
9010 (message-yank-original): Use it.
9011
9012 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
9013
9014 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9015
9016 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
9017
9018 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9019 as read.
9020
9021 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9022
9023 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
9024
9025 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9026 (gnus-bookmark-default-file): Use gnus-directory.
9027 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9028 Remove "*" in doc string.
9029 (gnus-bookmark-write-file): Simplify.
9030 (gnus-bookmark-maybe-sort-alist): Use `when'.
9031 (gnus-bookmark-get-bookmark): Fix typo in doc string.
9032 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9033 FIXME about Emacs 21 and XEmacs compatibility.
9034 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9035 compatibility.
9036 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9037 compatibility.
9038 (gnus-bookmark-menu-heading): Fix version.
9039
9040 2006-06-19 Bastien Guerry <bzg@altern.org>
9041
9042 * gnus-bookmark.el: New file.
9043
9044 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
9045
9046 * message.el (message-syntax-checks): Doc fix.
9047
9048 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9049
9050 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9051 unsubscribed groups as if they were killed ones. It causes duplicate
9052 entries in gnus-newsrc-alist.
9053
9054 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
9055
9056 * message.el (message-syntax-checks): Doc fix.
9057 (message-send-mail): Add check for continuation headers.
9058 (message-check-news-header-syntax): Fix regexp used to check for
9059 continuation headers.
9060
9061 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
9062
9063 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9064
9065 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
9066
9067 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9068
9069 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
9070
9071 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9072 default-truncate-lines.
9073
9074 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
9075
9076 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9077 to fill the utf-8 entry.
9078
9079 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9080
9081 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9082
9083 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
9084
9085 * gnus-agent.el (directory-files-and-attributes): Move all the way
9086 forward (the third and final move).
9087 (gnus-agent-read-agentview): Trap reconstruction errors due to
9088 nonexistent directory. Handle by returning nil.
9089
9090 2006-05-30 Didier Verna <didier@xemacs.org>
9091
9092 * message.el (message-dont-reply-to-names): Update the custom type.
9093 * message.el (message-dont-reply-to-names): New defsubst: potentially
9094 convert a list of regexps into a single one.
9095 * message.el (message-get-reply-headers): Use it.
9096 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9097
9098 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
9099
9100 * gnus-agent.el (directory-files-and-attributes): Move forward.
9101
9102 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
9103
9104 * gnus-ml.el (gnus-mailing-list-subscribe)
9105 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9106 (gnus-mailing-list-message): Fix doc strings.
9107
9108 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9109
9110 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9111 of doing it manually.
9112
9113 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
9114
9115 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9116 comment.
9117
9118 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
9119
9120 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9121 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9122 (gnus-agent-read-local): All symbols allocated in my-obarray.
9123 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9124 (gnus-agent-regenerate-group): Check numeric names to see if they are
9125 messages or groups.
9126 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9127 better way of do this...)
9128
9129 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9130 'dummy.group' (there should be a better way of do this...)
9131
9132 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
9133
9134 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9135 (gnus-saved-headers): Ditto.
9136 (gnus-default-article-saver): Mention functions may have properties.
9137 (gnus-article-save): Override gnus-save-all-headers and
9138 gnus-saved-headers by :headers property which saver function may have.
9139 (gnus-summary-save-in-file): Add :headers property.
9140 (gnus-summary-write-to-file): Ditto.
9141
9142 * gnus-sum.el (gnus-summary-save-article): Bind
9143 gnus-prompt-before-saving to t when saving many articles in a file;
9144 always show all headers.
9145
9146 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9147
9148 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9149 marks.
9150
9151 * message.el (message-indent-citation): Add optional arguments to allow
9152 using it outside of message buffers.
9153
9154 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9155 (gnus-article-treat-unfold-headers): Use it.
9156 (gnus-article-truncate-lines): New variable.
9157 (gnus-article-mode): Use it.
9158 (gnus-article-toggle-truncate-lines): New function.
9159
9160 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9161 gnus-article-toggle-truncate-lines.
9162
9163 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9164 coding system in XEmacs, use binary.
9165
9166 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
9167
9168 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9169 after-load-alist.
9170
9171 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9172 this function should save decoded articles.
9173 (gnus-summary-write-to-file): Use property to specify this function
9174 should save decoded articles and specify gnus-summary-save-in-file
9175 should be used to save articles other than the first one when saving
9176 many articles.
9177 (gnus-summary-save-body-in-file): Use property to specify this
9178 function should save decoded articles.
9179 (gnus-summary-write-body-to-file): Use property to specify this
9180 function should save decoded articles and specify
9181 gnus-summary-save-body-in-file should be used to save articles other
9182 than the first one when saving many articles.
9183
9184 * gnus-sum.el (gnus-summary-save-article): Simplify.
9185
9186 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
9187
9188 * gnus-art.el (gnus-default-article-saver): Add
9189 gnus-summary-write-body-to-file.
9190 (gnus-article-save-coding-system): Don't use coding system object
9191 in XEmacs.
9192 (gnus-read-save-file-name): Add optional `dir-var' argument which
9193 specifies directory in which files are saved; work even if optional
9194 `variable' argument is not specified.
9195 (gnus-summary-write-to-file): Read file name.
9196 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9197 (gnus-summary-write-body-to-file): New function.
9198
9199 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9200 (gnus-summary-local-variables): Add it.
9201 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9202 (gnus-summary-save-article): Remove optional `decode' argument;
9203 determine whether to decode articles by the value of
9204 gnus-default-article-saver; when saving many files using
9205 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9206 it first and use gnus-summary-save-in-file or
9207 gnus-summary-save-body-in-file thereafter unless
9208 gnus-prompt-before-saving is always; move point to article which
9209 will be saved.
9210 (gnus-summary-save-article-file): Revert.
9211 (gnus-summary-write-article-file): Revert.
9212 (gnus-summary-save-article-body-file): Revert.
9213 (gnus-summary-write-article-body-file): New function.
9214
9215 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9216
9217 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9218
9219 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
9220
9221 * gnus-art.el (gnus-default-article-saver): Doc fix.
9222 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9223 from gnus-summary-save-article-coding-system, and default to a
9224 certain coding system.
9225 (gnus-output-to-file): Add coding cookie and encode text according
9226 to gnus-article-save-coding-system; don't use mm-append-to-file.
9227
9228 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9229 gnus-art.el and rename to gnus-article-save-coding-system.
9230 (gnus-summary-save-article): Require gnus-art; don't show all
9231 headers if it decodes articles; don't add coding cookie here;
9232 don't bind mm-text-coding-system-for-write.
9233 (gnus-summary-save-article-file): Save decoded articles.
9234 (gnus-summary-write-article-file): When saving many files, use
9235 gnus-summary-write-to-file first and gnus-summary-save-in-file
9236 thereafter unless gnus-prompt-before-saving is always.
9237 (gnus-summary-save-article-body-file): Save decoded articles.
9238
9239 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
9240
9241 * nnrss.el (nnrss-check-group): Bind hash-index.
9242
9243 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
9244
9245 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9246 its hash index. Store this hash in `nnrss-group-data'.
9247 (nnrss-read-group-data): Update accordingly.
9248
9249 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
9250
9251 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9252 entry.
9253
9254 * gnus-sum.el (gnus-summary-make-menu-bar): Add
9255 gnus-article-browse-html-article.
9256
9257 2006-05-23 Hynek Schlawack <hynek@ularx.de>
9258
9259 * gnus-sum.el (gnus-summary-mime-map): Add
9260 gnus-article-browse-html-article.
9261 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
9262
9263 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9264 suitable coding systems in customize.
9265
9266 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
9267
9268 * mail-source.el (mail-sources): Fix custom type.
9269
9270 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
9271
9272 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9273 (gnus-summary-expire-articles-now): Shorten prompt.
9274
9275 * gmm-utils.el (wid-edit): Require.
9276 (defun-gmm): Renamed from `gmm-defun-compat'.
9277 (gmm-image-search-load-path): Use it.
9278 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
9279
9280 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
9281
9282 * gnus-sum.el (gnus-summary-save-article-coding-system): New
9283 variable.
9284 (gnus-summary-save-article): Add optional `decode' argument. If
9285 it is set and gnus-summary-save-article-coding-system is non-nil,
9286 save decoded article.
9287 (gnus-summary-write-article-file): Save decoded article if
9288 gnus-summary-save-article-coding-system is non-nil.
9289
9290 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9291 type.
9292
9293 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
9294
9295 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9296
9297 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
9298
9299 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9300 first to test gnus-single-article-buffer which may be buffer-local.
9301
9302 * gnus-sum.el (gnus-summary-setup-buffer): Make
9303 gnus-single-article-buffer buffer-local and nil in ephemeral
9304 group; make gnus-article-buffer, gnus-article-current, and
9305 gnus-original-article-buffer always buffer-local.
9306 (gnus-summary-exit): Kill article buffer belonging to ephemeral
9307 group.
9308 (gnus-handle-ephemeral-exit): Don't move to next summary line.
9309
9310 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
9311
9312 * nnml.el (nnml-request-compact-group): Compressed files might not
9313 have .gz extension.
9314
9315 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9316
9317 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9318 (mm-copy-to-buffer): Use with-current-buffer.
9319 (mm-display-part): Simplify.
9320 (mm-inlinable-p): Add optional arg `type'.
9321
9322 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9323
9324 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9325 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9326 Try harder to show the attachment internally or externally using
9327 gnus-mime-view-part-as-type.
9328
9329 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
9330
9331 * message.el (message-from-style, message-signature-separator)
9332 (message-user-organization-file, message-send-mail-function)
9333 (message-citation-line-function, message-yank-prefix)
9334 (message-indent-citation-function, message-signature)
9335 (message-signature-file, message-signature-insert-empty-line):
9336 Remove autoloads.
9337
9338 * gnus-art.el (gnus-buttonized-mime-types): Remove
9339 "multipart/signed". Revert 2006-04-26 change.
9340
9341 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9342
9343 * gnus.el (gnus-version-number): Bump version.
9344
9345 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
9346
9347 * gnus.el: No Gnus v0.5 is released.
9348
9349 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9350
9351 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9352 fetching articles by message-id.
9353
9354 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9355
9356 * message.el (hashcash): Require hashcash as normal.
9357
9358 * ecomplete.el (ecomplete-highlight-match-line): Use
9359 point-at-eol.
9360 (ecomplete-highlight-match-line): Use `highlight', because that
9361 face exists in both Emacs and XEmacs.
9362
9363 * message.el (message-display-abbrev): Use point-at-bol.
9364
9365 * mail-source.el: Don't require timer/timer-funcs.
9366
9367 * gnus-async.el: Ditto.
9368
9369 * password.el: Ditto.
9370
9371 * mm-url.el: Ditto.
9372
9373 * mm-util.el: Require timer/timer-funcs.
9374
9375 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9376
9377 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9378 Close.
9379
9380 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
9381
9382 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9383 unibyte after clear-decrypt function runs.
9384
9385 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9386 returns as a unibyte string.
9387
9388 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
9389
9390 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9391 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9392 (mml1991-pgg-encrypt): Ditto.
9393
9394 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
9395
9396 * message.el (message-user-organization-file): Check several
9397 locations of the organization file.
9398
9399 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9400 Add gnus-article-view-part-as-type.
9401
9402 * gnus-art.el (gnus-article-view-part-as-type): New function.
9403
9404 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9405 .mobi and .travel. Remove .nato, .bitnet and .uucp.
9406
9407 * mml.el: Simplify autoload.
9408 (mml-mode): defvar dnd-protocol-alist instead of using
9409 symbol-value.
9410 (mml-default-directory): New variable.
9411 (mml-minibuffer-read-file): Use it.
9412 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9413
9414 * message.el (message-citation-line-format): New variable.
9415 (message-insert-formated-citation-line): New function.
9416 (message-citation-line-function): Add
9417 `message-insert-formated-citation-line' to custom type.
9418
9419 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9420 to doc string.
9421
9422 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9423 depending on mm-verify-option.
9424
9425 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
9426
9427 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9428 binding pgg-* variables; reimplement the section which prevents
9429 MIME header from being signed.
9430 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9431 pgg-text-mode; remove a blank line at the top of body.
9432
9433 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9434 lines at the top of body; use gnus-newsgroup-charset if there's no
9435 Charset header.
9436
9437 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
9438
9439 * message.el (message-self-insert-commands): Doc fix.
9440
9441 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9442 (mm-uu-pgp-encrypted-test): Ditto.
9443 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9444 between header and body; return application/pgp-encrypted handle
9445 if decryption failed; decode decrypted body by charset.
9446
9447 * mm-decode.el (mm-automatic-display): Don't make application/pgp
9448 element match to application/pgp-*.
9449
9450 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9451
9452 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9453 HTML.
9454
9455 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9456
9457 * mail-source.el (mail-source-call-script): Message the error
9458 string.
9459
9460 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9461
9462 * gnus-util.el (gnus-byte-compile): Use it.
9463
9464 2006-04-22 xyblor <fake@invalid.email> (tiny change)
9465
9466 * gnus-util.el (kill-empty-logs): New function.
9467
9468 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9469
9470 * message.el (message-mail-alias-type): Doc fix.
9471 (message-mail-alias-type-p): New function.
9472 (message-send): Use it.
9473 (message-mode): Ditto.
9474 (message-strip-forbidden-properties): Ditto.
9475
9476 * ecomplete.el (ecomplete-database-file-coding-system): New
9477 variable.
9478 (ecomplete-save): Use it.
9479 (ecomplete-setup): Use it.
9480
9481 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
9482
9483 * message.el (message-self-insert-commands): New variable.
9484 (message-strip-forbidden-properties): Use it.
9485
9486 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9487
9488 * message.el (message-put-addresses-in-ecomplete): Use a regexp
9489 that doesn't make XEmacs choke.
9490
9491 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
9492
9493 * gnus-util.el (gnus-replace-in-string):
9494 Prefer replace-regexp-in-string over of replace-in-string.
9495
9496 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
9497
9498 * gnus-util.el (gnus-select-frame-set-input-focus):
9499 Use select-frame-set-input-focus if it is available in XEmacs; use
9500 definition defined in Emacs 22 for old Emacsen.
9501
9502 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
9503
9504 * mm-view.el (mm-inline-text): Use equal instead of equalp.
9505
9506 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
9507
9508 * gnus-registry.el (gnus-registry-cache-save): Remove text
9509 properties when saving via the temp buffer.
9510
9511 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
9512
9513 * message.el (message-generate-hashcash): Honor custom type.
9514
9515 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9516
9517 * message.el (message-generate-hashcash): Default to non-nil when
9518 hashcash is found.
9519
9520 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9521 (gnus-refer-thread-limit): Increase default to 500.
9522
9523 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9524
9525 * flow-fill.el (fill-flowed): Allow delete-space.
9526
9527 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
9528
9529 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9530 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9531 Remove autoloads.
9532
9533 2006-04-18 Simon Josefsson <jas@extundo.com>
9534
9535 * message.el (message-generate-hashcash): Default to.
9536
9537 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
9538
9539 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9540 concatenating segments rather than before concatenating them.
9541
9542 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
9543
9544 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9545
9546 * imap.el (imap-quote-specials): New function.
9547 (imap-login-auth): Quote specials.
9548
9549 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9550
9551 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9552
9553 * message.el (message-forward-make-body-plain): Allow
9554 message-forward-ignored-headers to be a list.
9555 (message-remove-ignored-headers): Factor out into function.
9556 (message-forward-make-body-mml): Use it.
9557 * rfc2231.el (rfc2231-parse-string): Remove dead code.
9558 (rfc2231-parse-string): Allow concatanation of parameters that
9559 aren't contiguous. The test case is
9560 (mail-header-parse-content-type "message/external-body;
9561 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9562 access-type=LOCAL-FILE;
9563 name*1*=plugh%2fhello-sailor%2fbing.pdf")
9564
9565 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9566
9567 * nntp.el (nntp-accept-process-output): Return the value of
9568 `nnheader-accept-process-output'.
9569
9570 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9571
9572 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9573 (gnus-button-alist): Recognize more diff formats.
9574 (gnus-button-patch): Strip directory.
9575
9576 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
9577
9578 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9579 Emacs 22 when setting focus.
9580
9581 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9582
9583 * gnus-art.el (gnus-article-treat-types): Do treatment of
9584 text/x-verbatim parts.
9585 (gnus-button-patch): New command.
9586
9587 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9588 addresses that contain invalid characters.
9589
9590 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9591
9592 * message.el (message-put-addresses-in-ecomplete): Use
9593 gnus-replace-in-string.
9594 (message-is-yours-p): Use the more correct
9595 mail-header-parse-address instead of
9596 mail-extract-address-components.
9597 (message-put-addresses-in-ecomplete): Fix typo.
9598
9599 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9600 keystroke.
9601
9602 * gnus-art.el (gnus-treatment-function-alist): Change order of
9603 newsgroups/generic header folding to avoid double-folding.
9604
9605 * message.el (message-hidden-headers): Add X-Draft-From.
9606
9607 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9608 command.
9609 (gnus-summary-repeat-search-article-backward): New command.
9610
9611 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9612 groups in the parent topic.
9613
9614 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
9615
9616 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9617 (spam-extra-header-to-number): Return the CRM114 number as a
9618 number instead of a string.
9619
9620 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9621
9622 * gnus-art.el (gnus-face-properties-alist): Moved here from
9623 gnus-fun.
9624
9625 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9626
9627 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9628
9629 * message.el (message-strip-forbidden-properties): Only display on
9630 self-insert-command.
9631
9632 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9633 reindent.
9634 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9635
9636 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
9637
9638 * smiley.el (smiley-style): Fix typo.
9639
9640 2006-03-23 Kenichi Handa <handa@m17n.org>
9641
9642 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
9643 instead of set-buffer-multibyte.
9644
9645 2006-03-23 Kenichi Handa <handa@m17n.org>
9646
9647 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9648 buffer and then decode the buffer text if necessary.
9649 (rfc2231-encode-string): Be sure to work on multibyte buffer at
9650 first, and after mm-encode-body, change the buffer to unibyte.
9651
9652 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9653
9654 * hashcash.el (hashcash-insert-payment-async-2): Use
9655 message-goto-eoh instead of doing it manually.
9656 (mail-add-payment): Use message-narrow-to-header instead of trying
9657 to do the same itself.
9658
9659 * message.el (message-hidden-headers): Add Face.
9660
9661 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9662 reparenting code.
9663 (gnus-summary-reparent-children): Refactored out code.
9664 (gnus-summary-thread-map): New keystroke.
9665 (gnus-summary-reparent-children): Make into command.
9666
9667 * smiley.el (smiley-style): Default to `medium' if using a large
9668 font.
9669
9670 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9671 does it itself.
9672
9673 * message.el (message-point-in-header-p): Simplify definition.
9674
9675 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9676
9677 * nnagent.el (nnagent-request-set-mark): Silence log file
9678 writing.
9679 (nnagent-request-set-mark): Use write-region instead of
9680 append-to-file.
9681
9682 * gnus-sum.el (gnus-read-header): Fudge article number if using a
9683 strange select method.
9684
9685 * ecomplete.el (ecomplete-display-matches): Get highlightling
9686 right.
9687 (ecomplete-display-matches): Use literals.
9688 (ecomplete-display-matches): Disable message logging.
9689
9690 * message.el (message-display-abbrev): Small optimization.
9691
9692 * ecomplete.el (ecomplete-display-matches): Allow automatic
9693 display.
9694
9695 * message.el (message-strip-forbidden-properties): Display
9696 abbrevs.
9697 (message-display-abbrev): Get automatic display right.
9698
9699 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9700 keystrokes.
9701
9702 2006-04-13 Romain Francoise <romain@orebokech.com>
9703
9704 TODO: Backport to v5-10!
9705
9706 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9707 Moved here (and renamed) from gnus-registry.el.
9708
9709 * gnus-registry.el: Require gnus-util.
9710 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9711
9712 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9713
9714 * gnus-group.el (gnus-group-catchup-current): Change
9715 if-then-else-if-then-else into cond.
9716 (gnus-group-catchup): Indent.
9717 (group-name-at-point): New function.
9718 (gnus-fetch-group): Provide default from thing at point.
9719
9720 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9721
9722 * message.el (message-display-abbrev): Fix regexp.
9723
9724 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9725 choosing.
9726 (ecomplete-highlight-match-line): Fix up code rewrite, remove
9727 dead variables.
9728
9729 * message.el (message-newline-and-indent): Remove debugging.
9730 (message-display-abbrev): Use new implementation.
9731
9732 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
9733
9734 * gnus-art.el (gnus-article-mode): Set
9735 cursor-in-non-selected-windows to nil.
9736
9737 * smiley.el: Revert previous change.
9738 (smiley-data-directory): defvar it before using it in the
9739 defcustom of `smiley-style'.
9740
9741 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9742
9743 * message.el (message-newline-and-indent): New function.
9744
9745 * ecomplete.el: Implement more bits.
9746
9747 * message.el (message-put-addresses-in-ecomplete): Clean up the
9748 string.
9749
9750 * ecomplete.el (ecomplete-add-item): Chop off decimals.
9751
9752 * gnus-sum.el (gnus-summary-save-parts): Bind
9753 gnus-summary-save-parts-counter and use it to make unique file
9754 names.
9755
9756 * gnus-art.el (gnus-ignored-headers): Add some more headers.
9757
9758 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9759 parameter to say whether to actually parse the individual
9760 addresses.
9761
9762 * message.el (message-put-addresses-in-ecomplete): New function.
9763 (ecomplete): Require.
9764 (message-mail-alias-type): Add ecomplete as an option.
9765
9766 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
9767
9768 * flow-fill.el (fill-flowed): Remove trailing space from blank
9769 quoted lines.
9770
9771 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9772
9773 * smiley.el (smiley-style): Move definition later to avoid a
9774 compilation warning.
9775
9776 2006-04-12 Kenichi Handa <handa@m17n.org>
9777
9778 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9779 buffer and then decode the buffer text if necessary.
9780 (rfc2231-encode-string): Be sure to work on multibyte buffer at
9781 first, and after mm-encode-body, change the buffer to unibyte.
9782 Use mm-disable-multibyte instead of set-buffer-multibyte.
9783
9784 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
9785
9786 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9787 Content-Type header instead of Content-Disposition header.
9788 (gnus-mime-inline-part): Ditto.
9789 (gnus-mime-view-part-as-charset): Ignore charset that the part
9790 specifies.
9791
9792 * mm-decode.el (mm-display-part): Work with external parts and
9793 usual parts similarly.
9794
9795 * mm-extern.el (mm-inline-external-body): Use mm-display-part
9796 instead of gnus-display-mime.
9797
9798 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9799 instead of with-temp-buffer.
9800
9801 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9802 tag to summarized topics part in order to encode non-ASCII text.
9803
9804 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
9805
9806 * smiley.el (smiley-style): New variable.
9807 (smiley-directory): New function.
9808 (smiley-data-directory): Derive from `smiley-style' using
9809 `smiley-directory'.
9810 (smiley-regexp-alist): Add new entries.
9811
9812 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9813 (gnus-article-browse-delete-temp): Add :version.
9814
9815 2006-04-11 Arne Jørgensen <arne@arnested.dk>
9816
9817 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9818 the sieve region.
9819
9820 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9821
9822 * gnus.el (gnus-version-number): Bump version.
9823
9824 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
9825
9826 * gnus.el: No Gnus v0.4 is released.
9827
9828 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9829
9830 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9831 layout.
9832
9833 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9834 unknown charset.
9835
9836 * message.el (message-header-synonyms): Add Original-To to the
9837 default.
9838
9839 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9840 optional parameter.
9841
9842 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
9843
9844 * gnus-fun.el (gnus): Require it for gnus-directory.
9845
9846 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9847
9848 * gnus-fun.el (gnus-face-properties-alist): Add :version.
9849
9850 2006-04-05 Daiki Ueno <ueno@unixuser.org>
9851
9852 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9853
9854 2006-04-05 Simon Josefsson <jas@extundo.com>
9855
9856 * password.el (password-reset): New function.
9857
9858 2006-04-05 Daiki Ueno <ueno@unixuser.org>
9859
9860 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9861 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9862
9863 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9864
9865 * nnweb.el (nnweb-google-create-mapping): Update regexp.
9866 Some whitespace was matched into the url, which broke browsing hits
9867 > 100 when mm-url-use-external was nil.
9868
9869 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
9870
9871 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9872 gnus-extra-headers for 'Newsgroups.
9873
9874 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9875 bound.
9876
9877 2006-04-04 Daiki Ueno <ueno@unixuser.org>
9878
9879 * pgg-gpg.el: Clean up process buffers every time gpg processes
9880 complete.
9881
9882 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
9883
9884 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9885 doc string.
9886
9887 2006-04-03 Daiki Ueno <ueno@unixuser.org>
9888
9889 * pgg-gpg.el (pgg-gpg-process-filter)
9890 (pgg-gpg-wait-for-completion): Check if buffer is alive.
9891
9892 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9893 lines, temporary fix.
9894
9895 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
9896
9897 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9898
9899 2006-03-29 Daiki Ueno <ueno@unixuser.org>
9900
9901 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9902 default-enable-multibyte-characters. This reverts the change from
9903 revision 6.17 which is no longer necessary because the passphrase
9904 is sent separately now. GnuPG messages are unreadable under
9905 multibyte locales with default-enable-multibyte-characters set to
9906 nil.
9907
9908 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
9909
9910 * message.el (message-tool-bar-gnome): Move "spell".
9911
9912 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
9913
9914 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9915 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
9916 instead.
9917
9918 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
9919
9920 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9921 newsgroups handling for NNTP overviews which don't include
9922 Newsgroups.
9923
9924 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9925
9926 * message.el (message-resend): Bind message-generate-hashcash to nil.
9927
9928 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9929
9930 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9931 when searching for already-paid recipients.
9932
9933 2006-03-27 Daiki Ueno <ueno@unixuser.org>
9934
9935 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9936 passphrases when it is not needed.
9937 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9938 passphrase stuff from gpg, should only be necessary when you use
9939 gpg with a smartcard.
9940
9941 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
9942
9943 * mml.el (mml-insert-mime): Ignore cached contents of
9944 message/external-body part.
9945
9946 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9947 (mm-insert-part): Ditto.
9948
9949 2006-03-23 Simon Josefsson <jas@extundo.com>
9950
9951 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9952 Reiner.
9953 (pgg-gpg-use-agent-p): Use it again.
9954
9955 2006-03-23 Simon Josefsson <jas@extundo.com>
9956
9957 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9958 older emacsen.
9959 (pgg-gpg-use-agent-p): Don't use it.
9960
9961 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
9962
9963 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9964 if we can.
9965
9966 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
9967
9968 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9969 (pgg-gpg-update-agent): New function.
9970 (pgg-gpg-use-agent-p): New function.
9971 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9972 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9973 (pgg-gpg-sign-region): Use it.
9974
9975 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
9976
9977 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9978 Reported by Ralf Wachinger <rwachinger@gmx.de>.
9979
9980 2006-03-21 Simon Josefsson <jas@extundo.com>
9981
9982 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9983 <wilde@sha-bang.de>.
9984 (pgg-gpg-use-agent): New variable.
9985 (pgg-gpg-process-region): Use it.
9986 (pgg-gpg-encrypt-region): Likewise.
9987 (pgg-gpg-encrypt-symmetric-region): Likewise.
9988 (pgg-gpg-decrypt-region): Likewise.
9989 (pgg-gpg-sign-region): Likewise.
9990 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9991
9992 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
9993
9994 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9995
9996 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9997 Add comment on version.
9998
9999 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
10000
10001 * smiley.el: Add missing test smiley.
10002
10003 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
10004
10005 * mm-decode.el (mm-with-part): New macro.
10006 (mm-get-part): Use it; work with message/external-body as well.
10007 (mm-save-part): Treat name and filename equally.
10008
10009 * mm-extern.el (mm-extern-cache-contents): New function.
10010 (mm-inline-external-body): Use it; force the part to be displayed;
10011 move undisplayer added to the cached handle to the parent.
10012
10013 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10014 (gnus-mime-view-part-as-type): Work with message/external-body.
10015
10016 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10017
10018 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
10019
10020 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10021 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
10022 Emacs.]
10023
10024 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
10025
10026 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10027 path rather than symbol. Always return list of directories.
10028 Guarantee that image directory comes first. [Sync with image.el,
10029 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
10030
10031 * message.el (message-make-tool-bar): Adjust to new API of
10032 `gmm-image-load-path-for-library'.
10033
10034 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10035
10036 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10037
10038 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10039
10040 * gnus-art.el (gnus-article-only-boring-p):
10041 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10042 intangible text.
10043 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10044
10045 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
10046
10047 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
10048 `defun' instead of `gmm-defun-compat'.
10049
10050 2006-03-14 Simon Josefsson <jas@extundo.com>
10051
10052 * message.el (message-unique-id): Don't use message-number-base36
10053 if (user-uid) is a float.
10054 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10055
10056 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
10057
10058 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10059
10060 * gnus-art.el (gnus-mime-display-single): Make sure there is an
10061 empty line between a part and a message part.
10062
10063 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
10064
10065 * smiley.el: Add more test smileys.
10066 (smiley-data-directory, smiley-regexp-alist)
10067 (gnus-smiley-file-types): Fix doc strings.
10068 (smiley-update-cache): Clear smiley-cached-regexp-alist before
10069 adding new elements.
10070 (smiley-mouse-map): Unused code. Make it a comment.
10071
10072 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
10073
10074 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10075 scan latest NoCeM messages instead of old ones.
10076 (gnus-nocem-check-article): Fix regexps so as to match to PGP
10077 delimiters that are recently used.
10078 (gnus-nocem-load-cache): Add autoload cookie.
10079
10080 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10081
10082 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10083 level which is larger than gnus-use-nocem is specified.
10084
10085 * gnus-group.el (gnus-group-get-new-news): Ditto.
10086
10087 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
10088
10089 * gnus-util.el (gnus-tool-bar-update): New function.
10090
10091 * gnus-group.el (gnus-group-update-tool-bar): New variable.
10092 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10093
10094 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10095
10096 * gnus-group.el (gnus-group-redraw-when-idle)
10097 (gnus-group-redraw-check): Remove.
10098 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10099
10100 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
10101
10102 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10103 if optional last element is specified in splits (FIELD VALUE...).
10104
10105 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
10106
10107 * message.el (message-make-tool-bar): Rename gmm-image-load-path
10108 to gmm-image-load-path-for-library. Call with no-error argument.
10109 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10110
10111 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10112
10113 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10114
10115 * gmm-utils.el (gmm-image-load-path): Remove alias.
10116
10117 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
10118
10119 * gmm-utils.el (gmm-image-load-path): Add alias.
10120
10121 * nnml.el (nnml-generate-nov-databases-directory): Rename from
10122 nnml-generate-nov-databases-1.
10123 (nnml-generate-nov-databases): Use it.
10124 (nnml-generate-nov-databases-directory): Document no-active
10125 argument.
10126
10127 * gmm-utils.el (gmm-image-load-path-for-library): Return single
10128 directory if path is t. Add no-error.
10129
10130 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10131 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10132
10133 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10134 resetting gnus-article-browse-html-temp-list.
10135
10136 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10137 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
10138 Add example to docstring. Rename local variables. Move error
10139 checks to default case in cond and simplify.
10140
10141 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
10142
10143 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10144 handle is multipart when calling it recursively.
10145 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10146
10147 2006-03-03 Daniel Pittman <daniel@rimspace.net>
10148
10149 * nnimap.el (nnimap-request-update-info-internal): Optimize.
10150 Don't `gnus-uncompress-range' to avoid excessive memory usage.
10151
10152 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
10153
10154 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10155 is loaded.
10156
10157 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10158 loaded.
10159
10160 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
10161
10162 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10163 to "Emacs 23 (unicode)" in doc string.
10164
10165 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10166 "Emacs 23 (unicode)" in comment.
10167
10168 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
10169
10170 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10171
10172 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10173 characters 160 through 255 in Emacs 23.
10174
10175 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
10176
10177 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10178 gnus-article-browse-html-temp.
10179 (gnus-article-browse-delete-temp): Make it customizable. Add
10180 `file'. Adjust doc string.
10181 (gnus-article-browse-delete-temp-files): Add argument. Allow
10182 query for each file. Adjust doc string.
10183 (gnus-article-browse-html-parts): Add
10184 `gnus-article-browse-delete-temp-files' to
10185 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10186
10187 2006-03-02 Hynek Schlawack <hynek@ularx.de>
10188
10189 * gnus-art.el (gnus-article-browse-html-temp)
10190 (gnus-article-browse-delete-temp): New variables.
10191 (gnus-article-browse-delete-temp-files): New function.
10192 (gnus-article-browse-html-parts): Use it.
10193
10194 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
10195
10196 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10197
10198 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10199 string.
10200
10201 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10202 gnus-summary-insert-new-articles when unplugged. Remove
10203 gnus-summary-search-article-forward.
10204
10205 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10206 display-visual-class instead of display-color-cells.
10207
10208 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
10209
10210 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10211 message/* containing non-ASCII text properly.
10212
10213 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
10214
10215 * message.el: Require gmm-utils, remove autoloads.
10216 (message-tool-bar): Set default based on
10217 gmm-tool-bar-style.
10218 (message-tool-bar-gnome): Add gmm-customize-mode.
10219
10220 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10221 gmm-tool-bar-style.
10222 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10223
10224 * gnus-group.el (gnus-group-tool-bar): Set default based on
10225 gmm-tool-bar-style.
10226 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10227
10228 * gmm-utils.el (gmm-image-directory): Rename variable from
10229 gmm-image-load-path.
10230 (gmm-image-load-path): Use gmm-image-directory.
10231 (gmm-customize-mode): New function.
10232 (gmm-tool-bar-style): New variable.
10233
10234 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10235 gnus-group-redraw-line-number.
10236 (gnus-group-redraw-check): Simplify.
10237 (gnus-group-tool-bar-update): Remove redraw check.
10238 (gnus-group-make-tool-bar): Add redraw check.
10239
10240 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
10241
10242 * gnus-art.el (gnus-button): Add missing parentheses.
10243
10244 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10245
10246 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10247
10248 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
10249
10250 * gnus-art.el (gnus-button): New face.
10251 (gnus-article-button-face): Use it.
10252
10253 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10254 gnus-summary-next-page. Re-order.
10255
10256 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10257 next-node are now included.
10258 (gnus-group-redraw-line-number): New internal variable.
10259 (gnus-group-redraw-check): Helper function for updating the tool
10260 bar.
10261 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10262
10263 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10264
10265 * spam.el (spam-spamassassin-score-regexp): New internal variable.
10266 (spam-extra-header-to-number, spam-check-spamassassin-headers):
10267 Use it to match format of Spamassassin 3.0 and later. Reported by
10268 IRIE Tetsuya <irie@t.email.ne.jp>.
10269 (spam-check-bogofilter)
10270 (spam-bogofilter-register-with-bogofilter): Fix args of
10271 `gnus-error' calls.
10272
10273 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
10274
10275 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10276 unnecessary interaction when sending queued mails. Reported by
10277 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10278
10279 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
10280
10281 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10282 first or last are nil.
10283
10284 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10285
10286 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10287
10288 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10289
10290 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10291
10292 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10293
10294 * dns.el (query-dns): Protect more against buggy tcp output.
10295
10296 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
10297
10298 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10299 nov.php.
10300
10301 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
10302
10303 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10304 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10305 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
10306 output on the server side.
10307 (nnweb-google-create-mapping): Update regexps and add some
10308 progress indication.
10309
10310 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
10311
10312 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10313 gnus-agent-toggle-plugged. Re-order icons.
10314 (gnus-group-tool-bar-gnome): Add
10315 gnus-group-{prev,next}-unread-group.
10316 (gnus-group-tool-bar-gnome): Re-order icons.
10317
10318 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10319 gnus-summary-insert-new-articles.
10320
10321 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10322 comments.
10323
10324 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
10325 also available in Emacs 21.3.
10326
10327 * message.el (message-fix-before-sending): Change "Emacs 22" to
10328 "Emacs 23 (unicode)" in comment.
10329
10330 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10331 "Emacs 23 (unicode)" in comment.
10332
10333 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10334 comment.
10335 (mm-coding-system-p): Add comment about no-MULE XEmacs.
10336
10337 * mm-view.el (mm-fill-flowed): Add :version.
10338
10339 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
10340
10341 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10342 and load-path.
10343
10344 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
10345
10346 * message.el: Autoload gmm-image-load-path.
10347 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10348 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
10349 consitency.
10350
10351 * gmm-utils.el (gmm-image-load-path): Also search in
10352 "../etc/images". Don't set gmm-image-load-path if we don't find
10353 the image.
10354
10355 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
10356
10357 * gmm-utils.el (gmm-image-load-path): Don't make
10358 `gmm-image-load-path' include subdirectories which the second arg
10359 `image' might specify.
10360
10361 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10362 subdirectory to icon file names.
10363
10364 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10365
10366 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
10367
10368 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10369 gmm-image-load-path calls.
10370
10371 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10372
10373 * message.el (message-make-tool-bar): Ditto.
10374
10375 * mml.el (mml-preview): Added comment concerning tool bar icons.
10376
10377 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10378 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10379
10380 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10381 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10382
10383 * message.el (message-tool-bar-gnome): Use new icon names.
10384 (message-make-tool-bar): Use `gmm-image-load-path'.
10385
10386 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10387 functions from MH-E.
10388 (gmm-image-load-path): New variable from MH-E.
10389 (gmm-image-load-path): New function from MH-E. Added arguments
10390 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
10391 *-image-load-path-called-flag.
10392
10393 2006-02-21 Milan Zamazal <pdm@brailcom.org>
10394
10395 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10396
10397 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
10398
10399 * nnimap.el (nnimap-request-move-article): Change folder back to
10400 source group before deleting.
10401
10402 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
10403
10404 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10405
10406 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10407 mm-url.
10408
10409 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10410
10411 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
10412
10413 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10414 coding system which mm-charset-to-coding-system returns for a
10415 given charset is valid.
10416
10417 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
10418
10419 * html2text.el (html2text-remove-tag-list):
10420 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10421
10422 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
10423
10424 * gnus-cus.el: Revert 2005-10-17 change.
10425
10426 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
10427
10428 * gnus-art.el (article-strip-banner): Call
10429 article-really-strip-banner only when the regexp match is made.
10430
10431 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
10432
10433 * gnus-art.el (article-strip-banner): Use
10434 gnus-extract-address-components instead of
10435 mail-header-parse-addresses to make it work with non-ASCII text;
10436 remove mail-encode-encoded-word-string.
10437
10438 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10439 values which are surrounded with \"...\"; make it never cause a
10440 Lisp error; give up parsing of parameters if it failed in
10441 extracting type.
10442
10443 2006-02-14 Arne Jørgensen <arne@arnested.dk>
10444
10445 * smime.el (smime-cert-by-ldap-1): Fix bug where
10446 `smime-ldap-search' returns results without userCertificates.
10447
10448 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
10449
10450 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10451
10452 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
10453
10454 * spam.el (spam-check-spamassassin-headers): Adapt format for
10455 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
10456 <ari@mbf.ocn.ne.jp>.
10457 (spam-list-of-processors): Add spam-use-gmane.
10458
10459 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
10460
10461 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10462 make-temp-file; make it work with XEmacs as well.
10463
10464 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10465 mm-make-temp-file.
10466
10467 * mm-decode.el (mm-display-external): Use the 3rd arg of
10468 mm-make-temp-file.
10469 (mm-create-image-xemacs): Ditto.
10470
10471 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
10472
10473 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10474 with message-narrow-to-headers.
10475 (gnus-draft-setup): Narrow to header to run message-fetch-field.
10476 (gnus-draft-check-draft-articles): New function.
10477 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10478
10479 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
10480
10481 * gnus-art.el (gnus-article-browse-html-parts):
10482 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10483 Don't use suffix argument for mm-make-temp-file for Emacs 21
10484 compatibility. Remove useless `format'.
10485
10486 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
10487
10488 * nnweb.el (nnweb-google-wash-article): Update regexps.
10489 (nnweb-group-alist): Use defvoo instead of defvar.
10490
10491 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
10492
10493 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10494 re-loading nn* modules.
10495
10496 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
10497
10498 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10499 for `tool-bar-mode' and don't check it's default-value.
10500
10501 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10502
10503 * message.el (message-make-tool-bar): Ditto.
10504
10505 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10506 `substring'. Shorten tmp-file name.
10507
10508 * gnus.el: Remove bogus comment.
10509
10510 2006-02-10 Hynek Schlawack <hynek@ularx.de>
10511
10512 * gnus-art.el (gnus-article-browse-html-parts): New function.
10513 (gnus-article-browse-html-article): New function for viewing html
10514 articles with a browser.
10515
10516 2006-02-09 Daiki Ueno <ueno@unixuser.org>
10517
10518 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10519 (mml2015-pgg-encrypt): Ditto.
10520
10521 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10522 (mml1991-pgg-encrypt): Ditto.
10523
10524 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
10525
10526 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10527 message-make-date instead of current-time-string.
10528
10529 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10530 to gnus-decoded which mm-uu might set.
10531
10532 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
10533
10534 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10535 don't decode quoted parameters; remove misimported Emacs code.
10536 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10537 (rfc2231-decode-encoded-string): Don't use split-string which
10538 behaves differently according to Emacs version; use
10539 mm-decode-coding-region to convert charset to coding-system.
10540 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10541 (rfc2231-encode-string): Remove misimported Emacs code.
10542
10543 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
10544
10545 * gnus-art.el (article-decode-charset): Don't use ignore-errors
10546 when calling mail-header-parse-content-type.
10547 (article-de-quoted-unreadable): Ditto.
10548 (article-de-base64-unreadable): Ditto.
10549 (article-wash-html): Ditto.
10550
10551 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10552 calling mail-header-parse-content-type and
10553 mail-header-parse-content-disposition.
10554 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10555 mail-header-parse-content-type.
10556
10557 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10558 insert charset and format parameters; encode description after
10559 inserting it to buffer.
10560 (mml-insert-parameter): Fold lines properly even if a parameter is
10561 segmented into two or more lines; change the max column to 76.
10562
10563 * rfc1843.el (rfc1843-decode-article-body): Don't use
10564 ignore-errors when calling mail-header-parse-content-type.
10565
10566 * rfc2231.el (rfc2231-parse-string): Return at least type if
10567 possible; don't cause an error even if it fails in parsing of
10568 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10569 (rfc2231-encode-string): Don't break lines at the beginning, leave
10570 it to mml-insert-parameter.
10571
10572 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10573 calling mail-header-parse-content-type.
10574
10575 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
10576
10577 * spam-report.el (spam-report-gmane-use-article-number):
10578 Improve doc string.
10579 (spam-report-gmane-internal): Check if a suitable header was found
10580 in the article.
10581
10582 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
10583
10584 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10585 (rfc2231-encode-string): Make param*=value always begin with LWSP.
10586
10587 2006-02-05 Romain Francoise <romain@orebokech.com>
10588
10589 Update copyright notices of all files in the gnus directory.
10590
10591 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
10592
10593 * nnweb.el (nnweb-request-group): Avoid growing overview files.
10594
10595 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
10596
10597 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10598 segmented lines of parameter value to cope with Thunderbird 1.5
10599 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10600 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10601 (rfc2231-encode-string): Don't make lines exceeding 76 column.
10602
10603 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
10604
10605 * mml.el (mml-generate-mime-1): Correct the order of inline signed
10606 parts.
10607
10608 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
10609
10610 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10611 there's only one active file for all servers.
10612 (nnweb-request-scan): Make sure nnweb-articles is initialized on
10613 solid groups. Gnus might have used a FAST request to select the group.
10614 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10615 and nnweb-search redundantly in the active file.
10616 (nnweb-request-list): Don't list bogus groups. There can only be one.
10617 (nnweb-request-create-group): Don't use ARGS.
10618 (nnweb-possibly-change-server, nnweb-request-group): Remove some
10619 initialisations. Let nnoo do the work.
10620
10621 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
10622
10623 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10624 Say the part has been decoded.
10625
10626 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10627
10628 2006-01-31 Kevin Ryde <user42@zip.com.au>
10629
10630 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10631 mailcap-viewer-test-cache when there's no 'test clause, since that
10632 will invert the meaning of a "nil" test previously determined by
10633 mailcap-mailcap-entry-passes-test.
10634
10635 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
10636
10637 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10638 compiling.
10639
10640 * gnus-sum.el: Ditto.
10641
10642 * message.el: Don't bind tool-bar-map when compiling.
10643
10644 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
10645
10646 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10647
10648 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
10649
10650 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10651 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10652 current Google Groups.
10653
10654 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
10655
10656 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10657 and tool-bar-mode.
10658
10659 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10660 and tool-bar-mode.
10661
10662 * message.el (message-tool-bar-update): Simplify.
10663 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10664
10665 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10666 gnus-summary-buffer.
10667 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10668 gnus-summary-reply.
10669
10670 * gmm-utils.el (gmm): Add :version.
10671
10672 2006-01-26 Steve Youngs <steve@sxemacs.org>
10673
10674 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10675 autoload.
10676
10677 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
10678
10679 * gmm-utils.el (gmm-verbose): Add :group.
10680
10681 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
10682
10683 * message.el: Change some comments WRT tool-bars.
10684
10685 * gnus-sum.el (gnus-summary-tool-bar)
10686 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10687 (gnus-summary-tool-bar-zap-list): New variables.
10688 (gnus-summary-make-tool-bar): Complete rewrite using
10689 `gmm-tool-bar-from-list'.
10690
10691 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10692 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10693 variables.
10694 (gnus-group-make-tool-bar): Complete rewrite using
10695 `gmm-tool-bar-from-list'.
10696 (gnus-group-tool-bar-update): New function.
10697
10698 * message.el (message-mode-field-menu): Add "Show hidden Headers".
10699
10700 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
10701
10702 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10703 is dissected into a single part of which the type is the same as
10704 the given one; decode charset.
10705
10706 2006-01-21 Kevin Ryde <user42@zip.com.au>
10707
10708 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10709 into alists as symbol not string, since that's what
10710 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10711 look for.
10712
10713 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
10714
10715 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10716 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10717
10718 * message.el (message-tool-bar-gnome): Use gmm-ignore.
10719
10720 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
10721
10722 * gnus-art.el (gnus-mime-security-button-commands): New variable.
10723 (gnus-mime-security-button-menu): New definition.
10724 (gnus-mime-security-button-map): Use them.
10725 (gnus-mime-security-button-menu): New function.
10726 (gnus-insert-mime-security-button): Addition to help echo.
10727 (gnus-mime-security-run-function, gnus-mime-security-save-part)
10728 (gnus-mime-security-pipe-part): New functions.
10729
10730 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10731 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10732
10733 * mm-decode.el (mm-handle-set-disposition): Remove.
10734 (mm-handle-set-description): Remove.
10735
10736 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
10737
10738 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10739 (mm-w3m-standalone-supports-m17n-p): New function.
10740 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10741 w3m usage.
10742
10743 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10744 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10745
10746 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
10747
10748 * message.el (message-tool-bar-zap-list): Use
10749 gmm-tool-bar-zap-list as custom type.
10750 (message-tool-bar-update): New function.
10751 (message-tool-bar, message-tool-bar-gnome)
10752 (message-tool-bar-retro): Add message-tool-bar-update.
10753 (message-tool-bar-gnome): Add flyspell-buffer.
10754
10755 * gnus-util.el (gnus-error): Describe `args'.
10756
10757 * gmm-utils.el (gmm-error): Describe `args'.
10758 (gmm-tool-bar-zap-list): New widget.
10759 (gmm-tool-bar-from-list): Improve description of `zap-list'.
10760
10761 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
10762
10763 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10764 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10765 the number of recursive calls.
10766
10767 * mm-decode.el (mm-handle-set-disposition): New macro.
10768 (mm-handle-set-description): New macro.
10769
10770 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
10771
10772 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10773 encoding.
10774
10775 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
10776
10777 * message.el (message-tool-bar-zap-list, message-tool-bar)
10778 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10779 (message-tool-bar-local-item-from-menu): Remove.
10780 (message-tool-bar-map): Replace by `message-make-tool-bar'.
10781 (message-make-tool-bar): New function.
10782 (message-mode): Use `message-make-tool-bar'.
10783
10784 * gmm-utils.el: New file.
10785 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10786 (gmm-lazy): New widget copied from `nnmail.el'.
10787 (gmm-tool-bar-from-list): New function for creating customizable
10788 tool bars.
10789 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
10790 output.
10791 (gmm): Add :prefix to defgroup.
10792
10793 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
10794
10795 * gmm-utils.el (gmm-widget-p): New function.
10796
10797 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
10798
10799 * mml.el (mml-attach-file): Describe `description' in doc string.
10800 (mml-menu): Add Emacs MIME manual and PGG manual.
10801
10802 2006-01-20 Richard M. Stallman <rms@gnu.org>
10803
10804 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10805
10806 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
10807
10808 * nntp.el (nntp-end-of-line): Doc fix.
10809
10810 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
10811
10812 * imap.el (imap-open): Handle case where buffer is a buffer
10813 object.
10814
10815 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
10816
10817 * gnus-delay.el (gnus-delay): Don't autoload.
10818 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10819 to be re-loaded when customizing the `gnus-delay' group.
10820
10821 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
10822
10823 * message.el (message-insert-citation-line): Use newlines.
10824
10825 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
10826
10827 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10828
10829 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10830
10831 2006-01-19 Mark D. Baushke <mdb@gnu.org>
10832
10833 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10834
10835 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
10836
10837 * mm-decode.el (mm-inlined-types): Add application/pgp.
10838 (mm-automatic-display): Ditto.
10839
10840 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10841 part as text.
10842
10843 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
10844
10845 * nnrss.el: Update copyright.
10846 (nnrss-opml-import): Query whether to subscribe to each entry.
10847
10848 * gnus-art.el:
10849 * gnus-sum.el:
10850 * mm-uu.el:
10851 * mm-view.el: Update copyright.
10852
10853 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
10854
10855 * message.el (message-info): New function.
10856 (message-mode-menu): Add it.
10857 Update copyright.
10858
10859 * ChangeLog: Fix and update copyright.
10860
10861 2006-01-13 Romain Francoise <romain@orebokech.com>
10862
10863 * message.el (message-forward-subject-name-subject): Prefer the
10864 address to 'nowhere' if the sender has no name.
10865 Fix typo. Update copyright year.
10866
10867 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
10868
10869 * gnus-art.el (article-wash-html): Use
10870 gnus-summary-show-article-charset-alist if a numeric arg is given.
10871 (gnus-article-wash-html-with-w3m-standalone): New function.
10872
10873 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10874 mm-inline-text-html-render-with-w3m-standalone.
10875 (mm-text-html-washer-alist): Map w3m-standalone to
10876 gnus-article-wash-html-with-w3m-standalone.
10877 (mm-inline-text-html-render-with-w3m-standalone): New function.
10878
10879 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
10880
10881 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10882 Improve LaTeX.
10883
10884 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
10885
10886 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10887 (nnrss-request-article): Render text/plain parts as HTML.
10888
10889 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10890 the buffer.
10891
10892 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
10893
10894 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10895 custom definition of `gnus-posting-styles'.
10896
10897 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10898 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10899
10900 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
10901
10902 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10903 Use nntp for bug archive.
10904
10905 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
10906
10907 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10908 parts.
10909 (nnrss-normalize-date): New function converts ISO 8601 date into
10910 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
10911 (nnrss-check-group): Use it.
10912
10913 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
10914
10915 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10916
10917 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10918 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
10919 (nnrss-insert-w3): Ditto.
10920
10921 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
10922
10923 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10924 the articles to be forwarded including the case where neither a
10925 number of articles nor a region is specified.
10926
10927 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
10928
10929 * nnrss.el (nnrss-request-article): Fix last change; fill
10930 text/plain parts.
10931
10932 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
10933
10934 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10935 in text/plain part.
10936 (nnrss-check-group): Don't add excessive newline to dc:subject.
10937
10938 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
10939
10940 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10941 article.
10942
10943 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
10944
10945 * nnml.el: Don't require gnus-bcklg. Autoload it.
10946 (nnml-use-compressed-files, nnml-save-mail): Support other
10947 comression programs such as bzip2.
10948
10949 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10950
10951 * dns.el (query-dns): Make sure we check the buffer size before
10952 removing tcp headers.
10953
10954 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
10955
10956 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10957 remove MIME buttons associated with multipart/alternative parts.
10958 (gnus-mime-display-alternative): Tag buttons using `article-type'
10959 text property.
10960
10961 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10962 associated with multipart/alternative parts.
10963
10964 * gnus-art.el (gnus-signature-separator): Fix custom type.
10965
10966 * mm-decode.el (mm-inlined-types): Fix custom type.
10967 (mm-keep-viewer-alive-types): Ditto.
10968 (mm-automatic-display): Ditto.
10969 (mm-attachment-override-types): Ditto.
10970 (mm-inline-override-types): Ditto.
10971 (mm-automatic-external-display): Ditto.
10972
10973 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
10974
10975 * spam-report.el (spam-report-user-mail-address)
10976 (spam-report-user-agent): New variables.
10977 (spam-report-url-ping-plain): Use spam-report-user-agent.
10978
10979 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
10980
10981 * gnus-art.el (gnus-button-handle-custom): Do not just use
10982 `customize-apropos' for any "M-x customize-*" button but the
10983 function called for. Accept both the function name and its
10984 argument in order to achieve this.
10985 (gnus-button-alist): Remove support for "custom:" URL's. Pass
10986 function name to `gnus-button-handle-custom' in case of "M-x
10987 customize-*" buttons.
10988
10989 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
10990
10991 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10992 multipart/alternative and add xref to mm-discouraged-alternatives
10993 in doc string.
10994
10995 * mm-decode.el (mm-discouraged-alternatives): Add xref to
10996 gnus-buttonized-mime-types in doc string.
10997
10998 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
10999
11000 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11001 Suggest image/.* in the doc string.
11002
11003 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
11004
11005 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11006 message-marks (Debian bug #342521).
11007
11008 2005-12-12 Simon Josefsson <jas@extundo.com>
11009
11010 * password.el (password-read-from-cache): Add.
11011 (password-read): Use it.
11012
11013 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
11014
11015 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11016 us-ascii as a MIME charset.
11017
11018 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11019 against the case where the 2nd arg TYPE is nil.
11020
11021 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
11022
11023 * pop3.el (pop3-stream-type): Fix custom version.
11024
11025 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11026
11027 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
11028
11029 * mm-decode.el (mm-display-external): Add missing cdr.
11030
11031 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
11032
11033 * mm-decode.el (mm-display-external): Use nametemplate (defined in
11034 RFC1524) if it is in mailcap or add a suffix according to
11035 mailcap-mime-extensions when generating a temp filename; postpone
11036 deleting a temp file for 2 seconds for some wrappers, shell
11037 scripts, and so on, which might exit right after having started a
11038 viewer command as a background job.
11039
11040 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
11041
11042 * nntp.el (nntp-marks-directory): Fix custom group.
11043
11044 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11045 steps when < 10.
11046
11047 * gnus-start.el (gnus-no-server-1): Mention
11048 `gnus-level-default-subscribed' in doc string.
11049
11050 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
11051
11052 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11053 parens.
11054
11055 2005-11-26 Dave Love <fx@gnu.org>
11056
11057 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11058 (tls-program, tls-success): Provide openssl alternative.
11059
11060 * starttls.el: Doc fixes.
11061 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11062 SERVICE to PORT.
11063
11064 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
11065 port null or service name.
11066 (starttls-negotiate): Autoload.
11067
11068 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
11069
11070 * message.el (message-kill-to-signature): Fix interactive spec.
11071
11072 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
11073
11074 * pop3.el (pop3-open-server): Recognize a string as a service name.
11075
11076 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
11077
11078 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11079
11080 2005-11-23 Dave Love <fx@gnu.org>
11081
11082 Add pop3s, pop3/starttls.
11083
11084 * pop3.el (pop3-authentication-scheme): Clarify doc.
11085 (open-tls-stream, starttls-open-stream): Autoload.
11086 (pop3-stream-type): New.
11087 (pop3-open-server): Use it.
11088
11089 * mail-source.el (mail-sources): Fix some :types. Add stream type
11090 for POP.
11091 (mail-source-keyword-map): Add :stream for POP.
11092 (mail-source-fetch-pop): Use pop3-stream-type.
11093
11094 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
11095
11096 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11097 of current-time-string.
11098
11099 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
11100
11101 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11102 date header.
11103
11104 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
11105
11106 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11107 it can seriously impact performance as it bypasses the agent's
11108 local caches.
11109
11110 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
11111
11112 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11113 must be explicitly online rather than "not explicitly offline" for
11114 its flags to be synchronized.
11115
11116 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11117 that gnus-uu-unmark-thread will function correctly.
11118
11119 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11120 1024K is instead displayed as 1M.
11121
11122 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11123
11124 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11125
11126 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
11127
11128 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11129
11130 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
11131
11132 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11133 error message to display actual error condition.
11134 (gnus-agent-save-local): Avoid saving symbols that are bound to
11135 nil as they simply result in a warning message in
11136 gnus-agent-read-local.
11137
11138 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
11139
11140 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11141 rather than make-variable-buffer-local for file-precious-flag.
11142
11143 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
11144
11145 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11146 for duplicates which are removed. The invalid sort check then
11147 triggers a rescan after the sort as sorting may have moved
11148 duplicate entries such that they can be cheaply detected.
11149
11150 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
11151
11152 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11153
11154 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
11155
11156 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11157 internal variable to a custom variable. Changed default value
11158 from compressed(2) to uncompressed(1).
11159 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11160 support for uncompressed agentview files. Taken together, reading
11161 the agentview file should now be 6-7 times faster.
11162
11163 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
11164
11165 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11166 as a buffer-local variable. This avoids creating truncated
11167 dribble files as a result of a hang up, eg.
11168
11169 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
11170
11171 * gnus-start.el (gnus-start-draft-setup): Enforce
11172 `gnus-draft-mode' for nndraft:drafts at startup.
11173
11174 * gnus.el (gnus-splash): Change custom group.
11175 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11176 allow-list argument.
11177
11178 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11179 string.
11180
11181 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
11182
11183 * gnus-art.el (gnus-default-article-saver): Add user-defined
11184 `function' to custom type.
11185
11186 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
11187
11188 * imap.el (imap-open): Handle case where buffer is a buffer
11189 object.
11190
11191 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
11192
11193 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11194 long lines.
11195 (gnus-cache-delete-group): Wrap doc strings.
11196
11197 * gnus-agent.el (gnus-agent-rename-group)
11198 (gnus-agent-delete-group): Wrap doc strings.
11199
11200 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11201
11202 * gnus-start.el (gnus-1): Add "native" to
11203 gnus-predefined-server-alist.
11204
11205 * gnus.el (gnus-method-to-server): Don't add "native" to the
11206 lists here, because that leads to problems when
11207 gnus-select-method is bound.
11208
11209 2005-11-09 Simon Josefsson <jas@extundo.com>
11210
11211 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11212 use (not sort-by-date) instead.
11213
11214 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
11215
11216 * gnus-delay.el (gnus-delay-group): Don't autoload.
11217 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11218 to be re-loaded when customizing the `gnus-delay' group.
11219
11220 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
11221
11222 * message.el: Revert last changes.
11223 (message-insert-citation-line): Use newlines.
11224
11225 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
11226
11227 * message.el (message-courtesy-message)
11228 (message-mark-insert-begin, message-mark-insert-end)
11229 (message-elide-ellipsis, message-cancel-message)
11230 (message-add-header, message-change-subject)
11231 (message-cross-post-followup-to-header)
11232 (message-cross-post-insert-note, message-reduce-to-to-cc)
11233 (message-widen-reply, message-delete-not-region)
11234 (message-kill-to-signature, message-insert-signature)
11235 (message-insert-importance-high, message-insert-importance-low)
11236 (message-insert-or-toggle-importance)
11237 (message-insert-disposition-notification-to)
11238 (message-indent-citation, message-yank-original)
11239 (message-cite-original-without-signature, message-cite-original)
11240 (message-insert-citation-line, message-position-on-field)
11241 (message-fix-before-sending, message-send-mail-partially)
11242 (message-send-mail, message-send-mail-with-sendmail)
11243 (message-send-mail-with-qmail, message-send-news)
11244 (message-check-news-header-syntax, message-generate-headers)
11245 (message-insert-courtesy-copy, message-fill-address)
11246 (message-fill-header, message-shorten-references)
11247 (message-setup-1, message-cancel-news)
11248 (message-forward-make-body-plain, message-forward-make-body-mime)
11249 (message-forward-make-body-mml, message-encode-message-body)
11250 (message-forward-make-body-digest-plain)
11251 (message-forward-make-body-digest-mime)
11252 (message-use-alternative-email-as-from): Insert `hard-newline'
11253 instead of ordinary newlines.
11254
11255 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
11256
11257 * message.el (message-generate-headers): Downcase the argument
11258 given to message-check-element.
11259
11260 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
11261
11262 * nntp.el (nntp-authinfo-rejected): New error condition.
11263 (nntp-wait-for): Use new error condition to signal authentication
11264 error.
11265 (nntp-retrieve-data): Rethrow new error condition to break out of
11266 recursive call to nntp-send-authinfo.
11267
11268 2005-11-08 Romain Francoise <romain@orebokech.com>
11269
11270 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11271 (gnus-summary-exit-map): Bind to `Z p'.
11272 (gnus-summary-make-menu-bar): Add menu item.
11273
11274 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
11275
11276 * gnus-art.el (gnus-article-treat-custom): Add `first'.
11277 (gnus-treat-*): Add `first' in all doc strings.
11278
11279 * gnus-group.el (gnus-group-compact-group): Fix typo.
11280
11281 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
11282
11283 * gnus.el (gnus-parameters-case-fold-search): New variable.
11284 (gnus-parameters-get-parameter): Use it.
11285
11286 * gnus-score.el (gnus-home-score-file): Doc fix.
11287
11288 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
11289
11290 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11291
11292 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
11293
11294 * mm-util.el (mm-special-display-p): New function.
11295
11296 * mml.el (mml-preview): Use it; doc fix.
11297
11298 2005-10-29 Romain Francoise <romain@orebokech.com>
11299
11300 * message.el (message-fix-before-sending): Fix comment.
11301
11302 2005-10-29 Jari Aalto <jari.aalto@cante.net>
11303
11304 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11305
11306 2005-10-29 Jari Aalto <jari.aalto@cante.net>
11307
11308 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11309 Used in gnus-score.el.
11310
11311 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11312
11313 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11314
11315 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
11316
11317 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11318 whitespace removed in revision 7.8. Use concatenated string to
11319 protect trailing whitespace.
11320
11321 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
11322
11323 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11324 (nnimap-request-expire-articles): Use it to avoid sending 'UID
11325 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11326 Courier IMAP ("some version from 2004"). Mostly based on similar
11327 code in the same function.
11328
11329 2005-10-26 Didier Verna <didier@xemacs.org>
11330
11331 * gnus-group.el (gnus-group-compact-group): Invalidate original
11332 article buffer.
11333 * gnus-srvr.el (gnus-server-compact-server): Ditto.
11334 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11335 NOV database and in article itself.
11336 Invalidate article backlog.
11337
11338 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
11339
11340 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11341
11342 2005-10-26 Simon Josefsson <jas@extundo.com>
11343
11344 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11345 part of 2004-07-25 change.
11346
11347 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
11348
11349 * message.el (message-display-completion-list): New function.
11350 (message-expand-group): Use it; make sure the Completions buffer
11351 is modifiable.
11352
11353 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
11354
11355 * imap.el (imap-open): Handle case where buffer is a buffer object.
11356
11357 2005-10-24 Eli Zaretskii <eliz@gnu.org>
11358
11359 * pgg-def.el:
11360 * pgg-gpg.el:
11361 * pgg-parse.el:
11362 * pgg-pgp.el:
11363 * pgg-pgp5.el:
11364 * pgg.el: Move to the parent lisp directory.
11365
11366 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11367
11368 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11369 user-mail-name is an empty string.
11370
11371 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
11372
11373 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11374 depending on gnus-score-decay-constant.
11375
11376 * encrypt.el (encrypt-insert-file-contents)
11377 (encrypt-write-file-contents): Don't use `gnus-message'.
11378
11379 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11380 arguments.
11381 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
11382 arguments to mm-uu-verbatim-marks-extract.
11383 (mm-uu-hide-markers): New variable.
11384 (mm-uu-extract): Use face similar to `gnus-cite-3'.
11385
11386 * gnus-fun.el (gnus-convert-image-to-x-face-command)
11387 (gnus-convert-image-to-face-command): Use "convert" by default to
11388 allow other input image formats.
11389 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11390 accordingly.
11391
11392 2005-10-23 Simon Josefsson <jas@extundo.com>
11393
11394 * imap.el (imap-gssapi-program): Align command line parameters
11395 with latest GNU SASL.
11396 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11397
11398 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11399
11400 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11401 HTML.
11402 (nnslashdot-request-article): Ditto.
11403
11404 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
11405
11406 * mail-source.el (mail-source-fetch-pop): Require pop3.
11407 (mail-source-check-pop): Ditto.
11408
11409 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11410
11411 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11412 errors.
11413
11414 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
11415
11416 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11417 (gnus-treat-strip-leading-blank-lines): Improve doc string.
11418
11419 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11420
11421 * mm-bodies.el (mm-decode-string): Call
11422 `mm-charset-to-coding-system' with allow-override argument.
11423
11424 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11425
11426 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11427 (rfc2047-charset-to-coding-system): New function.
11428 (rfc2047-decode-encoded-words): New function.
11429 (rfc2047-decode-region): Use them.
11430 (rfc2047-decode-cte): Remove.
11431 (rfc2047-parse-and-decode): Remove.
11432 (rfc2047-decode): Remove.
11433
11434 2005-10-15 Kenichi Handa <handa@m17n.org>
11435
11436 * rfc2047.el (rfc2047-decode-cte): New function.
11437 (rfc2047-decode-region): Change the way to decode successive
11438 encoded-words: decode B- or Q-encoding in each encoded-word,
11439 concatenate them, and decode it as charset.
11440
11441 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
11442
11443 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
11444 widget-move-and-invoke.
11445 (gnus-custom-mode): Use gnus-custom-map.
11446
11447 2005-10-15 Bill Wohler <wohler@newt.com>
11448
11449 * message.el (message-tool-bar-map): Renamed image file from
11450 mail_send to mail/send.
11451
11452 2005-10-16 Masatake YAMATO <jet@gyve.org>
11453
11454 * message.el (message-expand-group): Pass the common
11455 prefix substring of completion to `display-completion-list'.
11456
11457 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
11458
11459 * mml-sec.el (mml-secure-method): New internal variable.
11460 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11461 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11462 functions using mml-secure-method.
11463
11464 * mml.el (mml-mode-map): Add key bindings for those functions.
11465 (mml-menu): Simplify security menu entries. Suggested by Jesper
11466 Harder <harder@myrealbox.com>.
11467 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11468 end of message if point is the headers of the message.
11469
11470 * message.el (message-in-body-p): New function.
11471
11472 * assistant.el: Autoload gnus-util and netrc.
11473
11474 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11475 Use `mm-charset-override-alist' only when decoding.
11476
11477 * mm-bodies.el (mm-decode-body): Call
11478 `mm-charset-to-coding-system' with allow-override argument.
11479
11480 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11481 `filename' from Content-Disposition if Content-Type doesn't
11482 provide `name'.
11483 (gnus-mime-view-part-as-type): Set default instead of
11484 initial-input.
11485
11486 2005-10-09 Daniel Brockman <daniel@brockman.se>
11487
11488 * format-spec.el (format-spec): Propagate text properties of % spec.
11489
11490 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
11491
11492 * gnus-art.el (gnus-treat-predicate): Add `first'.
11493
11494 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
11495
11496 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11497 (mm-charset-override-alist): New variable.
11498 (mm-charset-to-coding-system): Use it.
11499 (mm-codepage-setup): New helper function.
11500 (mm-charset-eval-alist): New variable.
11501 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
11502 about unknown charsets.
11503
11504 2005-10-04 David Hansen <david.hansen@gmx.net>
11505
11506 * nnrss.el (nnrss-request-article): Add support for the comments tag.
11507 (nnrss-check-group): Ditto.
11508
11509 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
11510
11511 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11512 Rename x-gnus-verbatim to x-verbatim.
11513 (mm-uu-type-alist): Fix regexp for verbatim-marks.
11514
11515 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11516 x-verbatim.
11517
11518 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11519
11520 * gnus-util.el (gnus-remove-duplicates): Remove.
11521
11522 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11523 instead of gnus-remove-duplicates.
11524
11525 * message.el (message-remove-duplicates): Remove.
11526 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11527 message-remove-duplicates.
11528
11529 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11530 available, else use implementation from `delete-dups'.
11531
11532 * message.el (message-insert-expires): New function.
11533 (message-mode-map): Add key binding.
11534 (message-mode-field-menu): Add menu entry.
11535 (message-mode): Document it.
11536 (message-make-expires-date): Use `message-make-date'.
11537
11538 2005-10-04 Josh Huber <huber@alum.wpi.edu>
11539
11540 * message.el (message-make-expires-date): New function.
11541
11542 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
11543
11544 * time-date.el: Autoload parse-time-string, XEmacs needs it.
11545
11546 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
11547
11548 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11549 function rather than the diff-mode.el package.
11550 (mm-display-external): Use with-current-buffer.
11551 (mm-viewer-completion-map, mm-viewer-completion-map):
11552 Move initialization inside declaration.
11553
11554 2005-09-29 Simon Josefsson <jas@extundo.com>
11555
11556 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
11557 autoload mail-check-payment.
11558 (spam-check-hashcash): Define unconditionally, since hashcash.el
11559 is part of Gnus now. Ignore errors from payment checking.
11560
11561 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
11562
11563 * message.el (message-bold-region, message-unbold-region): Rename
11564 from `bold-region' and `unbold-region'.
11565
11566 * message.el: Remove useless autoloads.
11567
11568 2005-09-28 Simon Josefsson <jas@extundo.com>
11569
11570 * message.el (message-use-idna): Default to t.
11571 (message-use-idna): Test whether encoding works too. Doc fix.
11572
11573 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
11574
11575 * nntp.el (nntp-warn-about-losing-connection): Remove.
11576
11577 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
11578
11579 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11580 customizable. Change default value.
11581 (mm-uu-diff-groups-regexp): Change default value.
11582 (mm-uu-type-alist): Add doc string.
11583 (mm-uu-configure): Add doc string. Make it interactive.
11584 (mm-uu-tex-groups-regexp): New variable.
11585 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11586 (mm-uu-type-alist): Add LaTeX documents.
11587 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11588 of "text/verbatim".
11589 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11590
11591 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11592 instead of "text/verbatim".
11593
11594 * message.el (message-mark-inserted-region)
11595 (message-mark-insert-file): Use slrn style marks when called with
11596 prefix argument.
11597
11598 2005-09-27 Simon Josefsson <jas@extundo.com>
11599
11600 * message.el (message-idna-to-ascii-rhs-1): Reformat.
11601
11602 2005-09-27 Arne Jørgensen <arne@arnested.dk>
11603
11604 * message.el (message-remove-duplicates): New function.
11605 Implementation borrowed from `gnus-remove-duplicates'.
11606 (message-idna-to-ascii-rhs): Also encode idna addresses in
11607 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11608 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11609 only ask about the same idna domain once per header and also tell
11610 in what header to replace the idna domain.
11611
11612 * gnus-art.el (article-decode-idna-rhs): Also decode idna
11613 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11614 (article-decode-idna-rhs): Fix regexp so that all idna-address in
11615 a header is decoded and not just the last one.
11616
11617 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
11618
11619 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11620 has been decoded.
11621
11622 * mm-decode.el (mm-automatic-display): Add text/verbatim.
11623 (mm-insert-part): Don't modify text if it has been decoded.
11624
11625 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11626 decoded.
11627
11628 * mm-view.el (mm-inline-text): Don't strip text props unless
11629 decoding enriched or richtext parts.
11630
11631 2005-09-25 Romain Francoise <romain@orebokech.com>
11632
11633 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11634 * gnus-start.el (gnus-subscribe-interactively):
11635 * gnus-uu.el (gnus-uu-grab-articles):
11636 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11637 space.
11638
11639 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
11640
11641 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11642 * mm-view.el (mm-view-pkcs7-decrypt):
11643 * gnus-sum.el (gnus-summary-limit-to-extra)
11644 (gnus-summary-respool-article, gnus-read-move-group-name):
11645 * gnus-score.el (gnus-summary-increase-score):
11646 * gnus-util.el (gnus-completing-read-with-default):
11647 * gnus-art.el (gnus-read-save-file-name)
11648 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11649 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11650 * message.el (message-check-news-header-syntax):
11651 Follow convention for reading with the minibuffer.
11652
11653 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
11654
11655 * spam-report.el (spam-report-url-ping-plain):
11656 Use gnus-extended-version as User-Agent.
11657
11658 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11659 default value is nil.
11660
11661 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11662 (mm-uu-verbatim-marks-extract): New function.
11663 (mm-uu-extract): New face.
11664 (mm-uu-copy-to-buffer): Use it.
11665
11666 * spam-report.el (spam-report-gmane-ham): Renamed from
11667 `spam-report-gmane-unspam'.
11668 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11669 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
11670
11671 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11672 Autoload.
11673 (spam-report-gmane-unregister-routine): Renamed
11674 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11675
11676 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
11677
11678 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11679 (spam-report-gmane-unregister-routine): Add support for gmane
11680 unregistration.
11681
11682 * spam-report.el (spam-report-gmane-unspam)
11683 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11684 (spam-report-gmane): Change to take a single article and do unspam
11685 registration.
11686
11687 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
11688
11689 * mm-url.el (mm-url-decode-entities): Fix regexp.
11690
11691 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11692
11693 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11694 default to nil, to be able to use Gnus at all. If the default
11695 switches to something else, then the function should be fixed not
11696 be exceedingly slow.
11697
11698 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
11699
11700 * gnus-start.el (gnus-activate-group): If the server is nil, don't
11701 fail hard.
11702
11703 * spam-report.el: Add better Keywords line.
11704
11705 * spam.el: Add Maintainer and better Keywords line.
11706
11707 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
11708
11709 * gnus-art.el (gnus-article-replace-part)
11710 (gnus-mime-replace-part): New functions.
11711 (gnus-mime-action-alist, gnus-mime-button-commands)
11712 (gnus-mime-save-part-and-strip): Added file argument.
11713 (gnus-article-part-wrapper): Added interactive argument.
11714
11715 * gnus-sum.el (gnus-summary-mime-map): Add
11716 `gnus-article-replace-part'.
11717
11718 2005-09-19 Didier Verna <didier@xemacs.org>
11719
11720 The nnml compaction feature:
11721 * nnml.el (nnml-request-compact-group): New function.
11722 * nnml.el (nnml-request-compact): New function.
11723 * gnus-int.el (gnus-request-compact-group): New function.
11724 * gnus-int.el (gnus-request-compact): New function.
11725 * gnus-group.el (gnus-group-compact-group): New function.
11726 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11727 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11728 * gnus-srvr.el (gnus-server-compact-server): New function.
11729 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11730 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11731
11732 2005-09-18 Deepak Goel <deego@gnufans.org>
11733
11734 * sieve.el (sieve-help): Fix `message' call: first arg should be a
11735 format spec.
11736
11737 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
11738
11739 * gnus.el (gnus-group-startup-message): Bind image-load-path.
11740
11741 2005-09-15 Romain Francoise <romain@orebokech.com>
11742
11743 * message.el (message-fill-paragraph): Clarify docstring.
11744
11745 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
11746
11747 * gnus-art.el (gnus-mime-display-part): Protect against broken
11748 MIME messages.
11749
11750 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
11751
11752 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11753 before parsing header.
11754
11755 2005-09-11 Jari Aalto <jari.aalto@cante.net>
11756
11757 * html2text.el (html2text-replace-list): Add new entities.
11758
11759 2005-09-11 Romain Francoise <romain@orebokech.com>
11760
11761 * message.el (message-alternative-emails): Improve docstring.
11762 (message-setup-1): Call `message-use-alternative-email-as-from'
11763 after `message-setup-hook' to give it precedence over posting
11764 styles, etc.
11765 (message-use-alternative-email-as-from): Add docstring. Remove
11766 the original From header if present.
11767
11768 * nnml.el (nnml-compressed-files-size-threshold): New variable.
11769 (nnml-save-mail): Use it.
11770
11771 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11772 articles. Add new argument `silent'.
11773 (gnus-uu-mark-all): Report the total number of marked articles.
11774
11775 2005-09-10 Romain Francoise <romain@orebokech.com>
11776
11777 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11778 (gnus-uu-mark-series): Likewise.
11779
11780 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
11781
11782 * spam-report.el (spam-report-gmane): Fix generation of spam
11783 report URL.
11784
11785 2005-09-10 Simon Josefsson <jas@extundo.com>
11786
11787 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11788 t, based on discussion on the ding list with Robert Epprecht
11789 <epprecht@solnet.ch>.
11790
11791 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
11792
11793 * spam-report.el (spam-report-gmane): Make it work without
11794 X-Report-Spam header. Gmane now only provides Archived-At.
11795 This is only used if `spam-report-gmane-use-article-number' is nil.
11796 (spam-report-gmane-spam-header): Remove. Not used anymore.
11797
11798 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11799 make `gnus-summary-sort-by-recipient' work with threading.
11800
11801 * nnweb.el (nnweb-google-wash-article): Print a message if article
11802 is not available.
11803
11804 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11805
11806 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11807 change. Decode text/* parts content before displaying.
11808
11809 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
11810
11811 * mml-smime.el: Remove defvar of gnus-extract-address-components.
11812
11813 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
11814
11815 * mm-view.el (mm-display-inline-fontify): Disable support modes.
11816
11817 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
11818
11819 * message.el (message-tab-body-function): Fix mismatched custom type.
11820
11821 * gnus.el (gnus-group-change-level-function): Ditto.
11822
11823 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11824
11825 * gnus-art.el (gnus-signature-limit)
11826 (gnus-article-mime-part-function): Ditto.
11827
11828 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
11829
11830 * mml.el (mml-mode): Silence the byte compiler.
11831
11832 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11833 using `(sit-for 0)' before moving the point to the specified part;
11834 skip unbuttonized parts.
11835 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11836 return to the summary window if gnus-auto-select-part is non-nil.
11837
11838 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
11839
11840 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11841 variables.
11842 (mml-dnd-attach-file, mml-mode): Use them.
11843
11844 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11845 Make fetching article by MID work again for Google Groups. Added
11846 FIXME concerning gnus-group-make-web-group.
11847
11848 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11849 Don't depend on Gnus by using mail-extract-address-components if
11850 gnus-extract-address-components is not bound.
11851
11852 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11853
11854 * gnus-art.el (gnus-mime-display-security): Don't display the
11855 signature, but only the signed part.
11856
11857 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
11858
11859 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11860
11861 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11862 list, not listp.
11863
11864 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
11865
11866 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11867 when encoding.
11868
11869 * mm-bodies.el (mm-decode-content-transfer-encoding):
11870 De-canonicalize CRLF for all text content types, not just
11871 text/plain.
11872
11873 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11874
11875 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11876 valid article; point arrow and cursor at the MIME button.
11877
11878 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
11879
11880 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11881 Suggested by Dan Christensen <jdc@uwo.ca>.
11882
11883 * mm-decode.el (mm-save-part): Enable change of prompt.
11884
11885 2005-08-29 Jari Aalto <jari.aalto@cante.net>
11886
11887 * gnus-msg.el (gnus-inews-add-send-actions): Made
11888 `message-post-method' lambda parameter ARG `&optional'.
11889
11890 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
11891
11892 * gnus-sum.el (gnus-summary-mime-map): Added
11893 gnus-article-save-part-and-strip, gnus-article-delete-part and
11894 gnus-article-jump-to-part.
11895
11896 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11897 (gnus-article-edit-part): Use it.
11898 (gnus-article-part-wrapper): Added no-handle argument.
11899 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11900 functions.
11901
11902 2005-08-29 Romain Francoise <romain@orebokech.com>
11903
11904 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11905 docstring.
11906 (gnus-face-from-file): Likewise.
11907
11908 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
11909
11910 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11911 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11912 non-nil.
11913 (gnus-auto-select-part): New variable.
11914 (gnus-article-jump-to-part): New function.
11915 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11916 (gnus-mime-delete-part): Allow selecting specified part after
11917 deleting or stripping parts.
11918 (gnus-article-jump-to-part): Don't use `read-number'. Use last
11919 part if argument is bogus.
11920
11921 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11922
11923 * gnus-art.el (w3m-minor-mode-map):
11924 * gnus-spec.el (gnus-newsrc-file-version):
11925 * gnus-util.el (nnmail-active-file-coding-system)
11926 (gnus-original-article-buffer, gnus-user-agent):
11927 * gnus.el (gnus-ham-process-destinations)
11928 (gnus-parameter-ham-marks-alist)
11929 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11930 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11931 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11932 * mm-decode.el (gnus-current-window-configuration):
11933 * mm-extern.el (gnus-article-mime-handles):
11934 * mm-url.el (url-current-object, url-package-name)
11935 (url-package-version):
11936 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11937 (smime-keys, w3m-cid-retrieve-function-alist)
11938 (w3m-current-buffer, w3m-display-inline-images)
11939 (w3m-minor-mode-map):
11940 * mml-smime.el (gnus-extract-address-components):
11941 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11942 (gnus-newsrc-hashtb, message-default-charset)
11943 (message-deletable-headers, message-options)
11944 (message-posting-charset, message-required-mail-headers)
11945 (message-required-news-headers):
11946 * mml1991.el (mc-pgp-always-sign):
11947 * mml2015.el (mc-pgp-always-sign):
11948 * nnheader.el (nnmail-extra-headers):
11949 * rfc1843.el (gnus-decode-encoded-word-function)
11950 (gnus-decode-header-function, gnus-newsgroup-name):
11951 * spam-stat.el (gnus-original-article-buffer): Add defvars.
11952
11953 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
11954
11955 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11956 the end of the date treatments.
11957
11958 2005-08-15 Simon Josefsson <jas@extundo.com>
11959
11960 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11961 it in url-handlers.el and XEmacs in url.el. Reported by Luca
11962 Capello and Romain Francoise.
11963 (pgg-fetch-key-function): Removed, not used?
11964 (pgg-insert-url-with-w3): Require url, to get
11965 url-insert-file-contents regardless of where it is defined.
11966
11967 2005-08-13 Romain Francoise <romain@orebokech.com>
11968
11969 * message.el (message-cite-original-1): New function.
11970 (message-cite-original): Use it.
11971 (message-cite-original-without-signature): Ditto.
11972
11973 2005-08-08 Romain Francoise <romain@orebokech.com>
11974
11975 * message.el (message-yank-empty-prefix): New variable.
11976 (message-indent-citation): Use it.
11977 (message-cite-original-without-signature): Respect X-No-Archive.
11978
11979 2005-08-08 Simon Josefsson <jas@extundo.com>
11980
11981 * pgg.el: Autoload url-insert-file-contents instead of loading
11982 w3/url.
11983 (pgg-insert-url-with-w3): Don't load url here.
11984
11985 2005-08-07 Jesper Harder <harder@phys.au.dk>
11986
11987 * message.el (message-kill-to-signature): Don't insert newline at
11988 bol.
11989 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11990
11991 2005-08-06 Romain Francoise <romain@orebokech.com>
11992
11993 * message.el (message-user-fqdn): Fix typo in docstring.
11994
11995 2005-08-05 Daiki Ueno <ueno@unixuser.org>
11996
11997 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11998
11999 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12000
12001 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
12002
12003 * mm-bodies.el (mm-encode-body): Use coding system rather than
12004 charset to encode text.
12005
12006 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12007 number of charsets if utf-8 is available (XEmacs).
12008
12009 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
12010
12011 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12012 taken from `gnus-button-mid-or-mail-regexp'.
12013 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12014 (gnus-button-alist): Improve regexp for domain part of the MIDs
12015 for news:localpart@domain buttons.
12016 (gnus-button-ctan-directory-regexp): Update.
12017
12018 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
12019
12020 * sieve-manage.el (sieve-manage-interactive-login): Use
12021 make-local-variable rather than make-variable-buffer-local.
12022 (sieve-manage-open): Ditto.
12023 (sieve-manage-authenticate): Ditto.
12024
12025 * mml.el (mml-generate-mime-1): Make the content type default to
12026 text/plain if the filename is not specified.
12027
12028 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
12029
12030 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12031 instead of insert-buffer.
12032
12033 * message.el (message-yank-original): Ditto; set the mark at the
12034 end of the yanked message.
12035
12036 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
12037
12038 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12039 lines to scroll rather than to stop it.
12040
12041 * mml.el (mml-generate-default-type): Add doc string.
12042 (mml-generate-mime-1): Use mm-default-file-encoding or make it
12043 default to application/octet-stream when determining the content
12044 type if it is not specified for the part or the mml contents; add
12045 a comment about mml-generate-default-type.
12046
12047 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
12048
12049 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12050 make it default to application/octet-stream when determining the
12051 content type if it is not specified for the external contents.
12052
12053 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
12054
12055 * rfc2231.el (rfc2231-parse-string): Take care that not only a
12056 segmented parameter but also other parameters might be there.
12057
12058 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
12059
12060 * mm-decode.el (mm-display-external): Delete temp file, directory
12061 and buffer immediately if the external process is exited.
12062
12063 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
12064
12065 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12066 fewer lines than that of scroll-margin.
12067 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12068
12069 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
12070
12071 * gnus-art.el (gnus-article-next-page): Revert.
12072 (gnus-article-beginning-of-window): New macro.
12073 (gnus-article-next-page-1): Use it.
12074 (gnus-article-prev-page): Ditto.
12075 (gnus-article-edit-part): Use insert-buffer-substring instead of
12076 insert-buffer.
12077 (gnus-article-edit-exit): Ditto.
12078
12079 * gnus-util.el (gnus-beginning-of-window): Remove.
12080 (gnus-end-of-window): Remove.
12081
12082 2005-07-25 Simon Josefsson <jas@extundo.com>
12083
12084 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12085 to have the url package without w3. Reported by Daiki Ueno
12086 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12087
12088 2005-07-20 Didier Verna <didier@xemacs.org>
12089
12090 * gnus-diary.el: Remove the description comment (nndiary is now
12091 properly documented in the Gnus manual).
12092 Fix the spelling of "Back End".
12093 * nndiary.el: Ditto.
12094 Fix the copyright notice.
12095
12096 2005-07-18 Romain Francoise <romain@orebokech.com>
12097
12098 * gnus-sum.el (gnus-summary-to-prefix)
12099 (gnus-summary-newsgroup-prefix): New variables.
12100 (gnus-summary-from-or-to-or-newsgroups): Use them.
12101
12102 2005-07-17 Romain Francoise <romain@orebokech.com>
12103
12104 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12105 space as it's generally not especially interesting to the user.
12106
12107 2005-07-16 Romain Francoise <romain@orebokech.com>
12108
12109 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12110 nil to avoid prompting and file modification if one of the
12111 messages at the top of the nnfolder file contains a copyright
12112 notice.
12113 Update copyright notice.
12114
12115 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12116 instead of `current-time-string' as the latter creates a time
12117 string that is not RFC 2822 compliant (it lacks the zone).
12118 Update copyright notice.
12119
12120 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
12121
12122 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12123 for text/rtf. Display default in prompt. Pass default for M-n.
12124
12125 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12126
12127 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12128
12129 * gnus-msg.el (gnus-button-mailto): Remove
12130 save-selected-window-window hackery because it relies on
12131 save-selected-window internals.
12132
12133 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
12134
12135 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12136 (gnus-article-next-page-1): Use gnus-beginning-of-window.
12137 (gnus-article-prev-page): Ditto.
12138
12139 * gnus-util.el (gnus-beginning-of-window): New function.
12140 (gnus-end-of-window): New function.
12141
12142 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
12143
12144 * gnus-score.el (gnus-score-edit-all-score): Set
12145 gnus-score-edit-exit-function to gnus-score-edit-done and call
12146 gnus-message.
12147
12148 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12149
12150 * gnus-msg.el (gnus-button-mailto): Remove
12151 save-selected-window-window hackery because it relies on
12152 save-selected-window internals.
12153
12154 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
12155
12156 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12157 add-minor-mode.
12158 (gnus-binary-mode): Ditto.
12159
12160 * gnus-topic.el (gnus-topic-mode): Ditto.
12161
12162 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
12163
12164 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12165 (gnus-article-prev-page): Take scroll-margin into consideration.
12166
12167 2005-07-04 Lute Kamstra <lute@gnu.org>
12168
12169 Update FSF's address in GPL notices.
12170
12171 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
12172
12173 * gnus.el (gnus-exit):
12174 * gnus-group.el (gnus-group-icons):
12175 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12176
12177 * gnus-nocem.el (gnus-nocem):
12178 * message.el (message-various, message-buffers, message-sending)
12179 (message-interface, message-forwarding, message-insertion)
12180 (message-headers, message-news, message-mail):
12181 * pgg-gpg.el (pgg-gpg):
12182 * pgg-parse.el (pgg-parse):
12183 * pgg-pgp.el (pgg-pgp):
12184 * pgg-pgp5.el (pgg-pgp5):
12185 * pop3.el (pop3): Finish `defgroup' description with period.
12186
12187 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
12188
12189 * gnus-art.el (article-display-face): Improve the efficiency.
12190 (article-display-x-face): Ditto; remove grey x-face stuff.
12191
12192 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
12193
12194 * gnus-art.el (article-display-face): Correct the position in
12195 which Faces are inserted.
12196
12197 2005-06-29 Didier Verna <didier@xemacs.org>
12198
12199 * gnus-art.el (article-display-face): Display faces in correct
12200 order.
12201
12202 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
12203
12204 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12205 (gnus-fill-real-hashtb): Use hash table instead of obarray.
12206 (gnus-nocem-check-article): Fetch the Type header.
12207 (gnus-nocem-message-wanted-p): Fix the way to examine types.
12208 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12209 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12210 make sure gnus-nocem-hashtb is initialized.
12211 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12212 (gnus-nocem-unwanted-article-p): Ditto.
12213
12214 * pgg.el (pgg-verify): Return the verification result.
12215
12216 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12217
12218 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12219 is ascii.
12220
12221 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
12222
12223 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12224 `show-nonbreak-escape'.
12225
12226 2005-06-23 Lute Kamstra <lute@gnu.org>
12227
12228 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12229
12230 * dig.el (dig-mode):
12231 * smime.el (smime-mode): Use gnus-run-mode-hooks.
12232
12233 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
12234
12235 * nnimap.el (nnimap-split-download-body): Fix spellings.
12236
12237 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
12238
12239 * gnus-art.el (gnus-article-encrypt-body):
12240 * gnus-cus.el (gnus-score-customize):
12241 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12242 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12243
12244 2005-06-16 Arne Jørgensen <arne@arnested.dk>
12245
12246 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12247 header by looking for magic "MII" at the beginnig.
12248
12249 2005-06-16 Miles Bader <miles@gnu.org>
12250
12251 * assistant.el (assistant-field): Remove "-face" suffix from face name.
12252 (assistant-field-face): New backward-compatibility alias for renamed
12253 face.
12254 (assistant-render-text): Use renamed assistant-field face.
12255
12256 * spam.el (spam): Remove "-face" suffix from face name.
12257 (spam-face): New backward-compatibility alias for renamed face.
12258 (spam-face, spam-initialize): Use renamed spam face.
12259
12260 * message.el (message-header-to, message-header-cc)
12261 (message-header-subject, message-header-newsgroups)
12262 (message-header-other, message-header-name)
12263 (message-header-xheader, message-separator, message-cited-text)
12264 (message-mml): Remove "-face" suffix from face names.
12265 (message-header-to-face, message-header-cc-face)
12266 (message-header-subject-face, message-header-newsgroups-face)
12267 (message-header-other-face, message-header-name-face)
12268 (message-header-xheader-face, message-separator-face)
12269 (message-cited-text-face, message-mml-face):
12270 New backward-compatibility aliases for renamed faces.
12271 (message-font-lock-keywords): Use renamed message faces.
12272
12273 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12274 (sieve-test-commands, sieve-tagged-arguments):
12275 Remove "-face" suffix from face names.
12276 (sieve-control-commands-face, sieve-action-commands-face)
12277 (sieve-test-commands-face, sieve-tagged-arguments-face):
12278 New backward-compatibility aliases for renamed faces.
12279 (sieve-control-commands-face, sieve-action-commands-face)
12280 (sieve-test-commands-face, sieve-tagged-arguments-face):
12281 Use renamed sieve faces.
12282
12283 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12284 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12285 (gnus-group-news-3-empty, gnus-group-news-4)
12286 (gnus-group-news-4-empty, gnus-group-news-5)
12287 (gnus-group-news-5-empty, gnus-group-news-6)
12288 (gnus-group-news-6-empty, gnus-group-news-low)
12289 (gnus-group-news-low-empty, gnus-group-mail-1)
12290 (gnus-group-mail-1-empty, gnus-group-mail-2)
12291 (gnus-group-mail-2-empty, gnus-group-mail-3)
12292 (gnus-group-mail-3-empty, gnus-group-mail-low)
12293 (gnus-group-mail-low-empty, gnus-summary-selected)
12294 (gnus-summary-cancelled, gnus-summary-high-ticked)
12295 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12296 (gnus-summary-high-ancient, gnus-summary-low-ancient)
12297 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12298 (gnus-summary-low-undownloaded)
12299 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12300 (gnus-summary-low-unread, gnus-summary-normal-unread)
12301 (gnus-summary-high-read, gnus-summary-low-read)
12302 (gnus-summary-normal-read, gnus-splash):
12303 Remove "-face" suffix from face names.
12304 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12305 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12306 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12307 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12308 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12309 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12310 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12311 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12312 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12313 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12314 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12315 (gnus-summary-selected-face, gnus-summary-cancelled-face)
12316 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12317 (gnus-summary-normal-ticked-face)
12318 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12319 (gnus-summary-normal-ancient-face)
12320 (gnus-summary-high-undownloaded-face)
12321 (gnus-summary-low-undownloaded-face)
12322 (gnus-summary-normal-undownloaded-face)
12323 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12324 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12325 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12326 (gnus-splash-face):
12327 New backward-compatibility aliases for renamed faces.
12328 (gnus-group-startup-message): Use renamed gnus faces.
12329
12330 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12331 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12332 (gnus-server-agent): Remove "-face" suffix from face names.
12333 (gnus-server-agent-face, gnus-server-opened-face)
12334 (gnus-server-closed-face, gnus-server-denied-face)
12335 (gnus-server-offline-face):
12336 New backward-compatibility aliases for renamed faces.
12337 (gnus-server-agent-face, gnus-server-opened-face)
12338 (gnus-server-closed-face, gnus-server-denied-face)
12339 (gnus-server-offline-face): Use renamed gnus faces.
12340
12341 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12342 Remove "-face" suffix from face names.
12343 (gnus-picon-xbm-face, gnus-picon-face):
12344 New backward-compatibility aliases for renamed faces.
12345
12346 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12347 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12348 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12349 (gnus-cite-11): Remove "-face" suffix from face names.
12350 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12351 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12352 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12353 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12354 New backward-compatibility aliases for renamed faces.
12355 (gnus-cite-attribution-face, gnus-cite-face-list)
12356 (gnus-article-boring-faces): Use renamed gnus faces.
12357
12358 * gnus-art.el (gnus-signature, gnus-header-from)
12359 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12360 (gnus-header-content): Remove "-face" suffix from face names.
12361 (gnus-signature-face, gnus-header-from-face)
12362 (gnus-header-subject-face, gnus-header-newsgroups-face)
12363 (gnus-header-name-face, gnus-header-content-face):
12364 New backward-compatibility aliases for renamed faces.
12365 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12366
12367 * gnus-sum.el (gnus-summary-selected-face)
12368 (gnus-summary-highlight): Use renamed gnus faces.
12369 * gnus-group.el (gnus-group-highlight): Likewise.
12370
12371 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
12372
12373 * gnus-sieve.el (gnus-sieve-article-add-rule):
12374 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12375 * spam-stat.el (spam-stat-buffer-change-to-spam)
12376 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12377
12378 * message.el (message-is-yours-p):
12379 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12380
12381 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
12382
12383 * mm-view.el (mm-inline-text): Withdraw the last change.
12384
12385 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
12386
12387 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12388 executing enriched-decode.
12389
12390 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
12391
12392 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12393 charset of tar files.
12394
12395 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
12396
12397 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12398
12399 2005-06-04 Lute Kamstra <lute@gnu.org>
12400
12401 * nnfolder.el (nnfolder-read-folder): Make sure that undo
12402 information is never recorded.
12403
12404 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
12405
12406 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12407
12408 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
12409
12410 * pop3.el (pop3-apop): Run md5 in the binary mode.
12411
12412 * starttls.el (starttls-set-process-query-on-exit-flag):
12413 Use eval-and-compile.
12414
12415 2005-05-31 Simon Josefsson <jas@extundo.com>
12416
12417 * smime.el (smime-replace-in-string): Define.
12418 (smime-cert-by-ldap-1): Use it.
12419
12420 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
12421
12422 * gnus-art.el (article-display-x-face): Replace
12423 process-kill-without-query by gnus-set-process-query-on-exit-flag.
12424
12425 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12426 set-process-query-on-exit-flag or process-kill-without-query.
12427
12428 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12429 loop instead of replace-regexp.
12430
12431 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12432 instead of process-kill-without-query if it is available.
12433
12434 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12435 instead of find-file-hooks if it is available.
12436
12437 * mml1991.el: Bind pgg-default-user-id when compiling.
12438
12439 * mml2015.el: Bind pgg-default-user-id when compiling.
12440
12441 * nndraft.el (nndraft-request-associate-buffer):
12442 Use write-contents-functions instead of write-contents-hooks if it is
12443 available.
12444
12445 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12446 instead of find-file-hooks if it is available.
12447
12448 * nntp.el (nntp-open-connection): Replace
12449 process-kill-without-query by gnus-set-process-query-on-exit-flag.
12450 (nntp-open-ssl-stream): Ditto.
12451 (nntp-open-tls-stream): Ditto.
12452
12453 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12454 set-process-query-on-exit-flag or process-kill-without-query.
12455 (starttls-open-stream-gnutls): Use it instead of
12456 process-kill-without-query.
12457 (starttls-open-stream): Ditto.
12458
12459 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
12460
12461 * smime.el (smime-cert-by-ldap-1): Don't use
12462 replace-regexp-in-string.
12463
12464 2005-05-31 Arne Jørgensen <arne@arnested.dk>
12465
12466 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12467
12468 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12469 in PEM format. Adjust to the XEmacs compability.
12470
12471 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
12472
12473 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12474 by `string-to-number'.
12475 * gnus-agent.el (gnus-agent-regenerate-group)
12476 (gnus-agent-fetch-articles): Ditto.
12477 * gnus-art.el (gnus-button-fetch-group): Ditto.
12478 * gnus-cache.el (gnus-cache-generate-active)
12479 (gnus-cache-articles-in-group): Ditto.
12480 * gnus-group.el (gnus-group-set-current-level)
12481 (gnus-group-insert-group-line): Ditto.
12482 * gnus-score.el (gnus-score-set-expunge-below)
12483 (gnus-score-set-mark-below, gnus-summary-score-effect)
12484 (gnus-summary-score-entry): Ditto.
12485 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12486 (gnus-soup-pack): Ditto.
12487 * gnus-spec.el (gnus-xmas-format): Ditto.
12488 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12489 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12490 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12491 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12492 * nndb.el (nndb-get-remote-expire-response): Ditto.
12493 * nndiary.el (nndiary-parse-schedule-value)
12494 (nndiary-string-to-number, nndiary-request-replace-article)
12495 (nndiary-request-article): Ditto.
12496 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12497 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12498 * nneething.el (nneething-make-head): Ditto.
12499 * nnfolder.el (nnfolder-request-article)
12500 (nnfolder-retrieve-headers): Ditto.
12501 * nnheader.el (nnheader-file-to-number): Ditto.
12502 * nnkiboze.el (nnkiboze-request-article): Ditto.
12503 * nnmail.el (nnmail-process-unix-mail-format)
12504 (nnmail-process-babyl-mail-format): Ditto.
12505 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12506 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12507 (nnmh-request-create-group, nnmh-request-list-1)
12508 (nnmh-request-group, nnmh-request-article): Ditto.
12509 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12510 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12511 * nnsoup.el (nnsoup-make-active): Ditto.
12512 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12513 * nntp.el (nntp-find-group-and-number)
12514 (nntp-retrieve-headers-with-xover): Ditto.
12515 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12516 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12517 (pgg-format-key-identifier): Ditto.
12518 * pop3.el (pop3-last, pop3-stat): Ditto.
12519 * qp.el (quoted-printable-decode-region): Ditto.
12520
12521 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12522 of concat.
12523
12524 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
12525
12526 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12527
12528 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12529
12530 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12531
12532 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12533
12534 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12535
12536 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12537
12538 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12539 (gnus-carpal-mode): Ditto.
12540
12541 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12542 (gnus-browse-mode): Ditto.
12543
12544 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12545
12546 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12547
12548 2005-05-29 Richard M. Stallman <rms@gnu.org>
12549
12550 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12551
12552 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
12553
12554 * gnus-util.el (gnus-run-mode-hooks): New function.
12555
12556 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12557
12558 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
12559
12560 * gnus-agent.el (gnus-agent-make-mode-line-string):
12561 Use mode-line-highlight as mouse-face.
12562
12563 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
12564
12565 * canlock.el (canlock): Change the parent group to news.
12566
12567 * deuglify.el (gnus-outlook-deuglify): Add :group.
12568
12569 * dig.el (dig): Add :group.
12570
12571 * dns-mode.el (dns-mode): Add :group.
12572
12573 * encrypt.el (encrypt): Add :group.
12574
12575 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12576 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12577 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12578 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12579 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12580
12581 * gnus-diary.el (gnus-diary): Add :group.
12582
12583 * gnus.el (gnus-group-news-1-face): Add :group.
12584 (gnus-group-news-1-empty-face): Ditto.
12585 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12586 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12587 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12588 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12589 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12590 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12591 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12592 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12593 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12594 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12595 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12596 (gnus-summary-high-ticked-face): Ditto.
12597 (gnus-summary-low-ticked-face): Ditto.
12598 (gnus-summary-normal-ticked-face): Ditto.
12599 (gnus-summary-high-ancient-face): Ditto.
12600 (gnus-summary-low-ancient-face): Ditto.
12601 (gnus-summary-normal-ancient-face): Ditto.
12602 (gnus-summary-high-undownloaded-face): Ditto.
12603 (gnus-summary-low-undownloaded-face): Ditto.
12604 (gnus-summary-normal-undownloaded-face): Ditto.
12605 (gnus-summary-high-unread-face): Ditto.
12606 (gnus-summary-low-unread-face): Ditto.
12607 (gnus-summary-normal-unread-face): Ditto.
12608 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12609 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12610
12611 * hashcash.el (hashcash): New custom group.
12612 (hashcash-default-payment): Add :group.
12613 (hashcash-payment-alist): Ditto.
12614 (hashcash-default-accept-payment): Ditto.
12615 (hashcash-accept-resources): Ditto.
12616 (hashcash-path): Ditto.
12617 (hashcash-extra-generate-parameters): Ditto.
12618 (hashcash-double-spend-database): Ditto.
12619 (hashcash-in-news): Ditto.
12620
12621 * message.el (message-minibuffer-local-map): Add :group.
12622
12623 * netrc.el (netrc): Add :group.
12624
12625 * sieve-manage.el (sieve-manage-log): Add :group.
12626 (sieve-manage-default-user): Diito.
12627 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12628 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12629 (sieve-manage-authenticators): Ditto.
12630 (sieve-manage-authenticator-alist): Ditto.
12631 (sieve-manage-default-port): Ditto.
12632
12633 * sieve-mode.el (sieve-control-commands-face): Add :group.
12634 (sieve-action-commands-face): Ditto.
12635 (sieve-test-commands-face): Ditto.
12636 (sieve-tagged-arguments-face): Ditto.
12637
12638 * smime.el (smime): Add :group.
12639
12640 * spam-report.el (spam-report): Add :group.
12641
12642 * spam.el (spam, spam-face): Add :group.
12643
12644 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12645
12646 * nntp.el (nntp-next-result-arrived-p): Some news servers may
12647 return \n.\n.\n at the end of articles. Protect against that.
12648 (nntp-with-open-group): Allow debugging.
12649
12650 * nnheader.el (mail-header-set-extra): Make into a function
12651 because I just could't understand how to quote the list properly.
12652
12653 * dns.el (query-dns-cached): New function.
12654
12655 2005-05-26 Lute Kamstra <lute@gnu.org>
12656
12657 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12658
12659 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
12660
12661 * gnus-art.el: Don't autoload mail-extract-address-components.
12662
12663 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12664 eval-and-compile to evaluate it.
12665
12666 * hashcash.el: Don't autoload executable-find.
12667
12668 * nndb.el: Don't declare the nndb back end two or more times; don't
12669 autoload news-reply-mode, news-setup, cancel-timer and telnet.
12670
12671 * nntp.el: Autoload format-spec instead of format; use
12672 eval-and-compile to evaluate autoload forms.
12673
12674 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
12675
12676 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12677
12678 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12679
12680 * gnus.el (gnus-version-number): Bump version.
12681
12682 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12683
12684 * gnus.el: No Gnus v0.3 is released.
12685
12686 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
12687
12688 * gnus-art.el (gnus-article-edit-part): Disable undo.
12689
12690 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
12691
12692 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12693 gnus-article-date-lapsed-new-header is t if date timer is active;
12694 skip headers in which the original date value is empty.
12695 (gnus-article-save-original-date): Redefine it as a macro.
12696 (gnus-display-mime): Use it.
12697
12698 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
12699
12700 * gnus-art.el (article-date-ut): Support converting date in
12701 forwarded parts as well.
12702 (gnus-article-save-original-date): New function.
12703 (gnus-display-mime): Use it.
12704
12705 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
12706
12707 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12708 enclosure element of <item>.
12709
12710 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
12711
12712 * message.el (message-kill-buffer-query): Renamed from
12713 `message-kill-buffer-query-if-modified'. Added :version.
12714
12715 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
12716
12717 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12718 window layout.
12719
12720 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
12721
12722 * mml.el: Autoload dnd when compiling.
12723
12724 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12725
12726 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12727 x-dnd-*.
12728
12729 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
12730
12731 * qp.el (quoted-printable-encode-region): Save excursion.
12732
12733 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
12734
12735 * message.el (message-kill-buffer-query-if-modified): Add new variable
12736 so the user can kill a modified message buffer quickly.
12737 (message-kill-buffer): Use it.
12738
12739 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
12740
12741 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
12742 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12743
12744 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
12745
12746 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12747 contained in text because xml.el decodes entities) with LFs.
12748
12749 2005-04-11 Lute Kamstra <lute@gnu.org>
12750
12751 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12752 differently.
12753
12754 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12755
12756 * mm-util.el (mm-detect-coding-region): Typo.
12757
12758 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
12759
12760 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12761
12762 2005-04-06 Deepak Goel <deego@gnufans.org>
12763
12764 * spam-stat.el (spam-stat-score-buffer): Add a call to a
12765 user-function allow user modifications of the scores.
12766 (spam-stat-score-buffer-user): New function, to allow
12767 user-computed modifications to the score.
12768 (spam-stat-score-buffer-user-functions): List of additional
12769 scoring functions.
12770 (spam-stat-error-holder): Global temporary error holder.
12771 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12772 variable.
12773
12774 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
12775
12776 * gnus-registry.el (gnus-registry-clean-empty-function)
12777 (gnus-registry-trim, gnus-registry-fetch-groups)
12778 (gnus-registry-delete-group): Groups that match
12779 `gnus-registry-ignored-groups' are removed from the registry
12780 entries, not just ignored for splitting. This helps clean up the
12781 registry. Also, `gnus-registry-fetch-groups' is a convenient way
12782 to get all the groups a message ID is in.
12783
12784 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12785 (spam-stat-split-fancy): Change "threshhold" to "threshold".
12786 (spam-stat-score-buffer-user-functions): Add :number custom type.
12787
12788 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
12789
12790 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12791 argument in XEmacs.
12792
12793 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12794 (nnrss-request-group): Decode group name first.
12795 (nnrss-request-article): Make a text/plain article if mml-to-mime
12796 failed.
12797 (nnrss-get-encoding): Return a compatible encoding according to
12798 nnrss-compatible-encoding-alist.
12799 (nnrss-find-el): Use consp instead of listp.
12800 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12801
12802 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
12803
12804 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12805 which Emacs 20 doesn't support.
12806 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12807
12808 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
12809
12810 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12811 silence the byte compiler inside the defun.
12812
12813 * gnus-demon.el (parse-time-string): Add autoload.
12814
12815 * gnus-delay.el (parse-time-string): Add autoload.
12816
12817 * gnus-art.el (parse-time-string): Add autoload.
12818
12819 * nnultimate.el (parse-time): Require for `parse-time-string'.
12820
12821 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
12822
12823 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12824
12825 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12826
12827 * smime.el (smime-ldap-host-list): Add :version.
12828
12829 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
12830
12831 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12832 pass it to `gnus-browse-read-group'.
12833 (gnus-browse-read-group): Add NUMBER argument and pass it to
12834 `gnus-group-read-ephemeral-group'.
12835
12836 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12837 argument and pass it to `gnus-group-read-group'.
12838
12839 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
12840
12841 * mm-util.el (mm-xemacs-find-mime-charset): Only call
12842 mm-xemacs-find-mime-charset-1 if we have the mule feature
12843 available at runtime.
12844
12845 2005-03-25 Werner Lemberg <wl@gnu.org>
12846
12847 * nnmaildir.el: Replace `illegal' with `invalid'.
12848
12849 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12850
12851 * gnus-start.el (gnus-display-time-event-handler):
12852 Check display-time-timer at runtime rather than only at load time
12853 in case display-time-mode is turned off in the mean time.
12854
12855 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
12856
12857 * nnimap.el (nnimap-open-connection): Print which authinfo file is
12858 used.
12859
12860 * nneething.el (nneething-map-file-directory): Derive from
12861 `gnus-directory'.
12862
12863 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12864 the To/Cc button.
12865
12866 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
12867
12868 * nnmaildir.el (nnmaildir-request-accept-article):
12869 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12870
12871 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
12872
12873 * gnus-async.el: Require timer-funcs at compile time when in
12874 XEmacs for `run-with-idle-timer'.
12875
12876 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
12877
12878 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12879 autoloaded function.
12880
12881 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12882
12883 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12884
12885 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
12886
12887 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12888
12889 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
12890
12891 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12892 gnus-expert-user to default.
12893
12894 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
12895
12896 * nnimap.el (nnimap-open-server): Ditto.
12897
12898 * imap.el (imap-authenticate): Fix typo.
12899
12900 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
12901
12902 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12903 buffer (since IMAP server might return FETCH response out of
12904 order, and the nntp buffer must be sorted).
12905
12906 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
12907
12908 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12909 comparison on string.
12910
12911 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12912 (gnus-agent-score): Renamed category keywords to match gnus-cus.
12913 (gnus-agent-summary-fetch-series): Modified to protect against
12914 gnus-agent-summary-fetch-group clearing processable flags.
12915 (gnus-agent-synchronize-group-flags): Update live group buffer as
12916 synchronization may occur due to the user toggle the plugged
12917 status.
12918 (gnus-agent-fetch-group-1): Clear downloadable flag when article
12919 successfully downloaded.
12920 (gnus-agent-expire-group-1): Avoid using markers when the overview
12921 is in ascending order; greatly improves performance.
12922 (gnus-agent-regenerate-group): Use
12923 gnus-agent-synchronize-group-flags to reset read status in both
12924 gnus and server.
12925 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12926
12927 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
12928
12929 * message.el: Don't autoload former message-utils variables.
12930 (message-strip-subject-trailing-was): Change doc string.
12931
12932 * nnweb.el: Fixes for `gnus-group-make-web-group'.
12933 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
12934 (nnweb-google-search): Add "hl=en" here.
12935 (nnweb-google-parse-1, nnweb-google-create-mapping):
12936 Don't hardcode URL.
12937
12938 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
12939
12940 * message.el (message-get-reply-headers, message-followup):
12941 Mention related variables `message-use-followup-to' and
12942 `message-use-mail-followup-to', in the information buffer.
12943
12944 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12945 of broken groups(-beta).google.com.
12946
12947 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
12948
12949 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12950 parameter to invoked gnus-request-move-article; remove the
12951 redundant gnus-sum-hint-move-is-internal variable; apply the marks
12952 all at once instead of once per article.
12953 (gnus-summary-remove-process-mark): Accept a list of articles as
12954 well as a single article for processing.
12955
12956 * gnus-int.el (gnus-request-move-article): Add move-is-internal
12957 parameter.
12958
12959 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12960
12961 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12962
12963 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12964 parameter.
12965
12966 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12967 parameter.
12968
12969 * nnimap.el (nnimap-request-move-article): Add move-is-internal
12970 parameter and remove the gnus-sum-hint-move-is-internal variable.
12971
12972 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12973 parameter.
12974
12975 * nndraft.el (nndraft-request-move-article): Add move-is-internal
12976 parameter.
12977
12978 * nndiary.el (nndiary-request-move-article): Add move-is-internal
12979 parameter.
12980
12981 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12982
12983 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12984 parameter.
12985
12986 * nnagent.el (nnagent-request-move-article): Add move-is-internal
12987 parameter.
12988
12989 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
12990
12991 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12992 a more conservative way.
12993
12994 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
12995
12996 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12997 buffer, so it moves the window's cursor.
12998
12999 2005-02-26 Arne Jørgensen <arne@arnested.dk>
13000
13001 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13002 `mm-dissect-multipart' and receive the from field as an (optional)
13003 argument from `mm-dissect-multipart'.
13004 (mm-dissect-multipart): Receive the from field as an argument and
13005 pass it on when we call `mm-dissect-buffer' on MIME parts.
13006 Fixes verification/decryption of signed/encrypted MIME parts.
13007
13008 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
13009
13010 * gnus-sum.el (gnus-summary-move-article): Set
13011 gnus-sum-hint-move-is-internal for gnus-request-move-article and
13012 whatever it calls (right now, only nnimap-request-move article
13013 respects it).
13014
13015 * nnimap.el (nnimap-request-move-article): When
13016 gnus-sum-hint-move-is-internal is set, don't do the extra
13017 nnimap-request-article.
13018
13019 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
13020
13021 * nnheader.el (nnheader-find-file-noselect): Add doc string.
13022
13023 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13024 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13025
13026 * gnus-sum.el (gnus-summary-caesar-message):
13027 Apply `gnus-treat-article' after rotation.
13028
13029 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13030 doc string.
13031
13032 2005-02-22 Simon Josefsson <jas@extundo.com>
13033
13034 * encrypt.el (encrypt-password-cache-expiry): Remove (use
13035 `password-cache-expiry' instead). Reported by Arne Jørgensen
13036 <arne@arnested.dk>.
13037 (encrypt): Add password-cache and password-cache-expiry as group
13038 members.
13039
13040 2005-02-22 Arne Jørgensen <arne@arnested.dk>
13041
13042 * smime.el (smime-ldap-host-list): Doc fix.
13043 (smime-ask-passphrase): Use `password-read-and-add' to read (and
13044 cache) password.
13045 (smime-sign-region): Use it.
13046 (smime-decrypt-region): Use it.
13047 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13048 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13049 fails.
13050 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13051 certificate from DER to PEM format rather than calling openssl.
13052
13053 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13054
13055 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13056 for signing/encryption.
13057
13058 * mml.el (mml-parse-1): Use them.
13059
13060 2005-02-21 Arne Jørgensen <arne@arnested.dk>
13061
13062 * nnrss.el (nnrss-verbose): Removed.
13063 (nnrss-request-group): Use `nnheader-message' instead.
13064
13065 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
13066
13067 * nnrss.el (nnrss-verbose): New variable.
13068 (nnrss-request-group): Make it say nnrss is requesting a group.
13069
13070 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
13071
13072 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13073 Handle news URL with given port correctly.
13074
13075 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
13076
13077 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13078 containing special characters.
13079
13080 * gnus-sum.el (gnus-summary-edit-article): Ditto.
13081
13082 * mml.el (mime-to-mml): Ditto.
13083
13084 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13085 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13086 (rfc2047-decode-region): Quote decoded words containing special
13087 characters when rfc2047-quote-decoded-words-containing-tspecials
13088 is non-nil.
13089
13090 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
13091
13092 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13093
13094 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13095
13096 2005-02-15 Simon Josefsson <jas@extundo.com>
13097
13098 * nnimap.el (nnimap-debug): Doc fix.
13099
13100 * imap.el (imap-debug): Doc fix.
13101
13102 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
13103
13104 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13105
13106 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
13107
13108 * gnus.el (spam-contents): Improve docs for spam-contents
13109 parameter in its variable incarnation.
13110
13111 2005-02-14 Simon Josefsson <jas@extundo.com>
13112
13113 * smime-ldap.el: Use require instead of load-library for ldap.
13114 (smime-ldap-search): Indent.
13115 (smime-ldap-search-internal): Shorten line.
13116
13117 * smime.el (smime-cert-by-dns): Add doc-string.
13118 (smime-cert-by-ldap-1): Indent.
13119
13120 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13121 mml-smime-get-dns-ldap.
13122 (mml-smime-encrypt-query): Use new function. Default to ldap.
13123
13124 2005-02-14 Arne Jørgensen <arne@arnested.dk>
13125
13126 * smime.el: Require smime-ldap.
13127 (smime-ldap-host-list): New variable.
13128 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13129
13130 * mml-smime.el (mml-smime-encrypt-query): New function.
13131 (mml-smime-encrypt-query): Use it.
13132
13133 * smime-ldap.el: New file.
13134
13135 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
13136
13137 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13138
13139 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13140
13141 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13142 argument in doc string. Make query for type more clear.
13143
13144 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
13145
13146 * gnus.el (gnus-group-startup-message): Search for gnus images in
13147 etc/images/gnus.
13148 * mm-util.el (mm-image-load-path): Likewise.
13149 * smiley.el (smiley-data-directory): Search for smilies in
13150 etc/images/smilies.
13151
13152 2005-02-09 Kim F. Storm <storm@cua.dk>
13153
13154 Change Emacs release version from 21.4 to 22.1 throughout.
13155 Change Emacs development version from 21.3.50 to 22.0.50.
13156
13157 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
13158
13159 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13160
13161 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13162 non-Mule XEmacs as well.
13163 (mm-decompress-buffer): Signal an error intentionally if it does
13164 not decompress compressed data because auto-compression-mode is
13165 disabled.
13166
13167 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
13168
13169 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13170 an ID in the registry even if it has no groups.
13171
13172 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
13173
13174 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13175 merge it into mm-decompress-buffer.
13176 (gnus-mime-copy-part): Use the MIME part charset, the value which
13177 a user specified or gnus-newsgroup-charset for decoding, like
13178 gnus-mime-inline-part does; set buffer-file-coding-system to tell
13179 save-buffer what was used. Suggested by Kevin Ryde
13180 <user42@zip.com.au>.
13181 (gnus-mime-inline-part): Allow the name parameter as well as the
13182 filename parameter; force decompressing of compressed data; always
13183 display contents being not decoded as unibyte.
13184
13185 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13186 as well as the filename parameter.
13187
13188 * mm-util.el (mm-decompress-buffer): Merge
13189 gnus-mime-jka-compr-maybe-uncompress.
13190 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13191 of compressed data.
13192
13193 2005-02-08 Simon Josefsson <jas@extundo.com>
13194
13195 * imap.el (imap-log): Doc fix.
13196
13197 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
13198
13199 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13200 the coding cookies; decompress compressed parts.
13201
13202 * mml.el (mml-generate-mime-1): Add the charset parameter according
13203 to the value which a user specified manually or the coding cookie.
13204
13205 * mm-util.el (mm-string-to-multibyte): New function.
13206 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13207 (mm-coding-system-to-mime-charset): New function.
13208 (mm-decompress-buffer): New function.
13209 (mm-find-buffer-file-coding-system): New function.
13210
13211 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13212 (mm-display-inline-fontify): Rewrite for decoding and decompressing
13213 parts.
13214
13215 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13216
13217 * mm-view.el (mm-display-inline-fontify): Decode a part according
13218 to the charset parameter.
13219
13220 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
13221
13222 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13223 prefix arg is neither nil nor a number, as info specifies.
13224
13225 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
13226
13227 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13228 timestamps.
13229
13230 2005-02-02 Jari Aalto <jari.aalto@cante.net>
13231
13232 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13233 groups error checking and notify user.
13234
13235 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
13236
13237 * message.el (message-send-mail-function): Check existence of
13238 sendmail-program first before using default value
13239 `message-send-mail-with-sendmail'. Otherwise use more generic
13240 `smtpmail-send-it'.
13241
13242 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
13243
13244 * nntp.el (nntp-request-update-info): Always return nil.
13245
13246 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
13247
13248 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13249
13250 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
13251
13252 * message.el (message-beginning-of-line): Change the behavior when
13253 invoked between BOL and : so that it first moves backward.
13254
13255 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
13256
13257 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13258 article buffer when editing of the article is discarded.
13259 (gnus-article-prepare): Revert.
13260
13261 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
13262
13263 * gnus-art.el (gnus-article-prepare):
13264 Remove message-strip-forbidden-properties from the local hook.
13265
13266 2005-01-27 Simon Josefsson <jas@extundo.com>
13267
13268 * password.el (password-cache-add): Only start one timer per key.
13269 Reported by Derek Atkins <warlord@MIT.EDU>.
13270
13271 2005-01-26 Steve Youngs <steve@sxemacs.org>
13272
13273 * run-at-time.el: Removed. It is no longer needed as
13274 timer-funcs.el in the xemacs-base package has a working version of
13275 `run-at-time'.
13276
13277 * password.el: Require timer-funcs instead of run-at-time in
13278 XEmacs.
13279 Remove `password-run-at-time' macro.
13280 (password-cache-add): Use `run-at-time' instead of
13281 `password-run-at-time'.
13282
13283 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13284 for `run-with-idle-timer'.
13285
13286 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13287 for `run-at-time'.
13288
13289 * mm-url.el: Require timer-funcs at compile time when in XEmacs
13290 for `with-timeout'.
13291
13292 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
13293
13294 * mml.el (mml-generate-mime-1): Convert string into unibyte when
13295 inserting " *mml*" buffer's contents into a unibyte temp buffer.
13296
13297 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
13298
13299 * mail-source.el (mail-source-fetch-imap): Search for ^From case
13300 sensitively.
13301
13302 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
13303
13304 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13305
13306 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
13307
13308 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13309 which will be inserted according to the multibyteness of a buffer
13310 rather than the type of contents. Suggested by ARISAWA Akihiro
13311 <ari@mbf.ocn.ne.jp>.
13312
13313 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13314 of string which old xml.el may return rather than a string.
13315
13316 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
13317
13318 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13319
13320 2005-01-16 Simon Josefsson <jas@extundo.com>
13321
13322 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13323 idn/idna.el isn't available.
13324 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
13325 <michael@waxrat.com>.
13326
13327 * hashcash.el: Remove non-FSF copyright header.
13328
13329 * hashcash.el (hashcash-extra-generate-parameters): New variable.
13330 (hashcash-generate-payment): Use it.
13331 (hashcash-generate-payment-async): Use it.
13332
13333 2005-01-15 Simon Josefsson <jas@extundo.com>
13334
13335 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13336 Suggested by Raymond Scholz <ray-2005@zonix.de>.
13337
13338 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13339 gnus-summary-idna-message.
13340 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13341 (gnus-summary-idna-message): New function.
13342
13343 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
13344
13345 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13346 gnus-novice-user.
13347
13348 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
13349
13350 * nnrss.el (nnrss-request-delete-group): Delete entries in
13351 nnrss-group-alist as well.
13352 (nnrss-save-server-data): Insert newline.
13353
13354 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
13355
13356 * gnus.el (gnus-user-agent): Use list of symbols instead of
13357 symbols. Display full version number for (S)XEmacs. Optionally
13358 display (S)XEmacs codename.
13359
13360 * gnus-util.el (gnus-emacs-version): Update for new
13361 `gnus-user-agent'.
13362
13363 * gnus-msg.el (gnus-extended-version): Make it possible to omit
13364 Gnus version.
13365
13366 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
13367
13368 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
13369 which is unreadable in some setups.
13370
13371 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
13372
13373 * gnus-spec.el (gnus-update-format-specifications): Flush the
13374 group format spec cache if it doesn't support decoded group names.
13375
13376 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
13377
13378 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13379 Allow to apply decay on score files matching a regexp.
13380
13381 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
13382
13383 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13384 compatibility in %g and %c.
13385
13386 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
13387
13388 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13389 name for only %g and %c.
13390 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13391 of gnus-tmp-group to decoded group name.
13392 (gnus-group-make-rss-group): Exclude `/'s from group names.
13393
13394 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
13395
13396 * nnrss.el (nnrss-get-encoding): Fix regexp.
13397
13398 2004-12-27 Simon Josefsson <jas@extundo.com>
13399
13400 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13401 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13402 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
13403
13404 2004-12-17 Kim F. Storm <storm@cua.dk>
13405
13406 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13407
13408 * gnus-sum.el (gnus-summary-mode-map): Likewise.
13409
13410 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
13411
13412 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13413
13414 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
13415
13416 * nnrss.el: Require rfc2047 and mml.
13417 (nnrss-file-coding-system): New variable.
13418 (nnrss-format-string): Redefine it as an inline function.
13419 (nnrss-decode-group-name): New function.
13420 (nnrss-string-as-multibyte): Remove.
13421 (nnrss-retrieve-headers): Decode group name; don't use
13422 nnrss-format-string.
13423 (nnrss-request-group): Decode group name.
13424 (nnrss-request-article): Decode group name; allow a Message-ID as
13425 well as an article number; don't use nnrss-format-string; encode a
13426 Message-ID string which may contain non-ASCII characters; use
13427 mml-to-mime to compose a MIME article.
13428 (nnrss-request-expire-articles): Decode group name.
13429 (nnrss-request-delete-group): Decode group name.
13430 (nnrss-fetch): Clarify error message.
13431 (nnrss-read-server-data): Use insert-file-contents instead of load;
13432 bind file-name-coding-system; use multibyte buffer.
13433 (nnrss-save-server-data): Bind coding-system-for-write to the
13434 value of nnrss-file-coding-system; bind file-name-coding-system;
13435 add coding cookie.
13436 (nnrss-read-group-data): Use insert-file-contents instead of load;
13437 bind file-name-coding-system; use multibyte buffer.
13438 (nnrss-save-group-data): Bind coding-system-for-write to the
13439 value of nnrss-file-coding-system; bind file-name-coding-system.
13440 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13441 make it work with non-ASCII text.
13442 (nnrss-find-el): Make it work with old xml.el as well.
13443
13444 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
13445
13446 * nnrss.el (nnrss-get-encoding): New function.
13447 (nnrss-fetch): Use unibyte buffer initially; bind
13448 coding-system-for-read while performing mm-url-insert; remove ^Ms;
13449 decode contents according to the encoding attribute.
13450 (nnrss-save-group-data): Add coding cookie.
13451 (nnrss-mime-encode-string): New function.
13452 (nnrss-check-group): Use it to encode subject and author.
13453
13454 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
13455
13456 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13457 imaginary variable.
13458
13459 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
13460
13461 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13462 correctly even if there are wide characters.
13463
13464 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
13465
13466 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13467 downcased symbol names; make a new cache instead of reusing
13468 bbdb-hashtable.
13469
13470 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
13471
13472 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13473 concatenating segments rather than before concatenating them.
13474 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13475
13476 * message.el (message-get-reply-headers): Bind `extra'.
13477
13478 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13479
13480 * message.el (message-extra-wide-headers): New variable.
13481 (message-get-reply-headers): Use it.
13482
13483 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
13484
13485 * gnus-agent.el (gnus-agent-group-path): Decode group name.
13486 (gnus-agent-group-pathname): Ditto.
13487
13488 * gnus-cache.el (gnus-cache-file-name): Decode group name.
13489
13490 * gnus-group.el (gnus-group-make-group): Decode group name.
13491 (gnus-group-make-rss-group): Register the group data after opening
13492 the nnrss group.
13493
13494 2004-12-17 Paul Jarc <prj@po.cwru.edu>
13495
13496 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13497 by expiry now get marked as read.
13498
13499 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
13500
13501 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13502
13503 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
13504
13505 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13506 unify Latin characters in XEmacs.
13507 (mm-find-mime-charset-region): Use it.
13508
13509 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
13510
13511 * gnus-util.el (gnus-delete-directory): New function.
13512
13513 * gnus-agent.el (gnus-agent-delete-group): Use it.
13514
13515 * gnus-cache.el (gnus-cache-delete-group): Use it.
13516
13517 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
13518
13519 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13520 names.
13521
13522 2004-12-16 Simon Josefsson <jas@extundo.com>
13523
13524 * hashcash.el (hashcash-payment-alist): Fix custom :type.
13525
13526 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
13527
13528 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13529
13530 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13531 (gnus-group-set-current-level): Decode group name.
13532
13533 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
13534
13535 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13536 failed.
13537
13538 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
13539
13540 * gnus-group.el (gnus-group-delete-group): Decode group name.
13541 (gnus-group-make-rss-group): Encode group name.
13542 (gnus-group-catchup-current): Decode group name.
13543 (gnus-group-kill-group): Decode group name.
13544
13545 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
13546
13547 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13548
13549 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
13550
13551 * gnus-group.el (gnus-group-make-rss-group):
13552 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13553
13554 * gnus-start.el (gnus-setup-news): Honor user's setting to
13555 gnus-message-archive-method. Suggested by Lute Kamstra
13556 <lute@gnu.org>.
13557
13558 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
13559
13560 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13561 global counterparts of the buffer-local variables.
13562
13563 2004-11-16 Romain Francoise <romain@orebokech.com>
13564
13565 * gnus-sum.el (gnus-summary-exit): Don't clear the global
13566 counterparts of the buffer-local variables.
13567
13568 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
13569
13570 * message.el (message-forbidden-properties): Fixed typo in doc
13571 string.
13572
13573 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
13574
13575 * gnus-util.el (gnus-replace-in-string): Added doc string.
13576
13577 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13578 to avoid problems when splitting mails with many recipients.
13579
13580 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13581
13582 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13583 pop-to-buffer, covered by the subsequent gnus-configure-windows.
13584
13585 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
13586
13587 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13588 if there is no hashtable in memory or file modification time is
13589 newer than cached timestamp.
13590
13591 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
13592
13593 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13594 not-matching option.
13595
13596 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
13597
13598 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13599 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13600 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13601 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13602 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
13603 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13604
13605 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
13606
13607 * message.el (message-forward-make-body-mml): Remove headers
13608 according to message-forward-ignored-headers if a message is decoded.
13609
13610 2004-12-02 Romain Francoise <romain@orebokech.com>
13611
13612 * message.el (message-forward-make-body-plain): Always remove
13613 headers according to message-forward-ignored-headers.
13614
13615 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
13616
13617 * spam.el (spam-summary-prepare-exit): Remove the
13618 gnus-summary-limit pop for now, it has problems with ham marks for
13619 me.
13620
13621 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
13622
13623 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13624 correctly.
13625
13626 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
13627
13628 * format-spec.el (format-spec): Message the char.
13629
13630 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
13631
13632 * gnus-art.el (gnus-split-methods): Reformat comments.
13633
13634 * spam.el (spam-summary-prepare-exit): Remove article limits
13635 before exiting the summary buffer.
13636
13637 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
13638
13639 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13640 order to silence the byte compiler.
13641
13642 * spam.el: Fix the way to silence the byte compiler, which
13643 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13644 bbdb-search-simple, spam-BBDB-register-routine,
13645 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13646 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13647 spam-stat-buffer-is-spam, spam-stat-load,
13648 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13649 spam-stat-save and spam-stat-split-fancy.
13650
13651 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
13652
13653 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13654 which may confuse users.
13655 (canlock-password-for-verify): Ditto.
13656
13657 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13658
13659 * gnus-art.el (gnus-emphasis-alist): Ditto.
13660
13661 * gnus-registry.el (gnus-registry-max-entries): Ditto.
13662
13663 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13664
13665 * gnus-start.el (gnus-save-killed-list): Ditto.
13666
13667 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13668 (gnus-sum-thread-tree-root): Ditto.
13669 (gnus-sum-thread-tree-false-root): Ditto.
13670 (gnus-sum-thread-tree-single-indent): Ditto.
13671
13672 * message.el (message-courtesy-message): Ditto.
13673 (message-archive-note): Ditto.
13674 (message-subscribed-address-file): Ditto.
13675 (message-user-fqdn): Ditto.
13676
13677 * spam-report.el (spam-report-gmane-regex): Ditto.
13678
13679 * spam.el (spam-blackhole-good-server-regex): Ditto.
13680
13681 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
13682
13683 * mml.el (mml-preview): Widen the message buffer before copying
13684 the contents to the preview buffer; sort headers before previewing.
13685
13686 * message.el (message-hidden-headers): Fix the way to avoid a bug
13687 in the `repeat' widget in Emacs 21.3 or earlier.
13688
13689 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
13690
13691 * message.el (message-hidden-headers): Default to "^References:".
13692 Improve customization type. Suggested by Reiner Steib
13693 <Reiner.Steib@gmx.de>.
13694
13695 2004-11-25 Romain Francoise <romain@orebokech.com>
13696
13697 * message.el (message-strip-forbidden-properties): Remove check for
13698 obsolete `message-hidden' text property, hidden headers are not
13699 accessible in the buffer anymore.
13700
13701 2004-11-22 Romain Francoise <romain@orebokech.com>
13702
13703 * message.el (message-header-format-alist): Add `From' in list
13704 so that it can be sorted.
13705 (message-fix-before-sending): Widen and sort headers before
13706 sending.
13707 (message-hide-headers): Use narrowing to hide headers by moving
13708 them to the top of the buffer and narrowing to the region
13709 underneath.
13710
13711 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13712
13713 * message.el (message-strip-forbidden-properties): Bind
13714 buffer-read-only (etc) to nil.
13715
13716 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
13717
13718 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13719 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13720
13721 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
13722
13723 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13724
13725 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13726
13727 * dns.el (query-dns): Use sit-for to time instead of
13728 accept-process-output, since that doesn't seem to work on udp
13729 sockets.
13730
13731 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
13732
13733 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13734
13735 2004-11-15 Jesper Harder <harder@ifa.au.dk>
13736
13737 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13738 doc string. Improve doc string.
13739
13740 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
13741
13742 * nntp.el (nntp-request-update-info): Return nil if
13743 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13744 may not call gnus-activate-group which uselessly issues the GROUP
13745 commands for all nntp groups and wastes time. Reported by Romain
13746 Francoise <romain@orebokech.com>.
13747
13748 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13749
13750 2004-11-15 Simon Josefsson <jas@extundo.com>
13751
13752 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13753 headers separately.
13754 (gnus-button-openpgp): New function, inspired by Jochen Küpper
13755 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13756
13757 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
13758
13759 * gnus-start.el (gnus-convert-old-newsrc):
13760 Assign legacy-gnus-agent to 5.10.7.
13761
13762 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13763
13764 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13765 start of the lines.
13766
13767 2004-11-14 Magnus Henoch <mange@freemail.hu>
13768
13769 * hashcash.el (hashcash-default-payment): Change default to 20.
13770 (hashcash-default-accept-payment): Change default to 20.
13771 (hashcash-process-alist): New variable.
13772 (hashcash-generate-payment-async): Add.
13773 (hashcash-already-paid-p): Add.
13774 (hashcash-insert-payment): Don't generate payments twice.
13775 (hashcash-insert-payment-async): Add.
13776 (hashcash-insert-payment-async-2): Add.
13777 (hashcash-cancel-async): Add.
13778 (hashcash-wait-async): Add.
13779 (hashcash-processes-running-p): Add.
13780 (hashcash-wait-or-cancel): Add.
13781 (mail-add-payment): New optional argument. Conditionally start
13782 asynchronous calculation.
13783 (mail-add-payment-async): Add.
13784
13785 * message.el (message-send-mail): Wait for asynchronous hashcash
13786 results. Don't clobber existing X-Hashcash headers.
13787 (message-setup-1): Call mail-add-payment-async when
13788 message-generate-hashcash is non-nil.
13789
13790 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13791
13792 * message.el (message-use-alternative-email-as-from): Examine the
13793 From header as well; use message-make-from in order to include a
13794 user's full name.
13795
13796 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
13797
13798 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13799 default; improve customization type.
13800 (gnus-emphasis-custom-with-format): New macro.
13801 (gnus-emphasis-custom-value-to-external): New function.
13802 (gnus-emphasis-custom-value-to-internal): New function.
13803
13804 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
13805
13806 * dns.el (query-dns): Resolve reverse addresses.
13807
13808 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13809
13810 * gnus-group.el (gnus-group-get-new-news): Use it.
13811
13812 * gnus-start.el (gnus-check-reasonable-setup): New function.
13813
13814 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
13815
13816 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13817 "Args out of range" error. Reported by Arnaud Giersch
13818 <arnaud.giersch@free.fr>.
13819
13820 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
13821
13822 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13823
13824 2004-11-04 Richard M. Stallman <rms@gnu.org>
13825
13826 * spam.el (spam group): Add :version.
13827
13828 * pgg-def.el (pgg group): Add :version.
13829
13830 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
13831
13832 * gnus-art.el (gnus-article-edit-article): Don't associate the
13833 article buffer with a draft file. This is a temporary measure
13834 against the 2004-08-22 change to gnus-article-edit-mode.
13835
13836 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
13837
13838 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13839 (html2text-format-tags): Remove unused variable `attr'.
13840
13841 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
13842
13843 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13844
13845 * spam-stat.el (spam-stat): Add :version.
13846
13847 * sieve.el (sieve): Add :version.
13848
13849 * sha1.el (sha1): Add :version.
13850 (sha1-use-external): Remove redundant version.
13851
13852 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13853 (nnmail-cache-ignore-groups, nnmail-spool-hook)
13854 (nnmail-split-fancy-match-partial-words)
13855 (nnmail-split-lowercase-expanded): Add :version.
13856
13857 * nndiary.el (nndiary): Add :version.
13858
13859 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13860
13861 * mml-sec.el (mml-default-sign-method)
13862 (mml-default-encrypt-method, mml-signencrypt-style-alist):
13863 Add :version.
13864
13865 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13866
13867 * mm-url.el (mm-url-use-external, mm-url-program)
13868 (mm-url-arguments): Add :version.
13869
13870 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13871 (mm-attachment-file-modes, mm-decrypt-option)
13872 (mm-w3m-safe-url-regexp): Add :version.
13873
13874 * message.el (message-cite-prefix-regexp)
13875 (message-sendmail-envelope-from, message-minibuffer-local-map)
13876 (message-user-fqdn, message-completion-alist): Add :version.
13877
13878 * gnus-win.el (gnus-configure-windows-hook)
13879 (gnus-use-frames-on-any-display): Add :version.
13880
13881 * gnus-art.el (gnus-article-address-banner-alist)
13882 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13883 (gnus-treat-from-picon, gnus-treat-mail-picon)
13884 (gnus-treat-x-pgp-sig): Add :version.
13885
13886 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13887 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13888 (gnus-summary-article-delete-hook)
13889 (gnus-summary-display-while-building): Add :version.
13890
13891 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13892 (gnus-get-top-new-news-hook): Add :version.
13893
13894 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13895 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13896
13897 * gnus-registry.el (gnus-registry): Add :version.
13898
13899 * gnus-spec.el (gnus-use-correct-string-widths)
13900 (gnus-make-format-preserve-properties): Add :version.
13901
13902 * gnus.el (gnus-group-charter-alist)
13903 (gnus-group-fetch-control-use-browse-url)
13904 (gnus-install-group-spam-parameters): Add :version.
13905
13906 * gnus-diary.el (gnus-diary): Add :version.
13907
13908 * gnus-delay.el (gnus-delay): Add :version.
13909
13910 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13911 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13912 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13913 Add :version.
13914
13915 * gnus-agent.el (gnus-agent-max-fetch-size)
13916 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13917 (gnus-agent-prompt-send-queue): Add :version.
13918
13919 * deuglify.el (gnus-outlook-deuglify): Add :version.
13920
13921 * html2text.el: Beautify code. Improve doc strings. Some
13922 checkdoc cleanup.
13923 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13924
13925 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
13926
13927 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13928
13929 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
13930
13931 * gnus-registry.el (gnus-registry-hashtb): Create the registry
13932 when package is loaded.
13933
13934 * spam.el (spam-summary-score-preferred-header): Add global preference
13935 for people who want to override the default SpamAssassin over
13936 Bogofilter preference (when both are set).
13937 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13938 (spam-user-format-function-S): Check
13939 spam-summary-score-preferred-header.
13940 (spam-extra-header-to-number): Add X-Bogosity header parsing.
13941 (spam-user-format-function-S): Format the score correctly.
13942
13943 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
13944
13945 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13946 signature file. Suggested by Manoj Srivastava
13947 <srivasta@golden-gryphon.com>.
13948
13949 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13950 iso-2022-jp even in the Japanese language environment.
13951 Suggested by Jason Rumney <jasonr@gnu.org>.
13952
13953 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
13954
13955 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13956 use the same characters as the dummy marks; make it free from
13957 getting affected by the language environment.
13958 (gnus-summary-read-group-1): Update mark positions only when the
13959 format spec is updated.
13960
13961 * gnus-spec.el (gnus-update-format-specifications): Return a list
13962 of updated types.
13963
13964 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
13965
13966 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13967 of boundp to check if display-warning is available.
13968
13969 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
13970
13971 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13972
13973 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
13974
13975 * nnspool.el (nnspool-spool-directory): Use news-path if the
13976 news-directory variable is not bound.
13977
13978 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13979 function instead of display-warning if it is not available.
13980
13981 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
13982
13983 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13984 v5-10: Use `point-at-bol'.
13985
13986 2004-10-26 Simon Josefsson <jas@extundo.com>
13987
13988 * hashcash.el: Fix URL in comment, reported by Cheng Gao
13989 <chenggao@gmail.com>.
13990
13991 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
13992
13993 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
13994 instead.
13995
13996 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
13997
13998 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13999 to remove a server from the nnimap-server-buffer-alist.
14000 (nnimap-open-connection, nnimap-close-server): Use it.
14001
14002 * gnus-encrypt.el: Remove file in favor of encrypt.el.
14003
14004 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
14005
14006 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14007 running the major-mode function.
14008
14009 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
14010
14011 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14012 dummy marks in the right way.
14013
14014 2004-10-18 David Edmondson <dme@dme.org>
14015
14016 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14017 excessively.
14018
14019 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
14020
14021 * gnus-util.el (gnus-split-references): Accept a nil references
14022 string and go on blissfully.
14023
14024 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14025 cases where the references string is non-nil but has no references.
14026
14027 * encrypt.el: Add autoload tags.
14028
14029 * spam.el (spam-resolve-registrations-routine): Remove article
14030 from unregistration list too. Reported by David Hanak
14031 <dhanak@isis.vanderbilt.edu>
14032
14033 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
14034
14035 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14036 nil. Changed custom type.
14037
14038 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
14039
14040 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14041
14042 * gnus-sum.el (gnus-summary-move-article): Use it.
14043
14044 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
14045
14046 * encrypt.el: Add autoload cookies.
14047
14048 * spam.el (spam-backend-article-list-property)
14049 (spam-backend-get-article-todo-list)
14050 (spam-backend-put-article-todo-list)
14051 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14052 Resolve registrations separately.
14053 (spam-register-routine): Format comments.
14054 (spam-unregister-routine, spam-register-routine): Always call with
14055 specific-articles, no default list.
14056 (spam-summary-prepare-exit): Use the spam-classifications function.
14057
14058 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14059 gnus-encrypt.el.
14060
14061 * encrypt.el: Copied from gnus-encrypt.el.
14062
14063 * gnus-encrypt.el: Commented that it's obsolete.
14064
14065 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
14066
14067 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14068 (gnus-score-save): Use it.
14069
14070 * message.el (message-bury): Use `window-dedicated-p'.
14071
14072 2004-10-15 Simon Josefsson <jas@extundo.com>
14073
14074 * pop3.el (top-level): Don't require nnheader.
14075 (pop3-read-timeout): Add.
14076 (pop3-accept-process-output): Add.
14077 (pop3-read-response, pop3-retr): Use it.
14078
14079 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
14080
14081 * spam.el (spam-register-routine): Move comment.
14082 (spam-verify-bogofilter): Use 'unknown for the initial
14083 spam-bogofilter-valid state, not 'never.
14084
14085 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14086 for netrc-machine.
14087
14088 * nnimap.el (nnimap-open-connection): Use
14089 netrc-machine-user-or-password.
14090
14091 2004-10-17 Richard M. Stallman <rms@gnu.org>
14092
14093 * gnus-registry.el (gnus-registry-unload-hook):
14094 Set as a variable with add-hook.
14095
14096 * nnspool.el (nnspool-spool-directory): Use news-directory instead
14097 of news-path.
14098
14099 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14100
14101 * spam.el: Delete duplicate `provide'.
14102 (spam-unload-hook): Set as a variable with add-hook.
14103
14104 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
14105
14106 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14107 in the doc string.
14108
14109 * message.el (message-ignored-news-headers)
14110 (message-ignored-supersedes-headers)
14111 (message-ignored-resent-headers)
14112 (message-forward-ignored-headers): Improve custom type.
14113
14114 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
14115
14116 * message.el (message-tokenize-header): Fix 2004-09-06 change
14117 which used point-min in the wrong place.
14118
14119 2004-10-12 Simon Josefsson <jas@extundo.com>
14120
14121 * tls.el (tls-certtool-program): New variable.
14122 (tls-certificate-information): New function, based on
14123 ssl-certificate-information.
14124
14125 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
14126
14127 * compface.el: Move the version of ELisp-based uncompface program
14128 to the contrib directory because of the copyright problem.
14129
14130 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
14131
14132 * message.el (message-kill-buffer): Raise the current frame.
14133
14134 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
14135
14136 * gnus-sum.el: Mention that multibyte characters don't work as marks.
14137
14138 * gnus.el (message-y-or-n-p): Autoload.
14139
14140 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14141 (pop3-password-required, pop3-authentication-scheme)
14142 (pop3-leave-mail-on-server): Made customizable.
14143 (pop3): New custom group.
14144 (pop3-retr): Remove `sleep-for' statements.
14145 Suggested by Dave Love <fx@gnu.org>.
14146
14147 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14148 Windows/DOS.
14149
14150 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14151 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
14152 Dave Love <fx@gnu.org>.
14153
14154 * mml.el (mml-minibuffer-read-disposition): Require match.
14155 Suggested by Dave Love <fx@gnu.org>.
14156
14157 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
14158
14159 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
14160 doc string.
14161
14162 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
14163
14164 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14165
14166 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14167
14168 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14169 instead of calling `mm-insert-inline', to decode text/* parts
14170 before displaying them.
14171
14172 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
14173
14174 * mm-uu.el (mm-uu-text-plain-type): New variable.
14175 (mm-uu-pgp-signed-extract-1): Use it.
14176 (mm-uu-pgp-encrypted-extract-1): Use it.
14177 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14178 bind mm-uu-text-plain-type with that value.
14179 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14180 mm-uu-dissect.
14181
14182 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
14183
14184 * gnus-group.el (gnus-update-group-mark-positions):
14185 * gnus-sum.el (gnus-update-summary-mark-positions):
14186 * message.el (message-check-news-body-syntax):
14187 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14188 of string-as-multibyte.
14189
14190 2004-10-05 Juri Linkov <juri@jurta.org>
14191
14192 * gnus-group.el (gnus-update-group-mark-positions):
14193 * gnus-sum.el (gnus-update-summary-mark-positions):
14194 * message.el (message-check-news-body-syntax):
14195 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14196 8-bit unibyte values to a multibyte string for search functions.
14197
14198 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
14199
14200 * mm-uu.el (mm-uu-dissect): Allow optional arg.
14201 (mm-uu-dissect-text-parts): New function.
14202
14203 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14204 dissect text parts.
14205
14206 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14207 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14208
14209 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14210
14211 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14212 gnus-current-topics instead of gnus-current-topic.
14213
14214 2004-10-06 Jesper Harder <harder@ifa.au.dk>
14215
14216 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14217
14218 2004-10-05 Jesper Harder <harder@ifa.au.dk>
14219
14220 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14221 where approriate.
14222
14223 * nnml.el (nnml-generate-active-info): do.
14224
14225 * nndiary.el (nndiary-generate-active-info): do.
14226
14227 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14228 (gnus-topic-move): do.
14229
14230 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14231 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14232
14233 * gnus-srvr.el (gnus-server-prepare)
14234 (gnus-server-open-all-servers): do.
14235
14236 * gnus-msg.el (gnus-summary-cancel-article)
14237 (gnus-summary-resend-message)
14238 (gnus-summary-mail-crosspost-complaint): do.
14239
14240 * gnus-move.el (gnus-change-server): do.
14241
14242 * gnus-group.el (gnus-group-unmark-all-groups)
14243 (gnus-group-set-current-level): do.
14244
14245 2004-10-04 Simon Josefsson <jas@extundo.com>
14246
14247 * message.el (message-generate-hashcash): Doc fix.
14248
14249 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
14250
14251 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14252 avoid infinite recursion via gnus-get-function.
14253
14254 2004-10-02 Jesper Harder <harder@ifa.au.dk>
14255
14256 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14257
14258 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14259
14260 * nnmail.el (nnmail-split-history): do.
14261
14262 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14263 (nnml-request-delete-group): do.
14264
14265 * nnslashdot.el (nnslashdot-read-groups): do.
14266
14267 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14268 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14269
14270 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14271 (nnspool-sift-nov-with-sed): Use last.
14272 (nnspool-retrieve-headers-with-nov): Use mapc.
14273 (nnspool-request-newgroups): Use dolist.
14274 (nnspool-request-group): Use last.
14275
14276 * nntp.el (nntp-read-server-type): Use dolist.
14277
14278 * nnvirtual.el (nnvirtual-create-mapping)
14279 (nnvirtual-update-read-and-marked): Use dolist.
14280 (nnvirtual-convert-headers): Simplify.
14281
14282 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
14283
14284 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14285 support for sync'ing tick marks.
14286
14287 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
14288
14289 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14290 there's no visible header.
14291
14292 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
14293
14294 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14295 necessary, pass full group name to gnus-request-set-marks.
14296
14297 2004-10-01 Simon Josefsson <jas@extundo.com>
14298
14299 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
14300 acroread.
14301
14302 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14303
14304 * spam-report.el (spam-report-gmane): Fix interactive.
14305
14306 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14307
14308 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14309 when writing file.
14310 (gnus-agent-synchronize-flags): Don't default to being
14311 interactive.
14312
14313 2004-09-30 Simon Josefsson <jas@extundo.com>
14314
14315 * message.el (message-generate-hashcash): Add.
14316 (message-send-mail): Use it, call mail-add-payment.
14317
14318 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
14319
14320 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14321
14322 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
14323
14324 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14325 gnus-requst-update-info with explicit code to sync the in-memory
14326 info read flags with the marks being sync'd to the backend.
14327
14328 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14329
14330 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
14331
14332 * spam.el (spam-verify-bogofilter): Add new function.
14333 (spam-check-bogofilter)
14334 (spam-bogofilter-register-with-bogofilter): Use it.
14335 (spam-verify-bogofilter): Add small fixes.
14336
14337 2004-09-28 Simon Josefsson <jas@extundo.com>
14338
14339 * hashcash.el (hashcash-generate-payment): Revert.
14340
14341 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
14342
14343 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14344 gnus-extract-references instead of gnus-split-references.
14345
14346 * gnus-util.el (gnus-extract-references): Add new function, analogous
14347 to gnus-split-references but extracts only the message-ID without
14348 anything extra.
14349
14350 * hashcash.el (hashcash-generate-payment)
14351 (hashcash-check-payment): Do the right thing if hashcash-path is
14352 nil (because the hashcash program could not be found).
14353
14354 * spam.el (spam-use-hashcash): Remove comment.
14355
14356 2004-09-27 Jesper Harder <harder@ifa.au.dk>
14357
14358 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14359 (gnus-cache-enter-article, gnus-cache-remove-article)
14360 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14361
14362 * gnus-async.el (gnus-async-prefetch-remove-group): do.
14363
14364 * gnus-art.el (article-hide-boring-headers)
14365 (article-translate-strings, article-display-face)
14366 (gnus-article-mime-match-handle-first)
14367 (gnus-article-highlight-headers)
14368 (gnus-article-add-buttons-to-head): do.
14369
14370 2004-09-27 Simon Josefsson <jas@extundo.com>
14371
14372 * hashcash.el: New version, from
14373 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
14374 ../contrib/.
14375
14376 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
14377
14378 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14379
14380 2004-09-26 Jesper Harder <harder@ifa.au.dk>
14381
14382 * gnus-dup.el (gnus-dup-open): Use mapc.
14383 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14384
14385 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14386 Reported by Stefan Wiens <s.wi@gmx.net>.
14387
14388 * gnus.el (gnus-shutdown): Use dolist.
14389
14390 * gnus-undo.el (gnus-undo): Use mapc.
14391
14392 * nnrss.el (nnrss-generate-active): do.
14393
14394 * message.el (message-cite-original-without-signature)
14395 (message-cite-original): Use mapc.
14396 (message-do-actions, message-make-forward-subject): Use dolist.
14397
14398 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
14399
14400 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14401 deletion to remove entire duplicate line. Fixes merged article
14402 number bug.
14403
14404 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
14405
14406 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14407 servers that are offline. Avoids having gnus-agent-toggle-plugged
14408 first ask if you want to open a server and then, even when you
14409 responded with no, asking if you want to synchronize the server's
14410 flags.
14411 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14412 multi-line expressions.
14413 (gnus-agent-synchronize-group-flags): New internal function.
14414 Updates marks in memory (in the info structure) AND in the
14415 backend.
14416
14417 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14418
14419 * nnagent.el (nnagent-request-set-mark): Use
14420 gnus-agent-synchronize-group-flags, not backend's request-set-mark
14421 method, to ensure that synchronization updates marks in the
14422 backend and in the info (in memory) structure.
14423
14424 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
14425
14426 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14427 convention fully; don't miss the root article of a thread; make
14428 the X-Draft-From header with correct article numbers.
14429
14430 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
14431
14432 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14433 unless plugged. Disable the agent so that an open failure causes
14434 an error.
14435
14436 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14437 Reverted 2004-09-21 change. The backend must be opened while
14438 synchronizing flags even when the backend stores the flags
14439 locally.
14440
14441 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
14442
14443 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14444 in `header' match. Reported by Svend Tollak Munkejord.
14445
14446 * message.el (message-cite-original): Fix use of
14447 `message-cite-articles-with-x-no-archive'.
14448
14449 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
14450
14451 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14452 (gnus-window-to-buffer): Ditto.
14453
14454 * mml.el (mml-preview-buffer): New variable.
14455 (mml-preview): Manage window layout with gnus-buffer-configuration.
14456
14457 * gnus-msg.el (gnus-setup-message): Put article numbers into the
14458 X-Draft-From header even if those articles aren't quoted.
14459
14460 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
14461
14462 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14463 (gnus-request-set-mark, gnus-request-update-mark): Use new
14464 g-s-t-u-l-m to decide to use backend even when unplugged.
14465
14466 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
14467
14468 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14469 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
14470
14471 2004-09-20 Simon Josefsson <jas@extundo.com>
14472
14473 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14474 "utf-16-le".
14475
14476 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
14477
14478 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14479
14480 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14481
14482 * uudecode.el (uudecode-use-external): Add :version.
14483
14484 * smime.el (smime-CA-file, smime-encrypt-cipher)
14485 (smime-dns-server): Add :version.
14486
14487 * smiley.el (gnus-smiley-file-types): Add :version.
14488
14489 * sha1.el (sha1-use-external): Add :version.
14490
14491 * pgg-def.el (pgg-query-keyserver): Add :version.
14492
14493 * nnmail.el (nnmail-fancy-expiry-targets)
14494 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14495 Add :version.
14496
14497 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14498 (nnimap-retrieve-groups-asynchronous): Add :version.
14499 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
14500
14501 * mml.el (mml-content-disposition-parameters)
14502 (mml-insert-mime-headers-always): Add :version.
14503
14504 * mm-util.el (mm-coding-system-priorities): Add :version.
14505
14506 * mm-decode.el (mm-inline-text-html-with-images)
14507 (mm-keep-viewer-alive-types, mm-external-terminal-program)
14508 (mm-verify-option): Add :version.
14509 (mm-text-html-renderer): Change :version.
14510
14511 * message.el (message-fcc-externalize-attachments)
14512 (message-required-headers, message-draft-headers)
14513 (message-subject-trailing-was-query)
14514 (message-subject-trailing-was-ask-regexp)
14515 (message-subject-trailing-was-regexp, message-mark-insert-begin)
14516 (message-mark-insert-end, message-archive-header)
14517 (message-archive-note, message-cross-post-default)
14518 (message-cross-post-note, message-followup-to-note)
14519 (message-cross-post-note-function, message-use-mail-followup-to)
14520 (message-subscribed-address-functions)
14521 (message-subscribed-address-file, message-subscribed-addresses)
14522 (message-subscribed-regexps, message-allow-no-recipients)
14523 (message-yank-cited-prefix, message-signature-insert-empty-line)
14524 (message-hidden-headers, message-hierarchical-addresses)
14525 (message-mail-user-agent, message-use-idna)
14526 (message-valid-fqdn-regexp)
14527 (message-strip-special-text-properties, message-header-synonyms)
14528 (message-beginning-of-line, message-tab-body-function): Add :version.
14529 (message-insert-canlock, message-wide-reply-confirm-recipients):
14530 Change :version.
14531
14532 * mail-source.el (mail-source-ignore-errors): Add :group, :type
14533 and :version.
14534 (mail-source-delete-old-incoming-confirm)
14535 (mail-source-movemail-program): Add :version.
14536
14537 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14538 (gnus-agent-cache, gnus-agent): Change :version.
14539
14540 * gnus-util.el (gnus-use-byte-compile): Change :version.
14541
14542 * gnus-sum.el (gnus-summary-make-false-root-always)
14543 (gnus-summary-default-high-score)
14544 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14545 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14546 (gnus-read-all-available-headers, gnus-article-emulate-mime)
14547 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14548 (gnus-sum-thread-tree-single-indent)
14549 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14550 (gnus-sum-thread-tree-leaf-with-other)
14551 (gnus-sum-thread-tree-single-leaf): Add :version.
14552 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14553 (gnus-article-loose-mime): Change :version.
14554
14555 * gnus-start.el (gnus-backup-startup-file)
14556 (gnus-save-startup-file-via-temp-buffer): Add :version.
14557
14558 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14559 (gnus-server-offline-face): Add :version.
14560
14561 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14562
14563 * gnus-msg.el (gnus-gcc-externalize-attachments)
14564 (gnus-debug-files, gnus-debug-exclude-variables)
14565 (gnus-discouraged-post-methods): Change :version.
14566 (gnus-confirm-mail-reply-to-news)
14567 (gnus-confirm-treat-mail-like-news): Add :version.
14568
14569 * gnus-int.el (gnus-server-unopen-status): Add :version.
14570
14571 * gnus-group.el (gnus-group-jump-to-group-prompt)
14572 (gnus-large-ephemeral-newsgroup)
14573 (gnus-fetch-old-ephemeral-headers): Add :version.
14574
14575 * gnus-fun.el (gnus-x-face-directory)
14576 (gnus-convert-pbm-to-x-face-command)
14577 (gnus-convert-image-to-x-face-command)
14578 (gnus-convert-image-to-face-command): Add :version.
14579
14580 * gnus-delay.el (gnus-delay-default-hour): Add :version.
14581
14582 * gnus-cite.el (gnus-cite-blank-line-after-header)
14583 (gnus-article-boring-faces): Add :version.
14584
14585 * gnus-art.el (gnus-buttonized-mime-types)
14586 (gnus-inhibit-mime-unbuttonizing)
14587 (gnus-treat-display-face)
14588 (gnus-treat-body-boundary): Change :version.
14589 (gnus-body-boundary-delimiter, gnus-picon-databases)
14590 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14591 (gnus-treat-date-english, gnus-treat-fold-headers)
14592 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14593 (gnus-treat-mail-picon, gnus-treat-wash-html)
14594 (gnus-article-encrypt-protocol)
14595 (gnus-use-idna, gnus-article-over-scroll)
14596 (gnus-mime-display-multipart-alternative-as-mixed)
14597 (gnus-mime-display-multipart-related-as-mixed)
14598 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14599 (gnus-ctan-url, gnus-button-ctan-handler)
14600 (gnus-button-handle-ctan-bogus-regexp)
14601 (gnus-button-ctan-directory-regexp)
14602 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14603 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14604 (gnus-button-man-level, gnus-button-emacs-level)
14605 (gnus-button-message-level, gnus-button-browse-level): Add :version.
14606
14607 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14608 (gnus-agent-go-online): Change :version.
14609 (gnus-agent-expire-unagentized-dirs)
14610 (gnus-agent-auto-agentize-methods): Add :version.
14611
14612 * flow-fill.el (fill-flowed-display-column)
14613 (fill-flowed-encode-column): Add :version.
14614
14615 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14616 (gnus-outlook-deuglify-unwrap-max)
14617 (gnus-outlook-deuglify-cite-marks)
14618 (gnus-outlook-deuglify-unwrap-stop-chars)
14619 (gnus-outlook-deuglify-no-wrap-chars)
14620 (gnus-outlook-deuglify-attrib-cut-regexp)
14621 (gnus-outlook-deuglify-attrib-verb-regexp)
14622 (gnus-outlook-deuglify-attrib-end-regexp)
14623 (gnus-outlook-display-hook): Add :version.
14624
14625 * binhex.el (binhex-use-external): Add :version.
14626
14627 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
14628
14629 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14630 and `invisible'.
14631
14632 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
14633
14634 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14635 in gnus-registry-trim.
14636
14637 2004-09-13 Simon Josefsson <jas@extundo.com>
14638
14639 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14640
14641 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14642
14643 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14644 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14645 <yamaoka@jpl.org>.
14646 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14647 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14648 <yamaoka@jpl.org>.
14649
14650 * sieve.el (sieve-manage-mode): Ditto.
14651
14652 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
14653
14654 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14655
14656 2004-09-11 Simon Josefsson <jas@extundo.com>
14657
14658 * dns-mode.el: Add.
14659
14660 * mm-view.el (mm-display-dns-inline): Add.
14661
14662 * mm-decode.el (mm-inline-media-tests): Add text/dns.
14663 (mm-automatic-display): Ditto.
14664
14665 * mailcap.el (mailcap-mime-data): Add text/dns.
14666 (mailcap-mime-extensions): Map .soa to text/dns.
14667
14668 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
14669
14670 * gnus-art.el (article-decode-mime-words, article-babel)
14671 (gnus-article-highlight-signature, gnus-article-add-buttons)
14672 (gnus-signature-toggle): Remove unnecessary bindings of
14673 `inhibit-read-only' inherited from v5.10 merge.
14674
14675 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
14676
14677 * nntp.el (nntp): New customization group.
14678 (nntp-authinfo-file): Add customization group.
14679
14680 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14681
14682 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14683
14684 * gnus.el (to-address, to-list, subscribed)
14685 (large-newsgroup-initial): Ditto.
14686
14687 * flow-fill.el (fill-flowed-display-column)
14688 (fill-flowed-encode-column): Ditto.
14689
14690 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
14691
14692 * message.el (message-tokenize-header, message-send-mail-with-qmail):
14693 Use point-min rather than 1.
14694 (message-send-mail): Use buffer-size rather than point-max.
14695
14696 * gnus-sum.el (gnus-summary-search-article-forward):
14697 Signal a specific `search-failed' rather than a generic `error'.
14698
14699 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14700 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14701 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14702
14703 2004-09-10 Simon Josefsson <jas@extundo.com>
14704
14705 * nndb.el (require): Remove tcp and duplicate cl.
14706
14707 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
14708
14709 * gnus-agent.el (directory-files-and-attributes): Move forward.
14710
14711 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
14712
14713 * gnus-agent.el (directory-files-and-attributes): Optionally
14714 defined to support XEmacs.
14715
14716 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
14717
14718 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14719 to avoid run-time CL dependencies.
14720 (gnus-agent-unfetch-articles): New function.
14721 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14722 article numbers even when local .overview file is missing.
14723 (gnus-agent-read-article-number): New function. Only accepts
14724 27-bit article numbers.
14725 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14726 gnus-agent-read-article-number.
14727 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14728 from backend while recognizing that article numbers in .overview
14729 must be valid.
14730 (gnus-agent-update-files-total-fetched-for): Use
14731 directory-files-and-attributes to improve performance.
14732 * gnus-int.el (gnus-request-move-article): Use
14733 gnus-agent-unfetch-articles in place of gnus-agent-expire to
14734 improve performance.
14735
14736 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14737 some users confused by references to .newsrc when they only have a
14738 .newsrc.eld file.
14739 (gnus-convert-mark-converter-prompt)
14740 (gnus-convert-converter-needs-prompt): Fixed use of property list.
14741 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14742 New function. Used internally to only display 'gnus converting
14743 files' message when actually necessary.
14744
14745 * gnus-sum.el (): Removed (require 'gnus-agent) as required
14746 methods now autoloaded.
14747
14748 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
14749
14750 * gnus-sum.el (gnus-summary-insert-subject): Remove list
14751 identifiers.
14752
14753 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
14754
14755 * gnus-picon.el: Fix indentation and closing parenthesis.
14756
14757 2004-09-01 Simon Josefsson <jas@extundo.com>
14758
14759 * message.el (message-canlock-generate): Require sha1, not
14760 sha1-el. (Can we get rid of this require altogether? It is ugly
14761 to require within a function. Sadly, if sha1.el isn't loaded, the
14762 let binding in m-c-g will hide the defcustom definition, which is
14763 bad.)
14764
14765 * canlock.el: Require sha1, not sha1-el.
14766
14767 * message.el: Don't autoload sha1 (there is a autoload cookie in
14768 sha1.el).
14769
14770 * sha1-el.el: Renamed to sha1.el.
14771
14772 2004-08-30 Juanma Barranquero <lektu@terra.es>
14773
14774 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14775
14776 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14777
14778 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14779
14780 2004-08-30 Kim F. Storm <storm@cua.dk>
14781
14782 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14783
14784 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14785 Add :group 'nnimap.
14786
14787 2004-08-30 Andreas Schwab <schwab@suse.de>
14788
14789 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14790 ?* and ?\;.
14791
14792 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14793 and ?\' to symbol instead of whitespace.
14794
14795 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
14796
14797 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14798
14799 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14800 instead of re-search-forward.
14801
14802 * gnus-uu.el (gnus-uu-save-article): Ditto.
14803 (gnus-uu-post-encode-uuencode): Ditto.
14804
14805 * html2text.el (html2text-clean-list-items): Ditto.
14806 (html2text-clean-dtdd): Ditto.
14807 (html2text-format-tags): Ditto.
14808
14809 * message.el (message-send-mail-with-sendmail): Fix regexp.
14810 (message-fill-field-general): Use search-forward instead of
14811 re-search-forward.
14812 (unbold-region): Ditto.
14813
14814 * nnrss.el (nnrss-request-article): Ditto.
14815
14816 * nnslashdot.el (nnslashdot-request-article): Ditto.
14817
14818 * nnweb.el (nnweb-gmane-wash-article): Ditto.
14819
14820 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14821 "Unrecognized menu descriptor" error in XEmacs.
14822
14823 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
14824
14825 * gnus-sum.el (gnus-read-header): Don't remove a header for the
14826 parent article of a sparse article in the thread hashtb.
14827
14828 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
14829
14830 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14831 (nnmail-expand-newtext): Lowercase expanded entries if
14832 nnmail-split-lowercase-expanded is non-nil.
14833
14834 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
14835
14836 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14837
14838 * gnus-group.el (gnus-group-line-format-alist): Convert the value
14839 of gnus-tmp-news-method into string under XEmacs. It will be
14840 passed to gnus-correct-length which takes only a string argument.
14841
14842 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
14843
14844 * gnus-util.el (gnus-bind-print-variables): New macro.
14845 (gnus-prin1): Use it.
14846 (gnus-prin1-to-string): Use it.
14847 (gnus-pp): New function.
14848 (gnus-pp-to-string): New function.
14849
14850 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14851 Replace pp-to-string with gnus-pp-to-string.
14852 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14853 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14854 * gnus-msg.el (gnus-debug): Ditto.
14855 * gnus-score.el (gnus-score-save): Ditto.
14856 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14857 gnus-pp-to-string.
14858 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14859 with gnus-pp.
14860 * score-mode.el (gnus-score-pretty-print): Ditto.
14861 * webmail.el (webmail-debug): Ditto.
14862
14863 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
14864
14865 * gnus-art.el (article-display-face, article-display-x-face):
14866 Use buffer-read-only.
14867
14868 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
14869
14870 * gnus-art.el (article-hide-list-identifiers):
14871 Bind inhibit-read-only as t.
14872
14873 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
14874
14875 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14876
14877 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14878
14879 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14880 (gnus-narrow-to-page): Don't assume point-min == 1.
14881 (gnus-article-edit-mode): Derive from message-mode.
14882
14883 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14884 point-min == 1.
14885
14886 * imap.el (imap-parse-address-list, imap-parse-body-ext):
14887 Disable incorrect use of `assert'.
14888
14889 * message.el (message-mode): Set comment-start-skip.
14890
14891 2004-08-22 Sam Steingold <sds@gnu.org>
14892
14893 * pop3.el (pop3-leave-mail-on-server): New user variable.
14894 (pop3-movemail): Delete mail only when it is nil.
14895
14896 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
14897
14898 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14899
14900 * mml.el (mml-preview): Use `pop-to-buffer'.
14901
14902 * message.el (message-goto-mail-followup-to): Insert after "To".
14903 (message-carefully-insert-headers): Add comment.
14904
14905 * gnus.el: Remove unused variable `gnus-article-check-size'.
14906
14907 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14908
14909 * gnus-art.el (gnus-button-alist): Improve
14910 `gnus-button-handle-library' entry.
14911
14912 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
14913
14914 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14915 downcase, since XEmacs capitalizes error messages differently.
14916
14917 2004-08-18 Jesper Harder <harder@ifa.au.dk>
14918
14919 * nntp.el: Add (require 'gnus) due to reference to
14920 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
14921
14922 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
14923
14924 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14925 `mm-fill-flowed'.
14926
14927 * mm-decode.el (mm-dissect-singlepart): Check it.
14928
14929 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
14930
14931 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14932 'imap' for netrc parsing.
14933
14934 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
14935
14936 * mailcap.el (mailcap-mime-data): Mark as risky.
14937
14938 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
14939
14940 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14941 may be included in the encoded word.
14942 (rfc2047-encode): Don't append a space if the encoded word
14943 includes close parenthesis.
14944
14945 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
14946
14947 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14948 of text within parentheses.
14949
14950 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
14951
14952 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14953 (gnus-encrypt-write-file-contents): Make the password key the file
14954 name PLUS the cipher, not just the cipher. Also remove failed
14955 passwords from the cache.
14956
14957 2004-08-06 Simon Josefsson <jas@extundo.com>
14958
14959 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
14960 fix.
14961
14962 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
14963
14964 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14965 LWSP.
14966
14967 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
14968
14969 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14970 to append in-reply-to: data to the references: header.
14971
14972 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14973 (netrc-parse): Use gnus-encrypt.el functions.
14974
14975 * gnus-encrypt.el: Add new file for encryption support; currently
14976 does only a few GPG ciphers and an internal XOR cipher.
14977
14978 * password.el: Add comments on using password-read-and-add.
14979 (password-read-and-add): Add function to read and add the
14980 password to the cache at once.
14981
14982 2004-07-28 Simon Josefsson <jas@extundo.com>
14983
14984 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14985 parameter (but don't use it, for now).
14986
14987 * imap.el (imap-ssl-open): Use imap-process-connection-type,
14988 instead of hard coding to nil.
14989
14990 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
14991
14992 * mm-view.el (mm-inline-image-emacs): Open lines under an image
14993 as mm-inline-image-xemacs does.
14994
14995 2004-07-26 Simon Josefsson <jas@extundo.com>
14996
14997 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14998 Revert part of 2004-07-17 change below.
14999
15000 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
15001
15002 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
15003 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15004
15005 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
15006
15007 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15008 quotes that actually start with ">" at the beginning of the
15009 lines.
15010
15011 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
15012
15013 * rfc2047.el (rfc2047-encode-region): Fix last change.
15014 (rfc2047-encode-parameter): Remove useless concat.
15015
15016 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
15017
15018 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15019 encode special characters; fix some kind of misconfigured headers;
15020 signal a real error if debug-on-quit or debug-on-error is non-nil.
15021 (rfc2047-encode-max-chars): New variable.
15022 (rfc2047-encode-1): Use it.
15023 (rfc2047-encode-parameter): New function.
15024
15025 * mml.el (mml-insert-parameter): Remove an excessive space.
15026
15027 2004-07-17 Simon Josefsson <jas@extundo.com>
15028
15029 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15030 Kai Grossjohann <kai@emptydomain.de>.
15031 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15032 (gnus-group-make-menu-bar): Ditto.
15033
15034 * gnus-util.el (gnus-group-server): Add.
15035
15036 2004-07-16 Jesper Harder <harder@ifa.au.dk>
15037
15038 * message.el (message-clone-locals): Clone sendmail and smtp
15039 variables.
15040
15041 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
15042
15043 * rfc2047.el (rfc2047-encode-region): Fix last change.
15044
15045 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
15046
15047 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15048 characters as non-special.
15049
15050 2004-07-09 Simon Josefsson <jas@extundo.com>
15051
15052 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15053 Users will lose all flag changes made while unplugged with
15054 e.g. nntp unless flag synchronization happens, thus `nil' is not a
15055 good default. See numerous reports on ding mailing list.
15056
15057 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
15058
15059 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15060 add generate-head-function and generate-article-function to the
15061 rfc822-forward entry.
15062 (nndoc-rfc822-forward-generate-article): New function.
15063 (nndoc-rfc822-forward-generate-head): New function.
15064
15065 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15066
15067 2004-07-06 Dan Christensen <jdc@uwo.ca>
15068
15069 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15070 respect display group parameter and gnus-summary-expunge-below.
15071 (gnus-articles-to-read): Remove unused reference to display group
15072 parameter.
15073
15074 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15075
15076 * nnheader.el (nnheader-uniquify-message-id): New experimental
15077 variable.
15078 (nnheader-nov-read-message-id): Use it.
15079
15080 * spam-report.el (spam-report-gmane): Add interactive.
15081
15082 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
15083
15084 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15085 qp-or-base64 for the application/* types.
15086
15087 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
15088
15089 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15090
15091 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
15092
15093 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15094 trim value.
15095
15096 2004-01-25 Paul Jarc <prj@po.cwru.edu>
15097
15098 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15099 New macro and function.
15100 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15101
15102 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
15103
15104 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15105 after-load-alist.
15106
15107 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
15108
15109 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15110 update info that isn't there.
15111
15112 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
15113
15114 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15115 entry.
15116
15117 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
15118
15119 * mm-view.el (mm-inline-render-with-function): Use multibyte
15120 buffer; decode html source by charset.
15121
15122 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15123
15124 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15125 Mule-UCS is loaded under XEmacs.
15126 (mm-mime-mule-charset-alist): Avoid duplicated entries.
15127
15128 2004-06-28 Jesper Harder <harder@ifa.au.dk>
15129
15130 * nnheader.el (nnheader-max-head-length): Increase to 8192.
15131
15132 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
15133
15134 * mm-util.el (mm-coding-system-p): Return a coding-system.
15135 (mm-mime-mule-charset-alist): Use shift_jis instead of
15136 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15137 entries for the mime charsets iso-2022-jp-3 and shift_jis.
15138 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15139 instead of japanese-shift-jis and iso-latin-1 respectively in
15140 order to share the default value with both Emacs and XEmacs-mule.
15141 (mm-mule-charset-to-mime-charset): Make
15142 mm-coding-system-priorities effective.
15143 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15144 while predicating of candidates upon the priorities.
15145
15146 2004-06-27 Jesper Harder <harder@ifa.au.dk>
15147
15148 * gnus-sum.el (gnus-summary-make-menu-bar): Add
15149 gnus-uu-invert-processable.
15150
15151 * gnus.el: Autoload gnus-uu-invert-processable.
15152
15153 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
15154
15155 * mm-util.el (mm-with-multibyte-buffer): New macro.
15156
15157 * rfc2047.el (rfc2047-encode-string): Use it.
15158 (rfc2047-encode-region): Move point to the end of the region after
15159 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15160
15161 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
15162
15163 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15164 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15165
15166 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
15167
15168 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15169 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
15170 Karl Chen <quarl@nospam.quarl.org>.
15171
15172 2004-06-23 Jesper Harder <harder@ifa.au.dk>
15173
15174 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15175 invalid addresses.
15176
15177 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
15178
15179 * spam.el: Change section markers, revise TODO list.
15180 (spam-backends): Make new master list of all installed backends.
15181 (spam-summary-exit-behavior): Add new variable to determine how
15182 messages moves are done at summary exit.
15183 (spam-move-spam-nonspam-groups-only)
15184 (spam-process-ham-in-nonham-groups)
15185 (spam-process-ham-in-spam-groups): Remove variables, the
15186 spam-summary-exit-behavior variable should be used to manage this
15187 behavior.
15188 (spam-old-ham-articles, spam-old-spam-articles): Remove.
15189 (spam-old-articles): Add variable, replacing spam-old-ham-articles
15190 and spam-old-spam-articles.
15191 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15192 Add empty variables, placeholders for the backends they represent.
15193 (spam-set-difference): Move, unchanged.
15194 (spam-list-of-processors): Declare OBSOLETE, not used anymore
15195 unless the user has a processor variable.
15196 (spam-classifications, spam-classification-valid-p)
15197 (spam-backend-properties, spam-backend-property-valid-p)
15198 (spam-backend-function-type-valid-p)
15199 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15200 (spam-report-articles-gmane, spam-report-articles-resend):
15201 Remove functions, they are not needed.
15202 (spam-install-backend-super, spam-backend-list)
15203 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15204 (spam-backend-function, spam-backend-ham-registration-function)
15205 (spam-backend-spam-registration-function)
15206 (spam-backend-ham-unregistration-function)
15207 (spam-backend-spam-unregistration-function)
15208 (spam-backend-statistical-p, spam-backend-mover-p)
15209 (spam-install-backend-alias, spam-install-checkonly-backend)
15210 (spam-install-mover-backend, spam-install-nocheck-backend)
15211 (spam-install-backend, spam-install-statistical-backend)
15212 (spam-install-statistical-checkonly-backend): Add backend installation
15213 support.
15214 (spam-summary-prepare-exit): Rewrite to use the new backend code.
15215 (spam-group-processor-p): Use the new backend code and respect the
15216 summary exit behavior.
15217 (spam-mark-spam-as-expired-and-move-routine): Remove.
15218 (spam-summary-prepare): Change to use the new spam-old-articles
15219 variable.
15220 (spam-copy-or-move-routine, spam-copy-spam-routine)
15221 (spam-move-spam-routine, spam-copy-ham-routine)
15222 (spam-move-ham-routine): Add code to copy/move ham or spam.
15223 (spam-fetch-field-fast): Improve doc and code, plus allow the
15224 'number request.
15225 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15226 variables.
15227 (spam-split, spam-find-spam): Use the new backend code.
15228 (spam-registration-functions): Remove variable.
15229 (spam-unregister-routine): Add convenience wrapper.
15230 (spam-log-undo-registration, spam-register-routine)
15231 (spam-log-processing-to-registry)
15232 (spam-log-unregistration-needed-p): Rename "check" to "backend"
15233 where possible.
15234 (spam-check-gmane-xref, spam-check-regex-headers)
15235 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15236 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15237 (spam-check-bogofilter-headers, spam-check-spamoracle)
15238 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15239 (spam-check-crm114-headers): Use the spam-split-group that
15240 spam-split prepares, no need to determine it every time.
15241
15242 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15243 to the nnheader-parse-naked-head call.
15244
15245 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15246
15247 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15248 the nnheader-nov-read-message-id call.
15249
15250 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
15251
15252 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15253 gnus-activate-group twice. Suggested by Markus Peter
15254 <warp@spin.de>.
15255
15256 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
15257
15258 * gnus-art.el (gnus-article-time-format): Exchange the order of
15259 day and month in the default value; fix customization type.
15260 (article-date-ut): Use add-text-properties.
15261 (article-make-date-line): Use message-make-date instead of
15262 current-time-string.
15263
15264 * message.el (message-fetch-field): Don't use set-text-properties.
15265 (message-make-date): Simplify.
15266
15267 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
15268
15269 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15270 (rfc2047-encode-region): Treat text within parentheses as special;
15271 show the original text when error has occurred.
15272
15273 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15274 already-computed method to gnus-activate-group.
15275
15276 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15277 same select-methods identical Lisp objects.
15278
15279 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15280 object when modifying the info.
15281
15282 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
15283
15284 * gnus-srvr.el (gnus-server-set-info): Remove the server from
15285 gnus-opened-servers since it has never been opened with the new
15286 configuration yet.
15287
15288 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
15289
15290 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15291 arg to nnheader-generate-fake-message-id.
15292
15293 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
15294
15295 * nnheader.el (nnheader-generate-fake-message-id): Accept a
15296 number and build a fake message ID localized to a group and
15297 article number (so it's repeatable from that point on).
15298 (nnheader-fake-message-id-p): Change regex to accommodate new fake
15299 ID format.
15300
15301 * gnus-sum.el (gnus-get-newsgroup-headers): Call
15302 nnheader-generate-fake-message-id with the article number.
15303
15304 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
15305
15306 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15307 end-of-buffer.
15308
15309 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15310
15311 * message.el (message-ignored-supersedes-headers): Add Approved.
15312
15313 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
15314
15315 * rfc2047.el (rfc2047-encode-message-header): Remove useless
15316 goto-char.
15317 (rfc2047-encode): Fold the line before encoding.
15318
15319 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15320
15321 * rfc2047.el (rfc2047-encode-message-header): Disabled header
15322 folding -- not all headers can be folded, and this should be done
15323 by the message composition mode. Probably. I think.
15324
15325 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
15326
15327 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15328 fast.
15329
15330 * gnus-ems.el (gnus-remove-image): Don't use
15331 message-text-with-property; remove only the image found first.
15332
15333 2004-06-09 Jesper Harder <harder@ifa.au.dk>
15334
15335 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15336
15337 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
15338
15339 * message.el (message-text-with-property): Make it fast and accept
15340 optional arguments.
15341 (message-strip-forbidden-properties): Use it.
15342 (message-fix-before-sending): Follow the m-t-w-p change.
15343
15344 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15345
15346 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
15347
15348 * gnus-art.el (article-hide-headers): Don't change the buffer
15349 mistakenly when performing mml-preview even if
15350 gnus-single-article-buffer is nil.
15351
15352 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
15353
15354 * message.el (message-expand-name-databases): New user option.
15355 (message-expand-name): Use it.
15356
15357 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
15358
15359 * spam.el (spam-report-articles-resend)
15360 (spam-report-resend-register-routine): Allow ham reporting.
15361 (spam-report-resend-register-ham-routine): Add wrapper.
15362 (spam-registration-functions): Add ham resending functions.
15363 (spam-list-of-processors): Add ham resend processor.
15364
15365 * gnus.el (ham-resend-to): Add new group parameter.
15366 (spam-process): Add ham resend option.
15367
15368 * spam-report.el (spam-report-resend): Allow reporting ham.
15369 (spam-report-resend-ham): Add wrapper.
15370
15371 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15372
15373 * message.el (message-cite-articles-with-x-no-archive): New
15374 variable.
15375 (message-cite-original): Use it.
15376
15377 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15378
15379 * message.el (message-cite-original): Respect X-No-Archive.
15380
15381 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
15382
15383 * gnus-art.el (article-hide-headers): Refer to the values for
15384 gnus-ignored-headers and gnus-visible-headers in the summary
15385 buffer since a user may have set them as group parameters.
15386
15387 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
15388
15389 * assistant.el (assistant-node-name): Add convenience function.
15390 (assistant-render-text, assistant-render-node): Add error handling,
15391 plus handle multiple next nodes.
15392 (assistant-find-next-node): Comment out for now.
15393 (assistant-find-next-nodes): Add function, returns list of next
15394 nodes.
15395
15396 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
15397
15398 * mail-source.el (mail-source-directory): Fix doc-string.
15399
15400 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
15401
15402 * assistant.el (assistant-render-text, assistant-eval): Add :set
15403 widget type, which is different because it takes and returns a
15404 list. Much hilarity ensues.
15405
15406 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
15407
15408 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15409
15410 * gnus-group.el (gnus-group-get-new-news-this-group): Added
15411 doc-string.
15412
15413 * gnus-start.el (gnus-activate-group): Added doc-string.
15414
15415 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
15416
15417 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15418
15419 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
15420
15421 * assistant.el (assistant-render-text): Try to add a :set
15422 widget, more to come.
15423
15424 * spam.el (spam-group-spam-contents-p): Handle empty groupname
15425 strings.
15426 (spam-report-articles-resend)
15427 (spam-register-routine): Do registration iff any articles warrant
15428 it.
15429 (spam-summary-prepare-exit): Change log message for nil group
15430 destinations.
15431
15432 2004-05-27 Daniel Pittman <daniel@rimspace.net>
15433
15434 * spam.el (spam-report-resend-register-routine): Allow
15435 spam-report-resend-to to be a group parameter or a global value.
15436
15437 2004-05-26 Simon Josefsson <jas@extundo.com>
15438
15439 * starttls.el: Merge with my GNUTLS based starttls.el.
15440 (starttls-gnutls-program, starttls-use-gnutls)
15441 (starttls-extra-arguments, starttls-process-connection-type)
15442 (starttls-connect, starttls-failure, starttls-success): New
15443 variables.
15444 (starttls-program, starttls-extra-args): Doc fix.
15445 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15446 functions.
15447 (starttls-negotiate, starttls-open-stream): Check
15448 `starttls-use-gnutls' and pass on to corresponding *-gnutls
15449 function if it is set.
15450
15451 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
15452
15453 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15454 structured fields.
15455
15456 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
15457
15458 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15459
15460 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
15461
15462 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15463 variable.
15464 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
15465 assigning the spam-mark to new messages.
15466
15467 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
15468
15469 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15470
15471 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
15472
15473 * rfc2047.el (rfc2047-encodable-p): Don't move point.
15474 (rfc2047-decode): Treat the ascii coding-system as raw-text by
15475 default.
15476
15477 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
15478
15479 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15480 correct data.
15481
15482 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
15483
15484 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15485 (spam-group-processor-p): Fix function.
15486 (spam-group-processor-multiple-p)
15487 (spam-group-spam-processor-report-gmane-p)
15488 (spam-group-spam-processor-report-resend-p)
15489 (spam-group-spam-processor-bogofilter-p)
15490 (spam-group-spam-processor-blacklist-p)
15491 (spam-group-spam-processor-ifile-p)
15492 (spam-group-ham-processor-ifile-p)
15493 (spam-group-spam-processor-spamoracle-p)
15494 (spam-group-spam-processor-crm114-p)
15495 (spam-group-ham-processor-bogofilter-p)
15496 (spam-group-spam-processor-stat-p)
15497 (spam-group-ham-processor-stat-p)
15498 (spam-group-ham-processor-whitelist-p)
15499 (spam-group-ham-processor-BBDB-p)
15500 (spam-group-ham-processor-spamoracle-p)
15501 (spam-group-ham-processor-copy-p): Remove functions with some
15502 prejudice against unneeded code.
15503 (spam-report-articles-resend)
15504 (spam-report-resend-register-routine): Allow the group/topic
15505 spam-resend-to value to override spam-report-resend-to.
15506 (spam-summary-prepare-exit): Invoke spam-group-processor-p
15507 properly now.
15508
15509 * gnus.el (spam-resend-to): Add group/topic parameter.
15510 (spam-process): Move the OBSOLETE processors to the end of the
15511 choices.
15512
15513 2004-05-24 Daniel Pittman <daniel@rimspace.net>
15514
15515 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15516 with resend-to set to nil, and then ask the user if necessary.
15517 (spam-report-resend): spam-report-resend takes a list of articles, not
15518 separate article numbers.
15519
15520 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
15521
15522 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15523 addition to emacs-w3m.
15524
15525 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15526
15527 * assistant.el (assistant-authinfo-data): New function.
15528 (assistant-eval): Eval for entire assistant.
15529
15530 * netrc.el (netrc-services-file): New variable.
15531 (netrc-parse-services): New function.
15532 (netrc-find-service-name): New function.
15533 (netrc-find-service-number): New function.
15534 (netrc-port-equal): New function.
15535 (netrc-machine): Use it.
15536
15537 * nnimap.el (nnimap-open-connection): Use netrc.
15538
15539 * gnus-util.el (gnus-netrc-get): Remove aliases.
15540
15541 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15542
15543 * assistant.el (wid-edit): Fix compilation.
15544
15545 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15546
15547 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
15548
15549 * gnus-util.el (gnus-set-file-modes): New function. (small
15550 patch).
15551
15552 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15553
15554 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15555
15556 * assistant.el (assistant-render-node): Fix up rendering and
15557 read-only text.
15558 (assistant-render-node): Reset.
15559 (assistant-make-read-only): Not sticky.
15560
15561 2004-05-20 Danny Siu <dsiu@adobe.com>
15562
15563 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15564 centered even when gnus-auto-center-summary is t
15565
15566 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15567
15568 * dns.el (dns-get-txt-answer): New function.
15569 (dns-read-txt): Ditto.
15570 (query-dns): Use it.
15571
15572 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
15573
15574 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15575 active for foreign groups even if the group level is higher than
15576 the specified value.
15577
15578 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15579
15580 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15581 non-active groups.
15582
15583 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15584
15585 2004-05-20 Magnus Henoch <mange@freemail.hu>
15586
15587 * dns.el (dns-read-type): Add support for SVR. (small patch)
15588
15589 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
15590
15591 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15592 (spam-crm114-header, spam-crm114-spam-switch)
15593 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15594 (spam-crm114-positive-spam-header)
15595 (spam-crm114-database-directory, spam-list-of-processors)
15596 (spam-group-spam-processor-crm114-p)
15597 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15598 (spam-generic-score, spam-list-of-checks)
15599 (spam-list-of-statistical-checks, spam-registration-functions)
15600 (spam-check-crm114-headers, spam-crm114-score)
15601 (spam-check-crm114, spam-crm114-register-with-crm114)
15602 (spam-crm114-register-spam-routine)
15603 (spam-crm114-unregister-spam-routine)
15604 (spam-crm114-register-ham-routine)
15605 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
15606 asjo@koldfront.dk (Adam Sjøgren).
15607
15608 * gnus.el: Add spam-use-crm114.
15609
15610 * spam.el (spam-list-of-processors, spam-registration-functions):
15611 Add spam-use-resend.
15612 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15613 (spam-report-articles-gmane): Add doc fix.
15614 (spam-report-articles-resend, spam-report-resend-register-routine):
15615 Add wrappers around spam-report-resend-to.
15616
15617 * spam-report.el (spam-report-resend-to, spam-report-resend):
15618 Add support for resending spam.
15619 (spam-report-gmane): Fix line length >80.
15620
15621 * gnus.el (spam-process): Add spam-use-resend.
15622
15623 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15624
15625 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15626 number of processed spam messages.
15627 (spam-ham-copy-or-move-routine): Return the number of processed
15628 ham messages.
15629 (spam-summary-prepare-exit): Use the above values to decide
15630 whether status messages shouled be displayed.
15631
15632 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
15633
15634 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15635 `rfc2047-encoding-function-alist' in order to avoid conflicting
15636 with the old version.
15637 (rfc2047-encode-region): Concatenate words containing non-ASCII
15638 characters in structured fields; don't encode space-delimited
15639 ASCII words even in unstructured fields; don't break words at
15640 char-category boundaries.
15641 (rfc2047-encode-1): New function.
15642 (rfc2047-encode): Use it; encode text so that it occupies the
15643 maximum width within 76-column; work correctly on Q encoding for
15644 iso-2022-* charsets.
15645 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15646 sure not to break a line just after the header name.
15647 (rfc2047-b-encode-region): Removed.
15648 (rfc2047-b-encode-string): New function.
15649 (rfc2047-q-encode-region): Removed.
15650 (rfc2047-q-encode-string): New function.
15651
15652 * mm-util.el (mm-replace-in-string): New function.
15653
15654 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
15655
15656 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15657 get it right.
15658 (gnus-inews-make-draft): Really.
15659
15660 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
15661
15662 * nnmh.el (nnmh-request-list-1): Don't check the link count
15663 before descending. (small patch)
15664
15665 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15666
15667 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15668 stuff.
15669
15670 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15671 on real group name.
15672
15673 * gnus-art.el (gnus-signature-limit): Doc fix.
15674
15675 * gnus-msg.el (gnus-inews-make-draft): Quote list.
15676
15677 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15678
15679 * gnus-draft.el (gnus-draft-send): Bind
15680 rfc2047-encode-encoded-words.
15681
15682 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15683 (rfc2047-encodable-p): Say that =? needs encoding.
15684 (rfc2047-encode-encoded-words): New variable.
15685
15686 * gnus-group.el (gnus-group-select-group): Doc fix.
15687
15688 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15689
15690 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15691 to nil.
15692
15693 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15694
15695 * nnheader.el (nnheader-get-lines-and-char): New function.
15696
15697 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
15698
15699 * gnus-msg.el (gnus-summary-followup-with-original): Document
15700 yanking of region when active.
15701
15702 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
15703
15704 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15705 groups if the group level is higher than the specified value.
15706
15707 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
15708
15709 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15710 (gnus-group-jump-to-group): Added prefix argument using
15711 `gnus-group-jump-to-group-prompt'. Query before jumping to
15712 non-active group.
15713
15714 * compface.el (uncompface): Be verbose when changing
15715 `uncompface-use-external'.
15716
15717 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15718 handle manual section.
15719
15720 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
15721
15722 * gnus-art.el (gnus-button-alist): Revert previous change.
15723
15724 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
15725
15726 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15727
15728 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
15729
15730 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15731 whether backend can accept message.
15732
15733 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15734
15735 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
15736
15737 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15738 Avoid creating directory when nntp-marks-is-evil is true.
15739 Reported by Reiner Steib.
15740
15741 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
15742
15743 * gnus-picon.el (gnus-picon-style): New variable.
15744 (gnus-picon-insert-glyph): Added optional `nostring' argument.
15745 (gnus-picon-transform-address): Support `gnus-picon-style'. From
15746 Jesper Harder <harder@ifa.au.dk>.
15747
15748 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
15749
15750 * message.el (message-fill-field): Return point.
15751 (message-generate-headers): Go to end of field.
15752
15753 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15754 stuff for non-living groups.
15755
15756 2004-05-18 Jesper Harder <harder@ifa.au.dk>
15757
15758 * gnus-art.el (gnus-article-followup-with-original)
15759 (gnus-article-reply-with-original): gnus-mark-active-p ->
15760 gnus-region-active-p.
15761
15762 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
15763
15764 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15765 only when there is spam or ham to be processed.
15766
15767 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15768
15769 * mail-source.el (mail-source-delete-crash-box): Refactor.
15770 (mail-source-fetch): Use it.
15771 (mail-source-fetch-file): Ditto.
15772 (mail-source-fetch-directory): Run postscript in loop.
15773 (mail-source-fetch-pop): Delete.
15774 (mail-source-fetch-maildir): Ditto.
15775 (mail-source-fetch-imap): Ditto.
15776
15777 * imap.el (imap-authenticators): Comment out sasl.
15778
15779 * message.el (message-skip-to-next-address): New function.
15780 (message-fill-header-address): Refactor.
15781 (message-fill-address): Use it.
15782 (message-delete-address): Use it.
15783 (message-fill-header-general): Refactor.
15784 (message-fill-field-address): Rename.
15785 (message-narrow-to-field): Find the start of the header.
15786 (message-header-format-alist): Don't pre-fill.
15787 (message-fill-header): Removed.
15788 (message-insert-header): New function.
15789 (message-shorten-references): Use it.
15790
15791 * rfc2047.el (rfc2047-field-value): Strip props.
15792
15793 * mail-parse.el (mail-header-make-address): New alias.
15794
15795 * ietf-drums.el (ietf-drums-make-address): New function.
15796
15797 * imap.el: Add compiler directives.
15798
15799 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15800
15801 * gnus-art.el (article-decode-idna-rhs): Don't use
15802 message-idna-inside-rhs-p.
15803
15804 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15805
15806 * message.el (message-idna-inside-rhs-p): Removed.
15807 (message-idna-to-ascii-rhs-1): Use proper address parsing.
15808
15809 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15810 false positives.
15811
15812 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15813
15814 * imap.el (imap-sasl-make-mechanisms): Use sasl.
15815
15816 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15817
15818 * nneething.el (nneething-file-name): Don't create spurious
15819 files.
15820
15821 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15822 (gnus-inews-do-gcc): Remove sleep.
15823
15824 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15825 part under point.
15826
15827 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15828 (gnus-agent-regenerate-group): Using nil messages aren't valid.
15829
15830 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
15831
15832 * spam.el (spam-summary-prepare-exit): Fixed (length).
15833
15834 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
15835
15836 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15837 as expired without moving it" message when there are spam
15838 messages left.
15839
15840 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
15841
15842 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15843 header is not nil.
15844
15845 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
15846
15847 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15848 nntp-possibly-create-directory, not nntp-possibly-change-group.
15849 (nntp-marks-changed-p): New arg SERVER.
15850 (nntp-request-update-info): Adjust caller.
15851
15852 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
15853
15854 * nntp.el (nntp-save-marks): Pass missing arg.
15855
15856 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
15857
15858 * nntp.el: Support marks.
15859 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15860 (nntp-marks-modtime, nntp-marks-directory): New variables.
15861 (nntp-request-set-mark, nntp-request-update-info)
15862 (nntp-possibly-create-directory, nntp-marks-changed-p)
15863 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15864 functions.
15865
15866 2004-05-12 Jesper Harder <harder@ifa.au.dk>
15867
15868 * gnus-score.el (gnus-score-insert-help): Use
15869 gnus-select-lowest-window.
15870
15871 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15872 appt-select-lowest-window and rename to gnus-select-lowest-window.
15873
15874 * gnus.el: do.
15875
15876 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15877
15878 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15879 encodings of MIME-encoded words, in order to improve
15880 interoperability with several broken MUAs.
15881
15882 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15883
15884 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15885 tags, only when charsets are not specified in headers.
15886 (mm-inline-text-html-render-with-w3m): Ditto.
15887
15888 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15889
15890 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15891 instead of MIME-decoded from fields when checking
15892 `gnus-article-address-banner-alist'.
15893
15894 2004-05-03 Jesper Harder <harder@ifa.au.dk>
15895
15896 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15897 description rather than subject.
15898
15899 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15900
15901 * gnus.el (gnus-version-number): Bump.
15902
15903 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15904
15905 * gnus.el: No Gnus v0.2 is released.
15906
15907 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15908
15909 * gnus-agent.el (gnus-agent-read-agentview): Inline
15910 gnus-uncompress-range.
15911
15912 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15913
15914 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15915 `exec-installed-p'.
15916
15917 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15918
15919 * gnus.el (spam-process, spam-autodetect-methods): Add
15920 bsfilter and bsfilter-headers.
15921
15922 * spam.el (spam-bsfilter): New customize group.
15923 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15924 (spam-bsfilter-header, spam-bsfilter-probability-header)
15925 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15926 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15927 (spam-bsfilter-database-directory): New options.
15928 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15929 (spam-list-of-statistical-checks, spam-registration-functions):
15930 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15931 (spam-bsfilter-score): New command.
15932 (spam-check-bsfilter-headers, spam-check-bsfilter)
15933 (spam-bsfilter-register-with-bsfilter)
15934 (spam-bsfilter-register-spam-routine)
15935 (spam-bsfilter-unregister-spam-routine)
15936 (spam-bsfilter-register-ham-routine)
15937 (spam-bsfilter-unregister-ham-routine): New functions.
15938 (spam-generic-score): Support bsfilter; Accept an optional argument
15939 to recalcurate spam score even if scoring header has already been
15940 added.
15941 (spam-bogofilter-score, spam-spamassassin-score): Accept an
15942 optional argument to recalcurate spam score even if scoring header
15943 has already been added.
15944
15945 2004-04-29 Jesper Harder <harder@ifa.au.dk>
15946
15947 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15948 strings! Reported by David D. Smith <davidsmith@acm.org>.
15949 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15950 link is missing.
15951
15952 2004-04-28 Jesper Harder <harder@ifa.au.dk>
15953
15954 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15955 (html2text-get-attr): Rewrite.
15956
15957 * message.el (message-setup-1): Remove redundant put-text-property
15958 on mail-header-separator.
15959
15960 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
15961
15962 * gnus-registry.el (gnus-registry-cache-whitespace)
15963 (gnus-registry-action, gnus-registry-spool-action)
15964 (gnus-registry-split-fancy-with-parent): Change message levels
15965 from 5 to 3 or 7, as needed.
15966
15967 * spam.el (spam-summary-prepare-exit)
15968 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15969 (spam-split, spam-find-spam, spam-log-undo-registration)
15970 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15971 level from 5 to 6.
15972
15973 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
15974
15975 * gnus-ems.el: Autoload appt-select-lowest-window (revert
15976 2004-03-04 change).
15977
15978 2004-04-25 Jesper Harder <harder@ifa.au.dk>
15979
15980 * sieve-manage.el (sieve-manage-open):
15981 * nnweb.el (nnweb-insert-html):
15982 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15983 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15984 * nnspool.el (nnspool-request-group):
15985 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15986 * nnml.el (nnml-request-update-info):
15987 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15988 (nnmh-request-create-group, nnmh-update-gnus-unreads):
15989 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15990 (nnimap-request-set-mark):
15991 * nnfolder.el (nnfolder-request-update-info):
15992 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15993 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15994 * gnus-uu.el (gnus-uu-find-articles-matching):
15995 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15996 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15997 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15998 * gnus-nocem.el (gnus-nocem-scan-groups):
15999 * gnus-int.el (gnus-start-news-server):
16000 * gnus-group.el (gnus-group-make-kiboze-group)
16001 (gnus-group-browse-foreign-server):
16002 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16003 Use mapc when appropriate.
16004
16005 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
16006
16007 FIXME: Make separate entries for each person.
16008
16009 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16010 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16011 <shields@msrl.com>:
16012
16013 * spam.el (spam-necessary-extra-headers): Get the extra headers we
16014 may need for spam sorting and scoring.
16015 (spam-user-format-function-S): Add user format function suitable for
16016 general use.
16017 (spam-article-sort-by-spam-status): Add sorting function for summary
16018 sorting.
16019 (spam-extra-header-to-number): Add function to get a score from a
16020 header.
16021 (spam-summary-score): Add function to get a numeric score from the
16022 headers.
16023 (spam-generic-score): Fix function doc, was in wrong place.
16024 (spam-initialize): Take symbols when it's run, and install the
16025 extra headers that spam-necessary-extra-headers thinks we need.
16026
16027 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
16028
16029 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16030 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
16031
16032 2004-04-17 Jesper Harder <harder@ifa.au.dk>
16033
16034 * gnus-sum.el (gnus-set-global-variables)
16035 (gnus-build-all-threads, gnus-get-newsgroup-headers)
16036 (gnus-article-get-xrefs, gnus-summary-best-group)
16037 (gnus-summary-next-article, gnus-summary-enter-digest-group)
16038 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16039 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16040 Use with-current-buffer.
16041
16042 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
16043
16044 * spam.el (spam-summary-prepare-exit): Simplify logic.
16045 (spam-fetch-article-header): Read the article header if it's not
16046 available.
16047 (spam-list-articles): Simplify logic.
16048 (spam-filelist-register-routine): Fix bug with unregister-list.
16049
16050 * gnus-registry.el: Fix comments at beginning.
16051
16052 2004-04-16 Jesper Harder <harder@ifa.au.dk>
16053
16054 * message.el (message-cater-to-broken-inn): Remove.
16055 (message-shorten-references): Make sure the total folded length of
16056 References is shorter than 998 characters to cater to a bug in INN
16057 2.3. Also, don't pretend that references aren't folded -- this
16058 hasn't worked for a while.
16059
16060 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
16061
16062 * gnus-agent.el (gnus-agentize):
16063 gnus-agent-send-mail-real-function no longer set to current value
16064 of message-send-mail-function but rather a lambda that calls
16065 message-send-mail-function. The change makes the agent real-time
16066 responsive to user changes to message-send-mail-function.
16067
16068 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
16069
16070 * legacy-gnus-agent.el
16071 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16072 help from Florian Weimer <fw@deneb.enyo.de>
16073
16074 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
16075
16076 * nnmail.el (nnmail-cache-insert): Revert last change.
16077
16078 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
16079
16080 * nnmail.el (nnmail-cache-insert): Always check whether
16081 nnmail-cache-ignore-groups matches a group name.
16082
16083 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
16084
16085 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16086 (spam-find-spam, spam-log-processing-to-registry)
16087 (spam-log-registered-p, spam-log-unregistration-needed-p)
16088 (spam-log-undo-registration): Use gnus-message instead of
16089 gnus-error, none of these errors are fatal.
16090
16091 * gnus-registry.el (gnus-registry-clean-empty-function)
16092 (gnus-registry-clean-empty): Remove only empty entries without
16093 extra data.
16094
16095 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
16096
16097 * spam-stat.el (spam-stat-buffer-change-to-spam)
16098 (spam-stat-buffer-change-to-non-spam): Change (error) to
16099 (gnus-message 8) invocation.
16100
16101 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
16102
16103 * nntp.el (nntp-via-netcat-command): New variable.
16104 (nntp-via-netcat-switches): New variable.
16105 (nntp-open-via-rlogin-and-netcat): New function.
16106 (nntp-open-connection-function): Doc fix.
16107 (nntp-telnet-command): Doc fix.
16108 (nntp-end-of-line): Doc fix.
16109 (nntp-via-rlogin-command): Doc fix.
16110 (nntp-via-user-name): Doc fix.
16111 (nntp-via-address): Doc fix.
16112
16113 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
16114
16115 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16116 error in Emacs 21.1.
16117
16118 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
16119
16120 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16121
16122 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
16123
16124 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16125 (gnus-agent-with-refreshed-group): New macro.
16126 (gnus-agent-rename-group): New function.
16127 (gnus-agent-delete-group): New function.
16128 (gnus-agent-save-group-info): Use gnus-command-method when
16129 `method' parameter is nil. Don't write nil entries into the
16130 active file.
16131 (gnus-agent-get-group-info): New function.
16132 (gnus-agent-fetch-articles): Use
16133 gnus-agent-update-files-total-fetched-for to increment disk space
16134 used.
16135 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16136 gnus-agent-update-view-total-fetched-for to increment disk space
16137 used.
16138 (gnus-agent-get-local): Added optional parameters to avoid calling
16139 gnus-group-real-name and gnus-find-method-for-group.
16140 (gnus-agent-set-local): Delete stored entry if either min, or max,
16141 are nil.
16142 (gnus-agent-fetch-session): Reworded error/quit messages. On
16143 quit, use gnus-agent-regenerate-group to record existence of any
16144 articles fetched to disk before the quit occurred.
16145 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16146 gnus-agent-update-view-total-fetched-for, and
16147 gnus-agent-update-files-total-fetched-for to decrement disk space
16148 used.
16149 (gnus-agent-retrieve-headers): Use
16150 gnus-agent-update-view-total-fetched-for to increment disk space
16151 used.
16152 (gnus-agent-regenerate-group): Replace gnus-group-update-group
16153 with gnus-agent-update-files-total-fetched-for to decrement disk
16154 space and fresh group buffer.
16155 (gnus-agent-inhibit-update-total-fetched-for): New variable.
16156 (gnus-agent-need-update-total-fetched-for): New variable.
16157 (gnus-agent-update-files-total-fetched-for): New function.
16158 (gnus-agent-update-view-total-fetched-for): New function.
16159 (gnus-agent-total-fetched-for): New function.
16160
16161 * gnus-cache.el (gnus-cache-save-buffers): Use
16162 gnus-cache-update-overview-total-fetched-for to change disk space
16163 used by this group.
16164 (gnus-cache-possibly-enter-article): Use
16165 gnus-cache-update-file-total-fetched-for to increment disk space
16166 used by this group.
16167 (gnus-cache-possibly-remove-article): Use
16168 gnus-cache-update-file-total-fetched-for to decrement disk space
16169 used by this group.
16170 (gnus-cache-generate-nov-databases): Purge total fetched cache.
16171 (gnus-cache-rename-group): New function.
16172 (gnus-cache-delete-group): New function.
16173 (gnus-cache-inhibit-update-total-fetched-for): New variable.
16174 (gnus-cache-need-update-total-fetched-for): New variable.
16175 (gnus-cache-with-refreshed-group): New macro.
16176 (gnus-cache-update-file-total-fetched-for): New function.
16177 (gnus-cache-update-overview-total-fetched-for): New function.
16178 (gnus-cache-rename-group-total-fetched-for): New function.
16179 (gnus-cache-delete-group-total-fetched-for): New function.
16180 (gnus-cache-total-fetched-for): New function.
16181
16182 * gnus-group.el: Require gnus-sum and autoload functions to
16183 resolve warnings when gnus-group.el compiled alone.
16184 (gnus-group-line-format): Documented new %F.
16185 (size of Fetched data) group line format; identifies disk space
16186 used by agent and cache.
16187 (gnus-group-line-format-alist): Defined new F format.
16188 (gnus-total-fetched-for): New function.
16189 (gnus-group-delete-group): No longer update
16190 gnus-cache-active-altered as gnus-request-delete-group now keeps
16191 the cache in sync.
16192 (gnus-group-list-active): Let the agent store a server's active
16193 list if currently plugged.
16194
16195 * gnus-int.el (gnus-request-delete-group):
16196 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16197 local disk in sync with the server.
16198 (gnus-request-rename-group):
16199 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16200 local disk in sync with the server.
16201
16202 * gnus-start.el (gnus-get-unread-articles):
16203 Cosmetic simplification to logic.
16204
16205 * gnus-util.el (gnus-rename-file): New function.
16206
16207 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
16208
16209 * mm-util.el (mm-image-load-path): Handle nil in load-path.
16210
16211 2004-04-07 Jesper Harder <harder@ifa.au.dk>
16212
16213 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16214 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
16215
16216 2004-04-06 Jesper Harder <harder@ifa.au.dk>
16217
16218 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16219 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
16220
16221 2004-04-03 Jesper Harder <harder@ifa.au.dk>
16222
16223 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16224
16225 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
16226
16227 * spam.el (spam-set-difference): Add function to replace
16228 gnus-set-difference in spam.el.
16229 (spam-summary-prepare-exit): Use spam-set-difference.
16230
16231 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
16232
16233 * gnus-registry.el (gnus-registry-cache-file): Update to use
16234 gnus-dribble-directory OR gnus-home-directory OR ~.
16235 (gnus-registry-split-fancy-with-parent): Fix doc.
16236
16237 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
16238
16239 * message.el (message-exchange-point-and-mark): Use
16240 message-mark-active-p. Suggested by Jesper Harder
16241 <harder@ifa.au.dk>.
16242
16243 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
16244
16245 * message.el (message-exchange-point-and-mark): Don't activate
16246 region if it was inactive. Suggested by Hiroshi Fujishima
16247 <pooh@nature.tsukuba.ac.jp>.
16248
16249 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
16250
16251 * gnus-art.el (article-display-face): Display Faces in the same
16252 order as X-Faces.
16253
16254 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
16255
16256 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16257
16258 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
16259
16260 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16261 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16262 (gnus-article-mime-hierarchy): Remove.
16263 (gnus-article-mime-hierarchy-next): Remove.
16264 (gnus-article-mode): Revert 2004-03-19 change.
16265 (gnus-article-setup-buffer): Revert 2004-03-19 change.
16266 (gnus-insert-mime-button): Revert 2004-03-19 change.
16267 (gnus-mime-accumulate-hierarchy): Remove.
16268 (gnus-mime-enter-multipart): Remove.
16269 (gnus-mime-leave-multipart): Remove.
16270 (gnus-mime-display-part): Revert 2004-03-19 change.
16271 (gnus-mime-display-alternative): Revert 2004-03-19 change.
16272
16273 * mml.el (mml-preview): Revert 2004-03-19 change.
16274
16275 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
16276
16277 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16278
16279 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
16280
16281 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16282 t while entering a file name using the mm-with-multibyte macro.
16283 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16284
16285 * mm-util.el (mm-with-multibyte): New macro.
16286
16287 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
16288
16289 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16290 user option.
16291 (gnus-mime-multipart-functions): Doc and customization fix.
16292 (gnus-article-mime-hierarchy): New variable.
16293 (gnus-article-mime-hierarchy-next): New variable.
16294 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16295 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16296 gnus-article-mime-hierarchy-next to nil.
16297 (gnus-insert-mime-button): Show hierarchy numbers.
16298 (gnus-mime-accumulate-hierarchy): New function.
16299 (gnus-mime-enter-multipart): New function.
16300 (gnus-mime-leave-multipart): New function.
16301 (gnus-mime-display-part): Recompute hierarchical MIME structure.
16302 (gnus-mime-display-alternative): Show hierarchy numbers.
16303
16304 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16305 gnus-article-mime-hierarchy-next to nil.
16306
16307 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
16308
16309 * dns.el: Don't require gnus-xmas.
16310
16311 2004-03-17 Jesper Harder <harder@ifa.au.dk>
16312
16313 * mml.el (mml-generate-mime-1): Don't use format=flowed with
16314 inline PGP.
16315 (mml-menu): Disable mml-quote-region if mark is inactive.
16316
16317 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
16318
16319 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16320 when the group's active is not available.
16321
16322 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
16323
16324 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16325 error.
16326
16327 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
16328
16329 * imap.el (imap-store-password): New variable.
16330 (imap-interactive-login): Use it.
16331 Suggested by Mark Plaksin <happy@mcplaksin.org>.
16332
16333 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
16334
16335 * gnus-art.el (gnus-article-read-summary-keys): Restore new
16336 window-start and hscroll to summary window.
16337
16338 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
16339
16340 * gnus-start.el (gnus-convert-old-newsrc): Only write the
16341 conversion message to newsrc-dribble when an actual conversion is
16342 performed.
16343
16344 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
16345
16346 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16347
16348 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
16349
16350 * mm-decode.el (mm-complicated-handles): New function reviving
16351 former definition of mm-multiple-handles.
16352
16353 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16354 (gnus-mime-delete-part): Use it.
16355
16356 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
16357
16358 * gnus-agent.el (gnus-agent-read-local): Bind
16359 nnheader-file-coding-system to gnus-agent-file-coding-system to
16360 avoid the implicit assumption that they will always be equal.
16361 (gnus-agent-save-local): Bind buffer-file-coding-system, not
16362 coding-system-for-write, as the with-temp-file macro first prints
16363 to a buffer then saves the buffer.
16364
16365 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
16366
16367 * gnus-art.el (gnus-article-edit-part): New function.
16368 (gnus-mime-save-part-and-strip): Use it; do query instead of
16369 signaling an error; don't use mm-multiple-handles.
16370 (gnus-mime-delete-part): Ditto.
16371
16372 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
16373
16374 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16375 old file versions.
16376 (gnus-group-prepare-hook): Removed function that converted list
16377 form of gnus-agent-expire-days to group properties.
16378
16379 * gnus-int.el: Autoload gnus-agent-regenerate-group.
16380 (gnus-request-accept-article): Re-indented.
16381
16382 * gnus-start.el (gnus-convert-old-newsrc): Registered new
16383 converters to handle old agent file formats. Added logic for a
16384 "backup before upgrading warning".
16385 (gnus-convert-mark-converter-prompt): Developers can mark
16386 functions as needing (default), or not needing,
16387 gnus-convert-old-newsrc's "backup before upgrading warning".
16388 (gnus-convert-converter-needs-prompt): Tests whether the user
16389 should be protected from potentially irreversable changes by the
16390 function.
16391
16392 * legacy-gnus-agent.el: New. Provides converters that are only
16393 loaded when gnus-convert-old-newsrc needs to call them.
16394
16395 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
16396
16397 * mail-source.el (mail-source-touch-pop): Doc fix.
16398
16399 * message.el (message-smtpmail-send-it): Doc fix.
16400
16401 2004-03-05 Jesper Harder <harder@ifa.au.dk>
16402
16403 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16404
16405 * nnmail.el (nnmail-split-fancy): do.
16406
16407 * gnus-kill.el (gnus-kill, gnus-execute): do.
16408
16409 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
16410
16411 * gnus-sum.el (gnus-widget-reversible-match)
16412 (gnus-widget-reversible-to-internal)
16413 (gnus-widget-reversible-to-external): New functions.
16414 (gnus-widget-reversible): New widget.
16415 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16416
16417 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
16418
16419 * gnus-sum.el (gnus-thread-sort-functions)
16420 (gnus-article-sort-functions): Document `(not F)' items.
16421
16422 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
16423
16424 * spam.el (spam-use-gmane-xref): Add new backend.
16425 (spam-gmane-xref-spam-group): Add variable to control the name of the
16426 Gmane spam group.
16427 (spam-blackhole-servers, spam-blackhole-good-server-regex)
16428 (spam-regex-headers-spam, spam-regex-headers-ham)
16429 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16430 (spam-list-of-checks): Add spam-use-gmane-xref to list of
16431 backends and checks.
16432 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16433
16434 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16435 an autodetect method.
16436
16437 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
16438
16439 * gnus-int.el (gnus-request-accept-article): Inform the agent that
16440 articles are being added to a group.
16441 (gnus-request-replace-article): Inform the agent that articles
16442 need to be uncached as the cached contents are no longer valid.
16443
16444 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
16445
16446 * binhex.el: Don't autoload executable-find.
16447
16448 * canlock.el: Don't autoload mail-fetch-field.
16449
16450 * gnus-ems.el: Don't autoload appt-select-lowest-window.
16451
16452 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16453 rmail-dont-reply-to and rmail-output.
16454
16455 * gnus-score.el: Don't autoload ffap-string-at-point.
16456
16457 * gnus-setup.el: Don't autoload sc-cite-original.
16458
16459 * imap.el: Don't autoload base64-decode-string,
16460 base64-encode-string and md5.
16461
16462 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16463 and rmail-msg-restore-non-pruned-header.
16464
16465 * mm-decode.el: Don't autoload executable-find.
16466
16467 * mm-url.el: Don't autoload executable-find.
16468
16469 * mm-view.el: Don't autoload diff-mode.
16470
16471 * nndb.el: Don't autoload news-reply-mode, news-setup,
16472 cancel-timer and telnet.
16473
16474 * password.el: Don't autoload run-at-time for Emacs.
16475
16476 * sha1-el.el: Don't autoload executable-find.
16477
16478 * sieve-mode.el: Don't autoload c-mode.
16479
16480 * uudecode.el: Don't autoload executable-find.
16481
16482 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
16483
16484 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16485 (gnus-agent-possibly-alter-active): Avoid null in numeric
16486 comparison.
16487 (gnus-agent-set-local): Refuse to save null in local object table.
16488 (gnus-agent-regenerate-group): The REREAD parameter can now be a
16489 list of articles that will be marked as unread.
16490
16491 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
16492
16493 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16494
16495 2004-03-04 Jesper Harder <harder@ifa.au.dk>
16496
16497 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16498 language tags.
16499
16500 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
16501
16502 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16503 Don't bind "obarray".
16504
16505 * gnus-sum.el (gnus-thread-sort-functions): Added
16506 `gnus-thread-sort-by-most-recent-number' and
16507 `gnus-thread-sort-by-most-recent-date'.
16508 Reported by Kai Grossjohann <kai@emptydomain.de>.
16509
16510 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
16511
16512 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16513
16514 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
16515
16516 * gnus-cus.el (gnus-agent-customize-category): Removed
16517 ignore-errors macro reference that required cl to be loaded at
16518 run-time.
16519
16520 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16521 single-interval range of the form (min . max). Previously the
16522 range had to look like ((min . max)). Likewise, return
16523 (min . max) rather than ((min . max)).
16524 (gnus-range-map): Use gnus-range-normalize to accept
16525 single-interval range.
16526
16527 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16528 the cache, but not the agent, now appear with their usual face.
16529
16530 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
16531
16532 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16533 w3m-safe-url-regexp variable buffer-local.
16534
16535 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16536
16537 2004-02-27 Simon Josefsson <jas@extundo.com>
16538
16539 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16540 gnus-group-real-prefix.
16541 (gnus-summary-move-article): Use it, instead of
16542 gnus-group-real-prefix.
16543
16544 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
16545
16546 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16547 w3m-safe-url-regexp variable buffer-local and set it as the value
16548 of mm-w3m-safe-url-regexp.
16549
16550 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16551
16552 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16553 parsing gnus-posting-styles when the message is not for replying.
16554
16555 * nnrss.el (nnrss-opml-export): Use
16556 mm-set-buffer-file-coding-system instead of
16557 set-buffer-file-coding-system.
16558
16559 2004-02-27 Jesper Harder <harder@ifa.au.dk>
16560
16561 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16562 of checkdoc.el).
16563 * nnrss.el: do.
16564 * gnus-mlspl.el: do.
16565 * gnus-ml.el: do.
16566 * gnus-srvr.el: do.
16567
16568 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16569
16570 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
16571
16572 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16573 Corrections to custom-manual links.
16574
16575 * gnus-art.el (gnus-article): Ditto.
16576
16577 * mm-decode.el (mime-display, mime-security): Ditto.
16578
16579 2004-02-26 Jesper Harder <harder@ifa.au.dk>
16580
16581 * flow-fill.el: Typo.
16582
16583 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
16584
16585 * spam-wash.el: New file.
16586
16587 2004-02-26 Mark A. Hershberger <mah@everybody.org>
16588
16589 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16590
16591 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
16592
16593 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16594 to be run with new-articles as LIST1, not LIST2.
16595 (spam-registration-functions): Add spam-use-ham-copy as a nil
16596 registration backend.
16597
16598 2004-02-26 Jesper Harder <harder@ifa.au.dk>
16599
16600 * spam-stat.el (spam-stat-washing-hook): New option.
16601 (spam-stat-buffer-words): Use it.
16602 (spam-stat-process-directory, spam-stat-test-directory): Use
16603 insert-file-contents-literally.
16604 (spam-stat-coding-system): New variable.
16605 (spam-stat-load, spam-stat-save): Use it.
16606
16607 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
16608
16609 * spam-report.el (spam-report-plug-agent): Quote
16610 spam-report-url-to-file and spam-report-url-ping-plain.
16611
16612 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
16613
16614 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16615 / in mailto URLs.
16616
16617 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
16618
16619 * spam-report.el (spam-report-process-queue): Fix interactive use.
16620 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16621 (spam-report-unplug-agent): Doc fixes.
16622 (spam-report-url-ping-mm-url, spam-report-url-to-file)
16623 (spam-report-agentize, spam-report-deagentize): Autoload
16624
16625 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
16626
16627 * message.el (message-setup-fill-variables): Add mml tags to
16628 paragraph-start and paragraph-separate. Suggested by Andrew Korty
16629 <ajk@iu.edu>.
16630 (message-mode): Don't modify paragraph-separate there.
16631
16632 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
16633
16634 * compface.el (uncompface-use-external): Default to undecided.
16635 (uncompface-use-external-threshold): New variable.
16636 (uncompface-float-time): New macro.
16637 (uncompface): Determine whether to use the external decoder if
16638 uncompface-use-external is undecided.
16639
16640 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16641
16642 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16643 after images.
16644
16645 * gnus-art.el (gnus-mime-display-single): Remove dead code.
16646
16647 2004-02-14 Jesper Harder <harder@ifa.au.dk>
16648
16649 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16650
16651 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16652
16653 * gnus-sum.el (gnus-summary-limit-to-age)
16654 (gnus-summary-limit-children): do.
16655
16656 * gnus-int.el (gnus-request-scan): do.
16657
16658 * gnus-group.el (gnus-group-suspend): do.
16659
16660 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16661
16662 * gnus-cite.el (gnus-cite-parse-attributions): do.
16663
16664 * gnus-agent.el (gnus-summary-set-agent-mark)
16665 (gnus-agent-regenerate-group): do.
16666
16667 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16668
16669 * binhex.el (binhex-decode-region-internal): do.
16670
16671 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
16672
16673 * gnus-fun.el (gnus-face-properties-alist): New user option.
16674 (gnus-display-x-face-in-from): Use it.
16675
16676 * gnus-art.el (article-display-face): Ditto.
16677
16678 * compface.el (uncompface-use-external): Default to nil.
16679
16680 2004-02-12 Jesper Harder <harder@ifa.au.dk>
16681
16682 * nntp.el (nntp-erase-buffer): New function.
16683 (nntp-retrieve-data, nntp-send-command)
16684 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16685 (nntp-possibly-change-group): Use it.
16686
16687 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16688 with-current-buffer.
16689
16690 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
16691
16692 * compface.el: Merge the ELisp-based uncompface program.
16693 (compface): New customization group.
16694 (uncompface-use-external): New user option.
16695 (uncompface): Call uncompface-internal if uncompface-use-external
16696 is nil.
16697 (uncompface-internal): New function. Note that there are also
16698 some other functions and variables added for this function.
16699
16700 2004-02-10 Jesper Harder <harder@ifa.au.dk>
16701
16702 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16703 if necessary.
16704
16705 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
16706
16707 * spam-report.el (spam-report-unplug-agent)
16708 (spam-report-plug-agent, spam-report-deagentize)
16709 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16710 Add support for the Agent in spam-report: when unplugged, report to a
16711 file; when plugged, submit all the requests.
16712
16713 * spam.el (spam-register-routine): Fix message about
16714 registration.
16715
16716 2004-02-09 Jesper Harder <harder@ifa.au.dk>
16717
16718 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16719 dependencies.
16720 (rfc2047-encode): Use it.
16721
16722 * gnus-art.el (gnus-button-marker-list): Move before first
16723 reference.
16724
16725 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16726 (imap-parse-body): Fix format string mismatch.
16727
16728 * gnus-score.el (gnus-summary-increase-score): do.
16729
16730 * nnrss.el (nnrss-close): New function.
16731
16732 2004-02-08 Jesper Harder <harder@ifa.au.dk>
16733
16734 * nnrss.el (nnrss-make-filename): New function.
16735 (nnrss-request-delete-group, nnrss-read-server-data)
16736 (nnrss-save-server-data, nnrss-read-group-data)
16737 (nnrss-save-group-data): Use it.
16738 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16739 (nnrss-read-server-data, nnrss-read-group-data): Use load.
16740 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16741
16742 2004-02-07 Jesper Harder <harder@ifa.au.dk>
16743
16744 * mml.el (mml-compute-boundary-1): Don't uncompress files.
16745
16746 2004-02-06 Jesper Harder <harder@ifa.au.dk>
16747
16748 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16749 files.
16750
16751 * message.el (message-generate-headers-first): Don't quote nil
16752 and t in docstrings.
16753
16754 * imap.el (imap-id): do.
16755
16756 * gnus-agent.el (gnus-agent-consider-all-articles)
16757 (gnus-agent-queue-mail): do.
16758
16759 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
16760
16761 * spam-report.el (spam-report-process-queue): New function.
16762 Process requests from `spam-report-requests-file'.
16763 (spam-report-process-queue): Doc fix.
16764
16765 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
16766
16767 * spam.el (spam-register-routine)
16768 (spam-log-processing-to-registry, spam-log-registered-p)
16769 (spam-log-unregistration-needed-p, spam-log-undo-registration):
16770 Change "check" to "spam-check" for semi-clarity.
16771
16772 2004-02-05 Jesper Harder <harder@ifa.au.dk>
16773
16774 * pop3.el: Require nnheader.
16775
16776 * mml-smime.el: Require cl. Autoload message-fetch-field.
16777
16778 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16779
16780 * gnus-picon.el: Require cl.
16781
16782 * gnus-fun.el: Require gnus-ems and gnus-util.
16783
16784 * gnus.el (gnus-method-to-server): Move defsubst before first use.
16785
16786 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16787
16788 * gnus-art.el (gnus-article-edit-mode): Define before first
16789 reference.
16790
16791 2004-02-04 Jesper Harder <harder@ifa.au.dk>
16792
16793 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16794 (gnus-uu-post-encoded): Use point-at-bol.
16795
16796 * gnus-topic.el (gnus-group-active-topic-p): do.
16797
16798 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16799
16800 * gnus-group.el (gnus-group-kill-region): do.
16801
16802 * gnus-art.el (article-date-ut): do.
16803
16804 * message.el (message-fetch-field): Remove redundant
16805 case-fold-search binding.
16806 (message-narrow-to-field): Simplify.
16807
16808 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
16809
16810 * spam.el (spam-directory): Derive from `gnus-directory'.
16811
16812 * spam-report.el (spam-report-url-to-file)
16813 (spam-report-requests-file): New function and variable for offline
16814 reporting.
16815 (spam-report-url-ping-function): Add `spam-report-url-to-file'
16816 and user defined function.
16817 (spam-report-url-ping-mm-url): Remove doubled slash.
16818
16819 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
16820
16821 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16822
16823 2004-02-03 Jesper Harder <harder@ifa.au.dk>
16824
16825 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16826 format string mismatch.
16827
16828 * sieve.el (sieve-deactivate-all): do.
16829
16830 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16831
16832 * nnlistserv.el (nnlistserv-kk-wash-article): do.
16833
16834 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16835
16836 * mm-bodies.el (mm-7bit-chars): Don't include \r.
16837
16838 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
16839
16840 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16841 the list of checks.
16842
16843 2004-01-31 Jesper Harder <harder@ifa.au.dk>
16844
16845 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16846 padding.
16847
16848 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
16849
16850 * mm-view.el (mm-fill-flowed): New variable.
16851 (mm-inline-text): Use it.
16852
16853 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
16854
16855 * spam.el (spam-spamassassin-register-ham-routine)
16856 (spam-spamassassin-register-spam-routine): Fix function names.
16857
16858 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
16859
16860 * gnus.el (gnus-tmp-grouplens): Remove.
16861 (gnus-summary-line-format): Remove grouplens.
16862
16863 * gnus-group.el (gnus-group-line-format): Ditto.
16864
16865 * gnus-spec.el (gnus-format-specs): Ditto.
16866 (gnus-update-format-specifications): Flush the group format spec
16867 cache if there's the grouplens stuff.
16868 (gnus-parse-simple-format): Replace %l with the empty string.
16869
16870 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
16871
16872 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16873 omission.
16874
16875 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
16876
16877 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16878 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16879
16880 2004-01-25 Paul Jarc <prj@po.cwru.edu>
16881
16882 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16883 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16884 New macros and functions.
16885 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16886 Handle > NLINK_MAX messages.
16887 * nnmaildir.el (nnmaildir-request-set-mark): Use
16888 nnmaildir--emlink-p and nnmaildir--eexist-p.
16889
16890 2004-01-25 Alex Schroeder <alex@gnu.org>
16891
16892 * spam-stat.el (spam-stat-process-directory-age): New option.
16893 (spam-stat-process-directory): Use it.
16894
16895 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
16896
16897 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16898 (spam-stat-save): Accept prefix argument.
16899
16900 2004-01-23 Paul Jarc <prj@po.cwru.edu>
16901
16902 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16903 links" error.
16904
16905 2004-01-23 Jesper Harder <harder@ifa.au.dk>
16906
16907 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16908 compatibility with old .newsrc.eld files.
16909
16910 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16911
16912 * gnus-start.el (gnus-1): do.
16913
16914 * gnus-group.el (gnus-group-line-format-alist): do.
16915
16916 * gnus.el (gnus-use-grouplens, gnus-visual): do.
16917
16918 * gnus-gl.el: Remove.
16919
16920 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
16921
16922 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16923 marks consisting of a single range {for example, (3 . 5)} rather
16924 than a list of a single range { ((3 . 5)) }.
16925
16926 2004-01-23 Jesper Harder <harder@ifa.au.dk>
16927
16928 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16929 with-current-buffer.
16930 (spam-stat-store-current-buffer): Use insert-buffer-substring to
16931 avoid consing a string.
16932
16933 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16934 Remove obsolete entries for big5 and gb2312.
16935
16936 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
16937
16938 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16939 uncompressed list.
16940
16941 2004-01-22 Jesper Harder <harder@ifa.au.dk>
16942
16943 * spam-stat.el (spam-stat-strip-xref): New function.
16944 (spam-stat-process-directory): Use it.
16945
16946 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16947 here -- it's done in message-fetch-field.
16948
16949 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
16950
16951 * gnus-agent.el (gnus-agent-queue-mail)
16952 (gnus-agent-prompt-send-queue): New variables.
16953 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16954 * gnus-draft.el (gnus-group-send-queue): Pass the group name
16955 "nndraft:queue" along to gnus-draft-send. Use
16956 gnus-agent-prompt-send-queue.
16957 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16958 is "nndraft:queue". Suggested by Gaute Strokkenes
16959 <gs234@srcf.ucam.org>
16960
16961 * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16962 (agent-enable-undownloaded-faces): Added.
16963 (gnus-agent-cat-groups): Use eval-and-compile, not
16964 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16965 method of gnus-agent-cat-groups even when the buffer has been
16966 evaled.
16967 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16968 delete gnus-agent-save-active-1.
16969 (gnus-agent-save-groups): Deleted. Identical to
16970 gnus-agent-save-active.
16971 (gnus-agent-write-active): No longer adjust agent's copy of active
16972 file as agent's adjustments are now stored in their own
16973 file. Removed optional parameter.
16974 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16975 servers. Add use of min/max range limits from server's local
16976 file.
16977 (gnus-agent-save-alist): Removed unused optional argument.
16978 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16979 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16980 (gnus-agent-set-local): A per-server file that keeps min/max range
16981 limits for articles known to the agent. Provides a fast mechanism
16982 for altering many active ranges.
16983 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16984 active file (local makes it unnecessary).
16985 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16986
16987 * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16988 (agent-enable-undownloaded-faces): Added.
16989
16990 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16991 disable it when sending to "nndraft:queue".
16992 (gnus-group-send-queue): Add safety check to avoid sending queue
16993 when unplugged.
16994
16995 * gnus-group.el (gnus-group-catchup): Use new
16996 gnus-sequence-of-unread-articles, not
16997 gnus-list-of-unread-articles, to avoid exhausting memory with huge
16998 numbers of articles. Use gnus-range-map to avoid having to
16999 uncompress the unread list.
17000 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17001 Fixed invalid ange-ftp reference.
17002
17003 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17004 (gnus-sorted-range-intersection): Intersection of two ranges
17005 without requiring that they first be uncompressed.
17006
17007 * gnus-start.el (gnus-activate-group): Unless blocked by the
17008 caller, possibly expand the active range to include both cached
17009 and agentized articles.
17010 (gnus-convert-old-newsrc): Rewrote in anticipation of having
17011 multiple version-dependent converters.
17012 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17013 gnus-agent-save-active.
17014 (gnus-save-newsrc-file): Save dirty agent range limits.
17015
17016 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17017 gnus-agent-possibly-alter-active.
17018 (gnus-adjust-marked-articles): Faster handling of simple lists
17019
17020 2004-01-21 Jesper Harder <harder@ifa.au.dk>
17021
17022 * spam-stat.el (spam-stat-test-directory): New optional argument
17023 displays a list of files detected. Suggested by Andrew Cohen
17024 <cohen@andy.bu.edu>.
17025 (spam-stat-buffer-words-with-scores): Don't narrow and change
17026 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
17027
17028 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
17029
17030 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17031 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17032 (spam-spamassassin-arguments)
17033 (spam-spamassassin-spam-flag-header)
17034 (spam-spamassassin-positive-spam-flag-header)
17035 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17036 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17037 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17038 (spam-list-of-processors, spam-list-of-checks)
17039 (spam-list-of-statistical-checks, spam-registration-functions)
17040 (spam-check-spamassassin-headers, spam-check-spamassassin)
17041 (spam-spamassassin-score)
17042 (spam-spamassassin-register-with-sa-learn)
17043 (spam-spamassassin-register-spam-routine)
17044 (spam-spamassassin-register-ham-routine)
17045 (spam-assassin-register-spam-routine)
17046 (spam-assassin-register-ham-routine): Add SpamAssassin support.
17047 (spam-bogofilter-score): Fix to show article before scoring.
17048
17049 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
17050
17051 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17052 default scoring function.
17053 (spam-generic-score): Call spam-spamassassin-score if
17054 spam-use-spamassassin or spam-use-spamassassin-headers is on;
17055 spam-bogofilter-score otherwise.
17056
17057 * gnus.el (spam-process, spam-autodetect-methods): Add
17058 spamassassin and spamassassin-headers.
17059
17060 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
17061
17062 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17063 Suppress unnecessary messages.
17064
17065 2004-01-20 Jesper Harder <harder@ifa.au.dk>
17066
17067 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17068 make-hash-table.
17069
17070 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
17071
17072 * canlock.el (base64-encode-string): Don't autoload it.
17073
17074 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
17075
17076 * run-at-time.el: Remove useless (require 'itimer),
17077 eval-and-compile and (featurep 'xemacs).
17078
17079 2004-01-16 Jesper Harder <harder@ifa.au.dk>
17080
17081 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17082 GROUP is a virtual group.
17083
17084 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
17085
17086 * gnus.el: Autoload `message-y-or-n-p'.
17087
17088 2004-01-15 Jesper Harder <harder@ifa.au.dk>
17089
17090 * pgg-parse.el: Remove unnecessary (require 'custom).
17091
17092 * pgg-def.el: do.
17093
17094 * nnmail.el: do.
17095
17096 * gnus-undo.el: do.
17097
17098 * gnus-picon.el: do.
17099
17100 * gnus-util.el: do.
17101
17102 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
17103
17104 * gnus-sum.el (gnus-pick-line-number): Add autoload.
17105
17106 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
17107
17108 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17109 handle, as well as a list.
17110
17111 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17112 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17113 (mm-w3m-cid-retrieve): Simplify.
17114
17115 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
17116
17117 * message.el (message-kill-to-signature): Allow prefix arg to
17118 specify number of lines to keep before signature.
17119
17120 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
17121
17122 * message.el (message-kill-to-signature): Change docstring.
17123
17124 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
17125
17126 * canlock.el: Always require sha1-el.
17127 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17128
17129 * message.el: Autoload sha1 only when compiling.
17130
17131 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
17132
17133 * message.el (message-canlock-generate): Require sha1-el.
17134
17135 2004-01-13 Jesper Harder <harder@ifa.au.dk>
17136
17137 * message.el (message-expand-name): Silence the byte compiler.
17138
17139 2004-01-13 Simon Josefsson <jas@extundo.com>
17140
17141 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17142 Invoke gnus-score-mode. Reported by
17143 bojohan+news@dd.chalmers.se (Johan Bockgård).
17144
17145 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
17146 Jim Blandy <jimb@redhat.com> (tiny change).
17147
17148 2004-01-12 Jesper Harder <harder@ifa.au.dk>
17149
17150 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17151
17152 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
17153
17154 * spam.el (spam-get-article-as-string): Update to use
17155 gnus-request-article-this-buffer, much simpler.
17156 (spam-get-article-as-buffer): Remove.
17157
17158 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
17159
17160 * message.el (message-expand-name): Use EUDC if the user uses that.
17161
17162 2004-01-12 Jesper Harder <harder@ifa.au.dk>
17163
17164 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17165 character for the encoding to avoid consing a string.
17166
17167 * rfc2047.el (rfc2047-decode-string): Don't cons a string
17168 unnecessarily.
17169
17170 * mm-util.el (mm-replace-chars-in-string): Remove.
17171
17172 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17173 of mm-replace-chars-in-string.
17174
17175 2004-01-11 Jesper Harder <harder@ifa.au.dk>
17176
17177 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17178
17179 * mm-util.el (mm-subst-char-in-string): Support inplace.
17180
17181 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17182 a new string in every iteration. Use shy groups.
17183
17184 2004-01-10 Jesper Harder <harder@ifa.au.dk>
17185
17186 * gnus-srvr.el (gnus-browse-unsubscribe-group):
17187 * gnus-soup.el (gnus-soup-group-brew):
17188 * gnus-msg.el (gnus-put-message):
17189 * gnus-move.el (gnus-group-move-group-to-server):
17190 * gnus-kill.el (gnus-batch-score):
17191 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17192 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17193 (gnus-group-update-group, gnus-group-read-group)
17194 (gnus-group-make-group, gnus-group-make-help-group)
17195 (gnus-group-make-archive-group, gnus-group-make-directory-group)
17196 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17197 (gnus-group-sort-by-unread, gnus-group-catchup)
17198 (gnus-group-unsubscribe-group, gnus-group-kill-group)
17199 (gnus-group-yank-group, gnus-group-set-info)
17200 (gnus-group-list-groups):
17201 * gnus.el (gnus-generate-new-group-name):
17202 * gnus-delay.el (gnus-delay-send-queue):
17203 * nnvirtual.el (nnvirtual-catchup-group):
17204 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17205 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17206 (gnus-group-prepare-topics, gnus-topic-check-topology):
17207 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17208 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17209 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17210 (gnus-group-make-articles-read):
17211 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17212 (gnus-group-change-level, gnus-kill-newsgroup)
17213 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17214 (gnus-get-unread-articles, gnus-make-articles-unread)
17215 (gnus-make-ascending-articles-unread): Use accessor
17216 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17217 to get group information for improved readability.
17218
17219 2004-01-09 Jesper Harder <harder@ifa.au.dk>
17220
17221 * gnus-art.el (article-decode-mime-words, article-babel)
17222 (gnus-article-highlight-signature, gnus-article-add-buttons)
17223 (gnus-signature-toggle): Use gnus-with-article-buffer.
17224
17225 * gnus-art.el (gnus-article-highlight-headers)
17226 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17227
17228 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17229 (gnus-article-set-globals, gnus-request-article-this-buffer)
17230 (gnus-button-message-id, gnus-article-maybe-hide-headers)
17231 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17232 (gnus-mime-display-alternative): Use with-current-buffer.
17233
17234 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
17235
17236 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17237 also under 80 char limit, and call gnus-error if needed.
17238 (spam-fetch-article-header): Fix - it was a
17239 buffer-local variable (gnus-newsgroup-data).
17240 (spam-find-spam): Use spam-generate-fake-headers, forget about
17241 spam-insert-fake-headers.
17242 (spam-insert-fake-headers): Remove.
17243
17244 2004-01-09 Jesper Harder <harder@ifa.au.dk>
17245
17246 * deuglify.el (gnus-article-outlook-unwrap-lines)
17247 (gnus-outlook-rearrange-article)
17248 (gnus-outlook-repair-attribution-outlook)
17249 (gnus-outlook-repair-attribution-block)
17250 (gnus-outlook-repair-attribution-other): Remove redundant
17251 save-excursion.
17252
17253 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
17254
17255 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17256 (spam-fetch-field-subject-fast)
17257 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17258 (spam-fetch-article-header): Add functions to deal with Gnus
17259 internals for fast retrieval of article header data.
17260 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17261
17262 2004-01-09 Jesper Harder <harder@ifa.au.dk>
17263
17264 * pop3.el (pop3-md5): Remove.
17265 (pop3-apop): Replace pop3-md5 with md5.
17266
17267 * mm-bodies.el: base64 is always built-in.
17268
17269 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17270 with-current-buffer.
17271
17272 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
17273
17274 * canlock.el (canlock-insert-header): Remove excessive grouping in
17275 regexp.
17276
17277 * gnus-sum.el (gnus-summary-read-document): Ditto.
17278
17279 * gnus-uu.el (gnus-uu-part-number): Ditto.
17280
17281 * html2text.el (html2text-remove-tags): Ditto.
17282 (html2text-format-tags): Ditto.
17283 (html2text-format-single-elements): Ditto.
17284
17285 * mml.el (mml-parse-1): Ditto.
17286
17287 2004-01-08 Jesper Harder <harder@ifa.au.dk>
17288
17289 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17290
17291 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17292
17293 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17294
17295 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17296
17297 2003-11-15 Simon Josefsson <jas@extundo.com>
17298
17299 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17300 (pgg-gpg-lookup-key): Use regexp match instead of
17301 split-string (split-string is different between emacs 21.2 and
17302 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
17303
17304 2004-01-08 Jesper Harder <harder@ifa.au.dk>
17305
17306 * gnus-art.el (gnus-mime-view-all-parts)
17307 (gnus-article-part-wrapper, gnus-article-view-part): Use
17308 with-current-buffer.
17309
17310 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
17311
17312 * spam.el (spam-disable-spam-split-during-ham-respool)
17313 (spam-spamoracle-database, spam-cache-lookups)
17314 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17315 (spam-group-ham-mark-p, spam-group-spam-mark-p)
17316 (spam-group-ham-marks, spam-group-spam-marks)
17317 (spam-group-spam-contents-p, spam-group-ham-contents-p)
17318 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17319 also add spam-use-blackholes to the statistical checks.
17320 (spam-fetch-field-fast): Add interface to fetching fields, may
17321 become a macro.
17322 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17323 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17324 (spam-insert-fake-headers): Fake an article when needed.
17325 (spam-find-spam): Fake article when possible.
17326 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17327 (spam-check-bogofilter-headers): Use message-fetch-field instead
17328 of nnmail-fetch-field.
17329
17330 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
17331
17332 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17333
17334 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
17335
17336 * spam.el (spam-split): Do not require spam-use-CHECK to be
17337 enabled if that check is passed to spam-split explicitly; also
17338 fix so 'spam doesn't get converted to spam-split-group when
17339 spam-split-symbolic-return is t.
17340 (spam-find-spam): Find registrations of the article and use those
17341 instead of re-running spam-split to find the spam/ham
17342 classification of the article.
17343 (spam-log-processing-to-registry, spam-log-registered-p)
17344 (spam-log-unregistration-needed-p, spam-log-undo-registration):
17345 Use gnus-error instead of gnus-message.
17346 (spam-log-registration-type): Add function to determine the
17347 classification of a message based on registry entries; will
17348 return nil if both 'spam and 'ham are found.
17349 (spam-check-BBDB): Expand all the BBDB macros here so we can have
17350 a reasonably fast local cache without the loading errors.
17351 (spam-cache-lookups): Set to t by default.
17352 (spam-find-spam): Don't try to guess spam-cache-lookups.
17353 (spam-enter-whitelist, spam-enter-blacklist): Clear the
17354 spam-caches entry.
17355 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17356 caching of whitelist/blacklist entries.
17357 (spam-check-whitelist, spam-check-blacklist): Invoke
17358 spam-from-listed-p with a type, not a cache variable.
17359 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17360
17361 2004-01-07 Jesper Harder <harder@ifa.au.dk>
17362
17363 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17364
17365 * nnmail.el (nnmail-split-fancy): do.
17366
17367 * mml.el (mml-parse): do.
17368
17369 * gnus-score.el (gnus-enter-score-words-into-hashtb)
17370 (gnus-score-adaptive): do.
17371
17372 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
17373
17374 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17375 (gnus-mime-button-map): Don't set keymap parent.
17376 (gnus-button-ctan-directory-regexp): Use shy grouping.
17377 (gnus-prev-page-map): Don't set keymap parent.
17378 (gnus-prev-page-map): Remove duplicated one.
17379 (gnus-next-page-map): Don't set keymap parent.
17380 (gnus-mime-security-button-map): Ditto.
17381
17382 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17383 version number.
17384
17385 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17386
17387 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
17388
17389 * canlock.el (canlock-sha1-function): Remove.
17390 (canlock-sha1-function-for-verify): Remove.
17391 (canlock-openssl-program): Remove.
17392 (canlock-openssl-args): Remove.
17393 (canlock-ignore-errors): Remove.
17394 (canlock-sha1-with-openssl): Remove.
17395 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17396 (canlock-verify): Don't use canlock-ignore-errors.
17397
17398 * sha1-el.el (sha1-string-external): Make it can return a string
17399 in binary form.
17400 (sha1-region-external): Ditto.
17401 (sha1-string-internal): Ditto.
17402 (sha1-region-internal): Ditto.
17403 (sha1-region): Ditto.
17404 (sha1-string): Ditto.
17405 (sha1): Ditto.
17406
17407 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
17408
17409 * spam.el (spam-report-articles-gmane): New command.
17410
17411 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
17412
17413 * gnus.el: Don't make unnecessary *Group* buffer when loading.
17414
17415 * run-at-time.el (run-at-time-saved): Remove.
17416 (run-at-time): Doc fix.
17417
17418 2004-01-07 Jesper Harder <harder@ifa.au.dk>
17419
17420 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17421 (gnus-summary-limit-map): Add it.
17422 (gnus-summary-make-menu-bar): do.
17423
17424 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
17425
17426 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17427 Make attempt at some caching support (done for BBDB only now).
17428 (spam-find-spam): Set spam-cache-lookups if there are more than 2
17429 addresses to be checked.
17430 (spam-clear-cache-BBDB): Add function, to be invoked by
17431 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17432 (spam-check-BBDB): Check and use the caches, if
17433 spam-cache-lookups is on, remove superfluous (provide).
17434
17435 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
17436
17437 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17438
17439 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
17440
17441 * run-at-time.el (run-at-time-saved): Move to after the definition
17442 of `run-at-time'.
17443
17444 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
17445
17446 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17447 mm-w3m-local-map-property.
17448
17449 * mm-view.el (mm-w3m-mode-map): Remove.
17450 (mm-w3m-local-map-property): Remove.
17451 (mm-inline-text-html-render-with-w3m): Don't use
17452 mm-w3m-local-map-property.
17453
17454 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
17455
17456 * run-at-time.el: New file.
17457
17458 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17459 of gnus-set-text-properties.
17460
17461 * gnus-uu.el (gnus-uu-save-article): Ditto.
17462
17463 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17464
17465 * gnus-cite.el (gnus-cite-parse): Ditto.
17466
17467 * gnus-art.el (gnus-button-push): Use set-text-properties instead
17468 of gnus-.
17469
17470 * gnus.el: Changed calls to nnheader-run-at-time and
17471 password-run-at-time throughout to use run-at-time directly.
17472
17473 * password.el: Removed definition of run-at-time.
17474
17475 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
17476
17477 * mml.el (mml-minibuffer-read-disposition): Show attachment type
17478 in prompt.
17479
17480 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
17481
17482 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17483 XEmacs version.
17484
17485 * dns.el (dns-make-network-process): Use `open-network-stream'
17486 instead of `gnus-xmas-open-network-stream'.
17487
17488 * .cvsignore: Add auto-autoloads.el, custom-load.el.
17489
17490 2004-01-06 Jesper Harder <harder@ifa.au.dk>
17491
17492 * gnus-art.el (gnus-mime-display-alternative)
17493 (gnus-insert-mime-button, gnus-insert-mime-security-button)
17494 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17495 Don't use gnus-local-map-property.
17496
17497 * gnus-util.el (gnus-local-map-property): Remove.
17498
17499 * mm-view.el (mm-view-pkcs7-decrypt): Replace
17500 gnus-completing-read-maybe-default with completing-read.
17501
17502 * gnus-util.el (gnus-completing-read): do.
17503 (gnus-completing-read-maybe-default): Remove.
17504
17505 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
17506
17507 * password.el: Only autoload `run-at-time' if not XEmacs.
17508 Only autoload the itimer functions if XEmacs.
17509
17510 2004-01-06 Jesper Harder <harder@ifa.au.dk>
17511
17512 * gnus-art.el (gnus-read-string): Remove.
17513 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17514 read-string.
17515
17516 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
17517
17518 * netrc.el: Autoload password-read.
17519 (netrc): Add configuration group.
17520 (netrc-encoding-method, netrc-openssl-path): Add
17521 variables for encoding and decoding of files with symmetric
17522 ciphers.
17523 (netrc-encode): Add assistant function to encode a file with
17524 netrc-encoding-method.
17525 (netrc-parse): Add interactive parameter, added optional
17526 decoding if netrc-encoding-method is non-nil but otherwise
17527 behavior is standard.
17528 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17529 Do s/encode/encrypt/ everywhere.
17530
17531 * spam.el: Remove executable-find autoload.
17532
17533 2004-01-05 Jesper Harder <harder@ifa.au.dk>
17534
17535 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17536
17537 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17538
17539 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
17540
17541 * gnus-art.el (gnus-treat-ansi-sequences)
17542 (article-treat-ansi-sequences): New variable and function.
17543 Suggested by Dan Jacobson <jidanni@jidanni.org>.
17544
17545 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17546 Use it.
17547
17548 2004-01-05 Jesper Harder <harder@ifa.au.dk>
17549
17550 * mm-util.el (mm-quote-arg): Remove.
17551
17552 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17553 shell-quote-argument.
17554
17555 * gnus-uu.el (gnus-uu-command): do.
17556
17557 * gnus-sum.el (gnus-summary-insert-pseudos): do.
17558
17559 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17560 with make-char.
17561
17562 * mm-util.el (mm-make-char): Remove.
17563
17564 * mml.el (mml-mode): Replace gnus-add-minor-mode with
17565 add-minor-mode.
17566
17567 * gnus-undo.el (gnus-undo-mode): do.
17568
17569 * gnus-topic.el (gnus-topic-mode): do.
17570
17571 * gnus-sum.el (gnus-dead-summary-mode): do.
17572
17573 * gnus-start.el (gnus-slave-mode): do.
17574
17575 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17576
17577 * gnus-ml.el (gnus-mailing-list-mode): do.
17578
17579 * gnus-gl.el (gnus-grouplens-mode): do.
17580
17581 * gnus-draft.el (gnus-draft-mode): do.
17582
17583 * gnus-dired.el (gnus-dired-mode): do.
17584
17585 * gnus-ems.el (gnus-add-minor-mode): Remove.
17586
17587 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17588 Replace gnus-char-width with char-width.
17589
17590 * gnus-ems.el (gnus-char-width): Remove.
17591
17592 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17593 Replace gnus-char-width with char-width.
17594
17595 * gnus-ems.el (gnus-char-width): Remove.
17596
17597 * spam-stat.el (with-syntax-table): Remove with-syntax-table
17598 definition.
17599 Remove Emacs 20 hash table compatibility code.
17600
17601 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17602 20 compatibility code.
17603
17604 * spam.el (spam-point-at-eol): Replace with point-at-eol.
17605
17606 * smime.el (smime-point-at-eol): Replace with point-at-eol.
17607
17608 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17609 with point-at-{eol,bol}.
17610
17611 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17612
17613 * imap.el (imap-point-at-eol): Replace with point-at-eol.
17614
17615 * flow-fill.el (fill-flowed-point-at-bol)
17616 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17617
17618 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17619 Replace with point-at-{eol,bol} throughout all files.
17620
17621 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
17622
17623 * ntlm.el (ntlm-string-as-unibyte): New macro.
17624 (ntlm-build-auth-response): Use it.
17625
17626 Remove Emacs 20 stuff:
17627 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17628 of delq and copy-sequence.
17629 * gnus-art.el (popup-menu): Remove the compiler macro.
17630 * nnmail.el (nnmail-split-fancy): Don't support customizing with
17631 Emacs 20.
17632
17633 2004-01-05 Simon Josefsson <jas@extundo.com>
17634
17635 * ntlm.el: Fix namespace. Change smb-passwd-hash into
17636 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17637 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17638 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17639 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17640 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17641 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17642 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17643 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17644 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17645 ntlm-string-permute, string-lshift into ntlm-string-lshift,
17646 string-xor into ntlm-string-xor. Suggested by
17647 Jesper Harder <harder@myrealbox.com>.
17648
17649 * ntlm.el: Don't include poem.
17650
17651 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
17652 Jesper Harder <harder@myrealbox.com>.
17653
17654 * sasl-ntlm.el, ntlm.el, md4.el: New files.
17655
17656 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
17657 probably breaks emacs with DL patch, but do we care? Is anyone
17658 still using the DL stuff?)
17659
17660 * sieve-manage.el: Use the password package.
17661 (sieve-manage-read-passwd): Remove.
17662 (sieve-manage-interactive-login): Use password. Re-add
17663 condition-case around loop.
17664
17665 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17666 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17667 the password package.
17668
17669 2003-02-19 Simon Josefsson <jas@extundo.com>
17670
17671 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17672 token.
17673
17674 2002-08-07 Simon Josefsson <jas@extundo.com>
17675
17676 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17677 (sieve-manage-authenticators):
17678 (sieve-manage-authenticator-alist): Add some SASL mechs.
17679 (sieve-sasl-auth): New function.
17680 (sieve-manage-cram-md5-auth):
17681 (sieve-manage-plain-auth): Rewrite using SASL library.
17682 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17683 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17684 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17685 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17686
17687 2004-01-05 Simon Josefsson <jas@extundo.com>
17688
17689 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17690 New files.
17691
17692 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17693
17694 * gnus-group.el (gnus-no-groups-message): Update.
17695
17696 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17697
17698 2003-11-09 Simon Josefsson <jas@extundo.com>
17699
17700 * imap.el: Support for ID IMAP extension (RFC 2971).
17701 (imap-local-variables): Add imap-id.
17702 (imap-id): New variable.
17703 (imap-id): New function.
17704 (imap-parse-response): Parse untagged ID response.
17705 * nnimap.el (nnimap-id): New variable.
17706 (nnimap-open-connection): Use it.
17707
17708 2003-12-28 Simon Josefsson <jas@extundo.com>
17709
17710 * gnus-score.el (gnus-score-edit-all-score): New.
17711 * gnus-group.el (gnus-group-score-map): Bind it to W e.
17712
17713 2004-01-04 Simon Josefsson <jas@extundo.com>
17714
17715 * password.el: Add.
17716
17717 2004-01-04 Mario Lang <lang@zid.tugraz.at>
17718
17719 * dns.el (dns-query-types): Fix typo.
17720 (dns-query-types): New function.
17721 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
17722 PTR and SOA replies, see RFC 1035.
17723
17724 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17725
17726 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17727
17728 * Moved to Changelog.2.
17729
17730 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17731
17732 * gnus.el (gnus-version-number): Bump version.
17733
17734 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17735
17736 * gnus.el: No Gnus v0.1 is released.
17737
17738 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17739
17740 * gnus.el: No Gnus v0.0 is released.
17741
17742 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17743
17744 * gnus.el (gnus-version-number): Bump.
17745 (gnus-version): No.
17746
17747 See ChangeLog.2 for earlier changes.
17748
17749 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
17750
17751 This file is part of GNU Emacs.
17752
17753 GNU Emacs is free software: you can redistribute it and/or modify
17754 it under the terms of the GNU General Public License as published by
17755 the Free Software Foundation, either version 3 of the License, or
17756 (at your option) any later version.
17757
17758 GNU Emacs is distributed in the hope that it will be useful,
17759 but WITHOUT ANY WARRANTY; without even the implied warranty of
17760 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17761 GNU General Public License for more details.
17762
17763 You should have received a copy of the GNU General Public License
17764 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
17765
17766 ;; Local Variables:
17767 ;; coding: utf-8
17768 ;; fill-column: 79
17769 ;; add-log-time-zone-rule: t
17770 ;; End: