]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
gnus-start.el (gnus-read-active-for-groups): Check only subscribed groups.
[gnu-emacs] / lisp / gnus / ChangeLog
1 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4 groups; replace mapcar with dolist which is a bit faster; pass groups
5 info to gnus-read-active-file-1.
6 (gnus-read-active-file-1): Scan only specified groups if the new
7 optional arg `infos' is given.
8
9 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
10
11 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
12
13 * pop3.el (pop3-movemail): Removed.
14 (pop3-streaming-movemail): Renamed to pop3-movemail.
15
16 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
17 don't restrict end-tag searches to the end of the line.
18
19 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
20
21 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
22 articles of every unchecked group to t, which means unknown since the
23 server has never been opened.
24
25 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
26
27 * gnus-html.el (gnus-html-show-alt-text): New command.
28 (gnus-html-browse-image): Ditto.
29 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
30 to browse the image directly.
31 (gnus-html-wash-tags): Search for images first, so that <a><img> works
32 better.
33
34 * gnus-async.el (gnus-async-article-callback): Call
35 `gnus-html-prefetch-images' unconditionally.
36
37 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
38 before feeding URLs to curl.
39
40 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
41
42 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
43 internal images as deletable by `W D D'.
44
45 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
46 (gnus-async-article-callback): Fix typo.
47
48 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
49
50 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
51 current line to work around bugs in the output from w3m.
52
53 * gnus-async.el (gnus-async-article-callback): Always prefetch images
54 for groups that want that.
55
56 * nntp.el (nntp-wait-for-string): Supply a timeout for
57 accept-process-output to ensure progress.
58
59 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
60 level to get unread articles from, then use that for foreign groups,
61 too.
62
63 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
64 confuses the rest of the function.
65
66 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
67 for the methods that support -retrieve-groups, too.
68
69 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
70
71 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
72
73 * pop3.el: Require cl when compiling.
74 (pop3-number-of-responses): Search for "+OK", not "+OK ".
75
76 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
77
78 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
79 that aren't going to be activated.
80 (gnus-get-unread-articles): Fix up the last commit.
81
82 * gnus-html.el (gnus-article-html): Allow calling without specifying
83 the handle. In that case, dissect the buffer first.
84
85 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
86
87 * nnimap.el (nnimap-open-connection): Revert the change that would look
88 into authinfo for imaps instead of imap.
89
90 * gnus-start.el (gnus-activate-group): Take an optional parameter to
91 say that you don't want to call gnus-request-group with don-check, but
92 do check the reponse. This is for virtual groups only.
93 (gnus-get-unread-articles): Count the archive groups as secondary, so
94 that they're activated the same way as before.
95
96 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
97 case-insensitively.
98 (nnimap-debug): Removed.
99
100 * mail-source.el (mail-source-fetch): Don't message if we're fetching
101 mail from a file, and the file doesn't exist.
102
103 * pop3.el (pop3-streaming-movemail): Return t for success.
104
105 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
106 .authinfo if we're using ssl connection.
107
108 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
109 already have if we're in a main Gnus `g' run.
110
111 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
112
113 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
114
115 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
116
117 * nnmh.el (nnmh-request-list-1): Bind `file'.
118
119 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
120 alias to set-process-query-on-exit-flag or process-kill-without-query.
121 (pop3-open-server): Use it.
122
123 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
124
125 * mail-source.el (mail-source-delete-crash-box): Always move the crash
126 box to the Incoming file. Fixes mistake in previous checkin.
127
128 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
129 request loop (for debugging purposes) removed.
130
131 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
132 culprit is more visible.
133 (nnml-save-incremental-nov, nnml-open-incremental-nov)
134 (nnml-add-incremental-nov): New functions to do "incremental" nov
135 updates, where we just append to the end of the existing nov files
136 without reading/writing them in full.
137
138 * mail-source.el (mail-source-delete-crash-box): Really only check the
139 incoming files once in a while.
140
141 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
142
143 * mail-source.el (mail-source-delete-crash-box): Only check the
144 incoming files for deletion once per day to save a lot of file
145 accesses.
146
147 * pop3.el (pop3-logon): Fix up unbound variable typo.
148
149 * mail-source.el (pop3-streaming-movemail): Autoload.
150
151 * pop3.el (pop3-streaming-movemail): Respect
152 pop3-leave-mail-on-server.
153
154 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
155 retrieval.
156
157 * pop3.el (pop3-process-filter): Removed unused function.
158 (pop3-streaming-movemail, pop3-send-streaming-command)
159 (pop3-wait-for-messages, pop3-write-to-file)
160 (pop3-number-of-responses): New functions for streaming pop3
161 retrieval.
162
163 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
164 come from no known methods.
165 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
166 list.
167
168 * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
169 message sizes.
170 (pop3-movemail): Use erase-buffer instead of looping and deleting
171 regions, which seems rather odd.
172
173 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
174 file once per `g' run.
175
176 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
177 directories. This makes the draft queue directory work.
178
179 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
180 data from the backends, so that we only request the list of groups from
181 each method once. This should speed things up considerably.
182
183 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
184 detect that it's not implemented.
185
186 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
187 we actually do recurse down into the tree, but don't stat all leaf
188 nodes.
189
190 * gnus-html.el (gnus-html-show-images): If there are no images to show,
191 then say so instead of bugging out.
192
193 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
194 files exist before trying to read them.
195
196 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
197 around <pre_int>.
198
199 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
200
201 * nnmh.el (nnmh-request-list-1): Optimize for speed.
202
203 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
204
205 * mm-util.el (mm-image-load-path): Just return the image directories,
206 not all directories in the path in addition to the image directories.
207 (mm-image-load-path): Maintain a cache of the image directories so that
208 the `g' command in Gnus doesn't have to stat dozens of directories each
209 time.
210
211 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
212 (gnus-html-wash-tags): Add a new `i' command to insert images.
213 (gnus-html-insert-image): New command and keystroke.
214 (gnus-html-redisplay-with-images): New command and keystroke.
215 (gnus-html-show-images): Renamed command.
216 (gnus-html-wash-tags): Remove more white space before <pre_int> image
217 spacers.
218 (gnus-html-wash-tags): Decode entities at the end, so that entities
219 inside the tags don't mess up the rest of the "parsing".
220
221 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
222 so that nnimap methods aren't agentized by default. There's apparently
223 many problems related to agent/imap behaviour.
224
225 * gnus-art.el (gnus-article-copy-string): New command and key binding.
226
227 * gnus-html.el: Doc fix.
228
229 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
230
231 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
232 glyph-width and glyph-height instead of display-graphic-p and
233 image-size; make avoidance of displaying small images work for XEmacs.
234
235 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
236 for XEmacs.
237
238 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
239 of symbol that holds plist data.
240 (gnus-process-plist): Remove plist of process after getting it.
241
242 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
243
244 * message.el (message-generate-hashcash): Change default to
245 'opportunistic if hashcash is installed.
246
247 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
248 (gnus-html-put-image): Only call image-size once, since it's somewhat
249 time-consuming on remote X servers.
250
251 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
252
253 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
254 decoded contents.
255 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
256
257 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
258
259 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
260 group line format, since it isn't very interesting.
261
262 * gnus-agent.el (gnus-agent-short-article),
263 (gnus-agent-long-article): Increase values for these two variables,
264 since most people are likely to have more network connection and
265 storage than before.
266
267 * gnus.el (gnus-refer-article-method): Change default to 'current.
268 When referring an article, the common behaviour is to refer it from the
269 current select method, not the native select method. The chances of
270 the native select method having the message in question is rather slim
271 these days.
272
273 * gnus-sum.el (gnus-auto-select-subject): Change default to
274 `unseen-or-unread'. I think it's likely that most people want to
275 select an unseen article over a previously seen, but unread one.
276
277 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
278 means that in the article buffer none of the minor mode elements will
279 be shown, usually, and this is not desirable in most cases.
280
281 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
282 that commands like `d' (and the like) go to the next line in the
283 buffer, instead of the next unread article. I think this is the
284 behaviour that is most natural for most users.
285 (gnus-single-article-buffer): Change default to nil, so that people can
286 have as many article buffers open as they have summary buffer. I think
287 this is the most natural way for the groups to behave.
288
289 * message.el (message-generate-new-buffers): Change default to
290 `unsent', so that all new message buffers start their names with the
291 string "*unsent", and it's easier to find the buffers if you move from
292 them.
293
294 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
295
296 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
297 small. They're probably tracking images.
298 (gnus-html-wash-tags): Remove all <pre_int> place holders.
299 (gnus-html-rescale-image): Yet another try at getting the image sizing
300 right.
301
302 * nntp.el (nntp-request-set-mark): Refuse to do marks if
303 nntp-marks-file-name is nil.
304
305 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
306
307 * gnus-html.el (gnus-html-wash-tags)
308 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
309 Better logging.
310
311 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
312
313 * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
314
315 * gnus-html.el (gnus-html-wash-tags): Check the value of
316 gnus-blocked-images in the summary buffer.
317
318 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
319
320 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
321
322 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
323
324 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
325 like "a", it seems like.
326 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
327 since it needs to be picked from the correct buffer.
328
329 * nnwfm.el: Removed.
330
331 * nnlistserv.el: Removed.
332
333 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
334
335 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
336 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
337
338 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
339
340 * nnkiboze.el: Removed.
341
342 * nndb.el: Removed.
343
344 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
345 alt text.
346 (gnus-html-rescale-image): Try to get the rescaling logic right for
347 images that are just wide and not tall.
348
349 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
350 overshadow variable bindings.
351
352 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
353
354 * gnus-html.el (gnus-html-wash-tags)
355 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
356 extra logging.
357
358 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
359
360 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
361 (gnus-max-image-proportion): New variable.
362 (gnus-html-rescale-image): New function.
363 (gnus-html-put-image): Rescale images.
364
365 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
366
367 Fix up some byte-compiler warnings.
368 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
369 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
370 (gnus-article-fill-cited-article, gnus-article-hide-citation)
371 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
372 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
373 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
374 (gnus-group-update-group): Use save-excursion and with-current-buffer.
375
376 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
377
378 * gnus-html.el (gnus-article-html): Decode contents by charset.
379
380 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
381
382 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
383 (gnus-html-frame-width, gnus-blocked-images)
384 * message.el (message-prune-recipient-rules): Add custom version.
385 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
386
387 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
388 functions.
389
390 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
391 gnus-process-get.
392
393 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
394
395 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
396 instead of lsub directly.
397
398 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
399
400 * nnwarchive.el: Removed.
401
402 * gnus-soup.el: Removed.
403
404 * nnsoup.el: Removed.
405
406 * nnultimate.el: Removed.
407
408 * gnus-html.el (gnus-blocked-images): New variable.
409
410 * message.el (message-prune-recipients): New function.
411 (message-prune-recipient-rules): New variable.
412
413 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
414 guess whether a long line is natural text or not.
415
416 * gnus-html.el (gnus-html-schedule-image-fetching): Use
417 gnus-process-plist and friends for compatibility.
418
419 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
420
421 * gnus-html.el: Require packages that define macros used in this file.
422 (gnus-article-mouse-face): Declare to silence byte-compiler.
423 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
424 process-get.
425 (gnus-html-put-image): Use plist-get to avoid getf.
426 (gnus-html-prefetch-images): Use with-current-buffer.
427
428 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
429
430 * gnus-ems.el: Provide compatibility functions for
431 gnus-set-process-plist.
432
433 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
434 * gnus.el (gnus-valid-select-methods)
435 * message.el (message-send-mail-partially-limit)
436 * mm-decode.el (mm-text-html-renderer)
437 * mml.el (mml-insert-mime-headers-always)
438 * smiley.el (smiley-regexp-alist): Bump custom version.
439
440 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
441
442 * gnus-html.el: require mm-url.
443 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
444 with the url to `url'.
445 (gnus-html-wash-tags): Support cid: URLs/images.
446
447 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
448
449 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
450 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
451 bindings, as they aren't useful at all. `w' is moved to `W w'.
452
453 * gnus-move.el: Removed file, since it doesn't really work.
454
455 * gnus-html.el (gnus-article-html): Tell w3m that the input is
456 UTF-8. This seems to fix problems with some German web feeds.
457
458 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
459 at the top so that the proper colours are applied.
460
461 * gnus-art.el (gnus-article-view-part): Doc fix.
462
463 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
464 XEmacs-compatible.
465 (gnus-html-put-image): Don't do images on non-graphic displays.
466
467 * nnslashdot.el: Removed this unused backend.
468
469 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
470 actions.
471 (gnus-undo-register-1): Revert last change.
472
473 * gnus-group.el (gnus-group-completing-read): Protect against not
474 having completion-styles bound.
475
476 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
477 make broken recipients happier.
478
479 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
480
481 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
482 point parameter.
483
484 * gnus-group.el (gnus-group-completing-read): Add 'substring to
485 completion-styles for group selection.
486
487 2009-02-04 Andreas Schwab <schwab@suse.de>
488
489 * gnus-score.el (gnus-score-string): Fix regex for matching extra
490 headers and regexp-quote the match if necessary.
491
492 2009-03-24 Miles Bader <miles@gnu.org>
493
494 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
495 the blinking smiley.
496
497 2009-03-24 Simon Josefsson <simon@josefsson.org>
498
499 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
500 blink smiley.
501
502 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
503
504 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
505 where the dribbel file lives exists.
506
507 * message.el (message-send-mail-partially-limit): Change the default to
508 nil, since most people don't want this.
509
510 * mm-url.el (mm-url-decode-entities): Also decode entities like
511 &#x3212.
512
513 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
514
515 * gnus-sum.el (gnus-summary-idna-message):
516 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
517 Hyperlink urls in docstrings with URL `...'.
518
519 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
520
521 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
522 functions.
523
524 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
525
526 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
527 say what the mouseover text should be.
528
529 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
530 version of the mm-w3m-safe-url-regexp variable to only download images
531 in the groups where we want that to happen.
532
533 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
534
535 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
536 easier debugging.
537 (gnus-article-beginning-of-window): Add kludge to allow spacing past
538 big pictures in the article buffer.
539
540 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
541 gnus-article-html.
542 (mm-text-html-renderer): gnus-article-html needs curl in addition to
543 w3m.
544
545 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
546
547 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
548
549 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
550 which doesn't exist.
551
552 * message.el (message-inhibit-ecomplete): New variable to allow some
553 function to inhibit ecomplete address storage.
554 (message-resend): Disable ecomplete message storage when resending
555 messages.
556
557 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
558
559 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
560
561 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
562 Save excursion while copying, moving, and deleting articles in order to
563 prevent the cursor from jumping to unforeseen place.
564
565 2010-08-17 Glenn Morris <rgm@gnu.org>
566
567 * gnus-sync.el: Require gnus components whose functions are used.
568
569 * gnus-art.el (bookmark-make-record-function):
570 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
571 Declare for compiler.
572
573 * mm-url.el (mml-compute-boundary): Autoload.
574
575 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
576
577 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
578
579 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
580
581 Typo fix "hoo4a" -> "hook".
582
583 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
584
585 2010-08-14 Glenn Morris <rgm@gnu.org>
586
587 * gnus-sync.el (gnus-sync): Fix defgroup version.
588
589 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
590
591 Doc fixes and keep unknown groups (ammended for nunion bug fix).
592
593 * gnus-sync.el: Fix docs.
594 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
595 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
596
597 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
598
599 Optimizations for gnus-sync.el.
600
601 * gnus-sync.el: Add docs about gnus-sync-backend
602 possibilities.
603 (gnus-sync-save): Remove unnecessary message.
604 (gnus-sync-read): Optimize and show what groups were skipped.
605
606 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
607
608 Minor bug fixes for gnus-sync.el.
609
610 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
611 read the sync on get-new-news.
612
613 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
614 quiet.
615
616 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
617
618 2010-07-30 Lawrence Mitchell <wence@gmx.li>
619
620 Make saving and restoring of hidden threads work with overlays.
621 Patch applied by Ted Zlatanov.
622
623 * gnus-sum.el (gnus-hidden-threads-configuration)
624 (gnus-restore-hidden-threads-configuration): Update to deal with text
625 properties, rather than searching for a magic character.
626
627 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
628
629 New gnus-sync.el library for synchronization of marks.
630
631 * gnus-sync.el: New library for synchronization of marks.
632
633 * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
634 renamed from `gnus-registry-grep-in-list'.
635
636 * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
637
638 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
639
640 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
641
642 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
643 determining charset of text fails.
644
645 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
646
647 * nnmail.el (nnmail-get-new-mail-1): Revert.
648
649 * nnml.el (nnml-active-number): Make sure names of newly created groups
650 in nnml-group-alist are encoded.
651
652 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
653
654 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
655 containing non-ASCII characters in active file for nnml back end.
656
657 2010-07-24 David Engster <dengste@eml.cc>
658
659 * mml-smime.el (mml-smime-epg-verify): Also accept the older
660 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
661
662 2010-07-21 Daiki Ueno <ueno@unixuser.org>
663
664 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
665 tag (Bug#6654).
666
667 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
668
669 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
670 the article buffer, not the summary buffer.
671
672 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
673
674 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
675 Emacs 23 as well.
676
677 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
678
679 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
680 Patch applied by Karl Fogel.
681
682 * gnus-sum.el (gnus-summary-bookmark-make-record): Set
683 `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
684
685 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
686
687 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
688 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
689 C-w still not working correctly from Article buffers; Thierry's
690 patch to fix that will be applied after this.
691
692 * gnus-art.el (bookmark-make-record-function): New local variable.
693
694 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
695 article buffer.
696 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
697
698 2010-07-13 Karl Fogel <kfogel@red-bean.com>
699
700 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
701 on changes in bookmark.el.
702
703 2010-06-22 Mark A. Hershberger <mah@everybody.org>
704
705 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
706 the *other* type of HTML form submission.
707
708 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
709
710 * auth-source.el (auth-source-pick): If choice does not contain a
711 questioned keyword, set the check to t.
712
713 2010-06-12 Romain Francoise <romain@orebokech.com>
714
715 * gnus-util.el (gnus-date-get-time): Move up before first use.
716
717 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
718
719 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
720 (gnus-article-edit-part): Bind it to make last part that is substituted
721 or deleted visible.
722 (gnus-mime-display-single): Buttonize part of which id equals to
723 gnus-mime-buttonized-part-id.
724
725 2010-06-10 Dan Christensen <jdc@uwo.ca>
726
727 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
728 (gnus-dd-mmm): Use gnus-date-get-time.
729 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
730 simplify logic.
731 (gnus-summary-limit-to-age): Use gnus-date-get-time.
732 (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
733
734 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
735
736 * auth-source.el (top): Autoload `secrets-list-collections',
737 `secrets-create-item', `secrets-delete-item'.
738 (auth-sources): Fix tag string.
739 (auth-get-source, auth-source-retrieve, auth-source-create)
740 (auth-source-delete): New defuns.
741 (auth-source-pick): Rewrite in order to avoid 2 passes.
742 (auth-source-forget-user-or-password): New parameter USERNAME.
743 (auth-source-user-or-password): New parameters CREATE-MISSING and
744 DELETE-EXISTING. Retrieve password interactively, if needed.
745
746 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
747
748 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
749 deleting unused directories when gnus-expert-user is t.
750
751 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
752
753 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
754 for each temp file when gnus-article-browse-delete-temp is ask.
755
756 2010-05-20 Kevin Ryde <user42@zip.com.au>
757
758 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
759
760 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
761
762 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
763 article unless decoding article to be saved.
764
765 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
766
767 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
768 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
769 generated within the mm-with-unibyte-current-buffer macro.
770
771 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
772
773 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
774 to nil when we're in a mml-preview buffer and no group is selected.
775
776 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
777
778 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
779 when catching the `C-g'. Reported by "Leo".
780
781 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
782
783 * message.el (message-forward-make-body-plain)
784 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
785 multibyte-string-p.
786
787 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
788
789 * message.el (message-forward-make-body-mml): Assume original message
790 is multibyte string; error on unibyte.
791 (message-forward-make-body-plain): Ditto; don't add excessive newline
792 in body end.
793
794 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
795
796 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
797 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
798
799 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
800
801 * mm-extern.el (mm-extern-url): Don't use
802 mm-with-unibyte-current-buffer.
803 (mm-extern-cache-contents): Use with-current-buffer instead of
804 save-excursion + set-buffer.
805
806 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
807
808 * mm-util.el (mm-emacs-mule): Remove.
809
810 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
811
812 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
813 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
814 change.
815
816 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
817
818 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
819 bind the default value of enable-multibyte-characters to nil.
820
821 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
822
823 * message.el (message-forward-make-body-plain)
824 (message-forward-make-body-mml):
825 Don't use mm-with-unibyte-current-buffer.
826
827 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
828
829 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
830 (Bug#5592).
831
832 2010-05-07 Julien Danjou <julien@danjou.info>
833
834 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
835 it to mm-pipe-part.
836
837 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
838 it is given.
839
840 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
841
842 * nnweb.el (nnweb-gmane-search)
843 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
844 XEmacs.
845
846 * gnus-art.el (gnus-article-browse-html-parts)
847 * gnus-group.el (gnus-read-ephemeral-gmane-group)
848 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
849 make-temp-file.
850
851 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
852 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
853 compiling.
854
855 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
856 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
857 XEmacs when compiling.
858
859 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
860 gnus-pick-mode-off-hook for XEmacs when compiling.
861 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
862 gnus-binary-mode-off-hook for XEmacs when compiling.
863
864 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
865 nil if char-charset is not available.
866
867 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
868 macro.
869
870 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
871 instead of encode-coding-string.
872
873 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
874 'xemacs) instead of mm-emacs-mule to switch function definitions.
875 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
876
877 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
878
879 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
880
881 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
882
883 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
884 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
885
886 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
887
888 * mm-util.el (mm-decompress-buffer): Use `delete-file';
889 alias `jka-compr-delete-temp-file' no longer exists.
890
891 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
892
893 Use define-minor-mode in Gnus where applicable.
894 * mml.el (mml-mode): Use define-minor-mode.
895 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
896 (gnus-undo-mode): Use define-minor-mode.
897 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
898 (gnus-dead-summary-mode): Use define-minor-mode.
899 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
900 Initialize in declaration.
901 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
902 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
903 (gnus-mailing-list-mode): Use define-minor-mode.
904 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
905 (gnus-draft-mode): Use define-minor-mode.
906 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
907 (gnus-dired-mode): Use define-minor-mode.
908
909 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
910
911 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
912 handles on recursive mml-to-mime translation and check them for
913 boundary delimiter collisions. Reported by Greg Troxel.
914
915 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
916
917 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
918
919 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
920
921 * mm-util.el (mm-find-buffer-file-coding-system):
922 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
923
924 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
925
926 * message.el (message-generate-headers): Record insertion of optional
927 headers as well. Otherwise the check to prevent repeated insertion of
928 optional headers is a no-op.
929
930 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
931
932 * smime.el: Don't mention CVS.
933
934 * nnrss.el (nnrss-fetch): Don't mention CVS.
935
936 * nnir.el: Don't mention CVS.
937
938 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
939
940 * gnus-sum.el (gnus-summary-bookmark-make-record):
941 Add `location' field.
942
943 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
944
945 * gnus-sum.el: Add bookmark declarations to silence the compiler.
946 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
947 Use with-current-buffer to silence the byte-compiler.
948 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
949 bother to require `gnus'.
950 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
951
952 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
953
954 * gnus-sum.el (gnus-summary-bookmark-make-record)
955 (gnus-summary-bookmark-jump): New functions.
956 (gnus-summary-mode): Setup bookmark support.
957
958 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
959
960 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
961 if set.
962
963 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
964
965 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
966 gnus-article-browse-html-save-cid-image; make it work recursively for
967 forwarded messages as well.
968 (gnus-article-browse-html-parts): Work when prefix arg is given.
969 (gnus-article-browse-html-article): Doc fix.
970
971 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
972
973 * message.el (message-default-mail-headers):
974 (message-default-headers): Carry the value mail-default-headers over
975 into message-default-mail-headers, rather than message-default-headers.
976
977 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
978
979 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
980 charset.
981
982 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
983 charset into the <meta> tag when the article is encoded to utf-8.
984
985 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
986
987 * gnus-art.el (gnus-article-browse-delete-temp-files):
988 Delete directories as well.
989 (gnus-article-browse-html-parts): Work for images that do not specify
990 file names; delete temp directory when quitting; insert header at the
991 right place; use file: scheme for image files.
992
993 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
994
995 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
996 (gnus-article-browse-html-parts): Use it to make temporary cid image
997 files in addition to html file so that browser may display them.
998
999 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
1000
1001 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1002
1003 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
1004
1005 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1006
1007 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
1008
1009 * auth-source.el (auth-sources): Change default to be simpler.
1010 Explain about Secret Service API sources. Improve Customize options.
1011 (auth-source-pick): Change to accept any number of search parameters.
1012 Implement fallbacks iteratively, not recursively. Add scoring on the
1013 second pass and sort by score. Call Secret Service API when needed.
1014 (auth-source-user-or-password): Use it. Call Secret Service API
1015 directly when needed to get the user name and the password.
1016
1017 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1018
1019 * message.el (message-interactive): Doc fix.
1020 (message-qmail-inject-args): Reflow.
1021 (message-kill-to-signature): Fix typo in docstring.
1022
1023 * smiley.el (smiley-buffer): Fix typo in docstring.
1024
1025 2010-03-24 Glenn Morris <rgm@gnu.org>
1026
1027 * mail-source.el (gnus-message): Declare.
1028 (mail-source-delete-old-incoming): Require gnus-util.
1029
1030 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
1031
1032 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1033
1034 * message.el (ecomplete-setup): Autoload it for Emacs <23.
1035
1036 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1037 password-cache's default if it is not bound.
1038 (mml-secure-passphrase-cache-expiry): Default to 16 that is
1039 password-cache-expiry's default if it is not bound.
1040
1041 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1042 available in Emacs 21.
1043
1044 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
1045
1046 * auth-source.el (auth-sources): Fix up definition so extra parameters
1047 are always inline.
1048
1049 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
1050
1051 * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1052 wasn't updated after mismatch. Clear cached mailbox info correctly
1053 when uidvalidity changes.
1054 (nnimap-group-prefixed-name): New function to avoid some code
1055 duplication.
1056 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1057 (nnimap-request-group): Use it.
1058 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1059 (nnimap-update-unseen): Significantly improved speed of Gnus startup
1060 with many imap folders. This is done by caching the group status from
1061 the imap server persistently in a group parameter `imap-status'. (This
1062 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1063 but not persistently, so every Gnus startup was still very slow.)
1064
1065 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
1066
1067 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
1068 secrets.el dependency.
1069 (auth-sources): Add optional user name. Add secrets.el configuration
1070 choice (unused right now).
1071
1072 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
1073
1074 * gnus-sum.el (gnus-summary-make-menu-bar): Let
1075 `gnus-registry-install-shortcuts' fill in the functions.
1076
1077 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1078 warnings.
1079 (gnus-registry-misc-menus): Variable to hold registry mark menus.
1080 (gnus-registry-install-shortcuts): Populate and use it in a
1081 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1082
1083 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
1084
1085 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1086 In-place substitutions for the group name encoding/decoding.
1087 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1088 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1089 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1090 (nnimap-update-unseen, nnimap-request-list)
1091 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1092 (nnimap-request-set-mark, nnimap-split-to-groups)
1093 (nnimap-split-articles, nnimap-request-newgroups)
1094 (nnimap-request-create-group, nnimap-request-accept-article)
1095 (nnimap-request-delete-group, nnimap-request-rename-group)
1096 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
1097 `encoded-mbx' for consistency.
1098 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1099 variable `imap-current-mailbox'.
1100
1101 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1102 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1103
1104 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
1105
1106 * pop3.el (pop3-display-message-size-flag): Display message size byte
1107 counts during POP3 download.
1108 (pop3-movemail): Use it.
1109 (pop3-list): Implement listing of available messages.
1110
1111 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
1112
1113 * nnir.el (nnir-get-article-nov-override-function): New function to
1114 override the normal NOV retrieval.
1115 (nnir-retrieve-headers): Use it.
1116
1117 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
1118
1119 * auth-source.el (netrc-machine-user-or-password): Autoload.
1120
1121 2010-03-19 Glenn Morris <rgm@gnu.org>
1122
1123 Stop message.el from loading about 40 libraries it doesn't always need.
1124 The general approach is to autoload rather than require, and to
1125 require in the specific functions rather than the file. (Bug#5642)
1126
1127 * gmm-utils.el: Don't require wid-edit.
1128 (widget-create-child-value, widget-convert, widget-default-get):
1129 Autoload.
1130
1131 * gnus-util.el: Don't require time-date, netrc.
1132 (message-fetch-field, gnus-group-name-decode): Declare rather than
1133 autoloading.
1134 (gnus-fetch-field): Require message.
1135 (gnus-decode-newsgroups): Require gnus-group.
1136
1137 * ietf-drums.el: Don't require time-date.
1138
1139 * message.el: Don't require hashcash, canlock, ecomplete.
1140 Do require mail-utils. Require nnheader only when compiling.
1141 (smtpmail-default-smtp-server): Remove declaration.
1142 (message-send-mail-function): Check smtpmail-default-smtp-server
1143 is bound rather than requiring smtpmail.
1144 (message-auto-save-directory, message-insert-signature): Use
1145 expand-file-name rather than nnheader-concat.
1146 (nnheader-insert-file-contents): Autoload.
1147 (hashcash-wait-async): Declare.
1148 (message-send-mail): Only call gnus-setup-posting-charset if
1149 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
1150 (message-send-mail-with-sendmail): Require sendmail.
1151 (canlock-password, canlock-password-for-verify): Declare.
1152 (message-canlock-password): Require canlock.
1153 (nnheader-get-report): Autoload.
1154 (gnus-setup-posting-charset): Declare.
1155 (message-send-news): Require gnus-msg.
1156 (message-make-references, message-make-in-reply-to): Use mail-header-id
1157 rather than the alias mail-header-message-id.
1158 (ecomplete-add-item, ecomplete-save): Declare.
1159 (message-put-addresses-in-ecomplete): Require ecomplete.
1160 (ecomplete-display-matches): Autoload.
1161
1162 * mm-decode.el: Don't require mailcap, gnus-util.
1163 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1164 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1165 Autoload.
1166 (mailcap-mime-extensions): Declare.
1167
1168 * mm-encode.el: Don't require mailcap.
1169 (mailcap-extension-to-mime): Autoload.
1170
1171 * mml-sec.el: Don't require password-cache.
1172
1173 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1174 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1175 (mml-minibuffer-read-type): Require mailcap.
1176 (mml-preview): Require gnus-msg.
1177
1178 * mml1991.el: Require password-cache.
1179 (password-cache-expiry): Remove declaration.
1180
1181 * mml2015.el: Require password-cache.
1182 (password-cache-expiry): Remove declaration.
1183
1184 * nneething.el (mailcap): Require mailcap.
1185
1186 * nnheader.el (declare-function): Add compatibility stub.
1187 (message-remove-header): Declare rather than autoload.
1188 (nnheader-replace-header): Require message.
1189
1190 * nnimap.el (declare-function): Add compatibility stub.
1191 (netrc-parse, netrc-machine-user-or-password): Declare.
1192 (nnimap-open-connection): Require netrc.
1193
1194 * nntp.el (declare-function): Add compatibility stub.
1195 (netrc-parse, netrc-machine, netrc-get): Declare.
1196 (nntp-send-authinfo): Require netrc.
1197
1198 * rfc2047.el: Don't require qp.
1199 (quoted-printable-encode-region, quoted-printable-decode-string):
1200 Autoload.
1201
1202 * sieve-mode.el: Don't require easymenu.
1203 (easy-menu-add-item): Autoload it.
1204
1205 * spam-stat.el (time-to-number-of-days): Autoload it.
1206
1207 2010-03-17 Kevin Ryde <user42@zip.com.au>
1208
1209 * mml.el (mml-read-tag): Unquote values with `read' to reverse
1210 prin1 in mml-insert-tag (just stripping the quotes gave wrong
1211 value if any backslash escapes).
1212
1213 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
1214
1215 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1216 if it is available. (bug#5647)
1217
1218 2010-02-26 Glenn Morris <rgm@gnu.org>
1219
1220 * message.el (message-send-mail-function): Change the default, so that
1221 it inherits from a customized send-mail-function. (Bug#5643)
1222
1223 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
1224
1225 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1226 shell-command-to-string signals an error (bug#5299).
1227
1228 2010-02-24 Glenn Morris <rgm@gnu.org>
1229
1230 * message.el (message-smtpmail-send-it)
1231 (message-send-mail-with-mailclient): Doc fixes.
1232
1233 2010-02-16 Glenn Morris <rgm@gnu.org>
1234
1235 * message.el (message-default-mail-headers): Change the default value
1236 to ease the transition from mail-mode to message-mode. (Bug#5555)
1237
1238 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
1239
1240 * message.el (message-mail): Just pass yank-action on to message-setup.
1241 (message-setup): Handle (FUN . ARGS) form of yank-action.
1242 (message-with-reply-buffer, message-widen-reply)
1243 (message-yank-original): Handle non-buffer values of
1244 message-reply-buffer (Bug#4080).
1245 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1246
1247 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
1248
1249 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1250 Fix typo in docstring.
1251
1252 2010-01-08 Jason Rumney <jasonr@gnu.org>
1253
1254 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1255 response.
1256
1257 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
1258
1259 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1260
1261 * message.el (message-check-news-header-syntax): Protect against a
1262 string that `rfc822-addresses' returns when parsing fails.
1263
1264 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
1265
1266 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1267 (gnus-previous-char-property-change): New functions.
1268
1269 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1270
1271 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
1272
1273 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1274 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
1275
1276 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
1277
1278 * message.el (message-exchange-point-and-mark): Rework last change to
1279 avoid using optional arg of exchange-point-and-mark, for backward
1280 compatibility.
1281
1282 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
1283
1284 * message.el (message-exchange-point-and-mark): Call
1285 exchange-point-and-mark with an argument rather than setting
1286 mark-active by hand (Bug#5175).
1287
1288 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
1289
1290 * nntp.el (nntp-service-to-port): Work for service expressed with
1291 numeric string; replace [:digit:] with [0-9] for XEmacs.
1292
1293 2009-12-17 Glenn Morris <rgm@gnu.org>
1294
1295 * gnus-group.el (gnus-bug-group-download-format-alist):
1296 Change emacs entry to debbugs.gnu.org. Bump :version.
1297
1298 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
1299
1300 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1301
1302 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
1303
1304 * message.el (message-info): Explain why we use `Info-goto-node'.
1305
1306 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1307
1308 * message.el (message-completion-in-region): New compatibility function.
1309 (message-expand-group): Use it.
1310
1311 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
1312
1313 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1314 with no unread article should be listed if the 2nd arg `predicate' is
1315 given.
1316
1317 2009-11-29 Juri Linkov <juri@jurta.org>
1318
1319 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1320 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
1321 on `gnus-recenter'. (Bug#4698, Bug#4981)
1322
1323 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
1324
1325 * message.el (message-from-style, message-interactive)
1326 (message-signature): Always set default values from the corresponding
1327 mail-* variables.
1328 (message-cite-prefix-regexp, message-sendmail-envelope-from)
1329 (message-yank-prefix, message-indentation-spaces)
1330 (message-signature-file, message-default-headers): Use boundp rather
1331 than (featurep 'xemacs) to check if the corresponding mail-* variables
1332 exist.
1333
1334 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
1335
1336 * message.el (message-send-mail-with-sendmail): Revert last change.
1337
1338 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
1339
1340 * message.el (message-from-style, message-interactive)
1341 (message-cite-prefix-regexp, message-sendmail-envelope-from)
1342 (message-yank-prefix, message-indentation-spaces, message-signature)
1343 (message-signature-file, message-default-headers): For GNU Emacs, set
1344 default values from the corresponding mail-* variables.
1345 (message-send-mail-with-sendmail): Use envelope-from only if
1346 mail-specify-envelope-from is non-nil.
1347
1348 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
1349
1350 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1351 containing tspecial characters if they have been already quoted.
1352
1353 2009-10-24 Glenn Morris <rgm@gnu.org>
1354
1355 * gnus-art.el (help-xref-stack-item): Define for compiler.
1356
1357 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
1358
1359 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1360
1361 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
1362
1363 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1364 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1365
1366 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
1367
1368 * gnus.el (gnus-overlay-get): New alias to overlay-get.
1369 (gnus-overlays-in): New alias to overlays-in.
1370
1371 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1372 gnus-overlay-get, and gnus-delete-overlay.
1373 (gnus-summary-show-thread): Make it work as well for systems in which
1374 next-single-char-property-change is not available.
1375 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1376
1377 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
1378
1379 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1380
1381 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
1382
1383 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1384 and XEmacs that don't have `remove-overlays'.
1385
1386 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
1387
1388 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1389 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1390 selective display. Use overlays instead.
1391
1392 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
1393
1394 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1395
1396 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
1397
1398 * spam-stat.el (spam-stat-load): Fix typo in message.
1399
1400 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
1401
1402 * gnus-art.el (gnus-article-encrypt-body):
1403 * message.el (message-check-recipients):
1404 * mm-util.el (mm-codepage-setup):
1405 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1406 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1407
1408 2009-09-22 Daiki Ueno <ueno@unixuser.org>
1409
1410 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1411 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1412 keys from the menu if mm-{sign,encrypt}-option is 'guided.
1413 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1414 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1415
1416 2009-09-18 Glenn Morris <rgm@gnu.org>
1417
1418 * gnus-diary.el (gnus-diary-check-message):
1419 * message.el (message-insert-formatted-citation-line):
1420 * nnbabyl.el (top-level):
1421 * nndiary.el (nndiary-schedule):
1422 Fix typos in condition-case handlers.
1423
1424 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
1425
1426 * gnus-art.el (gnus-article-edit-part): Work for the buffer
1427 configuration that provides the sole article window in a frame;
1428 position point correctly after deleting a part.
1429
1430 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
1431
1432 * spam.el (spam-unregister-on-reregister): Add boolean variable.
1433 (spam-resolve-registrations-routine): Use it to unregister articles
1434 that change status.
1435
1436 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
1437
1438 * nnrss.el (nnrss-request-article): Remove binding of
1439 default-enable-multibyte-characters that has gotten needless by
1440 the 2007-07-13 change in rfc2047-encode-message-header.
1441
1442 * mml.el (mml-insert-multipart): Error on the message header.
1443 (mml-insert-part): Error on the message header; position point at
1444 the end of a MIME tag.
1445
1446 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
1447
1448 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1449 (gnus-float-time): Alias to float-time if it exists.
1450
1451 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1452 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1453 float-time is available; suppress compile warning for time-to-seconds.
1454
1455 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
1456
1457 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1458 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1459 Add the optional argument `encoding' that overrides the default.
1460
1461 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1462 mm-encode-buffer.
1463
1464 2009-09-04 Glenn Morris <rgm@gnu.org>
1465
1466 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1467 mm-disable-multibyte, rather than default-enable-multibyte-characters.
1468 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1469 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1470 * mm-util.el (mm-with-unibyte-current-buffer)
1471 (mm-find-buffer-file-coding-system):
1472 * yenc.el (yenc-decode-region): Use default-value rather than
1473 default-enable-multibyte-characters.
1474
1475 2009-09-03 Glenn Morris <rgm@gnu.org>
1476
1477 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1478 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1479 than default-enable-multibyte-characters.
1480
1481 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
1482
1483 * gnus-art.el (gnus-article-read-summary-keys):
1484 Fix gnus-buffer-configuration's value temporarily used.
1485
1486 2009-09-02 Glenn Morris <rgm@gnu.org>
1487
1488 * gnus-util.el (gnus-float-time): New function.
1489 * gnus-delay.el (gnus-delay-article):
1490 * gnus-sum.el (gnus-thread-latest-date):
1491 * gnus-util.el (gnus-user-date): Use gnus-float-time.
1492 * nnspool.el (nnspool-request-newgroups):
1493 Use gnus-float-time rather than time-to-seconds.
1494 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1495
1496 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1497 (gnus-header-subject-face, gnus-header-newsgroups-face)
1498 (gnus-header-name-face, gnus-header-content-face):
1499 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1500 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1501 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1502 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1503 (gnus-cite-face-11):
1504 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1505 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1506 (gnus-server-closed-face, gnus-server-denied-face)
1507 (gnus-server-offline-face):
1508 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1509 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1510 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1511 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1512 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1513 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1514 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1515 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1516 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1517 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1518 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1519 (gnus-summary-selected-face, gnus-summary-cancelled-face)
1520 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1521 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1522 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1523 (gnus-summary-high-undownloaded-face)
1524 (gnus-summary-low-undownloaded-face)
1525 (gnus-summary-normal-undownloaded-face)
1526 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1527 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1528 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1529 (gnus-splash-face):
1530 * message.el (message-header-to-face, message-header-cc-face)
1531 (message-header-subject-face, message-header-newsgroups-face)
1532 (message-header-other-face, message-header-name-face)
1533 (message-header-xheader-face, message-separator-face)
1534 (message-cited-text-face, message-mml-face):
1535 * sieve-mode.el (sieve-control-commands-face)
1536 (sieve-action-commands-face, sieve-test-commands-face)
1537 (sieve-tagged-arguments-face):
1538 * spam.el (spam-face):
1539 Mark face aliases with "-face" in the name as obsolete.
1540
1541 2009-09-01 Glenn Morris <rgm@gnu.org>
1542
1543 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1544 than goto-line.
1545
1546 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
1547
1548 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1549 Don't move point if the command is invoked inside the message header.
1550
1551 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1552
1553 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1554 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1555 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1556 * nnir.el (nnir-swish-e-index-file):
1557 * gnus-sum.el (gnus-summary-delete-marked-as-read)
1558 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1559 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1560 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1561 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1562 (gnus-treat-display-xface): Add Emacs version of obsolescence.
1563
1564 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
1565
1566 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1567 Don't save excursion.
1568
1569 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1570
1571 * nnheader.el (nnheader-find-file-noselect):
1572 * mm-util.el (mm-insert-file-contents):
1573 Use (default-value 'major-mode) instead of default-major-mode.
1574
1575 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
1576
1577 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1578
1579 2009-08-25 Glenn Morris <rgm@gnu.org>
1580
1581 * nnir.el (top-level): Don't require cl at run-time.
1582 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1583 Replace cl-function substitute with gnus-replace-in-string.
1584 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1585 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1586 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1587 simplified expansions.
1588
1589 2009-08-22 Glenn Morris <rgm@gnu.org>
1590
1591 * gnus-art.el (gnus-button-patch): Use forward-line rather than
1592 goto-line.
1593
1594 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
1595
1596 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1597
1598 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1599 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1600 (gnus-mm-display-part, gnus-mime-display-single)
1601 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1602 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1603
1604 * gnus-sum.el
1605 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1606 (gnus-summary-move-article): Add expirable mark to articles copied or
1607 moved to group that has auto-expire turned on if the option is non-nil.
1608
1609 2009-07-24 Glenn Morris <rgm@gnu.org>
1610
1611 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1612 Fix typo. (Bug#3903)
1613
1614 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
1615
1616 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1617 gnus-article-read-summary-keys rather than gnus-summary-edit-article
1618 that should not be used for draft articles.
1619 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1620 that has no concern in minor mode keys.
1621 (gnus-article-summary-command, gnus-article-summary-command-nosave):
1622 Abolish.
1623
1624 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
1625
1626 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1627 article without making inquiry to a user for unknown encoding.
1628
1629 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1630 (nnmaildir--scan): Assume i-node and device number that file-attributes
1631 returns might be cons-cell.
1632
1633 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
1634
1635 * auth-source.el: Remove docs now in auth.texi. Don't use
1636 `gnus-message' for logging. Add new variables `auth-source-debug' and
1637 `auth-source-hide-passwords' and use them.
1638
1639 2009-07-15 Glenn Morris <rgm@gnu.org>
1640
1641 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1642
1643 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
1644
1645 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1646 excessive whitespace from the default values of title and description.
1647
1648 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
1649
1650 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1651 mail-fetch-field to fetch Content-Description header in order to
1652 exclude newlines.
1653
1654 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
1655
1656 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1657 to deleted part.
1658
1659 2009-05-30 David Engster <dengste@eml.cc>
1660
1661 * nnmairix.el: Remove old documentation in the commentary block.
1662 (nnmairix-request-group): Do not update active file for nnml back ends.
1663 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1664 end so that overview files are ignored.
1665 (nnmairix-update-groups): Make updating the groups more robust by using
1666 marks.
1667 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1668 with dollar characters in message-id.
1669
1670 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
1671
1672 * spam.el: Use dns-query instead of query-dns. Was renamed on
1673 2008-12-25 in dns.el.
1674
1675 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1676
1677 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1678 could happen if the text is only composed of spaces and/or tabs.
1679
1680 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
1681
1682 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1683 when sending a queued message to avoid extra mml tags.
1684
1685 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
1686
1687 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1688
1689 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
1690
1691 * gnus-dired.el: Remove autoload for gnus-setup-message.
1692 (gnus-dired-attach): Fake this-command value to prevent Gnus from
1693 displaying Gnus logo; always use compose-mail.
1694
1695 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
1696
1697 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1698
1699 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
1700
1701 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1702 (gnus-nocem-issuers): List currently active issuers; fix custom type.
1703 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1704 available.
1705 (gnus-nocem-epg-verify): New function.
1706
1707 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
1708
1709 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1710
1711 2009-02-15 Glenn Morris <rgm@gnu.org>
1712
1713 * gnus-util.el (rmail-insert-rmail-file-header)
1714 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1715 autoloads.
1716 (rmail-default-rmail-file): Remove unnecessary declaration.
1717 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1718
1719 2009-02-14 Glenn Morris <rgm@gnu.org>
1720
1721 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1722 variable (only used in gnus-util, which declares it anyway).
1723 (rmail-output-to-rmail-file): Remove autoload of deleted function,
1724 which was only needed by gnus-art (changed to not use it any more).
1725 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1726 only used in gnus-util, which autoloads it itself.
1727 (rmail-update-summary): Fix autoload.
1728
1729 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1730 rather than rmail-output-to-rmail-file.
1731
1732 2009-02-07 Glenn Morris <rgm@gnu.org>
1733
1734 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1735 autoload of function that no longer exists.
1736 (rmail-toggle-header): Declare.
1737 (message-forward-rmail-make-body): Handle mbox Rmail.
1738
1739 2009-01-31 Glenn Morris <rgm@gnu.org>
1740
1741 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1742 2009-01-09 change.
1743
1744 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
1745
1746 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1747 (auth-source-forget-all-cached): New convenience function.
1748 (auth-source-user-or-password): Accept list of modes or a single mode.
1749
1750 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1751 auth-source modes.
1752
1753 * nnimap.el (nnimap-open-connection): Use list of
1754 auth-source modes.
1755
1756 * nntp.el (nntp-send-authinfo): Use list of
1757 auth-source modes.
1758
1759 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
1760
1761 * auth-source.el: Update docs to reflect epa-file-enable is to be used
1762 now.
1763
1764 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
1765
1766 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1767 coding system in XEmacs; add a workaround for XEmacs.
1768
1769 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
1770
1771 * mm-util.el (mm-coding-system-priorities): Protect against nil value
1772 of current-language-environment.
1773
1774 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
1775
1776 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1777 available at runtime.
1778
1779 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
1780
1781 * gnus-art.el (article-date-ut): Fix end point of narrowing.
1782
1783 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
1784
1785 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1786 the greatest positive fixnum value doesn't work under an XEmacs with
1787 bignum support; use the most-positive-fixnum constant instead,
1788 available since Emacs 21.1 with cl and XEmacs 21.1.
1789
1790 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
1791
1792 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1793 XEmacs gets not to work.
1794
1795 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
1796
1797 * mm-util.el (mm-coding-system-priorities): Allow the value like
1798 "Japanese (UTF-8)" of current-language-environment.
1799
1800 2009-01-09 Glenn Morris <rgm@gnu.org>
1801
1802 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1803 with last-command-event.
1804
1805 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
1806
1807 * message.el (message-fix-before-sending): Amend comment.
1808
1809 2009-01-07 David Engster <dengste@eml.cc>
1810
1811 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1812 simplified server definitions by converting it via
1813 gnus-server-to-method.
1814
1815 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
1816
1817 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1818 parameter's operands.
1819
1820 2009-01-06 David Engster <dengste@eml.cc>
1821
1822 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1823 primary select method (for gnus-group-mark-article-as-read).
1824
1825 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
1826
1827 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1828 `(gnus)Face', not `(gnus)X-Face'.
1829
1830 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
1831
1832 * mm-util.el (mm-ucs-to-char): New function.
1833
1834 * mm-url.el (mm-url-decode-entities): Use it.
1835
1836 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
1837
1838 * message.el (message-fix-before-sending): Add `eight-bit' to
1839 illegible-text check.
1840
1841 2009-01-03 Michael Olson <mwolson@gnu.org>
1842
1843 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1844 `headers' is nil. This can occur if the IMAP server does not have
1845 permissions to read messages from a folder, but can write new messages
1846 to the folder.
1847 (nnimap-request-article-part): Do not insert `data' if it is nil.
1848
1849 2009-01-01 Dave Love <fx@gnu.org>
1850
1851 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1852
1853 * nnimap.el: Fix author email.
1854 (nnimap-split-rule): Add FIXME comment.
1855 (nnimap-debug): Fix doc string.
1856
1857 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
1858
1859 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1860 overlay-arrow-position and overlay-arrow-string buffer-local; no need
1861 to check if those variables exist (first appeared in Emacs 18.50).
1862
1863 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
1864
1865 * mm-util.el (mm-line-number-at-pos): New function.
1866
1867 * spam-report.el (spam-report-process-queue): Use it.
1868
1869 2008-12-24 David Engster <dengste@eml.cc>
1870
1871 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1872 parameters that haven't existed as variables as buffer-local variables.
1873
1874 2008-12-23 Dave Love <fx@gnu.org>
1875
1876 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1877 cadar.
1878
1879 * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1880 imap-starttls-p.
1881 (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1882
1883 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
1884
1885 * spam-report.el (spam-report-gmane-max-requests): New constant.
1886 (spam-report-gmane-wait): New variable.
1887 (spam-report-gmane-ham, spam-report-gmane-spam)
1888 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1889 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1890 the server.
1891
1892 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1893 Add explanations.
1894
1895 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1896 nnheader-accept-process-output and nnheader-read-timeout if available.
1897 (pop3-movemail): Use it.
1898
1899 * message.el (message-check-news-body-syntax): Fix signature check if
1900 there's an attachment.
1901
1902 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
1903
1904 * mm-util.el: Add comments to the mm- emulating functions.
1905
1906 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
1907
1908 * gnus-start.el (gnus-before-startup-hook): Fix doc string. Reported
1909 by Stephen Berman <stephen.berman@gmx.net>.
1910
1911 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
1912
1913 * mm-util.el (mm-substring-no-properties): New function.
1914 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1915 (mm-special-display-p): Enable those lambda forms to be byte compiled.
1916 (mm-string-to-multibyte): Doc fix.
1917
1918 * mml.el (mml-attach-file): Use mm-substring-no-properties.
1919
1920 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
1921
1922 * mml.el (mml-attach-file): Strip text properties from file name.
1923 (Bug#1574)
1924
1925 2008-12-16 Glenn Morris <rgm@gnu.org>
1926
1927 * mm-util.el (mm-charset-override-alist): Declare for compiler.
1928
1929 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
1930
1931 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1932 knows since the charset specified might be a bogus alias that
1933 mm-charset-synonym-alist provides.
1934
1935 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
1936
1937 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1938 "ISO_8859-1".
1939
1940 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1941
1942 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
1943
1944 * mm-util.el (mm-charset-eval-alist):
1945 Define it before mm-charset-to-coding-system.
1946 (mm-charset-to-coding-system): Add optional argument `silent';
1947 define it before mm-charset-override-alist.
1948 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1949 default value if it can be used in Emacs currently running;
1950 silence mm-charset-to-coding-system.
1951
1952 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1953
1954 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1955 `allow-override' which says whether to use `mm-charset-override-alist'.
1956 (rfc2047-decode-encoded-words): Use it.
1957
1958 * mm-util.el (mm-charset-override-alist): Fix custom type;
1959 add `(gb2312 . gbk)' to choices.
1960
1961 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1962
1963 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1964 fast.
1965
1966 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1967
1968 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
1969
1970 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1971 on links.
1972
1973 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1974
1975 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
1976
1977 * message.el (message-idna-to-ascii-rhs-1): Protect against local
1978 users' addresses that don't have domain parts.
1979 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1980 rather than message-narrow-to-head since there will be the message
1981 header separator.
1982
1983 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1984
1985 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1986 since the result is inserted in a unibyte buffer anyway.
1987 (nnimap-demule-use-string-to-multibyte): Remove.
1988 (nnimap-demule): Alias it to mm-string-to-multibyte.
1989
1990 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
1991
1992 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1993 variable for debugging bug#464 and bug#1174.
1994 (nnimap-demule): Use it.
1995
1996 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1997
1998 * gnus-score.el (gnus-score-find-trace): Handle default score in total
1999 score calculation correctly.
2000
2001 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2002
2003 * message.el (message-send-mail): Just set the buffer to unibyte
2004 rather than use mm-with-unibyte-current-buffer which does a lot more.
2005 (message-send-mail-partially): Don't bother with
2006 mm-with-unibyte-current-buffer since it's already been made unibyte by
2007 message-send-mail.
2008
2009 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
2010
2011 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2012
2013 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
2014
2015 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2016
2017 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
2018
2019 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2020 require itself and to remove `with-no-warnings'.
2021
2022 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
2023
2024 * starttls.el (starttls-any-program-available): Get the name of the
2025 available TLS layer program.
2026 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2027 well as the host name in the "opening" message.
2028
2029 * auth-source.el (auth-source-cache, auth-source-do-cache)
2030 (auth-source-user-or-password): Cache passwords and logins by default,
2031 allow override with `auth-source-do-cache'.
2032 (auth-source-forget-user-or-password): Allow users to remove cache
2033 entries if needed.
2034
2035 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
2036
2037 * ietf-drums.el (ietf-drums-remove-comments): Localize second
2038 condition-case to only the forward-sexp call.
2039
2040 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
2041
2042 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2043 quotes contained. Make it more robust regardless by an extra
2044 condition-case wrapper.
2045
2046 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
2047
2048 * nnml.el (nnml-request-expire-articles): Check if the function set to
2049 `nnmail-expiry-target' returns the symbol `delete'.
2050
2051 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2052
2053 * nnmail.el (nnmail-expiry-target): Fix custom type.
2054
2055 2008-10-02 Glenn Morris <rgm@gnu.org>
2056
2057 * mm-util.el (mm-codepage-setup): Tweak codepage error.
2058 Silence compiler warning.
2059
2060 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
2061
2062 * mml.el (mml-menu): Don't assume mml2015 is bound.
2063
2064 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
2065
2066 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2067 exists.
2068
2069 2008-09-27 Glenn Morris <rgm@gnu.org>
2070
2071 * gnus-util.el (mail-header-remove-comments): Autoload it.
2072
2073 2008-09-27 Andreas Schwab <schwab@suse.de>
2074
2075 * gnus-util.el (gnus-split-references): Strip comments.
2076 (gnus-parent-id): Likewise.
2077
2078 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
2079
2080 * message.el (message-confirm-send): Fix version.
2081
2082 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
2083
2084 * message.el (message-idna-to-ascii-rhs-1): Use
2085 mail-extract-address-components rather than mail-header-parse-addresses
2086 that is an alias by default to ietf-drums-parse-addresses that does not
2087 support non-ASCII names in headers' contents.
2088
2089 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
2090
2091 * message.el (message-confirm-send): Fixed variable documentation to
2092 avoid the "y/n" wording.
2093
2094 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
2095
2096 * message.el (message-set-auto-save-file-name): Save to a different
2097 filename so multiple messages (especially drafts) can be recovered.
2098
2099 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
2100
2101 * message.el (message-confirm-send): Add appropriate version.
2102
2103 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
2104
2105 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2106 defvar.
2107
2108 2008-09-22 Daiki Ueno <ueno@unixuser.org>
2109
2110 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2111 (mm-pkcs7-enveloped-magic): Ditto.
2112
2113 2008-09-17 Simon Josefsson <simon@josefsson.org>
2114
2115 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2116 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2117
2118 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
2119
2120 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2121 default, it's better.
2122
2123 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
2124
2125 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2126 summary line gnus-number property and ignore them (with a warning
2127 message).
2128
2129 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
2130
2131 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2132 macro caddr in the interactive form since it won't be expanded.
2133
2134 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
2135
2136 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2137 `charset'; fix name of function called recursively.
2138 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2139
2140 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
2141
2142 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2143 (gnus-mime-set-charset-parameters): New function.
2144 (gnus-mime-view-part-as-charset): Use it to correctly display part
2145 specifying wrong charset.
2146
2147 2008-09-08 David Engster <dengste@eml.cc>
2148
2149 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2150 in completing-read for back end server.
2151
2152 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
2153
2154 * message.el (message-confirm-send): New variable to confirm sending a
2155 message.
2156 (message-send): Use it.
2157
2158 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
2159
2160 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2161
2162 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
2163
2164 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2165
2166 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
2167
2168 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2169 prevent tracking too many groups.
2170 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2171 Use it.
2172
2173 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
2174
2175 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2176 moving point to the bottom of the window in order to avoid recentering.
2177
2178 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
2179
2180 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2181 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2182 (gnus-article-beginning-of-window): Fix calculation.
2183
2184 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
2185
2186 * gnus-msg.el (gnus-summary-supersede-article)
2187 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2188 value of gnus-newsgroup-charset to decode non-MIME encoded text in
2189 message header.
2190
2191 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2192
2193 * message.el:
2194 * gnus-start.el:
2195 * gnus-registry.el: Remove VMS support.
2196
2197 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
2198
2199 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2200 macro.
2201 (rfc2104-hash): Use it.
2202
2203 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
2204
2205 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2206 (gnus-summary-sort-by-most-recent-date): New commands.
2207 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2208 and menu entries.
2209
2210 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
2211
2212 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2213 don't redisplay article for raw contents; remove plural articles stuff.
2214
2215 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2216 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2217 on gnus-summary-save-article; display results properly.
2218
2219 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
2220
2221 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2222
2223 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
2224
2225 * gnus-art.el (gnus-summary-save-in-pipe): Consider
2226 gnus-save-all-headers.
2227
2228 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
2229
2230 * gnus-util.el (ns-focus-frame): Remove declaration.
2231 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
2232 like x.
2233
2234 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2235
2236 * rfc2104.el (rfc2104-zero): Delete defconst.
2237 (rfc2104-hex-alist): Likewise.
2238 (rfc2104-hex-to-int): Delete func.
2239 (rfc2104-hexstring-to-bitstring): Likewise.
2240 (rfc2104-nybbles): New defconst.
2241 (rfc2104-hash): Rewrite for speed.
2242
2243 2008-07-16 Glenn Morris <rgm@gnu.org>
2244
2245 * gnus-util.el (ns-focus-frame): Declare for compiler.
2246
2247 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
2248
2249 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2250 set as a group parameter.
2251 (gnus-summary-save-in-pipe): Work when it is called independently.
2252 (gnus-summary-pipe-to-muttprint): Don't modify
2253 gnus-summary-pipe-output-default-command.
2254
2255 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
2256
2257 * message.el (message-send-mail-with-sendmail):
2258 Display the error message.
2259
2260 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2261
2262 * gnus-art.el (gnus-default-article-saver):
2263 Add gnus-summary-save-in-pipe to choices.
2264 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2265 gnus-summary-pipe-output-default-command as the default command.
2266 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2267 instead of gnus-last-shell-command.
2268
2269 * gnus-sum.el (gnus-summary-pipe-output-default-command):
2270 New user option.
2271 (gnus-summary-muttprint-program): Mention the value will be changed.
2272 (gnus-summary-save-article): Force showing of all headers.
2273 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2274
2275 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
2276
2277 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2278
2279 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
2280
2281 * nnimap.el (nnimap-id):
2282 * sieve-manage.el (sieve-manage-open): Doc fixes.
2283
2284 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
2285
2286 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2287 if available.
2288
2289 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2290
2291 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2292
2293 * nnkiboze.el (nnkiboze-generate-group):
2294 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2295
2296 * nnmairix.el: Require CL.
2297
2298 2008-06-15 David Engster <dengste@eml.cc>
2299
2300 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2301
2302 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
2303
2304 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2305 New macros that expand to an `aset'/`aref' call under Emacs, and to a
2306 runtime choice under XEmacs.
2307
2308 * gnus-sum.el (gnus-summary-set-display-table):
2309 Use `gnus-put-display-table', `gnus-get-display-table',
2310 `gnus-set-display-table' for the display table, instead of `aset'.
2311
2312 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
2313
2314 * nnmairix.el: Add autoloads.
2315
2316 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
2317
2318 * nnmairix.el (nnmairix-delete-recreate-group)
2319 (nnmairix-update-and-clear-marks): Fix error messages.
2320
2321 2008-06-14 David Engster <dengste@eml.cc>
2322
2323 * nnmairix.el: Upgrade to version 0.6.
2324 (nnmairix-group-toggle-propmarks-this-group)
2325 (nnmairix-group-toggle-readmarks-this-group)
2326 (nnmairix-group-delete-recreate-this-group)
2327 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2328 (nnmairix-remove-tick-mark-original-article): New commands.
2329 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2330 (nnmairix-propagate-marks-to-nnmairix-groups)
2331 (nnmairix-only-use-registry, nnmairix-allowfast-default)
2332 (nnmairix-marks-cache, nnmairix-version-output): New variables.
2333 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2334 functions needed for marks propagation and manipulation of read marks.
2335 (nnmairix-update-groups): New function.
2336 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2337 (nnmairix-determine-original-group-from-registry)
2338 (nnmairix-determine-original-group-from-path)
2339 (nnmairix-get-group-from-file-path, nnmairix-map-range)
2340 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2341 New helper functions.
2342 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2343 keystrokes for new commands.
2344 (nnmairix-delete-and-create-on-change): Doc string cleanup.
2345 (nnmairix-request-group): Check allow-fast group parameter.
2346 (nnmairix-request-create-group): Set allow-fast group parameter if
2347 nnmairix-allowfast-default is set.
2348 (nnmairix-close-group): Propagate marks upon closing if needed.
2349 (nnmairix-group-toggle-threads-this-group): Use new.
2350 nnmairix-group-toggle-parameter helper function.
2351 (nnmairix-search): Better check for empty search result.
2352 (nnmairix-goto-original-article): Use new helper functions for
2353 determining original article.
2354 (nnmairix-show-original-article): Make sure message-id is in brackets.
2355 (nnmairix-call-mairix-binary): Change variable name.
2356 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2357 helper function.
2358 (nnmairix-widget-toggle-activate): Fix doc string.
2359
2360 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
2361
2362 * nnir.el: Require edmacro when compiling with XEmacs.
2363 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2364 available in Emacs 21.
2365
2366 2008-06-11 Glenn Morris <rgm@gnu.org>
2367
2368 * gnus-util.el (x-focus-frame):
2369 * gnus.el (image-size):
2370 * mm-decode.el (image-size): Declare.
2371
2372 * gnus-picon.el (declare-function): Add compat definition.
2373 (image-size): Declare.
2374
2375 * gnus-group.el (tool-bar-map):
2376 * gnus-sum.el (tool-bar-map): Define for compiler.
2377
2378 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2379
2380 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2381
2382 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2383 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2384 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2385 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2386 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2387 * sieve-manage.el, spam-report.el, spam.el:
2388 Remove unnecessary eval-and-compile of autoloads.
2389
2390 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
2391
2392 * auth-source.el: Precise Tramp doc.
2393
2394 2008-06-07 Glenn Morris <rgm@gnu.org>
2395
2396 * nnmairix.el: Remove unnecessary eval-when-compile.
2397
2398 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
2399
2400 * nnir.el: New file.
2401
2402 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2403
2404 * gnus-util.el (gnus-read-shell-command): New function.
2405 * mm-decode.el (mm-pipe-part):
2406 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2407
2408 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
2409
2410 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2411
2412 2008-06-03 Glenn Morris <rgm@gnu.org>
2413
2414 * pop3.el (nnheader-accept-process-output): Autoload it.
2415
2416 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
2417
2418 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2419 are not 2-digit hexadecimal characters that follow `%'s.
2420
2421 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
2422
2423 * message.el (message-bogus-recipient-p): Fix type in doc string.
2424 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2425 (message-bogus-addresses): Rename from message-bogus-address-regexp.
2426 Improve custom options.
2427 (message-bogus-recipient-p): Adjust accordingly.
2428
2429 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
2430
2431 * nnmairix.el: Require edmacro when compiling with XEmacs.
2432
2433 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
2434
2435 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2436 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2437
2438 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
2439
2440 * auth-source.el: Add more docs.
2441
2442 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2443
2444 * nnheader.el (nnheader-read-timeout): Change the default timeout from
2445 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
2446 retrieval faster in some cases, but might make CPU usage larger. If
2447 this has any bad side effects, we might revert this change.
2448
2449 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2450 seems to make mail retrieval much, much faster.
2451 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2452 unconditionally.
2453
2454 * gnus-draft.el (gnus-group-send-queue): Bind
2455 message-send-mail-partially-limit to nil to avoid being prompted.
2456
2457 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
2458
2459 * mml.el (mml-attach-buffer): Prompt for `disposition'.
2460
2461 * message.el (message-bogus-address-regexp): Fix and improve custom
2462 type.
2463 (message-setup-hook): Add message-check-recipients as custom option.
2464
2465 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
2466
2467 * message.el (message-cite-function): Remove bogus autoload which crept
2468 in during merge from v5-10.
2469
2470 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
2471
2472 * nnimap.el (nnimap-open-connection): Fix login/password bug.
2473
2474 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2475
2476 * auth-source.el: Preliminary Tramp docs.
2477 (auth-sources): Change the default auth-sources to use
2478 EPA .gpg files.
2479
2480 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
2481
2482 * nntp.el: Autoload `auth-source-user-or-password'.
2483 (nntp-send-authinfo): Use it.
2484
2485 * nnimap.el: Autoload `auth-source-user-or-password'.
2486 (nnimap-open-connection): Use it.
2487
2488 * auth-source.el: Added docs on using with url-auth. Import gnus-util
2489 for the gnus-message function.
2490 (auth-source-user-or-password): Use it.
2491
2492 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2493
2494 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2495 rfc2104-hexstring-to-byte-list. Return a unibyte string.
2496 (rfc2104-hash): Use it.
2497
2498 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
2499
2500 * gnus-art.el (gnus-article-toggle-truncate-lines):
2501 Don't use `iff' in docstring.
2502
2503 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
2504
2505 * gnus-registry.el: Adjusted copyright dates and added a keyword.
2506
2507 * gnus-util.el (gnus-extract-address-component-name)
2508 (gnus-extract-address-component-email): Convenience functions around
2509 `gnus-extract-address-components'.
2510
2511 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2512 Use `gnus-extract-address-component-email' to fix bug of comparing full
2513 sender name to `user-mail-address'.
2514
2515 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
2516
2517 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2518 catch/throw to optimize.
2519 (gnus-registry-find-keywords): Just use member to find a keyword.
2520
2521 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2522
2523 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2524 is current before calling gnus-server-prepare.
2525 (gnus-server-setup-buffer, gnus-server-update-server)
2526 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2527
2528 2008-05-04 Juri Linkov <juri@jurta.org>
2529
2530 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2531 (mailcap-file-default-commands): Use mailcap-replace-in-string
2532 instead of replace-regexp-in-string, and mailcap-delete-duplicates
2533 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
2534
2535 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
2536
2537 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2538
2539 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2540
2541 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2542 hooks.
2543 (gnus-update-read-articles): Speed up non-marks-using users.
2544 (gnus-use-marks): Define gnus-use-marks.
2545 (gnus-propagate-marks): Rename variable to something more sensible.
2546
2547 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
2548
2549 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2550 (gmm-image-load-path-for-library): Fix typos in docstrings.
2551 (gmm-message): Reflow docstring.
2552
2553 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
2554
2555 * mail-source.el (mail-source-set-1, mail-source-bind):
2556 Move auth-source code out of the macro to clean it up and fix bugs.
2557
2558 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
2559
2560 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2561 by sender if it's equal to user-mail-address, it's likely to be
2562 useless.
2563
2564 * mail-source.el (mail-source-bind): Don't use user or password if they
2565 are not bound. Unintern them if they are nil. Don't use server unless
2566 it's bound, and default it to empty string otherwise.
2567
2568 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
2569
2570 * mail-source.el: Load auth-source.el.
2571 (mail-source-bind): Add comments. Call auth-source-user-or-password to
2572 get user name or password, if auth-sources is set up.
2573
2574 * gnus-registry.el (gnus-registry-split-strategy): New variable for
2575 strategy of splitting with parent.
2576 (gnus-registry-split-fancy-with-parent)
2577 (gnus-registry-post-process-groups): Use it and fix prior
2578 bug (returning a list as the split result).
2579
2580 * auth-source.el (auth-sources): Remove server parameter.
2581 (auth-source-pick, auth-source-user-or-password)
2582 (auth-source-user-or-password-imap)
2583 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2584 (auth-source-user-or-password-sftp)
2585 (auth-source-user-or-password-smtp): Remove server parameter.
2586
2587 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
2588
2589 * smime.el (smime-sign-region, smime-encrypt-region)
2590 (smime-decrypt-region):
2591 Remove redundant calls to `generate-new-buffer-name'.
2592
2593 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
2594
2595 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2596 Don't use QP for message/rfc822.
2597 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2598
2599 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2600
2601 * sieve-manage.el (sieve-string-bytes): Remove.
2602 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2603 correct byte-length only if the process's coding-system is the same as
2604 the one used internally by Emacs to represent strings.
2605
2606 2008-04-22 Juri Linkov <juri@jurta.org>
2607
2608 * mailcap.el (mailcap-file-default-commands): New function.
2609
2610 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
2611
2612 * message.el (message-signature-separator, message-cite-function):
2613 Change custom version.
2614
2615 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
2616
2617 * mm-decode.el (mm-display-external): Make temp file read-only.
2618
2619 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
2620
2621 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2622 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
2623 `C-c C-f d'.
2624
2625 2008-04-12 Adrian Aichner <adrian@xemacs.org>
2626
2627 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2628
2629 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
2630
2631 * auth-source.el: Added docs.
2632 (auth-sources): Modify format to support server.
2633 (auth-source-pick, auth-source-user-or-password)
2634 (auth-source-user-or-password-imap)
2635 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2636 (auth-source-user-or-password-sftp)
2637 (auth-source-user-or-password-smtp): Add server parameter.
2638
2639 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
2640
2641 * gnus-registry.el: Initialize the registry when gnus-registry-install
2642 is t.
2643
2644 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
2645
2646 * compface.el (uncompface): Make buffer unibyte.
2647
2648 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
2649
2650 * mail-source.el (mail-source-value):
2651 Prefer fboundp to functionp so it works with macros as well.
2652
2653 2008-04-05 Glenn Morris <rgm@gnu.org>
2654
2655 * gnus-ems.el (mm-disable-multibyte): Autoload it.
2656
2657 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2658
2659 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
2660 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2661
2662 * nnheader.el (nnheader-init-server-buffer): Change buffer's
2663 multibyteness after rather than before erasing it.
2664
2665 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2666 mm-with-multibyte.
2667 (gnus-request-article-this-buffer): Make sure the proper decoding is
2668 used if gnus-original-article-buffer happens to be unibyte.
2669
2670 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2671 default-enable-multibyte-characters.
2672
2673 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2674 default-enable-multibyte-characters.
2675
2676 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2677
2678 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2679
2680 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2681
2682 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2683 Fix last change in case the element is not even a symbol.
2684
2685 2008-04-02 Simon Josefsson <simon@josefsson.org>
2686
2687 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2688 imap-enable-exchange-bug-workaround.
2689 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2690
2691 2008-04-01 Simon Josefsson <simon@josefsson.org>
2692
2693 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2694 a 100 byte status-checks into a 2-3MB transfer for each group.
2695 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2696 to enable bug workaround or not.
2697 (nnimap-find-minmax-uid): Only enable workaround conditionally.
2698
2699 2008-03-31 Glenn Morris <rgm@gnu.org>
2700
2701 * message.el (mml2015-use): Declare for compiler.
2702 (message-info): Require mml2015 when appropriate.
2703
2704 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
2705
2706 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2707 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2708 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2709 (nntp-service-to-port): New function.
2710 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2711 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2712 (nntp-open-netcat-stream): New function.
2713 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2714
2715 2008-03-29 Sven Joachim <svenjoac@gmx.de>
2716
2717 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2718
2719 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2720
2721 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2722
2723 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
2724
2725 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2726
2727 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
2728
2729 * message.el (message-signature-separator): Change default.
2730 Improve custom type.
2731 (message-cite-function): Change default to
2732 message-cite-original-without-signature.
2733
2734 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2735 toggle.
2736
2737 * message.el (message-check-news-body-syntax): Fix signature check.
2738 (message-setup-1): Mark buffer as unmodified _after_ running
2739 message-setup-hook and handling message-alternative-emails.
2740 (message-shorten-references): Be more strict when building list of
2741 valid references to comply with GNKSA.
2742
2743 * gnus-group.el (gnus-read-ephemeral-bug-group)
2744 (gnus-read-ephemeral-debian-bug-group)
2745 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2746
2747 * message.el (message-info): Don't use booleanp which isn't supported
2748 in Emacs 21 and XEmacs.
2749
2750 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
2751
2752 * gnus-group.el (gnus-gmane-group-download-format): Rename from
2753 gnus-group-gmane-group-download-format.
2754 (gnus-group-read-ephemeral-gmane-group): Rename from
2755 gnus-group-read-ephemeral-gmane-group.
2756 (gnus-read-ephemeral-gmane-group-url): Rename from
2757 gnus-group-read-ephemeral-gmane-group-url.
2758 (gnus-bug-group-download-format-alist): New variable.
2759 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2760 (gnus-read-ephemeral-emacs-bug-group): New commands.
2761
2762 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
2763
2764 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2765 (gnus-visible-headers): Improve custom type.
2766
2767 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
2768
2769 * mml.el (mml-menu): Add workarounds for XEmacs.
2770
2771 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2772 X-Boundary header.
2773
2774 * message.el (message-simplify-recipients): Fix previous commit.
2775
2776 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2777
2778 * mm-util.el (mm-set-buffer-multibyte): New function.
2779 * mm-decode.el (mm-copy-to-buffer): Use it.
2780
2781 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2782 Prefer fboundp to functionp so it works with macros as well.
2783
2784 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
2785
2786 * message.el (message-alter-recipients-discard-bogus-full-name):
2787 New function.
2788 (message-alter-recipients-function): New variable.
2789 (message-get-reply-headers): Use it.
2790 (message-replace-header): New helper function.
2791 (message-recipients-without-full-name): New variable.
2792 (message-simplify-recipients): New command.
2793
2794 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2795
2796 * message.el (message-info): Handle EasyPG manual.
2797
2798 * mml.el (mml-menu): Add entry for EasyPG.
2799
2800 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
2801
2802 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2803 parameter.
2804
2805 * message.el (message-disassociate-draft): Specify drafts group name
2806 fully.
2807
2808 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
2809
2810 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2811 unnecessary duplicates from the match list.
2812
2813 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
2814
2815 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2816 args of `how-many' of which the XEmacs version doesn't take; declare
2817 Info-index-next as function.
2818
2819 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
2820
2821 * gnus-score.el (gnus-score-headers): Fix handling of
2822 gnus-inhibit-slow-scoring.
2823
2824 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2825 string.
2826 (gnus-button-url-regexp): Improve handling of parenthesis.
2827 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2828 (gnus-button-handle-info-keystrokes): Handle index entries.
2829
2830 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
2831
2832 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2833 Incoming* files.
2834
2835 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
2836
2837 * auth-source.el (auth-sources): Renamed from auth-source-choices.
2838 (auth-source-pick): Use it.
2839
2840 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
2841
2842 * auth-source.el (auth-source-protocols)
2843 (auth-source-protocols-customize, auth-source-choices): Added and
2844 modified variable customizations and defaults.
2845 (auth-source-pick, auth-source-user-or-password)
2846 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2847 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2848 (auth-source-user-or-password-sftp)
2849 (auth-source-user-or-password-smtp): Use new variables and provide an
2850 interface to netrc.el.
2851
2852 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
2853
2854 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2855 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2856 Make sure the nntp port to specify is a string.
2857
2858 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2859
2860 * nntp.el: Use with-current-buffer.
2861 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2862 dubious mm-with-unibyte-current-buffer.
2863 (nntp-with-open-group-function): New function extracted from
2864 nntp-with-open-group macro.
2865 (nntp-with-open-group): Use the function, so it's easier to debug.
2866 Add indentation and debugging info.
2867 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2868 the use of the netcat alternatives.
2869
2870 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2871 Avoid mm-string-as-multibyte as well.
2872
2873 * nnweb.el (nnweb-insert-html):
2874 Remove use of nnheader-string-as-multibyte.
2875
2876 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2877 (nnheader-string-as-multibyte): Remove.
2878
2879 * mm-view.el: Use inhibit-read-only.
2880 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2881 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2882 or unibyte-string.
2883
2884 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2885 (mm-uu-yenc-extract): Use with-current-buffer.
2886
2887 * gnus-soup.el (gnus-soup-send-packet): Don't use
2888 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2889
2890 * nnmh.el: Use with-current-buffer.
2891 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2892 mm-string-as-multibyte on the output of mm-encode-coding-string.
2893
2894 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2895 (nnimap-request-move-article): Use with-current-buffer.
2896
2897 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2898 inserting the handle-buffer's text, so the implicit multibyte->unibyte
2899 conversion uses string-make-unibyte rather than string-as-unibyte.
2900
2901 * gnus-msg.el: Use with-current-buffer.
2902
2903 * message.el (message-ignored-resent-headers): Add "Delivered-To".
2904
2905 2008-03-10 Daiki Ueno <ueno@unixuser.org>
2906
2907 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
2908 string for caching if it is 'PIN.
2909
2910 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
2911
2912 * mail-source.el (mail-source-delete-old-incoming-confirm):
2913 Change default to nil.
2914 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
2915
2916 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
2917
2918 * gnus-art.el (gnus-narrow-to-page): Position point properly.
2919 (gnus-article-goto-prev-page): Work for articles having ^L's.
2920
2921 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
2922
2923 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
2924
2925 2008-03-07 Karl Fogel <kfogel@red-bean.com>
2926
2927 * gnus-bookmark.el: Adjust for renames in bookmark.el.
2928 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
2929 (gnus-bookmark-jump): Adjust some variable names.
2930
2931 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
2932
2933 * auth-source.el: New package.
2934 (auth-source-choices): Add customization entry point variable.
2935
2936 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
2937 bug.
2938
2939 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
2940
2941 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
2942 (gnus-registry-initialize, gnus-registry-install-p): Use it.
2943 (gnus-registry-install-shortcuts): Rename from
2944 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
2945 the `gnus-registry-mark-map' keymap dynamically from
2946 `gnus-registry-marks'. The generated functions update the summary line
2947 when a registry mark is added or deleted, and will call
2948 `gnus-registry-install-p' (see the comments in the code).
2949 (gnus-registry-user-format-function-M): Use concat intelligently.
2950
2951 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
2952 the registry mark functions.
2953
2954 2008-03-05 Glenn Morris <rgm@gnu.org>
2955
2956 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
2957 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
2958 gnus-art.
2959 (top-level): No need to load own source when compiling.
2960
2961 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
2962
2963 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
2964 Suggested by <chris.anderton@zetnet.co.uk>.
2965
2966 2008-03-04 Glenn Morris <rgm@gnu.org>
2967
2968 * gnus-sum.el (top-level): No need to require gnus when compiling,
2969 since unconditionally required near start of file.
2970 (gnus-summary-display-while-building): Move definition before use.
2971
2972 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
2973
2974 * gnus-registry.el (gnus-registry-user-format-function-M): Add
2975 formatting function.
2976
2977 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
2978
2979 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
2980 with plists.
2981 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
2982 Use new format.
2983
2984 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
2985
2986 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
2987 `where-is-internal' that returns a range of key sequences.
2988
2989 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
2990
2991 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
2992
2993 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
2994 (gnus-summary-jump-to-group): Consider windows on other displayed
2995 frames as well. Similar changes might be needed elsewhere, but that's
2996 the one I've bumped into during my use.
2997
2998 * nndoc.el (nndoc-oe-dbx-type-p):
2999 * gnus-msg.el (gnus-debug):
3000 * gnus-group.el (gnus-update-group-mark-positions):
3001 Use mm-string-to-multibyte.
3002
3003 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
3004
3005 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3006 doesn't handle NotDashEscaped.
3007
3008 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
3009 (mml-dnd-attach-options): Fix typo in custom choice.
3010
3011 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3012 nndoc-article-type to mbox.
3013 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3014
3015 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
3016 to nil, instead of html2text.
3017
3018 * imap.el (imap-debug): Add `imap-ping-server'.
3019
3020 * gnus-bookmark.el: Add FIXMEs.
3021
3022 * message.el (message-form-letter-separator)
3023 (message-send-form-letter-delay): New variables.
3024 (message-send-form-letter): Use them. New command to send form
3025 letters. Requested by Uwe Siart.
3026 (message-send-mail-function): Doc fix. Add "Other" custom option.
3027
3028 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
3029
3030 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3031 empty author.
3032
3033 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
3034
3035 * gnus-registry.el (gnus-registry-marks): Add variable for
3036 customization of marks and their appearance.
3037 (gnus-registry-read-mark): Use it.
3038 (gnus-registry-do-marks): Add utility function to loop through
3039 `gnus-registry-marks'.
3040 (gnus-registry-install-shortcuts-and-menus): Add function to install
3041 shortcuts and menus.
3042 (gnus-registry-initialize): Use it.
3043 (gnus-registry-default-mark): Clarify documentation.
3044
3045 2008-02-29 Glenn Morris <rgm@gnu.org>
3046
3047 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3048 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3049 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3050 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3051 Change defcustom :version from 23.0 to 23.1.
3052
3053 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
3054
3055 * gnus-registry.el (gnus-registry-follow-group-p)
3056 (gnus-registry-post-process-groups): Add functions to aid registry
3057 splitting and improve logging. Clarify behavior in function
3058 documentation.
3059 (gnus-registry-split-fancy-with-parent): Use them.
3060
3061 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3062
3063 * gnus-art.el: Use with-current-buffer.
3064
3065 2008-02-27 David Engster <dengste@eml.cc>
3066
3067 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3068 Express real group name in the response.
3069
3070 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
3071
3072 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3073 (nnmairix-last-server, nnmairix-current-server): Defvar them.
3074 (nnmairix-goto-original-article): Defvar gnus-registry-install and
3075 autoload gnus-registry-fetch-group when compiling.
3076 (nnmairix-request-group-with-article-number-correction): Remove
3077 unreferenced argument passed to nnmairix-call-backend.
3078
3079 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
3080
3081 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3082 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
3083 Wilde.
3084
3085 2008-02-27 Glenn Morris <rgm@gnu.org>
3086
3087 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3088 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3089 variables to defconsts. Convert comments to doc-strings.
3090 (nnmairix-last-server, nnmairix-current-server): Convert from free
3091 variables to defvars. Convert comments to doc-strings.
3092 (gnus-registry-fetch-group): Autoload.
3093 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3094 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3095 (nnmairix-widget-build-editable-fields): Use car cddr rather than
3096 caddr.
3097 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3098 nnmairix-request-group-with-article-number-correction call.
3099 (nnmairix-fast, nnmairix-group): New, less general names, for free
3100 variables passed from nnmairix-request-group to
3101 nnmairix-request-group-with-article-number-correction. Declare.
3102 (nnmairix-request-group-with-article-number-correction):
3103 Use nnmairix-fast, nnmairix-group rather than fast, group.
3104
3105 2008-02-26 David Engster <dengste@eml.cc>
3106
3107 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
3108 version 0.5.
3109
3110 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
3111
3112 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3113 instead of making an extra function call. Don't add the current group
3114 to articles only when they have the group. Use
3115 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3116 Reported by David <de_bb@arcor.de>.
3117
3118 2008-02-24 Miles Bader <miles@gnu.org>
3119
3120 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
3121 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
3122 (mm-find-mime-charset-region):
3123 * mm-bodies.el (mm-encode-body):
3124 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
3125
3126 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
3127
3128 * mail-source.el (mail-source-delete-incoming): Change default.
3129 Supplement doc string.
3130
3131 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3132
3133 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
3134
3135 * nnmail.el (nnmail-message-id-cache-file): Derive from
3136 `gnus-home-directory'.
3137
3138 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
3139
3140 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3141 Document negative prefix.
3142
3143 * gnus-group.el (gnus-group-read-group): Document negative prefix.
3144
3145 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3146
3147 * message.el (message-unsent-separator): Add the Exim bounce
3148 separator.
3149
3150 2008-02-10 Daiki Ueno <ueno@unixuser.org>
3151
3152 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3153 list.
3154 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3155 recipient/signer list.
3156
3157 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
3158
3159 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3160 fbound (Emacs 23 unicode), signal an error.
3161
3162 2008-02-08 Glenn Morris <rgm@gnu.org>
3163
3164 * gnus-art.el (pgg-display-output-buffer): Declare as function.
3165
3166 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
3167
3168 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3169 ports to the calls to `netrc-machine-user-or-password' in addition to
3170 "imap" and "imaps".
3171
3172 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
3173
3174 * gnus.el (gnus-group-startup-message): Add `find-image' call before
3175 image-load-path is let-bound. Reported by Harald Hanche-Olsen
3176 <hanche@math.ntnu.no>.
3177
3178 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
3179
3180 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3181
3182 2008-02-01 Zhang Wei <id.brep@gmail.com>
3183
3184 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3185
3186 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3187
3188 2008-02-01 Miles Bader <miles@gnu.org>
3189
3190 * mml.el (mml-parse-1): Remove apparently vestigial use of
3191 `mm-hack-charsets'.
3192 * mm-bodies.el (mm-encode-body): Likewise.
3193
3194 2008-02-01 Kenichi Handa <handa@m17n.org>
3195
3196 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3197 rfc2104-hexstring-to-bitstring and changed to return a byte list.
3198 (rfc2104-hash): Convert the result of concat to unibyte string.
3199
3200 2008-02-01 Dave Love <fx@gnu.org>
3201
3202 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3203 coding-system-for-read.
3204 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3205
3206 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
3207 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
3208 (mm-find-mime-charset-region): Remove hack-charsets stuff.
3209
3210 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
3211
3212 * mail-source.el (mail-sources): Add `group' choice.
3213
3214 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3215 parameter `in-group' to control into which group the articles go.
3216 Add treatment of `group' mail-source.
3217
3218 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
3219
3220 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3221 * message.el (message-beginning-of-line): Use featurep instead of bound
3222 tests in order to resolve conditionals at compile time.
3223
3224 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
3225
3226 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3227
3228 * mm-decode.el (mm-dissect-buffer): Decode description.
3229
3230 * mml.el (mml-to-mime): Encode message header first.
3231
3232 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
3233
3234 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3235 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3236
3237 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
3238
3239 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3240
3241 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
3242
3243 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3244 prefix keys.
3245 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3246 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3247 gnus-xmas.el.
3248
3249 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
3250
3251 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3252 Add new variables for article mark management.
3253 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3254 list of extra data entries which, when present, will indicate that the
3255 article ID should not be trimmed from the registry.
3256 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3257 functions.
3258 (gnus-registry-read-mark): New function to read a mark name from the
3259 user.
3260 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3261 (gnus-registry-set-article-mark-internal): New functions to add and
3262 remove marks.
3263 (gnus-registry-get-article-marks): New function to show the marks for
3264 an article, or retrieve them for further use.
3265
3266 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
3267
3268 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3269 keys when no argument is given.
3270
3271 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
3272
3273 * gnus-sum.el (gnus-article-sort-by-random)
3274 (gnus-thread-sort-by-random): Fix doc strings. Reported by
3275 jidanni@jidanni.org.
3276
3277 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
3278
3279 * gnus-art.el (gnus-article-describe-bindings): New function.
3280 (gnus-article-read-summary-keys): Use it.
3281 (gnus-article-mode-map): Bind `C-h b' to it.
3282
3283 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
3284
3285 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3286 XEmacs.
3287 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3288 against non-character events.
3289
3290 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
3291
3292 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3293 command.
3294 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3295 instead of END. Change name of the temp file.
3296 (gnus-group-gmane-group-download-format): Add doc string. Make it
3297 customizable.
3298
3299 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
3300
3301 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3302 bind `S W' to gnus-article-wide-reply-with-original; set default
3303 binding to gnus-article-read-summary-send-keys.
3304 (gnus-article-read-summary-keys): Fix the order of keys; display
3305 continuation keys correctly in the echo area; describe bindings
3306 correctly when keys end with `C-h'.
3307 (gnus-article-read-summary-send-keys): New function.
3308 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3309 for gnus-article-read-summary-send-keys; display continuation keys
3310 correctly in the echo area.
3311 (gnus-article-reply-with-original): Ignore prefix argument.
3312 (gnus-article-wide-reply-with-original): New function.
3313
3314 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
3315
3316 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3317 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3318
3319 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
3320
3321 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3322 (gnus-group-read-ephemeral-gmane-group): New command.
3323
3324 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3325
3326 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3327
3328 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
3329
3330 * message.el (message-send-mail-function): Increase custom version.
3331
3332 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3333 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
3334
3335 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
3336
3337 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3338 html parts correctly; support forwarded messages.
3339 (gnus-article-browse-html-article): Remove work buffers.
3340
3341 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3342 compiling.
3343 (netrc-bound-and-true-p): New macro.
3344 (netrc-parse): Use it instead of bound-and-true-p that is not available
3345 in XEmacs 21.4.
3346
3347 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
3348
3349 * gnus-registry.el (gnus-registry-mark-article)
3350 (gnus-registry-article-marks): Add functionality to mark articles
3351 through the Gnus registry.
3352
3353 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3354 (netrc-parse): Use encrypt-file-alist to determine if
3355 encrypt-find-model or encrypt-insert-file-contents should be used.
3356
3357 2007-12-19 Glenn Morris <rgm@gnu.org>
3358
3359 * mml.el (message-options-set, message-narrow-to-head)
3360 (message-in-body-p, message-mail-p, message-encode-message-body):
3361 Autoload.
3362 (message-remove-header, message-narrow-to-headers-or-head)
3363 (message-subscribed-p, message-make-mail-followup-to)
3364 (message-position-on-field, message-news-p)
3365 (message-options-set-recipient, message-generate-headers)
3366 (message-sort-headers): Declare as functions.
3367
3368 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
3369
3370 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3371 convention in doc string.
3372
3373 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
3374
3375 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3376 title to html parts.
3377 (gnus-article-browse-html-article): Pass message header to it.
3378
3379 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3380
3381 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
3382
3383 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3384 or password compatible with XEmacs.
3385
3386 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
3387
3388 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3389 format document.
3390 (gnus-mime-delete-part): Don't write description line if empty.
3391 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3392
3393 2007-12-14 Johan Bockgård <bojohan@gnu.org>
3394
3395 * gnus-sum.el (gnus-summary-mark-unread-as-read)
3396 (gnus-summary-mark-read-and-unread-as-read)
3397 (gnus-summary-mark-current-read-and-unread-as-read)
3398 (gnus-summary-mark-unread-as-ticked): Doc fix.
3399 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3400
3401 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
3402
3403 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
3404 Christoph Conrad <christoph.conrad@gmx.de>.
3405
3406 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
3407
3408 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3409 yes-or-no-p.
3410
3411 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
3412
3413 * mm-decode.el (mm-add-meta-html-tag): New function.
3414 (mm-save-part-to-file, mm-pipe-part): Use it.
3415
3416 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3417 gnus-y-or-n-p instead of y-or-n-p.
3418 (gnus-article-browse-html-parts): Work with message/external-body; use
3419 mm-add-meta-html-tag.
3420
3421 2007-12-11 Glenn Morris <rgm@gnu.org>
3422
3423 * gnus-cache.el: Require gnus-sum not just when compiling.
3424
3425 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3426
3427 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3428 definitions before use.
3429
3430 * mm-decode.el: Require gnus-util.
3431 (mm-remove-part): Only call delete-annotation on XEmacs.
3432
3433 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3434
3435 * nnmail.el: Require gnus-int.
3436
3437 * spam.el: Move `require's before `eval-when-compile's.
3438
3439 * gnus-ems.el (gnus-alive-p):
3440 * gnus-fun.el (message-goto-eoh):
3441 * gnus-util.el (gnus-group-name-decode):
3442 * mail-source.el (gnus-compress-sequence):
3443 * message.el (Info-goto-node, format-spec):
3444 * mm-bodies.el (message-options-get):
3445 * mm-decode.el (mm-view-pkcs7):
3446 * mm-util.el (gmm-write-region):
3447 * mml-smime.el (mml-compute-boundary)
3448 (gnus-completing-read-with-default):
3449 * mml.el (widget-button-press, gnus-make-hashtable):
3450 * mml1991.el (mm-decode-content-transfer-encoding)
3451 (mm-encode-content-transfer-encoding)
3452 (message-options-get, message-options-set):
3453 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3454 * nnfolder.el (gnus-request-group):
3455 * nnheader.el (ietf-drums-unfold-fws):
3456 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3457 * smime.el (gnus-run-mode-hooks):
3458 * spam-stat.el (gnus-message): Autoload.
3459
3460 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3461 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3462 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3463 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3464 Add declare-function compatibility definition.
3465
3466 * gnus-cache.el (nnvirtual-find-group-art):
3467 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3468 (gnus-add-image, gnus-add-wash-type):
3469 * gnus-group.el (nnkiboze-score-file):
3470 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3471 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3472 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3473 (message-tokenize-header, gnus-get-buffer-create)
3474 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3475 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3476 * gnus.el (gnus-group-decoded-name):
3477 * mail-source.el (imap-capability):
3478 * mm-bodies.el (message-options-set):
3479 * mm-decode.el (gnus-configure-windows):
3480 * mm-extern.el (message-goto-body):
3481 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3482 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3483 (epg-sub-key-validity, message-options-set):
3484 * mml.el (widget-event-point, gnus-configure-windows):
3485 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3486 * mml2015.el (epg-check-configuration, epg-configuration)
3487 (message-options-set):
3488 * nndb.el (nndb-request-article):
3489 * nnfolder.el (gnus-request-create-group):
3490 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3491 * nnmaildir.el (gnus-group-mark-article-read):
3492 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3493 * rfc1843.el (message-fetch-field):
3494 * spam.el (gnus-extract-address-components):
3495 Declare as functions.
3496
3497 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
3498
3499 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3500
3501 2007-12-09 Glenn Morris <rgm@gnu.org>
3502
3503 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3504
3505 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3506 * message.el, mm-view.el, sieve-manage.el, smime.el:
3507 Add declare-function compatibility definition.
3508
3509 * gnus-art.el (w3-region, w3m-region, Info-menu):
3510 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3511 * gnus-sum.el (gnus-get-predicate):
3512 * gnus-util.el (mm-append-to-file, w32-focus-frame):
3513 * message.el (mail-abbrev-in-expansion-header-p):
3514 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3515 (w3m-detect-meta-charset, w3m-region):
3516 * sieve-manage.el (password-read, password-cache-add)
3517 (password-cache-remove):
3518 * smime.el (password-read-and-add): Declare as functions.
3519
3520 2007-12-08 David Kastrup <dak@gnu.org>
3521
3522 * gnus-sum.el (gnus-summary-simplify-subject-query):
3523 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3524 `message'.
3525
3526 2007-12-07 Glenn Morris <rgm@gnu.org>
3527
3528 * gnus-art.el (article-make-date-line): Revert previous change.
3529
3530 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
3531
3532 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3533
3534 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
3535
3536 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3537 Call gnus-add-to-range ranges only once with a prepared article-list.
3538
3539 2007-12-06 Paul Jarc <prj@po.cwru.edu>
3540
3541 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3542 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3543 group names with backslashes. Reported by Tassilo Horn
3544 <tassilo@member.fsf.org>.
3545
3546 2007-12-06 Deepak Goel <deego3@gmail.com>
3547
3548 * gnus-art.el (article-make-date-line):
3549 * gnus-start.el (gnus-load):
3550 * pop3.el (pop3-read-response): Fix buggy call to `error'.
3551
3552 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
3553
3554 * gnus-art.el (gnus-use-idna)
3555 * gnus-start.el (gnus-site-init-file)
3556 * message.el (message-use-idna)
3557 * mm-uu.el (mm-uu-hide-markers)
3558 * smiley.el (smiley-style): Revert changes that suppress warnings.
3559
3560 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
3561
3562 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3563 specify charset to html source. Reported by Christoph Conrad
3564 <christoph.conrad@gmx.de>.
3565
3566 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
3567
3568 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3569 idna-program in order to suppress byte compile warning issued by XEmacs
3570 that came to byte compile the default value section of defcustom forms
3571 recently.
3572
3573 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3574 value of installation-directory.
3575
3576 * message.el (message-use-idna): Don't directly refer to the value of
3577 idna-program.
3578
3579 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3580
3581 * smiley.el (smiley-style): Don't directly call face-attribute.
3582
3583 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
3584
3585 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3586
3587 * gnus-dired.el: Reduce Gnus dependencies.
3588 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3589 require. Use autoloads instead.
3590 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3591 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3592 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3593 (gnus-dired-mode): Adjust doc string.
3594 (gnus-dired-mail-mode): New variable.
3595 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3596 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3597 (gnus-dired-mail-buffers): New function. Return mail or message
3598 composition buffers.
3599 (gnus-dired-attach): Use it.
3600 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3601 NO-DECODE.
3602 (gnus-dired-print): Use `gnus-print-buffer' depending on
3603 `gnus-dired-mail-mode'.
3604
3605 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
3606
3607 * rfc2047.el (rfc2047-encoded-word-regexp)
3608 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3609 explaining what regexp patterns are for.
3610
3611 2007-12-04 Glenn Morris <rgm@gnu.org>
3612
3613 * password.el: Move to ../password-cache.el.
3614
3615 * mml1991.el (password-read, password-cache-add, password-cache-remove):
3616 * mml2015.el (password-read, password-cache-add, password-cache-remove):
3617 * mml-smime.el (password-read, password-cache-add)
3618 (password-cache-remove):
3619 No need to autoload, since mml-sec requires password.
3620
3621 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3622 * message.el (gnus-extract-address-components):
3623 * mml-smime.el (gnus-extract-address-components): Define for compiler.
3624
3625 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3626 password.
3627
3628 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
3629
3630 * mailcap.el: Reduce dependencies.
3631 (mail-header-parse-content-type): Autoload.
3632 (mailcap-delete-duplicates): New alias.
3633 (mailcap-mime-info): Add optional argument NO-DECODE.
3634 (mailcap-mime-types): Use mailcap-delete-duplicates.
3635
3636 * message.el (message-ignored-supersedes-headers): Add "X-ID".
3637
3638 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3639
3640 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3641 function.
3642
3643 * gnus-uu.el (gnus-uu-decode-yenc): New command.
3644 (gnus-uu-yenc-article): New function.
3645
3646 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3647
3648 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3649 buffer.
3650
3651 2007-12-02 Glenn Morris <rgm@gnu.org>
3652
3653 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
3654 Move to ../net.
3655
3656 * binhex.el, uudecode.el: Move to ../mail.
3657
3658 * encrypt.el: Remove file.
3659
3660 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
3661
3662 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3663 matches on patches.
3664
3665 * gnus-art.el (gnus-article-browse-html-article): Mention
3666 `mm-text-html-renderer' in the doc string.
3667
3668 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3669 string. Add comments.
3670
3671 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3672 if rhs is ASCII.
3673
3674 2007-12-01 Glenn Morris <rgm@gnu.org>
3675
3676 * dig.el, dns.el: Move to ../net.
3677 * format-spec.el, hex-util.el, sha1.el: Move to ../.
3678
3679 * mail-source.el (top-level): Require format-spec before
3680 eval-when-compile.
3681
3682 2007-11-30 Glenn Morris <rgm@gnu.org>
3683
3684 * encrypt.el: Require password, rather than autoloading password-read.
3685
3686 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
3687
3688 * gnus.el (gnus-method-to-server): Add an optional parameter so the
3689 caller can indicate whether the cache should be disregarded for this
3690 call. This way the result of the call is reproducible at all times and
3691 can be considered a canonical server name for the supplied method.
3692 (gnus-agent-method-p): Canonicalize server names by pushing their
3693 method through `gnus-method-to-server' using the no-cache argument.
3694
3695 * gnus-srvr.el (gnus-server-insert-server-line): Call
3696 `gnus-method-to-server' with `no-cache' argument.
3697
3698 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3699 gnus-agent-possibly-synchronize-flags as this should be called when the
3700 server is actually being opened.
3701 (gnus-agent-possibly-synchronize-flags)
3702 (gnus-agent-possibly-synchronize-flags-server): Move check for the
3703 flags file of an agentized server to the latter function.
3704
3705 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3706 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3707 after a connection has been established successfully.
3708
3709 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
3710
3711 * gnus-art.el (article-display-face): Force to display face if called
3712 interactively; check if gnus-article-x-face-too-ugly matches author.
3713 (article-display-x-face): Display face even if From header is missing
3714 as article-display-face does.
3715
3716 2007-11-28 Richard Stallman <rms@gnu.org>
3717
3718 * md4.el: Move to ../.
3719 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
3720
3721 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
3722
3723 * mail-source.el (mail-sources): Default to fetch from file for
3724 compatibility with default of nnmail-spool-file.
3725
3726 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
3727
3728 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3729 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3730 to look for encoded word that should be encoded again.
3731 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3732 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3733 encoding pattern.
3734 (rfc2047-decode-region): Switch strict regexp and loose one according
3735 to rfc2047-allow-irregular-q-encoded-words.
3736
3737 2007-11-26 Simon Josefsson <simon@josefsson.org>
3738
3739 * imap.el: Move to ../net directory.
3740
3741 2007-11-25 Romain Francoise <romain@orebokech.com>
3742
3743 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3744
3745 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
3746
3747 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3748 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3749
3750 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3751 `nnmail-spool-file'.
3752
3753 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3754 `nnmail-spool-file'.
3755
3756 * gnus-move.el (gnus-change-server): Ditto.
3757
3758 * gnus-kill.el (gnus-batch-score): Ditto.
3759
3760 * gnus-cache.el (gnus-jog-cache): Ditto.
3761
3762 * gnus-msg.el (gnus-summary-reply):
3763 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
3764
3765 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
3766
3767 * gnus-cache.el (gnus-cache-generate-nov-databases):
3768 Use nnml-generate-nov-databases-directory instead of
3769 nnml-generate-nov-databases-1.
3770
3771 2007-11-24 Glenn Morris <rgm@gnu.org>
3772
3773 * message.el (message-tool-bar-retro): Update for rename
3774 mail_send.xpm->mail-send.xpm.
3775
3776 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
3777
3778 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3779 `smime-ldap-search' for Emacs 22 and up.
3780
3781 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
3782
3783 * hashcash.el: Move to ../mail directory.
3784
3785 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
3786
3787 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3788 `smime-ldap-search' for Emacs 22 and up.
3789
3790 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3791
3792 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
3793
3794 * message.el (message-send-mail-function): Fix error convention.
3795 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
3796 (message-widen-reply, message-send-mail, message-talkative-question)
3797 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
3798 (message-clone-locals, message-send-news): Use with-current-buffer.
3799 (message-insert-or-toggle-importance): Remove unused var `valid'.
3800 (message-make-references): Remove unused var `new-references'.
3801 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
3802
3803 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
3804
3805 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
3806 (spam-split-symbolic-return-positive): Reflow docstring.
3807 (spam-backends, spam-summary-exit-behavior)
3808 (spam-mark-ham-unread-before-move-from-spam-group)
3809 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
3810 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
3811 (spam-clear-cache, spam-backend-check, spam-install-backend)
3812 (spam-install-statistical-backend, spam-list-of-processors)
3813 (spam-group-processor-p, spam-split, spam-bogofilter-score)
3814 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
3815 (spam-check-crm114, spam-initialize, spam-unload-hook):
3816 Fix typos in docstrings.
3817
3818 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
3819
3820 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
3821 been checked if they have never been read and those group levels are
3822 higher than the one that a user specified.
3823
3824 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
3825
3826 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
3827 foreign groups unless a group level is specified by a user.
3828 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
3829
3830 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
3831
3832 * message.el (message-send-mail-function): Require sendmail.
3833
3834 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
3835
3836 * message.el (message-send-mail-function): Check for smtpmail too.
3837
3838 * utf7.el (utf7-encode, utf7-decode): Use coding system
3839 `utf-7'/`utf-7-imap' from utf-7.el' if available.
3840
3841 * message.el (message-send-mail-function): New function.
3842 (message-send-mail-function): Set default using
3843 message-send-mail-function. Adjust doc string.
3844 (message-send-mail-with-mailclient): New function.
3845
3846 2007-11-17 Richard Stallman <rms@gnu.org>
3847
3848 * assistant.el: Remove file.
3849
3850 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
3851
3852 * smime.el (from):
3853 * rfc2047.el (message-posting-charset):
3854 * qp.el (mm-use-ultra-safe-encoding):
3855 * pop3.el (parse-time-months):
3856 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
3857 * nnml.el (files):
3858 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
3859 (jka-compr-compression-info-list, ange-ftp-path-format)
3860 (efs-path-regexp):
3861 * nndiary.el (files):
3862 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
3863 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
3864 (epg-digest-algorithm-alist, inhibit-redisplay)
3865 (password-cache-expiry):
3866 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
3867 (pgg-output-buffer, password-cache-expiry):
3868 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
3869 (efs-path-regexp):
3870 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
3871 (inhibit-redisplay):
3872 * mm-uu.el (file-name, start-point, end-point, entry)
3873 (gnus-newsgroup-name, gnus-newsgroup-charset):
3874 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
3875 (latin-unity-ucs-list):
3876 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
3877 (mm-uu-binhex-decode-function):
3878 * message.el (gnus-message-group-art, gnus-list-identifiers)
3879 (rmail-enable-mime-composing, gnus-local-organization)
3880 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
3881 (gnus-read-active-file, facemenu-add-face-function)
3882 (facemenu-remove-face-function, gnus-article-decoded-p)
3883 (tool-bar-mode):
3884 * mail-source.el (display-time-mail-function):
3885 * gnus-util.el (nnmail-pathname-coding-system)
3886 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
3887 (gnus-original-article-buffer, gnus-user-agent)
3888 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
3889 (xemacs-codename, sxemacs-codename, emacs-program-version):
3890 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
3891 * gnus-start.el (gnus-agent-covered-methods)
3892 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
3893 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
3894 (gnus-newsgroup-headers, gnus-group-list-mode)
3895 (gnus-group-mark-positions, gnus-newsgroup-data)
3896 (gnus-newsgroup-unreads, nnoo-state-alist)
3897 (gnus-current-select-method, mail-sources)
3898 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
3899 (nnmail-spool-file, gnus-cache-active-hashtb):
3900 * gnus-mh.el (mh-lib-progs):
3901 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
3902 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
3903 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
3904 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
3905 (gnus-group-buffer):
3906 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
3907 (font-lock-set-defaults):
3908 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
3909 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
3910 (gnus-summary-post-menu, total-parts, type, condition, length):
3911 * gnus-agent.el (gnus-agent-read-agentview):
3912 * flow-fill.el (show-trailing-whitespace):
3913 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
3914 eval-and-compile wrappers for byte compiler pacifiers.
3915
3916 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
3917 (mm-display-inline-fontify): Check for featurep 'xemacs not
3918 extent-list.
3919
3920 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
3921 itimer-list.
3922 (mm-create-image-xemacs): Only do something for XEmacs.
3923 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
3924
3925 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
3926
3927 * gnus-registry.el (gnus-adaptive-word-syntax-table):
3928 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
3929
3930 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
3931
3932 * nnimap.el (nnimap-split-download-body):
3933 * gnus-demon.el (gnus-demon):
3934 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
3935
3936 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
3937
3938 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
3939 macros.
3940 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
3941 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
3942 copy data from unibyte buffer to multibyte current buffer.
3943 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
3944 to copy data from unibyte current buffer to multibyte buffer.
3945 (nntp-make-process-buffer): Make process buffer unibyte.
3946
3947 * pop3.el (pop3-open-server): Fix typo in Lisp code.
3948
3949 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
3950
3951 * pop3.el (pop3-open-server): Accept and process data more robustly at
3952 connexion start to avoid spurious "POP SSL connexion failed" errors.
3953
3954 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3955
3956 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
3957 read group names.
3958
3959 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
3960
3961 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
3962
3963 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
3964
3965 * nnmail.el (nnmail-parse-active): Make group names unibyte.
3966 (nnmail-save-active): Use a unibyte buffer when saving active file,
3967 which may contain non-ASCII group names.
3968
3969 * nnml.el (nnml-request-group): Decode group names in messages.
3970
3971 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
3972
3973 * message.el (message-citation-line-function)
3974 (message-insert-formatted-citation-line): Fix spelling of
3975 `message-insert-formated-citation-line'.
3976
3977 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
3978
3979 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
3980
3981 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
3982
3983 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
3984 nnmail-pathname-coding-system.
3985
3986 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
3987 that a user enters; decode group names in messages.
3988
3989 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
3990
3991 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
3992
3993 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
3994
3995 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
3996
3997 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
3998 risky local variable.
3999
4000 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4001
4002 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
4003
4004 * encrypt.el: Improve documentation to fix function name typo.
4005 Reported by Daiki Ueno <ueno@unixuser.org>.
4006
4007 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
4008
4009 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4010 even if the point is not in the last page of an article.
4011 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4012 back to the previous page.
4013
4014 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
4015
4016 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4017
4018 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
4019
4020 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4021
4022 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4023
4024 * message.el (message-check-news-body-syntax): Avoid
4025 mm-string-as-multibyte.
4026 (message-hide-headers): Don't assume (point-min)==1.
4027
4028 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4029
4030 * message.el (message-remove-blank-cited-lines): Fix if remove is
4031 given.
4032 (message-bogus-address-regexp): New variable.
4033 (message-bogus-recipient-p): New function.
4034 (message-check-recipients): New command.
4035 (message-syntax-checks): Add `bogus-recipient'.
4036 (message-fix-before-sending): Add `bogus-recipient'.
4037
4038 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4039 (gnus-treat-body-boundary): Don't test window-system.
4040
4041 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
4042
4043 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4044
4045 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4046
4047 * gnus.el: Bump version to Gnus v5.13.
4048
4049 2007-10-28 Miles Bader <miles@gnu.org>
4050
4051 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4052 at compile-time too.
4053
4054 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
4055
4056 * gnus-msg.el (gnus-message-setup-hook): Add
4057 `message-remove-blank-cited-lines' to options.
4058
4059 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
4060
4061 * message.el (message-remove-blank-cited-lines): New function.
4062 Suggested by Karl Plästerer.
4063
4064 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
4065
4066 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4067 mapc.
4068
4069 * imap.el (imap-open): Replace mapcar called for effect with mapc.
4070 (top-level): Use mapc to set functions to be traced for debugging.
4071
4072 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4073 called for effect with while loop.
4074
4075 * message.el (message-talkative-question): Replace mapcar called for
4076 effect with mapc.
4077
4078 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4079 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4080 called for effect with dolist.
4081
4082 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4083
4084 * nndiary.el: Use dolist instead of mapcar to add diary headers to
4085 gnus-extra-headers and nnmail-extra-headers.
4086
4087 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4088 called for effect with dolist.
4089 (top-level): Use mapc to set functions to be traced for debugging.
4090
4091 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4092 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4093 dolist.
4094
4095 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4096 Replace mapcar called for effect with mapc.
4097 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4098 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4099 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4100 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4101
4102 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4103 remove-if that's a cl function.
4104
4105 * webmail.el (webmail-debug): Replace mapcar called for effect with
4106 dolist.
4107
4108 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
4109
4110 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4111 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4112 with while loop.
4113
4114 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4115 functions from article-* functions.
4116 (gnus-multi-decode-header): Replace mapcar called for effect with
4117 dolist.
4118
4119 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4120 (gnus-bookmark-show-details): Replace mapcar called for effect with
4121 while loop.
4122
4123 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4124 called for effect with while loop.
4125
4126 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4127 with dolist.
4128
4129 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4130 mapcar called for effect with dolist.
4131
4132 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4133
4134 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4135 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4136 Replace mapcar called for effect with dolist.
4137 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4138 mapc.
4139
4140 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4141 Replace mapcar called for effect with dolist.
4142 (gnus-topic-list): Replace mapcar called for effect with mapc.
4143
4144 * gnus.el: Use mapc instead of mapcar to add autoloads.
4145
4146 2007-10-23 Richard Stallman <rms@gnu.org>
4147
4148 * gnus-group.el (gnus-group-highlight): Mark as risky.
4149
4150 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
4151
4152 * gnus.el (gnus-server-to-method): Return method found first in
4153 gnus-newsrc-alist.
4154
4155 * gnus-art.el (gnus-article-highlight-signature)
4156 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4157 button overlay without the front stickiness.
4158
4159 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
4160
4161 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4162 overview buffer needed a catch to receive its throw.
4163 (gnus-agent-flush-cache): Declared as interactive to make this function
4164 easier to use.
4165
4166 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
4167
4168 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4169 `next-line'.
4170
4171 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
4172
4173 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4174 exclude address matching message-dont-reply-to-names.
4175
4176 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
4177
4178 * gnus-util.el (gnus-string<): New function.
4179
4180 * gnus-sum.el (gnus-article-sort-by-author)
4181 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4182
4183 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
4184
4185 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4186 the frame-focus tag is set in gnus-buffer-configuration.
4187
4188 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
4189
4190 * gnus-art.el (gnus-article-add-button): Make a button overlay without
4191 the front stickiness.
4192
4193 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
4194
4195 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4196 url pattern; remove duplicate one.
4197 (gnus-article-extend-url-button): New function.
4198 (gnus-article-add-buttons): Use it.
4199 (gnus-button-push): Use concatenated url that it makes.
4200
4201 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
4202
4203 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4204 (sieve-manage-open): Use `mapc' instead of `mapcar'.
4205
4206 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4207
4208 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4209 Don't hardcode point-min==1.
4210
4211 2007-09-30 David Kastrup <dak@gnu.org>
4212
4213 * gnus-art.el (gnus-article-reply-with-original)
4214 (gnus-article-followup-with-original): When `transient-mark-mode' is
4215 off, refrain from active-region behavior for followups.
4216
4217 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
4218
4219 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4220 Fix comment about "iso8859-1".
4221
4222 2007-10-08 Daiki Ueno <ueno@unixuser.org>
4223
4224 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4225 ones returned from the verify-function.
4226
4227 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4228 mml2015-extract-cleartext-signature if extraction failed.
4229
4230 2007-10-07 Daiki Ueno <ueno@unixuser.org>
4231
4232 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4233 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4234 failed.
4235
4236 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
4237
4238 * Relicense "GPLv2 or later" files to "GPLv3 or later".
4239
4240 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
4241
4242 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4243 to mark a thread as expirable. Add variable `hide' to handle hiding of
4244 thread for both the null and zero (kill/expire thread) universal prefix
4245 cases.
4246 (gnus-summary-expire-thread): Add new function to expire a thread,
4247 using gnus-summary-kill-thread.
4248 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4249 shortcuts for gnus-summary-expire-thread.
4250 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4251 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
4252
4253 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4254
4255 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4256 extras value, so an extras entry can be deleted.
4257 (gnus-registry-delete-extra-entry): Use it.
4258 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4259 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4260 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4261 storage through the gnus-registry, and provide an appropriate API for
4262 it.
4263
4264 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
4265
4266 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4267 Suggested by Leo <sdl.web@gmail.com>.
4268
4269 * gnus.el: Do.
4270
4271 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
4272
4273 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4274 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
4275
4276 * gnus-agent.el (gnus-agent-fetch-headers): Do.
4277
4278 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4279 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4280
4281 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
4282
4283 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4284 newline.
4285 (nnmbox-request-accept-article): Don't change article in source buffer;
4286 narrow to header to use message-fetch-field rather than
4287 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4288 (nnmbox-request-replace-article): Quote lines that'll be misidentified
4289 as delimiters; make sure article ends with newline.
4290 (nnmbox-delete-mail): Correct last position of article to be deleted;
4291 ignore X-Gnus-Newsgroup header in article body.
4292 (nnmbox-save-mail): Quote lines looking like delimiters at the right
4293 positions; make sure article ends with newline.
4294
4295 * message.el (message-display-abbrev): Don't infloop when a user
4296 inserts SPC in the beginning of header.
4297
4298 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
4299
4300 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4301 list of groups not followed by default. Fix type to be regexp.
4302 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4303
4304 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
4305
4306 * hmac-def.el (define-hmac-function): Switch from old-style to
4307 new-style backquotes.
4308
4309 * md4.el (md4-make-step): Likewise.
4310
4311 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
4312
4313 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4314 raw-text coding system when saving .newsrc file, which may contain
4315 non-ASCII group names.
4316
4317 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
4318
4319 * gnus-cus.el (gnus-score-extra): New widget.
4320 (gnus-score-extra-convert): New function.
4321 (gnus-score-customize): Use it for Extra.
4322
4323 2007-08-31 Daiki Ueno <ueno@unixuser.org>
4324
4325 * mml2015.el (mml2015-extract-cleartext-signature): New function.
4326 (mml2015-mailcrypt-clear-verify): Use it.
4327 (mml2015-gpg-clear-verify): Use it.
4328 (mml2015-pgg-clear-verify): Use it.
4329 (mml2015-epg-clear-verify): Replace the current part with the output
4330 from GnuPG; don't extract the plaintext by itself.
4331
4332 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4333 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4334 mml2015-clear-verify-function; don't touch the armor headers or
4335 dash-escaped text here.
4336
4337 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
4338
4339 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4340 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4341 parts, or application/octet-stream as a last resort.
4342 (gnus-mime-view-part-as-type): Don't toggle display.
4343 (gnus-mime-view-part-as-charset): Don't turn off display before
4344 querying charset.
4345
4346 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4347 stuff to undisplayer function in Emacs.
4348 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4349
4350 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4351 text/calendar parts.
4352
4353 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
4354
4355 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4356 decoding text/calendar parts.
4357
4358 * message.el (message-forward-make-body-mime): Always mark body as
4359 having no illegible text; remove signed-or-encrypted argument.
4360 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4361
4362 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4363 (mml-generate-mime-1): Don't encode body if it is specified to be in
4364 raw form; don't make buffer be unibyte when inserting multibyte string.
4365
4366 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4367
4368 * sha1.el: Fix up comment style.
4369 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4370 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4371
4372 * hex-util.el: Fix up comment style.
4373 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4374
4375 * gnus-salt.el: Use with-current-buffer.
4376 (gnus-pick-setup-message): Fix long-standing typo.
4377
4378 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
4379
4380 * imap.el (imap-logout-timeout): New variable.
4381 (imap-logout, imap-logout-wait): New functions.
4382 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4383
4384 * nnimap.el (nnimap-logout-timeout): New server variable.
4385 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4386 nnimap-logout-timeout.
4387
4388 * gnus-art.el (gnus-article-summary-command-nosave)
4389 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4390
4391 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
4392
4393 * gnus.el (gnus-maximum-newsgroup): New variable.
4394
4395 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4396 according to gnus-maximum-newsgroup.
4397
4398 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4399 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4400 Limit the range of articles according to gnus-maximum-newsgroup.
4401
4402 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
4403
4404 * gnus-art.el (gnus-sticky-article): Fixed problems described in
4405 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
4406 Don't perform gnus-configure-windows here; reuse existing sticky
4407 article buffer.
4408
4409 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4410 it doesn't exist in gnus-article-mode.
4411
4412 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
4413
4414 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4415 (gnus-agent-decoded-group-name): New function.
4416 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4417 (gnus-agent-expire-group-1): Use it; decode group name in messages.
4418
4419 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
4420
4421 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4422 Add binding for gnus-sticky-article.
4423 (gnus-summary-exit): Don't kill sticky article buffers.
4424
4425 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4426 article buffer.
4427 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4428 (gnus-kill-sticky-article-buffers): New commands.
4429
4430 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
4431
4432 * nntp.el (nntp-xref-number-is-evil): New server variable.
4433 (nntp-find-group-and-number): If it is non-nil, don't trust article
4434 numbers in the Xref header.
4435
4436 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4437
4438 * gnus-agent.el (gnus-agent-read-group): New function.
4439 (gnus-agent-flush-group, gnus-agent-expire-group)
4440 (gnus-agent-regenerate-group): Use it.
4441 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4442 nnmail-pathname-coding-system.
4443
4444 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
4445
4446 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4447
4448 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4449 that are unread as unread, and also as selected so that information of
4450 marks having been changed by a user may be updated when exiting group.
4451
4452 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
4453
4454 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
4455
4456 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
4457
4458 * gnus-art.el (gnus-mime-display-single): Pass part number that is
4459 calculated ignoring signature parts to gnus-treat-article.
4460
4461 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
4462
4463 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4464 a point here in order to keep the window start.
4465 (gnus-insert-mime-security-button): Make a button overlay without the
4466 front stickiness.
4467 (gnus-mime-display-security): Goto the end of a button.
4468
4469 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4470
4471 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
4472
4473 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4474 group-name-at-point.
4475 (gnus-group-completing-read): New function that offers decoded
4476 non-ASCII group names for completion.
4477 (gnus-fetch-group, gnus-group-read-ephemeral-group)
4478 (gnus-group-jump-to-group, gnus-group-make-group-simple)
4479 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4480 (gnus-group-fetch-control): Use it.
4481 (gnus-fetch-group): Use group-name-at-point for the initial value
4482 rather than the default value; use gnus-alive-p.
4483
4484 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4485 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4486 (gnus-summary-post-news): Use gnus-group-completing-read.
4487
4488 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4489 (gnus-read-move-group-name): Decode group name for completion.
4490
4491 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
4492
4493 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4494 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4495 Yamaoka slightly modified the code).
4496
4497 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
4498
4499 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4500 (nnmail-split-incoming): Bind it.
4501
4502 * nnml.el (nnml-group-name-charset): New function.
4503 (nnml-decoded-group-name): Use it; don't decode group name if
4504 nnmail-group-names-not-encoded-p is non-nil.
4505 (nnml-encoded-group-name): New function.
4506 (nnml-group-pathname): Inline nnml-decoded-group-name.
4507 (nnml-request-expire-articles): Decode group name in message.
4508 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4509 nnmail-pathname-coding-system.
4510 (nnml-save-mail, nnml-active-number): Work with decoded group names and
4511 not decoded ones according to nnmail-group-names-not-encoded-p.
4512 (nnml-generate-active-info): Use nnml-encoded-group-name.
4513
4514 2007-08-08 Glenn Morris <rgm@gnu.org>
4515
4516 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4517 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4518 doc-strings and comments.
4519
4520 2007-07-25 Glenn Morris <rgm@gnu.org>
4521
4522 * Relicense all FSF files to GPLv3 or later.
4523
4524 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
4525
4526 * gnus-sum.el (gnus-summary-move-article): Make
4527 gnus-summary-respool-article work.
4528
4529 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
4530
4531 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4532 string.
4533
4534 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
4535
4536 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
4537 that should be ignored when comparing distant RSS articles with local
4538 ones.
4539 (nnrss-make-hash-index): New function. Create a hash index according
4540 to the ignored fields.
4541 (nnrss-check-group): Use it.
4542
4543 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
4544
4545 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4546
4547 * gnus-art.el (article-decode-group-name): Decode Xref header too.
4548
4549 * gnus-group.el (gnus-group-make-group): Encode group name here unless
4550 the new optional argument ENCODED is non-nil.
4551 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4552 coding system for encoding group name.
4553 (gnus-group-make-rss-group): Pass un-encoded group name to
4554 gnus-group-make-group.
4555 (gnus-group-set-info): Tell gnus-group-make-group that group name is
4556 encoded.
4557
4558 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4559 Encode group name to which articles are moved or copied.
4560 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4561 coding system for encoding Newsgroup, Followup-To and Xref headers.
4562
4563 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4564 marks; use nnheader-file-coding-system to write a file.
4565 (nnagent-retrieve-headers): Bind file-name-coding-system to
4566 nnmail-pathname-coding-system.
4567
4568 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4569
4570 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4571 (nnml-request-article, nnml-request-create-group)
4572 (nnml-request-rename-group, nnml-find-id)
4573 (nnml-possibly-change-directory, nnml-possibly-create-directory)
4574 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4575 (nnml-save-marks): Use nnml-group-pathname instead of
4576 nnmail-group-pathname.
4577
4578 (nnml-request-create-group, nnml-request-expire-articles)
4579 (nnml-request-move-article, nnml-request-delete-group)
4580 (nnml-deletable-article-p, nnml-possibly-create-directory)
4581 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4582 (nnml-open-marks): Bind file-name-coding-system to
4583 nnmail-pathname-coding-system.
4584
4585 (nnml-request-article): Pass server argument to nnml-find-group-number.
4586 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4587 server argument to nnml-possibly-create-directory.
4588 (nnml-request-accept-article): Pass server argument to
4589 nnml-active-number and nnml-save-mail.
4590 (nnml-find-group-number): Pass server argument to nnml-find-id.
4591 (nnml-request-update-info): Pass server argument to
4592 nnml-marks-changed-p.
4593
4594 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4595 (nnml-save-mail, nnml-active-number): Add server argument.
4596
4597 (nnml-request-delete-group): Warn if group is missing.
4598 (nnml-get-nov-buffer): Decode group name.
4599 (nnml-generate-active-info): Encode group name.
4600 (nnml-open-marks): Decode group name in messages.
4601
4602 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
4603
4604 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4605 if it is not specified.
4606 (gnus-article-pipe-part, gnus-article-save-part)
4607 (gnus-article-interactively-view-part, gnus-article-copy-part)
4608 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4609 (gnus-article-inline-part, gnus-article-save-part-and-strip)
4610 (gnus-article-replace-part, gnus-article-delete-part)
4611 (gnus-article-view-part-as-type): Pass raw prefix argument to
4612 gnus-article-part-wrapper.
4613
4614 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
4615
4616 * gnus-agent.el (gnus-agent-save-active): Bind
4617 nnheader-file-coding-system to gnus-agent-file-coding-system.
4618
4619 * gnus-cache.el (gnus-cache-save-buffers)
4620 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4621 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4622 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4623 (gnus-cache-braid-nov, gnus-cache-braid-heads)
4624 (gnus-cache-generate-active, gnus-cache-rename-group)
4625 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4626 (gnus-cache-update-overview-total-fetched-for): Bind
4627 file-name-coding-system to nnmail-pathname-coding-system.
4628 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4629 variables.
4630 (gnus-cache-decoded-group-name): New function.
4631 (gnus-cache-file-name): Use it.
4632 (gnus-cache-generate-active): Use non-decoded group name for active.
4633
4634 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4635 right place.
4636 (gnus-write-active-file): Don't break non-ASCII group names.
4637
4638 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4639 nnmail-pathname-coding-system.
4640
4641 * gnus-uu.el (gnus-uu-decode-save): Typo.
4642
4643 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
4644
4645 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4646
4647 2007-07-14 David Kastrup <dak@gnu.org>
4648
4649 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
4650 finishing actions if we did not edit the article.
4651
4652 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
4653
4654 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4655 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4656 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4657 (gnus-agent-flush-group, gnus-agent-flush-cache)
4658 (gnus-agent-fetch-headers, gnus-agent-load-alist)
4659 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4660 (gnus-agent-retrieve-headers, gnus-agent-request-article)
4661 (gnus-agent-regenerate-group)
4662 (gnus-agent-update-files-total-fetched-for)
4663 (gnus-agent-update-view-total-fetched-for): Bind
4664 file-name-coding-system to nnmail-pathname-coding-system.
4665 (gnus-agent-group-pathname): Don't encode file names by
4666 nnmail-pathname-coding-system.
4667 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4668 coding-system-for-write instead of buffer-file-coding-system to
4669 gnus-agent-file-coding-system.
4670
4671 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4672 Decode group name.
4673
4674 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4675
4676 * gnus-start.el (gnus-update-active-hashtb-from-killed)
4677 (gnus-read-newsrc-el-file): Make group names unibyte.
4678
4679 * nnmail.el (nnmail-group-pathname): Don't encode file names by
4680 nnmail-pathname-coding-system.
4681
4682 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4683 (nnrss-request-delete-group): Bind file-name-coding-system to
4684 nnmail-pathname-coding-system.
4685 (nnrss-read-server-data, nnrss-read-group-data): Bind
4686 file-name-coding-system correctly.
4687 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4688
4689 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4690 (nntp-server-to-method-cache): New variable.
4691 (nntp-group-pathname): New function that decodes non-ASCII group names.
4692 (nntp-possibly-create-directory, nntp-marks-changed-p)
4693 (nntp-save-marks, nntp-open-marks): Use it.
4694 (nntp-possibly-create-directory, nntp-open-marks):
4695 Bind file-name-coding-system to nnmail-pathname-coding-system.
4696 (nntp-open-marks): Decode group names when bootstrapping marks.
4697
4698 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4699 Newsgroups and Folowup-To headers.
4700
4701 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
4702
4703 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4704 (gnus-server-closed-face, gnus-server-denied-face)
4705 (gnus-server-offline-face): Remove variable.
4706 (gnus-server-font-lock-keywords): Use faces that are not aliases.
4707
4708 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4709 of modifying message-stack directly for XEmacs.
4710
4711 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4712 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4713 if the coding-system argument is nil for XEmacs.
4714
4715 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4716 mm-charset-override-alist.
4717
4718 * rfc2047.el: Don't require base64; require rfc2045 for the function
4719 rfc2045-encode-string.
4720 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4721 to quote the parameter value.
4722
4723 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
4724
4725 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4726 form in gnus-group-name-charset-method-alist.
4727
4728 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4729 overrides the default layout edit-form.
4730
4731 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4732
4733 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4734
4735 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
4736
4737 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4738 as unfetched articles.
4739
4740 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
4741
4742 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4743
4744 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
4745
4746 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4747 original back end that keeps marks in the local system.
4748
4749 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
4750
4751 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4752 arg of pop-to-buffer for XEmacs.
4753 (gnus-article-read-summary-keys): Ditto; don't restore window
4754 configuration if summary command ends up with neither article buffer
4755 nor summary buffer; describe bindings if summary keys end with C-h.
4756
4757 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
4758
4759 * message.el (message-fix-before-sending): Skip raw message part to be
4760 forwarded while checking illegible text.
4761 (message-forward-make-body-mime, message-forward-make-body): Mark
4762 signed or encrypted raw message as having no illegible text.
4763
4764 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
4765
4766 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4767 (gnus-message-with-timestamp-1): New macro.
4768 (gnus-message-with-timestamp): New function.
4769 (gnus-message): Use them.
4770
4771 * nnheader.el (nnheader-message): Use them.
4772
4773 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
4774
4775 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4776 .newsrc.eld file.
4777
4778 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
4779
4780 * gnus-agent.el (gnus-agent-fetch-headers)
4781 (gnus-agent-retrieve-headers): Bind
4782 gnus-decode-encoded-address-function to identity.
4783
4784 * nntp.el (nntp-send-xover-command): Recognize an xover command is
4785 available also when the server returns simply a dot.
4786
4787 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
4788
4789 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
4790
4791 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
4792
4793 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
4794
4795 * gnus-ems.el (gnus-x-splash): Make it work.
4796
4797 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
4798 from being used.
4799
4800 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
4801
4802 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
4803 the front stickiness.
4804 (gnus-article-summary-command-nosave): Correct the order of the
4805 arguments passed to pop-to-buffer.
4806 (gnus-article-read-summary-keys): Ditto; make it work properly when the
4807 summary command ends up with the article buffer.
4808
4809 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
4810 the same faces.
4811
4812 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
4813
4814 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
4815
4816 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
4817
4818 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
4819 * gnus-sum.el (gnus-summary-highlight):
4820 * mail-source.el (mail-source-delete-old-incoming-confirm):
4821 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
4822
4823 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
4824
4825 * gnus-art.el (gnus-mime-view-part-externally)
4826 (gnus-mime-view-part-internally): Fix predicate function passed to
4827 completing-read.
4828
4829 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
4830
4831 * gnus.el (gnus-update-message-archive-method): Add :version.
4832
4833 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
4834
4835 * gnus.el (gnus-update-message-archive-method): New variable.
4836
4837 * gnus-start.el (gnus-setup-news): Update saved "archive" method
4838 according to gnus-message-archive-method if
4839 gnus-update-message-archive-method is non-nil.
4840
4841 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
4842
4843 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
4844 by Loic Dachary <loic@dachary.org>.
4845 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4846
4847 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
4848
4849 * message.el (message-pop-to-buffer): Add switch-function argument.
4850 (message-mail): Pass switch-function argument to it.
4851
4852 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
4853
4854 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
4855 Improve doc string.
4856
4857 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
4858
4859 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
4860 (gnus-header-content)
4861 * gnus-cite.el (gnus-cite-10)
4862 * gnus-srvr.el (gnus-server-closed)
4863 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
4864 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
4865 (gnus-group-mail-3-empty, gnus-group-mail-low)
4866 (gnus-group-mail-low-empty, gnus-splash)
4867 * message.el (message-header-to, message-header-cc)
4868 (message-header-subject, message-header-other, message-header-name)
4869 (message-header-xheader, message-separator, message-cited-text)
4870 (message-mml): Lighten colors of faces used for dark background.
4871
4872 2007-05-24 Simon Josefsson <simon@josefsson.org>
4873
4874 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
4875 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
4876
4877 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4878
4879 * message.el (message-narrow-to-headers-or-head):
4880 Ignore mail-header-separator in the body.
4881
4882 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
4883
4884 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
4885 same as window size.
4886
4887 2007-05-22 Kevin Ryde <user42@zip.com.au>
4888
4889 * message.el (message-font-lock-keywords): Use message-header-xheader
4890 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
4891 ahead of the anything pattern, to get it recognised.
4892
4893 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
4894
4895 * gnus-sum.el (gnus-articles-to-read)
4896 (gnus-summary-insert-old-articles): Don't truncate group name for
4897 `read-string'.
4898
4899 * gnus-util.el (gnus-limit-string): Delete this function.
4900
4901 * gnus-sum.el (gnus-simplify-subject-fully): Use
4902 `truncate-string-to-width' instead.
4903
4904 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
4905
4906 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
4907 if, on summary exit, the next group has to be selected.
4908 (gnus-summary-exit): Use it.
4909
4910 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
4911
4912 * gnus-art.el (gnus-article-mode): Fix comment about displaying
4913 non-break space.
4914
4915 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4916
4917 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
4918 Check if group is not a directory.
4919 (nnfolder-request-expire-articles): Don't delete articles if the target
4920 group is not available.
4921
4922 * nnml.el (nnml-request-create-group): Properly check if group is not a
4923 file.
4924 (nnml-request-expire-articles): Don't delete articles if the target
4925 group is not available.
4926
4927 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4928 Don't quote characters that are within parentheses.
4929
4930 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
4931
4932 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
4933 (gnus-handle-ephemeral-exit): Select article according to it.
4934
4935 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
4936
4937 * message.el (message-insert-formated-citation-line): Remove newline.
4938 (message-citation-line-format): Add final \n here so that the user can
4939 avoid a blank line.
4940
4941 2007-05-03 Dan Christensen <jdc@uwo.ca>
4942
4943 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4944 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4945 Update lanl/arXiv support.
4946
4947 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
4948
4949 * gnus.el: Bump version number.
4950
4951 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4952
4953 * gnus.el (gnus-version-number): Bump version.
4954
4955 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4956
4957 * gnus.el: No Gnus v0.6 is released.
4958
4959 2007-04-27 Didier Verna <didier@xemacs.org>
4960
4961 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
4962 * gmm-utils.el (gmm-regexp-concat): here.
4963 * message.el: Don't require 'gnus-util.
4964 (message-dont-reply-to-names): Handle name change above.
4965 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
4966
4967 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
4968
4969 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
4970 since the initial value varies according to the system.
4971
4972 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
4973
4974 * mm-util.el (mm-charset-synonym-alist): Defcustom.
4975
4976 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
4977
4978 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
4979
4980 2007-04-24 Didier Verna <didier@xemacs.org>
4981
4982 Improve the type of gnus-ignored-from-addresses.
4983 * gnus-util.el (gnus-orify-regexp): New function.
4984 * message.el (gnus-util): Require it.
4985 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
4986 * gnus-sum.el (gnus-ignored-from-addresses): New function.
4987 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
4988
4989 2007-04-24 Didier Verna <didier@xemacs.org>
4990
4991 * gnus-sum.el:
4992 * gnus-utils.el: Fix some trailing whitespaces.
4993
4994 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
4995
4996 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
4997 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
4998 article's Message-ID; refer parent article in summary buffer.
4999
5000 * message.el (message-bounce): Call mime-to-mml.
5001
5002 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
5003
5004 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5005
5006 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
5007
5008 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5009 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5010 displayed of multipart/alternative part if it is invoked from summary
5011 buffer.
5012
5013 * mm-view.el (mm-inline-text-html-render-with-w3m)
5014 (mm-inline-text-html-render-with-w3m-standalone)
5015 (mm-inline-render-with-function): Use mail-parse-charset by default.
5016
5017 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
5018
5019 * parse-time.el (parse-time-string-chars): Check if CHAR
5020 is less than the length of parse-time-syntax.
5021
5022 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
5023
5024 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5025 from gnus-newsgroup-processable.
5026
5027 2007-04-16 Didier Verna <didier@xemacs.org>
5028
5029 * gnus-msg.el (gnus-configure-posting-styles): Handle
5030 message-signature-directory properly with :file syntax. Reported by
5031 "Leo".
5032
5033 2007-04-11 Didier Verna <didier@xemacs.org>
5034
5035 New user option: message-signature-directory.
5036 * gnus-msg.el (gnus-configure-posting-styles): Support it.
5037 * message.el (message-insert-signature): Ditto.
5038 * message.el (message-signature-file): Doc update.
5039 * message.el (message-signature-directory): New.
5040
5041 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
5042
5043 * gnus-msg.el (gnus-inews-yank-articles): Use
5044 message-exchange-point-and-mark instead of exchange-point-and-mark.
5045
5046 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
5047
5048 * message.el (message-yank-original): Make sure cited text ends with
5049 newline; don't exchange point and mark.
5050
5051 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
5052
5053 * tls.el (open-tls-stream): Properly handle case where there
5054 is no associated buffer.
5055
5056 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
5057
5058 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5059 message-yank-original, make sure (< mark TEXT point).
5060
5061 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
5062
5063 * message.el (message-fill-column): New variable.
5064 (message-mode): Use it. Add comment on a possible new hook.
5065
5066 * nnmail.el (nnmail-spool-file): Mark as obsolete.
5067 (nnmail-get-new-mail): Reformat.
5068
5069 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5070
5071 * gmm-utils.el: Fix Commentary.
5072 (gmm-tool-bar-from-list): Fix typo in doc string.
5073
5074 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
5075
5076 * message.el (message-yank-original): Don't switch point and mark
5077 unnecessarily to put point and mark as documented.
5078
5079 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5080
5081 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5082 from the message heads.
5083
5084 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
5085
5086 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5087 article buffer does not have a window. This may not be the best
5088 solution but is certainly better than setting the start of the null,
5089 that is the current, window.
5090
5091 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
5092
5093 * gnus-draft.el (gnus-draft-setup-hook): New hook.
5094 (gnus-draft-setup): Run it.
5095
5096 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5097 gnus-score-fast-scoring. Allow regexp.
5098 (gnus-score-headers): Use it.
5099
5100 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5101 XEmacs.
5102
5103 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5104 string.
5105 (gnus-button-alist): Also catch `<f1> k ...'.
5106 (gnus-treat-display-x-face): Fix doc string.
5107
5108 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5109
5110 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5111 evaluation of gnus-extended-version to ensure correct generation of the
5112 User-Agent header when message-generate-headers-first is used.
5113
5114 2007-03-24 Simon Josefsson <simon@josefsson.org>
5115
5116 * hashcash.el (hashcash-generate-payment-async): Don't crash if
5117 hashcash-path is nil. Don't call callback with incorrect number of
5118 parameters if val is 0.
5119
5120 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5121
5122 * message.el (message-required-news-headers):
5123 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5124
5125 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
5126
5127 * message.el (message-generate-new-buffers): Change the meaning of the
5128 nil value; add `standard' to the choices; treat t as `unique'; improve
5129 doc string.
5130 (gnus-select-frame-set-input-focus): Autoload.
5131 (message-buffer-name): Search for the existing message buffer if
5132 message-generate-new-buffers is nil or `standard'; treat the value t of
5133 message-generate-new-buffers as `unique'.
5134 (message-pop-to-buffer): Raise the frame already displaying the message
5135 buffer; clear the echo area after querying.
5136 (message-setup): Pass the `continue' argument to compose-mail.
5137 (message-mail): Prefer `switch-function' if it is given; search for the
5138 existing message buffer if the `continue' argument is non-nil; pass
5139 continue and switch-function arguments to compose-mail by way of
5140 message-setup.
5141 (message-mail-other-window): Adjust argument of message-setup.
5142 (message-mail-other-frame): Ditto.
5143
5144 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5145
5146 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5147 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5148 to turn font-lock on when turning gnus-message-citation-mode on.
5149
5150 2007-03-06 Daiki Ueno <ueno@unixuser.org>
5151
5152 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5153 (mml-smime-function-alist): New variable; add epg as the backend.
5154 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5155 mml-smime- functions instead.
5156 * mm-view.el: Require smime.
5157
5158 2007-03-05 Didier Verna <didier@xemacs.org>
5159
5160 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5161 instead of just inheritance for posting styles.
5162 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5163
5164 2007-02-24 John Paul Wallington <jpw@pobox.com>
5165
5166 * tls.el (tls-certtool-program): Fix custom type.
5167
5168 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
5169
5170 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5171 and point-at-eol instead of line-(beginning|end)-position.
5172
5173 * assistant.el (assistant-parse-buffer): Ditto.
5174
5175 2007-02-28 Daiki Ueno <ueno@unixuser.org>
5176
5177 * mml2015.el (mml2015-epg-find-usable-key): New function.
5178 (mml2015-epg-sign): Use it.
5179 (mml2015-epg-encrypt): Use it.
5180
5181 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
5182
5183 * message.el (message-make-in-reply-to): Quote name containing
5184 non-ASCII characters. It will make the RFC2047 encoder cause an error
5185 if there are special characters. Reported by NAKAJI Hiroyuki
5186 <nakaji@jp.freebsd.org>.
5187
5188 2007-02-27 Didier Verna <didier@xemacs.org>
5189
5190 Include the group parameters as well as the topic ones in the
5191 inheritance filter process.
5192 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5193 argument GROUP-PARAMS-LIST.
5194 * gnus-topic.el (gnus-group-topic-parameters): Use it.
5195
5196 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
5197
5198 * nntp.el (nntp-never-echoes-commands)
5199 (nntp-open-connection-functions-never-echo-commands): New variables.
5200 (nntp-send-command): Use them.
5201
5202 2007-02-20 Daiki Ueno <ueno@unixuser.org>
5203
5204 * mml2015.el (mml2015-epg-verify): Simplified.
5205
5206 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
5207
5208 * mml.el (mml-content-disposition-alist): New user option.
5209 (mml-content-disposition): New function.
5210 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5211 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5212
5213 2007-02-19 Daiki Ueno <ueno@unixuser.org>
5214
5215 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5216 verification.
5217
5218 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5219
5220 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5221 articles posted in the last 24 hours.
5222
5223 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
5224
5225 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5226
5227 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
5228
5229 * nntp.el (nntp-send-command): Don't wait for echoes when
5230 nntp-open-ssl-stream is used.
5231
5232 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
5233
5234 * gnus-cite.el (gnus-test-font-lock-add-keywords)
5235 (gnus-message-add-citation-keywords)
5236 (gnus-message-remove-citation-keywords): Remove.
5237 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5238 directly, make the variables in font-lock-defaults buffer-local, add
5239 gnus-message-citation-keywords to them and then update the value of
5240 font-lock-keywords.
5241
5242 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
5243
5244 * message.el (message-cite-original-1): Don't call
5245 gnus-article-highlight-citation.
5246
5247 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5248 citations; fix line count.
5249
5250 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5251
5252 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5253 (gnus-message-add-citation-keywords)
5254 (gnus-message-remove-citation-keywords): Use it; fix the emulating
5255 versions of font-lock-add-keywords and font-lock-remove-keywords to
5256 work with XEmacs correctly.
5257
5258 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
5259
5260 * gnus-cite.el (gnus-cite-face-list): Set the values of
5261 gnus-message-max-citation-depth and gnus-message-citation-keywords.
5262 (gnus-message-max-citation-depth): Use defvar rather than defconst.
5263 (gnus-message-cite-prefix-regexp): New variable.
5264 (gnus-message-search-citation-line): Use it; protect against long
5265 citation prefix; fill match data with nil rather than 0 for XEmacs; set
5266 the 0th match data for Emacs.
5267 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5268 (gnus-message-add-citation-keywords): Append keywords rather than
5269 prepending; emulate font-lock-add-keywords if it is not available.
5270 (gnus-message-remove-citation-keywords): Emulate
5271 font-lock-remove-keywords if it is not available.
5272
5273 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5274
5275 * message.el (message-cite-prefix-regexp): Set the value of
5276 gnus-message-cite-prefix-regexp.
5277
5278 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5279
5280 * nnweb.el (nnweb-google-parse-1): Update parser.
5281
5282 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
5283
5284 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5285
5286 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5287
5288 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5289 regexp.
5290
5291 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
5292
5293 * uudecode.el (uudecode-string-to-multibyte): New function emulating
5294 string-to-multibyte.
5295 (uudecode-decode-region-internal): Use it.
5296
5297 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
5298
5299 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5300 custom choice.
5301
5302 * gnus-art.el (gnus-signature-limit): Fix custom choice.
5303
5304 2007-01-22 Daiki Ueno <ueno@unixuser.org>
5305
5306 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5307
5308 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5309 `write-region' to respect `mm-inhibit-file-name-handlers'.
5310
5311 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
5312
5313 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5314 Use gnus-home-directory instead of "~/" or "$HOME".
5315
5316 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
5317
5318 * encrypt.el (encrypt-insert-file-contents): Add better prompt
5319 to mention filename.
5320 Add comments at beginning regarding usage.
5321 (encrypt-write-file-contents): Change interactive so a string is
5322 acceptable. If the file has no associated model, show an error instead
5323 of a nonsense prompt.
5324
5325 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
5326
5327 * spam.el (spam-bsfilter-ham-switch): Fix typo.
5328 Thanks to Yoshihiko Yamada for kind notification of this typo.
5329
5330 2007-01-12 Kenichi Handa <handa@m17n.org>
5331
5332 * uudecode.el (uudecode-decode-region-internal): Make it work in a
5333 multibyte buffer.
5334
5335 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
5336
5337 * gnus-score.el (gnus-score-fast-scoring): New variable.
5338 (gnus-score-headers): Use it.
5339
5340 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5341
5342 * message.el (message-cite-original-1): Call
5343 gnus-article-highlight-citation if requested.
5344 (message-make-from): Allow name and address as optional arguments.
5345
5346 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5347
5348 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5349 bugs to doc string.
5350 (gnus-button-alist): Add mid\\|message-id.
5351 (gnus-button-fetch-group): Extend for use in
5352 `browse-url-browser-function'.
5353 (gnus-button-url-regexp): Try to catch paired parentheses like in
5354 Wikipedia URLs.
5355
5356 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5357 Suggested by Simon Krahnke <overlord@gmx.li>.
5358
5359 2007-01-13 Romain Francoise <romain@orebokech.com>
5360
5361 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5362 Update copyright.
5363
5364 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
5365
5366 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5367
5368 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
5369
5370 * gnus-registry.el (gnus-registry-unfollowed-groups)
5371 (gnus-registry-split-fancy-with-parent): Fix documentation.
5372
5373 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5374
5375 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5376 from nnweb groups.
5377
5378 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5379
5380 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5381 Xref urls. Erase buffer before requesting head.
5382
5383 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5384
5385 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
5386
5387 * gnus-soup.el (gnus-soup): New custom group. Make user variables
5388 customizable.
5389
5390 2007-01-05 Daiki Ueno <ueno@unixuser.org>
5391
5392 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5393 no signing key is found.
5394 (mml2015-epg-encrypt): Ask user whether to skip or abort if
5395 no encrypting and/or signing key is found.
5396
5397 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
5398
5399 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5400
5401 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5402
5403 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5404 headers read from disk with the ones newly found in the current search.
5405 This should no longer cause problems, because the article numbers in
5406 Gmane's `nov.php' output are ignored since the previous change.
5407
5408 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5409
5410 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5411
5412 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
5413
5414 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5415
5416 2007-01-01 Romain Francoise <romain@orebokech.com>
5417
5418 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5419
5420 2006-12-31 Steve Youngs <steve@sxemacs.org>
5421
5422 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5423 `define-minor-mode' macro definition expanded properly.
5424 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5425 exclude it there.
5426
5427 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5428 of 2006-12-30. The default is nil on (S)XEmacs already because of the
5429 `fboundp' test.
5430 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5431 This is OK to autoload in (S)XEmacs now.
5432
5433 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5434
5435 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5436 keystroke.
5437 (gnus-summary-limit-to-singletons): Fix typo.
5438
5439 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5440 else fails.
5441
5442 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5443
5444 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5445 docstring.
5446
5447 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5448 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5449 (gnus-summary-insert-dormant-articles): Fix typo in message.
5450
5451 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
5452
5453 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5454 nil for XEmacs.
5455 (gnus-message-citation-mode): Don't autoload in XEmacs.
5456
5457 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5458
5459 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
5460
5461 * nnimap.el (nnimap-expunge-search-string): Mention
5462 nnimap-search-uids-not-since-is-evil in docstring.
5463
5464 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
5465
5466 * spam.el: Revert to make-obsolete-variable because
5467 define-obsolete-variable-alias is not supported in Emacs 21.
5468
5469 * spam.el (spam-ifile-path, spam-ifile-database-path)
5470 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5471 make-obsolete-variable.
5472 (spam-bsfilter-path, spam-bsfilter-program)
5473 (spam-spamassassin-path, spam-spamassassin-program)
5474 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
5475 use "path" inappropriately.
5476 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5477 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5478 variable names.
5479
5480 2006-12-28 Daiki Ueno <ueno@unixuser.org>
5481
5482 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5483 summary buffer.
5484
5485 * password.el (password-cache-remove): Use clear-string to burn
5486 password, if available.
5487
5488 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
5489
5490 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5491
5492 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5493
5494 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5495 (gnus-message-highlight-citation): Move defcustom here from
5496 gnus-cite.el.
5497 (gnus-message-citation-mode): Autoload.
5498
5499 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
5500 checks to make it compile with XEmacs.
5501 (gnus-message-citation-mode): New minor mode.
5502 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5503 (gnus-message-highlight-citation): New variables.
5504 (gnus-message-search-citation-line)
5505 (gnus-message-add-citation-keywords)
5506 (gnus-message-remove-citation-keywords)
5507 (turn-on-gnus-message-citation-mode)
5508 (turn-off-gnus-message-citation-mode): New functions.
5509
5510 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
5511
5512 * gnus-cite.el: Enable highlighting of different citation levels in
5513 message-mode.
5514
5515 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
5516
5517 * message.el (message-make-fqdn): Fix comment.
5518 (message-bogus-system-names): Add ".local".
5519
5520 * spam.el (spam-ifile-path, spam-ifile-program)
5521 (spam-ifile-database-path, spam-ifile-database)
5522 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5523 Don't use "path" inappropriately.
5524 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5525 strings.
5526 (spam-check-ifile, spam-ifile-register-with-ifile)
5527 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5528 new variable names.
5529
5530 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5531 (gnus-treat-display-smileys): Simplify using
5532 gnus-image-type-available-p.
5533
5534 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5535 available.
5536
5537 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
5538
5539 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5540 one after turning on the buffer's multibyteness instead of decoding
5541 them directly in the unibyte buffer that causes unexpected conversion
5542 in Emacs 23 (unicode).
5543
5544 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5545
5546 * message.el (message-generate-hashcash): Fix custom type.
5547
5548 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
5549
5550 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5551
5552 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
5553
5554 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5555 disconnect icons. Add help text.
5556
5557 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
5558
5559 * spam.el (spam-extra-header-to-number): CRM114 spam score is
5560 negated to be consistent with the others we handle.
5561
5562 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5563
5564 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5565 version of gnus-summary-buffer to something, so that we can use two
5566 article buffers at the same time.
5567
5568 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
5569
5570 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5571 trigger all the extra headers.
5572 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5573 sorting.
5574
5575 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5576
5577 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5578 solid groups.
5579
5580 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
5581
5582 * legacy-gnus-agent.el: Add Copyright notice.
5583
5584 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
5585
5586 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5587
5588 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5589
5590 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5591
5592 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5593 to make it work reliably in CVS Emacs.
5594 (gnus-summary-limit-strange-charsets-predicate)
5595 (gnus-summary-limit-to-predicate): New functions.
5596
5597 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
5598
5599 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5600 specifying array size.
5601 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5602 array if it is too small.
5603 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5604 (gnus-sort-threads-loop): New function.
5605
5606 2006-12-06 Chris Moore <dooglus@gmail.com>
5607
5608 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5609 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5610
5611 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
5612
5613 * mm-url.el (mm-url-predefined-programs): Call curl with correct
5614 options.
5615
5616 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5617
5618 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5619 DOS-ing the recipient.
5620
5621 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5622 the headers when creating the mapping to avoid mismappings.
5623 (nnweb-gmane-create-mapping): Always nix out old mapping.
5624
5625 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
5626
5627 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5628 and mm-verify-option to never.
5629
5630 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
5631
5632 * message.el (message-signed-or-encrypted-p): New function.
5633 (message-forward-make-body): Use it.
5634
5635 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5636 Replace encode-coding-string with mm-encode-coding-string.
5637
5638 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
5639
5640 * nneething.el (nneething-decode-file-name): Replace
5641 decode-coding-string with mm-decode-coding-string.
5642
5643 * gnus-int.el (gnus-open-server): Say failed server's name.
5644
5645 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
5646
5647 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5648 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5649
5650 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5651 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5652 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5653 (gnus-group-make-directory-group, gnus-group-transpose-groups):
5654 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5655 (gnus-subscribe-newsgroup, gnus-1):
5656 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5657 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5658 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5659 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5660
5661 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5662
5663 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5664 keystroke.
5665 (gnus-summary-limit-to-bodies): Implement headersp.
5666
5667 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5668
5669 * dns.el (query-dns): Protect against "Process dns deleted" strings.
5670
5671 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
5672
5673 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5674
5675 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5676
5677 * message.el (message-generate-hashcash): Expand range of values to
5678 include `opportunistic'.
5679 (message-send-mail): Use it.
5680
5681 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5682
5683 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5684 and comment it.
5685
5686 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5687
5688 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
5689
5690 * gnus-util.el (gnus-extract-address-components): Improve comment.
5691
5692 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
5693
5694 * gnus-util.el (gnus-extract-address-components): Work with address in
5695 which the name portion contains @.
5696
5697 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
5698
5699 * gnus.el (gnus-start): Move custom group up.
5700 (gnus-select-method): Don't autoload, but make it available for
5701 `customize-variable'.
5702 (gnus-getenv-nntpserver): Don't autoload.
5703
5704 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
5705
5706 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5707
5708 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
5709
5710 * message.el (message-sendmail-extra-arguments): New variable.
5711 (message-send-mail-with-sendmail): Use it.
5712
5713 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
5714
5715 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5716 mm-with-unibyte-current-buffer to make string unibyte.
5717
5718 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5719 mm-string-as-multibyte.
5720
5721 2006-11-14 Daiki Ueno <ueno@unixuser.org>
5722
5723 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5724 Reported by Werner Koch <wk@gnupg.org>.
5725
5726 2006-11-14 Daiki Ueno <ueno@p360>
5727
5728 * mml2015.el: Autoload epa-select-keys when compiling.
5729
5730 2006-11-13 Daiki Ueno <ueno@unixuser.org>
5731
5732 * mml2015.el (mml2015-epg-sign): Save the signing keys in
5733 message-options.
5734 (mml2015-epg-encrypt): Save the recipient keys in message-options.
5735
5736 2006-11-13 Daiki Ueno <ueno@unixuser.org>
5737
5738 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
5739 EasyPG (< 0.0.6).
5740 (mml2015-always-trust): New user option.
5741 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
5742 prompt.
5743
5744 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
5745
5746 * nntp.el (nntp-authinfo-force): New variable.
5747 (nntp-send-authinfo): Use it.
5748
5749 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
5750
5751 * message.el (message-strip-subject-encoded-words): Allow _not_ to
5752 decode encoded words. Improve prompt. Add comment about forwarding.
5753 (message-replacement-char): Move up.
5754
5755 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5756
5757 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
5758 instead of gnus-intersection because arguments of gnus-sorted-nunion
5759 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
5760
5761 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
5762
5763 * message.el (message-strip-subject-encoded-words): Reformat prompt.
5764 (message-simplify-subject-functions): Enable
5765 message-strip-subject-encoded-words by default.
5766
5767 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
5768
5769 * message.el (message-strip-subject-encoded-words): New function.
5770 (message-simplify-subject-functions): New variable.
5771 (message-simplify-subject): Use it. Fix typo in doc string.
5772 Support message-strip-subject-encoded-words.
5773
5774 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
5775
5776 * gnus-diary.el (gnus-diary-delay-format-function):
5777 * nndiary.el (nndiary-reminders):
5778 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
5779
5780 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
5781
5782 * gnus-art.el (article-hide-boring-headers): Fetch date from
5783 gnus-original-article-buffer to avoid problems with localized date
5784 strings.
5785
5786 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
5787
5788 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
5789
5790 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
5791
5792 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
5793 New variables.
5794 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5795 (mm-charset-synonym-alist): Move some entries to
5796 mm-codepage-iso-8859-list.
5797 (mm-charset-synonym-alist, mm-charset-override-alist): Add
5798 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5799
5800 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
5801
5802 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
5803
5804 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5805
5806 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
5807 with Emacs 21 and XEmacs.
5808
5809 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
5810
5811 * spam.el (spam-parse-address): New function for better parsing,
5812 catching errors, etc.
5813 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
5814
5815 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
5816
5817 * mm-view.el: Add interactive arg to html2text autoload.
5818
5819 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
5820
5821 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
5822
5823 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
5824
5825 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
5826 variables.
5827 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5828 (mm-charset-synonym-alist): Move some entries to
5829 mm-codepage-iso-8859-list.
5830
5831 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
5832
5833 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
5834
5835 * message.el (message-citation-line-format)
5836 (message-insert-formated-citation-line): Fix implementation of %E, %N
5837 and %n according to the doc string.
5838
5839 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
5840
5841 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5842 car-safe to avoid bad parses.
5843
5844 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
5845
5846 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
5847 names.
5848
5849 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
5850
5851 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
5852
5853 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
5854 header.
5855
5856 * message.el (message-draft-headers): Add Date.
5857 (message-headers-to-generate): Fix typo in docstring.
5858
5859 * nndraft.el (nndraft-required-headers): New variable.
5860 (nndraft-generate-headers): Use it.
5861
5862 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
5863
5864 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
5865
5866 * gnus-registry.el (gnus-registry-wash-for-keywords)
5867 (gnus-registry-find-keywords): New functions to allow easy searching of
5868 articles that are in the registry.
5869
5870 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
5871
5872 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5873 ietf-drums-parse-address instead of gnus-extract-address-components.
5874 Reported by Damien Elmes <damien@repose.cx>.
5875
5876 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
5877
5878 * gnus.el (gnus-mime): Remove unused custom group.
5879
5880 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5881
5882 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
5883 "blank line" when searching for end of armor headers.
5884
5885 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5886
5887 * gmm-utils.el (gmm-write-region): Fix variable name.
5888
5889 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
5890
5891 * gmm-utils.el (gmm-write-region): New function based on compatibility
5892 code from `mm-make-temp-file'.
5893
5894 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
5895
5896 * nnmaildir.el (nnmaildir--update-nov)
5897 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
5898 Use `gmm-write-region'.
5899
5900 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
5901
5902 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
5903 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5904
5905 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
5906
5907 * message.el (message-replacement-char): New variable.
5908 (message-fix-before-sending): Use it.
5909 (message-simplify-subject): New function to remove duplicate code.
5910 (message-reply, message-followup): Use it.
5911
5912 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
5913 gnus-summary-limit-to-articles.
5914
5915 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
5916
5917 * gnus-util.el (gnus-with-local-quit): New macro.
5918
5919 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
5920
5921 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
5922
5923 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
5924 ignore non-string data.
5925
5926 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
5927
5928 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
5929 non-string data (needs to be done in the registry too).
5930
5931 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
5932
5933 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
5934 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
5935 (gnus-registry-split-fancy-with-parent)
5936 (gnus-registry-fetch-simplified-message-subject-fast)
5937 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
5938 Remove text properties on ingress into the registry and when it's saved.
5939 (gnus-registry-clean-empty-function): Fix bug with cleaning the
5940 registry from entries with no groups.
5941
5942 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
5943
5944 * gnus-util.el (gnus-string-remove-all-properties): Add utility
5945 function to remove string properties.
5946
5947 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
5948
5949 * gmm-utils.el (gmm): Adjust custom version.
5950
5951 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
5952 custom version.
5953
5954 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
5955
5956 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
5957
5958 * gnus-art.el (gnus-insert-prev-page-button)
5959 (gnus-insert-next-page-button): Simplify. Reformat.
5960
5961 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
5962
5963 * gnus-art.el (gnus-insert-prev-page-button)
5964 (gnus-insert-next-page-button): Apply gnus-article-button-face.
5965
5966 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
5967
5968 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
5969
5970 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
5971
5972 * gnus-art.el (gnus-insert-mime-button)
5973 (gnus-insert-mime-security-button):
5974 Apply gnus-article-button-face to MIME and security buttons.
5975
5976 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
5977
5978 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
5979 readable.
5980
5981 2006-09-20 Steve Youngs <steve@sxemacs.org>
5982
5983 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
5984 `browse-url-of-file' instead of `browse-url'.
5985
5986 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5987
5988 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5989 regexp. Articles containing quotation were cut prematurely.
5990
5991 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
5992
5993 * message.el (message-cite-original-1): Use nobody by default for the
5994 value of From header.
5995 (message-reply): Ditto.
5996
5997 2006-09-11 Daiki Ueno <ueno@unixuser.org>
5998
5999 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6000 to the gnus-info. This fixes a bug of inline-PGP message verification.
6001 Reported by Michael Piotrowski <mxp@dynalabs.de>.
6002
6003 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
6004
6005 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6006 mails in the doc string. Add some URLs in comment.
6007 (pop3-movemail): Warn about pop3-leave-mail-on-server.
6008
6009 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
6010
6011 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6012 backslashes handling and the way to find boundaries of quoted strings.
6013
6014 2006-09-07 Daiki Ueno <ueno@unixuser.org>
6015
6016 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6017 mml1991-encrypt-to-self is set and mml1991-signers is not set.
6018 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6019 mml2015-encrypt-to-self is set and mml2015-signers is not set.
6020
6021 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
6022
6023 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
6024 doc string.
6025 (gnus-button-regexp, gnus-button-last): Remove unused variables.
6026
6027 2006-09-06 Simon Josefsson <jas@extundo.com>
6028
6029 * mml2015.el (mml2015-use): Doc fix, mention epg.
6030
6031 2006-09-06 Daiki Ueno <ueno@unixuser.org>
6032
6033 * mml2015.el (mml2015-use): Default to epg, if available.
6034
6035 2006-09-06 Daiki Ueno <ueno@unixuser.org>
6036
6037 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6038 message-sender.
6039 (mml1991-epg-encrypt): Ditto.
6040 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6041 message-sender.
6042 (mml2015-epg-encrypt): Ditto.
6043
6044 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
6045
6046 * message.el (message-send-mail-with-sendmail): Look for sendmail in
6047 several common directories.
6048
6049 2006-09-05 Daiki Ueno <ueno@unixuser.org>
6050
6051 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6052 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6053
6054 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
6055
6056 * gnus-art.el (article-decode-encoded-words): Make it fast.
6057
6058 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
6059
6060 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6061
6062 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6063 in quoted string into `\'.
6064
6065 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6066
6067 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6068 Use standard-syntax-table.
6069
6070 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6071
6072 * gnus-art.el (gnus-decode-address-function): New variable.
6073 (article-decode-encoded-words): Use it to decode headers which are
6074 assumed to contain addresses.
6075 (gnus-mime-delete-part): Remove useless `or'.
6076
6077 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6078 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6079 (gnus-nov-parse-line): Use it to decode From header.
6080 (gnus-get-newsgroup-headers): Ditto.
6081 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6082
6083 * mail-parse.el (mail-decode-encoded-address-region): New alias.
6084 (mail-decode-encoded-address-string): New alias.
6085
6086 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6087 New function.
6088 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6089 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6090 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6091 (rfc2047-decode-string): Ditto.
6092 (rfc2047-decode-address-region): New function.
6093 (rfc2047-decode-address-string): New function.
6094
6095 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
6096
6097 * message.el (message-caesar-buffer-body): Allow rotating headers.
6098
6099 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6100
6101 * message.el (message-insert-formated-citation-line): Fix %f.
6102 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6103
6104 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
6105
6106 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6107 (gnus-bookmark-mouse-available-p): New macro.
6108 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6109 (gnus-bookmark-bmenu-show-infos): Use it.
6110 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6111 (gnus-bookmark-bmenu-hide-infos): Ditto.
6112 (gnus-bookmark-remove-properties): New function.
6113 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6114 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6115 (gnus-bookmark-write-file): Bind coding-system-for-write.
6116 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6117 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6118 group before selecting it.
6119 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6120 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6121 quit-window if it is not available; use gnus-mouse-2 and bind it to
6122 gnus-bookmark-bmenu-select-by-mouse.
6123 (gnus-bookmark-show-details): Remove unused variable `details-list'.
6124 (gnus-bookmark-bmenu-select-by-mouse): New function.
6125
6126 2006-08-13 Romain Francoise <romain@orebokech.com>
6127
6128 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6129 space.
6130
6131 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
6132
6133 * compface.el (uncompface): Use binary rather than raw-text-unix.
6134
6135 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
6136
6137 * compface.el (uncompface): Make sure the eol conversion doesn't take
6138 place when communicating with the external programs. Reported by
6139 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6140
6141 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
6142
6143 * nnheader.el (nnheader-insert-head): Fix typo in comment.
6144
6145 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6146
6147 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6148 Make it more robust by parsing author and date independently.
6149
6150 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6151
6152 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6153
6154 2006-07-28 Daiki Ueno <ueno@unixuser.org>
6155
6156 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6157 first matching secret key.
6158 (mml2015-epg-encrypt): Ditto.
6159
6160 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6161 first matching secret key.
6162 (mml1991-epg-encrypt): Ditto.
6163
6164 * mml2015.el (mml2015-encrypt-to-self): New user option.
6165 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6166 mml2015-epg-encrypt-to-self is set.
6167
6168 * mml1991.el (mml1991-encrypt-to-self): New variable.
6169 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6170 mml1991-epg-encrypt-to-self is set.
6171
6172 * mml2015.el (mml2015-signers): New user option.
6173 (mml2015-epg-sign): Reflect the value of mml2015-signers.
6174 (mml2015-epg-encrypt): Allow to select signing keys.
6175
6176 * mml1991.el (mml1991-signers): New variable.
6177 (mml1991-epg-sign): Reflect the value of mml1991-signers.
6178 (mml1991-epg-encrypt): Allow to select signing keys.
6179
6180 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
6181
6182 * nnheader.el (nnheader-insert-head): Make it work even if the file
6183 uses CRLF for the line-break code.
6184
6185 2006-07-25 Daiki Ueno <ueno@unixuser.org>
6186
6187 * mml2015.el: Require mml-sec instead of password.
6188 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6189 (mml2015-cache-passphrase): Inherit the default value from
6190 mml-secure-cache-passphrase.
6191 (mml2015-passphrase-cache-expiry): Inherit the default value from
6192 mml-secure-passphrase-cache-expiry.
6193
6194 * mml1991.el: Require mml-sec instead of password.
6195 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6196 (mml1991-cache-passphrase): Inherit the default value from
6197 mml-secure-cache-passphrase.
6198 (mml1991-passphrase-cache-expiry): Inherit the default value from
6199 mml-secure-passphrase-cache-expiry.
6200
6201 * mml-sec.el: Require password.
6202 (mml-secure-verbose): New user option.
6203 (mml-secure-cache-passphrase): New user option.
6204 (mml-secure-passphrase-cache-expiry): New user option.
6205
6206 2006-07-24 Daiki Ueno <ueno@unixuser.org>
6207
6208 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6209 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
6210 andreas@altroot.de (Andreas Vögele).
6211
6212 FIXME: Use `tiny change'?
6213
6214 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6215
6216 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6217 workaround for the url package included with Emacs.
6218
6219 * nnweb.el (nnweb-google-create-mapping): Update regexp.
6220
6221 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
6222
6223 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6224 correctly. This fixes a bug caused by the 2006-05-12 change.
6225
6226 2006-07-18 Karl Fogel <kfogel@red-bean.com>
6227
6228 * nnmail.el (nnmail-article-group): If splitting raises an error, give
6229 some information about the error when saying that the `bogus' mail
6230 group will be used.
6231
6232 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
6233
6234 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6235 string.
6236
6237 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
6238
6239 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6240
6241 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6242
6243 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6244
6245 2006-07-10 Daiki Ueno <ueno@unixuser.org>
6246
6247 * mml1991.el (mml1991-function-alist): Add epg.
6248 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6249 (mml1991-epg-encrypt): New functions.
6250
6251 2006-07-10 Daiki Ueno <ueno@unixuser.org>
6252
6253 * mml2015.el (mml2015-verbose): New variable.
6254 (mml2015-cache-passphrase): Ditto.
6255 (mml2015-passphrase-cache-expiry): Ditto.
6256 (mml2015-function-alist): Add epg.
6257 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6258 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6259 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6260 functions.
6261
6262 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6263
6264 * message.el (message-cite-original-1): Preserve region when removing
6265 quoted text due to X-No-Archive in order to avoid bogus attribution
6266 when citing multiple messages.
6267
6268 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6269
6270 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
6271 Kenneth Jacker <khj@be.cs.appstate.edu>.
6272
6273 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
6274
6275 * gnus-diary.el (gnus-user-format-function-d)
6276 (gnus-user-format-function-D): Autoload.
6277
6278 * imap.el (Commentary): Fix typo.
6279
6280 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6281 2006-04-22 contribution.
6282
6283 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6284
6285 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6286 It didn't really fix the bogosity I'm seeing with solid web groups.
6287
6288 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6289
6290 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6291 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6292 created using server names. If we use the feature without declaring
6293 it, Gnus does not properly manage server and group state.
6294
6295 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6296 bound.
6297
6298 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6299
6300 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6301 looking up the method using GROUP's prefix before inventing a new one.
6302 It is used on killed/unknown groups in various places where returning
6303 an all-new method isn't expected by the caller.
6304
6305 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6306 and match semantics of gnus-group-real-prefix.
6307
6308 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
6309
6310 * nnmail.el (nnmail-broken-references-mailers): New variable.
6311 (nnmail-ignore-broken-references): New function generalizing
6312 nnmail-fix-eudora-headers.
6313 (nnmail-fix-eudora-headers): Now obsolete.
6314
6315 * gnus-art.el (gnus-button-handle-custom): Support
6316 `customize-apropos*'.
6317
6318 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6319
6320 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6321
6322 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6323 articles.
6324
6325 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
6326
6327 * message.el (message-cite-reply-above): New variable.
6328 (message-yank-original): Use it.
6329
6330 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
6331
6332 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6333
6334 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
6335
6336 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6337 as read.
6338
6339 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6340
6341 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
6342
6343 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6344 (gnus-bookmark-default-file): Use gnus-directory.
6345 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6346 Remove "*" in doc string.
6347 (gnus-bookmark-write-file): Simplify.
6348 (gnus-bookmark-maybe-sort-alist): Use `when'.
6349 (gnus-bookmark-get-bookmark): Fix typo in doc string.
6350 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6351 FIXME about Emacs 21 and XEmacs compatibility.
6352 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6353 compatibility.
6354 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6355 compatibility.
6356 (gnus-bookmark-menu-heading): Fix version.
6357
6358 2006-06-19 Bastien Guerry <bzg@altern.org>
6359
6360 * gnus-bookmark.el: New file.
6361
6362 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
6363
6364 * message.el (message-syntax-checks): Doc fix.
6365
6366 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6367
6368 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6369 unsubscribed groups as if they were killed ones. It causes duplicate
6370 entries in gnus-newsrc-alist.
6371
6372 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
6373
6374 * message.el (message-syntax-checks): Doc fix.
6375 (message-send-mail): Add check for continuation headers.
6376 (message-check-news-header-syntax): Fix regexp used to check for
6377 continuation headers.
6378
6379 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
6380
6381 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6382
6383 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
6384
6385 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6386
6387 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
6388
6389 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6390 default-truncate-lines.
6391
6392 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
6393
6394 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6395 to fill the utf-8 entry.
6396
6397 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6398
6399 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6400
6401 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
6402
6403 * gnus-agent.el (directory-files-and-attributes): Move all the way
6404 forward (the third and final move).
6405 (gnus-agent-read-agentview): Trap reconstruction errors due to
6406 nonexistent directory. Handle by returning nil.
6407
6408 2006-05-30 Didier Verna <didier@xemacs.org>
6409
6410 * message.el (message-dont-reply-to-names): Update the custom type.
6411 * message.el (message-dont-reply-to-names): New defsubst: potentially
6412 convert a list of regexps into a single one.
6413 * message.el (message-get-reply-headers): Use it.
6414 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6415
6416 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
6417
6418 * gnus-agent.el (directory-files-and-attributes): Move forward.
6419
6420 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
6421
6422 * gnus-ml.el (gnus-mailing-list-subscribe)
6423 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6424 (gnus-mailing-list-message): Fix doc strings.
6425
6426 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6427
6428 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6429 of doing it manually.
6430
6431 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
6432
6433 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6434 comment.
6435
6436 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
6437
6438 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6439 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6440 (gnus-agent-read-local): All symbols allocated in my-obarray.
6441 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6442 (gnus-agent-regenerate-group): Check numeric names to see if they are
6443 messages or groups.
6444 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6445 better way of do this...)
6446
6447 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6448 'dummy.group' (there should be a better way of do this...)
6449
6450 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
6451
6452 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6453 (gnus-saved-headers): Ditto.
6454 (gnus-default-article-saver): Mention functions may have properties.
6455 (gnus-article-save): Override gnus-save-all-headers and
6456 gnus-saved-headers by :headers property which saver function may have.
6457 (gnus-summary-save-in-file): Add :headers property.
6458 (gnus-summary-write-to-file): Ditto.
6459
6460 * gnus-sum.el (gnus-summary-save-article): Bind
6461 gnus-prompt-before-saving to t when saving many articles in a file;
6462 always show all headers.
6463
6464 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
6465
6466 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6467 marks.
6468
6469 * message.el (message-indent-citation): Add optional arguments to allow
6470 using it outside of message buffers.
6471
6472 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6473 (gnus-article-treat-unfold-headers): Use it.
6474 (gnus-article-truncate-lines): New variable.
6475 (gnus-article-mode): Use it.
6476 (gnus-article-toggle-truncate-lines): New function.
6477
6478 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6479 gnus-article-toggle-truncate-lines.
6480
6481 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6482 coding system in XEmacs, use binary.
6483
6484 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
6485
6486 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6487 after-load-alist.
6488
6489 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6490 this function should save decoded articles.
6491 (gnus-summary-write-to-file): Use property to specify this function
6492 should save decoded articles and specify gnus-summary-save-in-file
6493 should be used to save articles other than the first one when saving
6494 many articles.
6495 (gnus-summary-save-body-in-file): Use property to specify this
6496 function should save decoded articles.
6497 (gnus-summary-write-body-to-file): Use property to specify this
6498 function should save decoded articles and specify
6499 gnus-summary-save-body-in-file should be used to save articles other
6500 than the first one when saving many articles.
6501
6502 * gnus-sum.el (gnus-summary-save-article): Simplify.
6503
6504 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
6505
6506 * gnus-art.el (gnus-default-article-saver): Add
6507 gnus-summary-write-body-to-file.
6508 (gnus-article-save-coding-system): Don't use coding system object
6509 in XEmacs.
6510 (gnus-read-save-file-name): Add optional `dir-var' argument which
6511 specifies directory in which files are saved; work even if optional
6512 `variable' argument is not specified.
6513 (gnus-summary-write-to-file): Read file name.
6514 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6515 (gnus-summary-write-body-to-file): New function.
6516
6517 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6518 (gnus-summary-local-variables): Add it.
6519 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6520 (gnus-summary-save-article): Remove optional `decode' argument;
6521 determine whether to decode articles by the value of
6522 gnus-default-article-saver; when saving many files using
6523 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6524 it first and use gnus-summary-save-in-file or
6525 gnus-summary-save-body-in-file thereafter unless
6526 gnus-prompt-before-saving is always; move point to article which
6527 will be saved.
6528 (gnus-summary-save-article-file): Revert.
6529 (gnus-summary-write-article-file): Revert.
6530 (gnus-summary-save-article-body-file): Revert.
6531 (gnus-summary-write-article-body-file): New function.
6532
6533 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
6534
6535 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6536
6537 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
6538
6539 * gnus-art.el (gnus-default-article-saver): Doc fix.
6540 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6541 from gnus-summary-save-article-coding-system, and default to a
6542 certain coding system.
6543 (gnus-output-to-file): Add coding cookie and encode text according
6544 to gnus-article-save-coding-system; don't use mm-append-to-file.
6545
6546 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6547 gnus-art.el and rename to gnus-article-save-coding-system.
6548 (gnus-summary-save-article): Require gnus-art; don't show all
6549 headers if it decodes articles; don't add coding cookie here;
6550 don't bind mm-text-coding-system-for-write.
6551 (gnus-summary-save-article-file): Save decoded articles.
6552 (gnus-summary-write-article-file): When saving many files, use
6553 gnus-summary-write-to-file first and gnus-summary-save-in-file
6554 thereafter unless gnus-prompt-before-saving is always.
6555 (gnus-summary-save-article-body-file): Save decoded articles.
6556
6557 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
6558
6559 * nnrss.el (nnrss-check-group): Bind hash-index.
6560
6561 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
6562
6563 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6564 its hash index. Store this hash in `nnrss-group-data'.
6565 (nnrss-read-group-data): Update accordingly.
6566
6567 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
6568
6569 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6570 entry.
6571
6572 * gnus-sum.el (gnus-summary-make-menu-bar): Add
6573 gnus-article-browse-html-article.
6574
6575 2006-05-23 Hynek Schlawack <hynek@ularx.de>
6576
6577 * gnus-sum.el (gnus-summary-mime-map): Add
6578 gnus-article-browse-html-article.
6579 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
6580
6581 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6582 suitable coding systems in customize.
6583
6584 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
6585
6586 * mail-source.el (mail-sources): Fix custom type.
6587
6588 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
6589
6590 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6591 (gnus-summary-expire-articles-now): Shorten prompt.
6592
6593 * gmm-utils.el (wid-edit): Require.
6594 (defun-gmm): Renamed from `gmm-defun-compat'.
6595 (gmm-image-search-load-path): Use it.
6596 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
6597
6598 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
6599
6600 * gnus-sum.el (gnus-summary-save-article-coding-system): New
6601 variable.
6602 (gnus-summary-save-article): Add optional `decode' argument. If
6603 it is set and gnus-summary-save-article-coding-system is non-nil,
6604 save decoded article.
6605 (gnus-summary-write-article-file): Save decoded article if
6606 gnus-summary-save-article-coding-system is non-nil.
6607
6608 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6609 type.
6610
6611 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
6612
6613 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6614
6615 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6616
6617 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6618 first to test gnus-single-article-buffer which may be buffer-local.
6619
6620 * gnus-sum.el (gnus-summary-setup-buffer): Make
6621 gnus-single-article-buffer buffer-local and nil in ephemeral
6622 group; make gnus-article-buffer, gnus-article-current, and
6623 gnus-original-article-buffer always buffer-local.
6624 (gnus-summary-exit): Kill article buffer belonging to ephemeral
6625 group.
6626 (gnus-handle-ephemeral-exit): Don't move to next summary line.
6627
6628 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
6629
6630 * nnml.el (nnml-request-compact-group): Compressed files might not
6631 have .gz extension.
6632
6633 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6634
6635 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6636 (mm-copy-to-buffer): Use with-current-buffer.
6637 (mm-display-part): Simplify.
6638 (mm-inlinable-p): Add optional arg `type'.
6639
6640 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6641
6642 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6643 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6644 Try harder to show the attachment internally or externally using
6645 gnus-mime-view-part-as-type.
6646
6647 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
6648
6649 * message.el (message-from-style, message-signature-separator)
6650 (message-user-organization-file, message-send-mail-function)
6651 (message-citation-line-function, message-yank-prefix)
6652 (message-indent-citation-function, message-signature)
6653 (message-signature-file, message-signature-insert-empty-line):
6654 Remove autoloads.
6655
6656 * gnus-art.el (gnus-buttonized-mime-types): Remove
6657 "multipart/signed". Revert 2006-04-26 change.
6658
6659 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6660
6661 * gnus.el (gnus-version-number): Bump version.
6662
6663 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
6664
6665 * gnus.el: No Gnus v0.5 is released.
6666
6667 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6668
6669 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6670 fetching articles by message-id.
6671
6672 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6673
6674 * message.el (hashcash): Require hashcash as normal.
6675
6676 * ecomplete.el (ecomplete-highlight-match-line): Use
6677 point-at-eol.
6678 (ecomplete-highlight-match-line): Use `highlight', because that
6679 face exists in both Emacs and XEmacs.
6680
6681 * message.el (message-display-abbrev): Use point-at-bol.
6682
6683 * mail-source.el: Don't require timer/timer-funcs.
6684
6685 * gnus-async.el: Ditto.
6686
6687 * password.el: Ditto.
6688
6689 * mm-url.el: Ditto.
6690
6691 * mm-util.el: Require timer/timer-funcs.
6692
6693 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6694
6695 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6696 Close.
6697
6698 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
6699
6700 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6701 unibyte after clear-decrypt function runs.
6702
6703 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
6704 returns as a unibyte string.
6705
6706 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
6707
6708 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
6709 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
6710 (mml1991-pgg-encrypt): Ditto.
6711
6712 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
6713
6714 * message.el (message-user-organization-file): Check several
6715 locations of the organization file.
6716
6717 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
6718 Add gnus-article-view-part-as-type.
6719
6720 * gnus-art.el (gnus-article-view-part-as-type): New function.
6721
6722 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
6723 .mobi and .travel. Remove .nato, .bitnet and .uucp.
6724
6725 * mml.el: Simplify autoload.
6726 (mml-mode): defvar dnd-protocol-alist instead of using
6727 symbol-value.
6728 (mml-default-directory): New variable.
6729 (mml-minibuffer-read-file): Use it.
6730 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
6731
6732 * message.el (message-citation-line-format): New variable.
6733 (message-insert-formated-citation-line): New function.
6734 (message-citation-line-function): Add
6735 `message-insert-formated-citation-line' to custom type.
6736
6737 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
6738 to doc string.
6739
6740 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
6741 depending on mm-verify-option.
6742
6743 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
6744
6745 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
6746 binding pgg-* variables; reimplement the section which prevents
6747 MIME header from being signed.
6748 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
6749 pgg-text-mode; remove a blank line at the top of body.
6750
6751 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
6752 lines at the top of body; use gnus-newsgroup-charset if there's no
6753 Charset header.
6754
6755 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
6756
6757 * message.el (message-self-insert-commands): Doc fix.
6758
6759 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
6760 (mm-uu-pgp-encrypted-test): Ditto.
6761 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
6762 between header and body; return application/pgp-encrypted handle
6763 if decryption failed; decode decrypted body by charset.
6764
6765 * mm-decode.el (mm-automatic-display): Don't make application/pgp
6766 element match to application/pgp-*.
6767
6768 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6769
6770 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
6771 HTML.
6772
6773 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6774
6775 * mail-source.el (mail-source-call-script): Message the error
6776 string.
6777
6778 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6779
6780 * gnus-util.el (gnus-byte-compile): Use it.
6781
6782 2006-04-22 xyblor <fake@invalid.email> (tiny change)
6783
6784 * gnus-util.el (kill-empty-logs): New function.
6785
6786 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6787
6788 * message.el (message-mail-alias-type): Doc fix.
6789 (message-mail-alias-type-p): New function.
6790 (message-send): Use it.
6791 (message-mode): Ditto.
6792 (message-strip-forbidden-properties): Ditto.
6793
6794 * ecomplete.el (ecomplete-database-file-coding-system): New
6795 variable.
6796 (ecomplete-save): Use it.
6797 (ecomplete-setup): Use it.
6798
6799 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
6800
6801 * message.el (message-self-insert-commands): New variable.
6802 (message-strip-forbidden-properties): Use it.
6803
6804 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6805
6806 * message.el (message-put-addresses-in-ecomplete): Use a regexp
6807 that doesn't make XEmacs choke.
6808
6809 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
6810
6811 * gnus-util.el (gnus-replace-in-string):
6812 Prefer replace-regexp-in-string over of replace-in-string.
6813
6814 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
6815
6816 * gnus-util.el (gnus-select-frame-set-input-focus):
6817 Use select-frame-set-input-focus if it is available in XEmacs; use
6818 definition defined in Emacs 22 for old Emacsen.
6819
6820 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
6821
6822 * mm-view.el (mm-inline-text): Use equal instead of equalp.
6823
6824 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
6825
6826 * gnus-registry.el (gnus-registry-cache-save): Remove text
6827 properties when saving via the temp buffer.
6828
6829 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
6830
6831 * message.el (message-generate-hashcash): Honor custom type.
6832
6833 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6834
6835 * message.el (message-generate-hashcash): Default to non-nil when
6836 hashcash is found.
6837
6838 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
6839 (gnus-refer-thread-limit): Increase default to 500.
6840
6841 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
6842
6843 * flow-fill.el (fill-flowed): Allow delete-space.
6844
6845 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
6846
6847 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6848 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
6849 Remove autoloads.
6850
6851 2006-04-18 Simon Josefsson <jas@extundo.com>
6852
6853 * message.el (message-generate-hashcash): Default to.
6854
6855 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
6856
6857 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6858 concatenating segments rather than before concatenating them.
6859
6860 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
6861
6862 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
6863
6864 * imap.el (imap-quote-specials): New function.
6865 (imap-login-auth): Quote specials.
6866
6867 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6868
6869 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
6870
6871 * message.el (message-forward-make-body-plain): Allow
6872 message-forward-ignored-headers to be a list.
6873 (message-remove-ignored-headers): Factor out into function.
6874 (message-forward-make-body-mml): Use it.
6875 * rfc2231.el (rfc2231-parse-string): Remove dead code.
6876 (rfc2231-parse-string): Allow concatanation of parameters that
6877 aren't contiguous. The test case is
6878 (mail-header-parse-content-type "message/external-body;
6879 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
6880 access-type=LOCAL-FILE;
6881 name*1*=plugh%2fhello-sailor%2fbing.pdf")
6882
6883 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
6884
6885 * nntp.el (nntp-accept-process-output): Return the value of
6886 `nnheader-accept-process-output'.
6887
6888 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6889
6890 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
6891 (gnus-button-alist): Recognize more diff formats.
6892 (gnus-button-patch): Strip directory.
6893
6894 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
6895
6896 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
6897 Emacs 22 when setting focus.
6898
6899 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6900
6901 * gnus-art.el (gnus-article-treat-types): Do treatment of
6902 text/x-verbatim parts.
6903 (gnus-button-patch): New command.
6904
6905 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
6906 addresses that contain invalid characters.
6907
6908 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6909
6910 * message.el (message-put-addresses-in-ecomplete): Use
6911 gnus-replace-in-string.
6912 (message-is-yours-p): Use the more correct
6913 mail-header-parse-address instead of
6914 mail-extract-address-components.
6915 (message-put-addresses-in-ecomplete): Fix typo.
6916
6917 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
6918 keystroke.
6919
6920 * gnus-art.el (gnus-treatment-function-alist): Change order of
6921 newsgroups/generic header folding to avoid double-folding.
6922
6923 * message.el (message-hidden-headers): Add X-Draft-From.
6924
6925 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
6926 command.
6927 (gnus-summary-repeat-search-article-backward): New command.
6928
6929 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
6930 groups in the parent topic.
6931
6932 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
6933
6934 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
6935 (spam-extra-header-to-number): Return the CRM114 number as a
6936 number instead of a string.
6937
6938 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6939
6940 * gnus-art.el (gnus-face-properties-alist): Moved here from
6941 gnus-fun.
6942
6943 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
6944
6945 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6946
6947 * message.el (message-strip-forbidden-properties): Only display on
6948 self-insert-command.
6949
6950 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
6951 reindent.
6952 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
6953
6954 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
6955
6956 * smiley.el (smiley-style): Fix typo.
6957
6958 2006-03-23 Kenichi Handa <handa@m17n.org>
6959
6960 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
6961 instead of set-buffer-multibyte.
6962
6963 2006-03-23 Kenichi Handa <handa@m17n.org>
6964
6965 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
6966 buffer and then decode the buffer text if necessary.
6967 (rfc2231-encode-string): Be sure to work on multibyte buffer at
6968 first, and after mm-encode-body, change the buffer to unibyte.
6969
6970 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6971
6972 * hashcash.el (hashcash-insert-payment-async-2): Use
6973 message-goto-eoh instead of doing it manually.
6974 (mail-add-payment): Use message-narrow-to-header instead of trying
6975 to do the same itself.
6976
6977 * message.el (message-hidden-headers): Add Face.
6978
6979 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
6980 reparenting code.
6981 (gnus-summary-reparent-children): Refactored out code.
6982 (gnus-summary-thread-map): New keystroke.
6983 (gnus-summary-reparent-children): Make into command.
6984
6985 * smiley.el (smiley-style): Default to `medium' if using a large
6986 font.
6987
6988 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
6989 does it itself.
6990
6991 * message.el (message-point-in-header-p): Simplify definition.
6992
6993 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6994
6995 * nnagent.el (nnagent-request-set-mark): Silence log file
6996 writing.
6997 (nnagent-request-set-mark): Use write-region instead of
6998 append-to-file.
6999
7000 * gnus-sum.el (gnus-read-header): Fudge article number if using a
7001 strange select method.
7002
7003 * ecomplete.el (ecomplete-display-matches): Get highlightling
7004 right.
7005 (ecomplete-display-matches): Use literals.
7006 (ecomplete-display-matches): Disable message logging.
7007
7008 * message.el (message-display-abbrev): Small optimization.
7009
7010 * ecomplete.el (ecomplete-display-matches): Allow automatic
7011 display.
7012
7013 * message.el (message-strip-forbidden-properties): Display
7014 abbrevs.
7015 (message-display-abbrev): Get automatic display right.
7016
7017 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7018 keystrokes.
7019
7020 2006-04-13 Romain Francoise <romain@orebokech.com>
7021
7022 TODO: Backport to v5-10!
7023
7024 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7025 Moved here (and renamed) from gnus-registry.el.
7026
7027 * gnus-registry.el: Require gnus-util.
7028 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7029
7030 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7031
7032 * gnus-group.el (gnus-group-catchup-current): Change
7033 if-then-else-if-then-else into cond.
7034 (gnus-group-catchup): Indent.
7035 (group-name-at-point): New function.
7036 (gnus-fetch-group): Provide default from thing at point.
7037
7038 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7039
7040 * message.el (message-display-abbrev): Fix regexp.
7041
7042 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7043 choosing.
7044 (ecomplete-highlight-match-line): Fix up code rewrite, remove
7045 dead variables.
7046
7047 * message.el (message-newline-and-indent): Remove debugging.
7048 (message-display-abbrev): Use new implementation.
7049
7050 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
7051
7052 * gnus-art.el (gnus-article-mode): Set
7053 cursor-in-non-selected-windows to nil.
7054
7055 * smiley.el: Revert previous change.
7056 (smiley-data-directory): defvar it before using it in the
7057 defcustom of `smiley-style'.
7058
7059 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7060
7061 * message.el (message-newline-and-indent): New function.
7062
7063 * ecomplete.el: Implement more bits.
7064
7065 * message.el (message-put-addresses-in-ecomplete): Clean up the
7066 string.
7067
7068 * ecomplete.el (ecomplete-add-item): Chop off decimals.
7069
7070 * gnus-sum.el (gnus-summary-save-parts): Bind
7071 gnus-summary-save-parts-counter and use it to make unique file
7072 names.
7073
7074 * gnus-art.el (gnus-ignored-headers): Add some more headers.
7075
7076 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7077 parameter to say whether to actually parse the individual
7078 addresses.
7079
7080 * message.el (message-put-addresses-in-ecomplete): New function.
7081 (ecomplete): Require.
7082 (message-mail-alias-type): Add ecomplete as an option.
7083
7084 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
7085
7086 * flow-fill.el (fill-flowed): Remove trailing space from blank
7087 quoted lines.
7088
7089 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7090
7091 * smiley.el (smiley-style): Move definition later to avoid a
7092 compilation warning.
7093
7094 2006-04-12 Kenichi Handa <handa@m17n.org>
7095
7096 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7097 buffer and then decode the buffer text if necessary.
7098 (rfc2231-encode-string): Be sure to work on multibyte buffer at
7099 first, and after mm-encode-body, change the buffer to unibyte.
7100 Use mm-disable-multibyte instead of set-buffer-multibyte.
7101
7102 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
7103
7104 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7105 Content-Type header instead of Content-Disposition header.
7106 (gnus-mime-inline-part): Ditto.
7107 (gnus-mime-view-part-as-charset): Ignore charset that the part
7108 specifies.
7109
7110 * mm-decode.el (mm-display-part): Work with external parts and
7111 usual parts similarly.
7112
7113 * mm-extern.el (mm-inline-external-body): Use mm-display-part
7114 instead of gnus-display-mime.
7115
7116 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7117 instead of with-temp-buffer.
7118
7119 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7120 tag to summarized topics part in order to encode non-ASCII text.
7121
7122 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7123
7124 * smiley.el (smiley-style): New variable.
7125 (smiley-directory): New function.
7126 (smiley-data-directory): Derive from `smiley-style' using
7127 `smiley-directory'.
7128 (smiley-regexp-alist): Add new entries.
7129
7130 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7131 (gnus-article-browse-delete-temp): Add :version.
7132
7133 2006-04-11 Arne Jørgensen <arne@arnested.dk>
7134
7135 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7136 the sieve region.
7137
7138 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7139
7140 * gnus.el (gnus-version-number): Bump version.
7141
7142 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
7143
7144 * gnus.el: No Gnus v0.4 is released.
7145
7146 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7147
7148 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7149 layout.
7150
7151 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7152 unknown charset.
7153
7154 * message.el (message-header-synonyms): Add Original-To to the
7155 default.
7156
7157 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7158 optional parameter.
7159
7160 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
7161
7162 * gnus-fun.el (gnus): Require it for gnus-directory.
7163
7164 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7165
7166 * gnus-fun.el (gnus-face-properties-alist): Add :version.
7167
7168 2006-04-05 Daiki Ueno <ueno@unixuser.org>
7169
7170 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7171
7172 2006-04-05 Simon Josefsson <jas@extundo.com>
7173
7174 * password.el (password-reset): New function.
7175
7176 2006-04-05 Daiki Ueno <ueno@unixuser.org>
7177
7178 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7179 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7180
7181 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7182
7183 * nnweb.el (nnweb-google-create-mapping): Update regexp.
7184 Some whitespace was matched into the url, which broke browsing hits
7185 > 100 when mm-url-use-external was nil.
7186
7187 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
7188
7189 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7190 gnus-extra-headers for 'Newsgroups.
7191
7192 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7193 bound.
7194
7195 2006-04-04 Daiki Ueno <ueno@unixuser.org>
7196
7197 * pgg-gpg.el: Clean up process buffers every time gpg processes
7198 complete.
7199
7200 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
7201
7202 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7203 doc string.
7204
7205 2006-04-03 Daiki Ueno <ueno@unixuser.org>
7206
7207 * pgg-gpg.el (pgg-gpg-process-filter)
7208 (pgg-gpg-wait-for-completion): Check if buffer is alive.
7209
7210 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7211 lines, temporary fix.
7212
7213 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7214
7215 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7216
7217 2006-03-29 Daiki Ueno <ueno@unixuser.org>
7218
7219 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7220 default-enable-multibyte-characters. This reverts the change from
7221 revision 6.17 which is no longer necessary because the passphrase
7222 is sent separately now. GnuPG messages are unreadable under
7223 multibyte locales with default-enable-multibyte-characters set to
7224 nil.
7225
7226 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
7227
7228 * message.el (message-tool-bar-gnome): Move "spell".
7229
7230 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
7231
7232 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7233 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
7234 instead.
7235
7236 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
7237
7238 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7239 newsgroups handling for NNTP overviews which don't include
7240 Newsgroups.
7241
7242 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7243
7244 * message.el (message-resend): Bind message-generate-hashcash to nil.
7245
7246 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7247
7248 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7249 when searching for already-paid recipients.
7250
7251 2006-03-27 Daiki Ueno <ueno@unixuser.org>
7252
7253 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7254 passphrases when it is not needed.
7255 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7256 passphrase stuff from gpg, should only be necessary when you use
7257 gpg with a smartcard.
7258
7259 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
7260
7261 * mml.el (mml-insert-mime): Ignore cached contents of
7262 message/external-body part.
7263
7264 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7265 (mm-insert-part): Ditto.
7266
7267 2006-03-23 Simon Josefsson <jas@extundo.com>
7268
7269 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7270 Reiner.
7271 (pgg-gpg-use-agent-p): Use it again.
7272
7273 2006-03-23 Simon Josefsson <jas@extundo.com>
7274
7275 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7276 older emacsen.
7277 (pgg-gpg-use-agent-p): Don't use it.
7278
7279 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
7280
7281 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7282 if we can.
7283
7284 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
7285
7286 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7287 (pgg-gpg-update-agent): New function.
7288 (pgg-gpg-use-agent-p): New function.
7289 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7290 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7291 (pgg-gpg-sign-region): Use it.
7292
7293 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
7294
7295 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7296 Reported by Ralf Wachinger <rwachinger@gmx.de>.
7297
7298 2006-03-21 Simon Josefsson <jas@extundo.com>
7299
7300 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7301 <wilde@sha-bang.de>.
7302 (pgg-gpg-use-agent): New variable.
7303 (pgg-gpg-process-region): Use it.
7304 (pgg-gpg-encrypt-region): Likewise.
7305 (pgg-gpg-encrypt-symmetric-region): Likewise.
7306 (pgg-gpg-decrypt-region): Likewise.
7307 (pgg-gpg-sign-region): Likewise.
7308 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7309
7310 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
7311
7312 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7313
7314 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7315 Add comment on version.
7316
7317 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
7318
7319 * smiley.el: Add missing test smiley.
7320
7321 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
7322
7323 * mm-decode.el (mm-with-part): New macro.
7324 (mm-get-part): Use it; work with message/external-body as well.
7325 (mm-save-part): Treat name and filename equally.
7326
7327 * mm-extern.el (mm-extern-cache-contents): New function.
7328 (mm-inline-external-body): Use it; force the part to be displayed;
7329 move undisplayer added to the cached handle to the parent.
7330
7331 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7332 (gnus-mime-view-part-as-type): Work with message/external-body.
7333
7334 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7335
7336 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
7337
7338 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7339 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
7340 Emacs.]
7341
7342 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
7343
7344 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7345 path rather than symbol. Always return list of directories.
7346 Guarantee that image directory comes first. [Sync with image.el,
7347 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
7348
7349 * message.el (message-make-tool-bar): Adjust to new API of
7350 `gmm-image-load-path-for-library'.
7351
7352 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7353
7354 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7355
7356 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7357
7358 * gnus-art.el (gnus-article-only-boring-p):
7359 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7360 intangible text.
7361 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7362
7363 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
7364
7365 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
7366 `defun' instead of `gmm-defun-compat'.
7367
7368 2006-03-14 Simon Josefsson <jas@extundo.com>
7369
7370 * message.el (message-unique-id): Don't use message-number-base36
7371 if (user-uid) is a float.
7372 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7373
7374 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
7375
7376 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7377
7378 * gnus-art.el (gnus-mime-display-single): Make sure there is an
7379 empty line between a part and a message part.
7380
7381 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7382
7383 * smiley.el: Add more test smileys.
7384 (smiley-data-directory, smiley-regexp-alist)
7385 (gnus-smiley-file-types): Fix doc strings.
7386 (smiley-update-cache): Clear smiley-cached-regexp-alist before
7387 adding new elements.
7388 (smiley-mouse-map): Unused code. Make it a comment.
7389
7390 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7391
7392 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7393 scan latest NoCeM messages instead of old ones.
7394 (gnus-nocem-check-article): Fix regexps so as to match to PGP
7395 delimiters that are recently used.
7396 (gnus-nocem-load-cache): Add autoload cookie.
7397
7398 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7399
7400 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7401 level which is larger than gnus-use-nocem is specified.
7402
7403 * gnus-group.el (gnus-group-get-new-news): Ditto.
7404
7405 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
7406
7407 * gnus-util.el (gnus-tool-bar-update): New function.
7408
7409 * gnus-group.el (gnus-group-update-tool-bar): New variable.
7410 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7411
7412 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7413
7414 * gnus-group.el (gnus-group-redraw-when-idle)
7415 (gnus-group-redraw-check): Remove.
7416 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7417
7418 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
7419
7420 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7421 if optional last element is specified in splits (FIELD VALUE...).
7422
7423 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
7424
7425 * message.el (message-make-tool-bar): Rename gmm-image-load-path
7426 to gmm-image-load-path-for-library. Call with no-error argument.
7427 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7428
7429 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7430
7431 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7432
7433 * gmm-utils.el (gmm-image-load-path): Remove alias.
7434
7435 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
7436
7437 * gmm-utils.el (gmm-image-load-path): Add alias.
7438
7439 * nnml.el (nnml-generate-nov-databases-directory): Rename from
7440 nnml-generate-nov-databases-1.
7441 (nnml-generate-nov-databases): Use it.
7442 (nnml-generate-nov-databases-directory): Document no-active
7443 argument.
7444
7445 * gmm-utils.el (gmm-image-load-path-for-library): Return single
7446 directory if path is t. Add no-error.
7447
7448 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7449 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7450
7451 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7452 resetting gnus-article-browse-html-temp-list.
7453
7454 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7455 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
7456 Add example to docstring. Rename local variables. Move error
7457 checks to default case in cond and simplify.
7458
7459 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
7460
7461 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7462 handle is multipart when calling it recursively.
7463 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7464
7465 2006-03-03 Daniel Pittman <daniel@rimspace.net>
7466
7467 * nnimap.el (nnimap-request-update-info-internal): Optimize.
7468 Don't `gnus-uncompress-range' to avoid excessive memory usage.
7469
7470 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
7471
7472 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7473 is loaded.
7474
7475 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7476 loaded.
7477
7478 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7479
7480 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7481 to "Emacs 23 (unicode)" in doc string.
7482
7483 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7484 "Emacs 23 (unicode)" in comment.
7485
7486 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
7487
7488 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7489
7490 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7491 characters 160 through 255 in Emacs 23.
7492
7493 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7494
7495 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7496 gnus-article-browse-html-temp.
7497 (gnus-article-browse-delete-temp): Make it customizable. Add
7498 `file'. Adjust doc string.
7499 (gnus-article-browse-delete-temp-files): Add argument. Allow
7500 query for each file. Adjust doc string.
7501 (gnus-article-browse-html-parts): Add
7502 `gnus-article-browse-delete-temp-files' to
7503 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7504
7505 2006-03-02 Hynek Schlawack <hynek@ularx.de>
7506
7507 * gnus-art.el (gnus-article-browse-html-temp)
7508 (gnus-article-browse-delete-temp): New variables.
7509 (gnus-article-browse-delete-temp-files): New function.
7510 (gnus-article-browse-html-parts): Use it.
7511
7512 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7513
7514 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7515
7516 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7517 string.
7518
7519 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7520 gnus-summary-insert-new-articles when unplugged. Remove
7521 gnus-summary-search-article-forward.
7522
7523 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7524 display-visual-class instead of display-color-cells.
7525
7526 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7527
7528 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7529 message/* containing non-ASCII text properly.
7530
7531 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
7532
7533 * message.el: Require gmm-utils, remove autoloads.
7534 (message-tool-bar): Set default based on
7535 gmm-tool-bar-style.
7536 (message-tool-bar-gnome): Add gmm-customize-mode.
7537
7538 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7539 gmm-tool-bar-style.
7540 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7541
7542 * gnus-group.el (gnus-group-tool-bar): Set default based on
7543 gmm-tool-bar-style.
7544 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7545
7546 * gmm-utils.el (gmm-image-directory): Rename variable from
7547 gmm-image-load-path.
7548 (gmm-image-load-path): Use gmm-image-directory.
7549 (gmm-customize-mode): New function.
7550 (gmm-tool-bar-style): New variable.
7551
7552 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7553 gnus-group-redraw-line-number.
7554 (gnus-group-redraw-check): Simplify.
7555 (gnus-group-tool-bar-update): Remove redraw check.
7556 (gnus-group-make-tool-bar): Add redraw check.
7557
7558 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
7559
7560 * gnus-art.el (gnus-button): Add missing parentheses.
7561
7562 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
7563
7564 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7565
7566 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
7567
7568 * gnus-art.el (gnus-button): New face.
7569 (gnus-article-button-face): Use it.
7570
7571 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7572 gnus-summary-next-page. Re-order.
7573
7574 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7575 next-node are now included.
7576 (gnus-group-redraw-line-number): New internal variable.
7577 (gnus-group-redraw-check): Helper function for updating the tool
7578 bar.
7579 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7580
7581 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7582
7583 * spam.el (spam-spamassassin-score-regexp): New internal variable.
7584 (spam-extra-header-to-number, spam-check-spamassassin-headers):
7585 Use it to match format of Spamassassin 3.0 and later. Reported by
7586 IRIE Tetsuya <irie@t.email.ne.jp>.
7587 (spam-check-bogofilter)
7588 (spam-bogofilter-register-with-bogofilter): Fix args of
7589 `gnus-error' calls.
7590
7591 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
7592
7593 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7594 unnecessary interaction when sending queued mails. Reported by
7595 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7596
7597 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
7598
7599 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7600 first or last are nil.
7601
7602 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7603
7604 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7605
7606 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7607
7608 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7609
7610 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7611
7612 * dns.el (query-dns): Protect more against buggy tcp output.
7613
7614 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
7615
7616 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7617 nov.php.
7618
7619 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
7620
7621 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7622 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7623 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
7624 output on the server side.
7625 (nnweb-google-create-mapping): Update regexps and add some
7626 progress indication.
7627
7628 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
7629
7630 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7631 gnus-agent-toggle-plugged. Re-order icons.
7632 (gnus-group-tool-bar-gnome): Add
7633 gnus-group-{prev,next}-unread-group.
7634 (gnus-group-tool-bar-gnome): Re-order icons.
7635
7636 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7637 gnus-summary-insert-new-articles.
7638
7639 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7640 comments.
7641
7642 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
7643 also available in Emacs 21.3.
7644
7645 * message.el (message-fix-before-sending): Change "Emacs 22" to
7646 "Emacs 23 (unicode)" in comment.
7647
7648 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7649 "Emacs 23 (unicode)" in comment.
7650
7651 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7652 comment.
7653 (mm-coding-system-p): Add comment about no-MULE XEmacs.
7654
7655 * mm-view.el (mm-fill-flowed): Add :version.
7656
7657 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
7658
7659 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7660 and load-path.
7661
7662 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
7663
7664 * message.el: Autoload gmm-image-load-path.
7665 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7666 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
7667 consitency.
7668
7669 * gmm-utils.el (gmm-image-load-path): Also search in
7670 "../etc/images". Don't set gmm-image-load-path if we don't find
7671 the image.
7672
7673 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
7674
7675 * gmm-utils.el (gmm-image-load-path): Don't make
7676 `gmm-image-load-path' include subdirectories which the second arg
7677 `image' might specify.
7678
7679 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
7680 subdirectory to icon file names.
7681
7682 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
7683
7684 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
7685
7686 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
7687 gmm-image-load-path calls.
7688
7689 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7690
7691 * message.el (message-make-tool-bar): Ditto.
7692
7693 * mml.el (mml-preview): Added comment concerning tool bar icons.
7694
7695 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
7696 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
7697
7698 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
7699 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
7700
7701 * message.el (message-tool-bar-gnome): Use new icon names.
7702 (message-make-tool-bar): Use `gmm-image-load-path'.
7703
7704 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
7705 functions from MH-E.
7706 (gmm-image-load-path): New variable from MH-E.
7707 (gmm-image-load-path): New function from MH-E. Added arguments
7708 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
7709 *-image-load-path-called-flag.
7710
7711 2006-02-21 Milan Zamazal <pdm@brailcom.org>
7712
7713 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
7714
7715 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
7716
7717 * nnimap.el (nnimap-request-move-article): Change folder back to
7718 source group before deleting.
7719
7720 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
7721
7722 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
7723
7724 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
7725 mm-url.
7726
7727 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
7728
7729 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
7730
7731 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
7732 coding system which mm-charset-to-coding-system returns for a
7733 given charset is valid.
7734
7735 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
7736
7737 * html2text.el (html2text-remove-tag-list):
7738 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
7739
7740 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
7741
7742 * gnus-cus.el: Revert 2005-10-17 change.
7743
7744 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
7745
7746 * gnus-art.el (article-strip-banner): Call
7747 article-really-strip-banner only when the regexp match is made.
7748
7749 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
7750
7751 * gnus-art.el (article-strip-banner): Use
7752 gnus-extract-address-components instead of
7753 mail-header-parse-addresses to make it work with non-ASCII text;
7754 remove mail-encode-encoded-word-string.
7755
7756 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
7757 values which are surrounded with \"...\"; make it never cause a
7758 Lisp error; give up parsing of parameters if it failed in
7759 extracting type.
7760
7761 2006-02-14 Arne Jørgensen <arne@arnested.dk>
7762
7763 * smime.el (smime-cert-by-ldap-1): Fix bug where
7764 `smime-ldap-search' returns results without userCertificates.
7765
7766 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
7767
7768 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
7769
7770 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
7771
7772 * spam.el (spam-check-spamassassin-headers): Adapt format for
7773 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
7774 <ari@mbf.ocn.ne.jp>.
7775 (spam-list-of-processors): Add spam-use-gmane.
7776
7777 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
7778
7779 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
7780 make-temp-file; make it work with XEmacs as well.
7781
7782 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
7783 mm-make-temp-file.
7784
7785 * mm-decode.el (mm-display-external): Use the 3rd arg of
7786 mm-make-temp-file.
7787 (mm-create-image-xemacs): Ditto.
7788
7789 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
7790
7791 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
7792 with message-narrow-to-headers.
7793 (gnus-draft-setup): Narrow to header to run message-fetch-field.
7794 (gnus-draft-check-draft-articles): New function.
7795 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
7796
7797 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
7798
7799 * gnus-art.el (gnus-article-browse-html-parts):
7800 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
7801 Don't use suffix argument for mm-make-temp-file for Emacs 21
7802 compatibility. Remove useless `format'.
7803
7804 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
7805
7806 * nnweb.el (nnweb-google-wash-article): Update regexps.
7807 (nnweb-group-alist): Use defvoo instead of defvar.
7808
7809 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
7810
7811 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
7812 re-loading nn* modules.
7813
7814 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
7815
7816 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
7817 for `tool-bar-mode' and don't check it's default-value.
7818
7819 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7820
7821 * message.el (message-make-tool-bar): Ditto.
7822
7823 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
7824 `substring'. Shorten tmp-file name.
7825
7826 * gnus.el: Remove bogus comment.
7827
7828 2006-02-10 Hynek Schlawack <hynek@ularx.de>
7829
7830 * gnus-art.el (gnus-article-browse-html-parts): New function.
7831 (gnus-article-browse-html-article): New function for viewing html
7832 articles with a browser.
7833
7834 2006-02-09 Daiki Ueno <ueno@unixuser.org>
7835
7836 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
7837 (mml2015-pgg-encrypt): Ditto.
7838
7839 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
7840 (mml1991-pgg-encrypt): Ditto.
7841
7842 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
7843
7844 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
7845 message-make-date instead of current-time-string.
7846
7847 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
7848 to gnus-decoded which mm-uu might set.
7849
7850 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
7851
7852 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
7853 don't decode quoted parameters; remove misimported Emacs code.
7854 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7855 (rfc2231-decode-encoded-string): Don't use split-string which
7856 behaves differently according to Emacs version; use
7857 mm-decode-coding-region to convert charset to coding-system.
7858 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7859 (rfc2231-encode-string): Remove misimported Emacs code.
7860
7861 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
7862
7863 * gnus-art.el (article-decode-charset): Don't use ignore-errors
7864 when calling mail-header-parse-content-type.
7865 (article-de-quoted-unreadable): Ditto.
7866 (article-de-base64-unreadable): Ditto.
7867 (article-wash-html): Ditto.
7868
7869 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
7870 calling mail-header-parse-content-type and
7871 mail-header-parse-content-disposition.
7872 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
7873 mail-header-parse-content-type.
7874
7875 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
7876 insert charset and format parameters; encode description after
7877 inserting it to buffer.
7878 (mml-insert-parameter): Fold lines properly even if a parameter is
7879 segmented into two or more lines; change the max column to 76.
7880
7881 * rfc1843.el (rfc1843-decode-article-body): Don't use
7882 ignore-errors when calling mail-header-parse-content-type.
7883
7884 * rfc2231.el (rfc2231-parse-string): Return at least type if
7885 possible; don't cause an error even if it fails in parsing of
7886 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7887 (rfc2231-encode-string): Don't break lines at the beginning, leave
7888 it to mml-insert-parameter.
7889
7890 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
7891 calling mail-header-parse-content-type.
7892
7893 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
7894
7895 * spam-report.el (spam-report-gmane-use-article-number):
7896 Improve doc string.
7897 (spam-report-gmane-internal): Check if a suitable header was found
7898 in the article.
7899
7900 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
7901
7902 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
7903 (rfc2231-encode-string): Make param*=value always begin with LWSP.
7904
7905 2006-02-05 Romain Francoise <romain@orebokech.com>
7906
7907 Update copyright notices of all files in the gnus directory.
7908
7909 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
7910
7911 * nnweb.el (nnweb-request-group): Avoid growing overview files.
7912
7913 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
7914
7915 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
7916 segmented lines of parameter value to cope with Thunderbird 1.5
7917 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
7918 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7919 (rfc2231-encode-string): Don't make lines exceeding 76 column.
7920
7921 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
7922
7923 * mml.el (mml-generate-mime-1): Correct the order of inline signed
7924 parts.
7925
7926 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
7927
7928 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
7929 there's only one active file for all servers.
7930 (nnweb-request-scan): Make sure nnweb-articles is initialized on
7931 solid groups. Gnus might have used a FAST request to select the group.
7932 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
7933 and nnweb-search redundantly in the active file.
7934 (nnweb-request-list): Don't list bogus groups. There can only be one.
7935 (nnweb-request-create-group): Don't use ARGS.
7936 (nnweb-possibly-change-server, nnweb-request-group): Remove some
7937 initialisations. Let nnoo do the work.
7938
7939 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
7940
7941 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
7942 Say the part has been decoded.
7943
7944 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
7945
7946 2006-01-31 Kevin Ryde <user42@zip.com.au>
7947
7948 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
7949 mailcap-viewer-test-cache when there's no 'test clause, since that
7950 will invert the meaning of a "nil" test previously determined by
7951 mailcap-mailcap-entry-passes-test.
7952
7953 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
7954
7955 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
7956 compiling.
7957
7958 * gnus-sum.el: Ditto.
7959
7960 * message.el: Don't bind tool-bar-map when compiling.
7961
7962 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
7963
7964 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
7965
7966 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
7967
7968 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
7969 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
7970 current Google Groups.
7971
7972 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
7973
7974 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
7975 and tool-bar-mode.
7976
7977 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
7978 and tool-bar-mode.
7979
7980 * message.el (message-tool-bar-update): Simplify.
7981 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
7982
7983 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
7984 gnus-summary-buffer.
7985 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
7986 gnus-summary-reply.
7987
7988 * gmm-utils.el (gmm): Add :version.
7989
7990 2006-01-26 Steve Youngs <steve@sxemacs.org>
7991
7992 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
7993 autoload.
7994
7995 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
7996
7997 * gmm-utils.el (gmm-verbose): Add :group.
7998
7999 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
8000
8001 * message.el: Change some comments WRT tool-bars.
8002
8003 * gnus-sum.el (gnus-summary-tool-bar)
8004 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8005 (gnus-summary-tool-bar-zap-list): New variables.
8006 (gnus-summary-make-tool-bar): Complete rewrite using
8007 `gmm-tool-bar-from-list'.
8008
8009 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8010 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8011 variables.
8012 (gnus-group-make-tool-bar): Complete rewrite using
8013 `gmm-tool-bar-from-list'.
8014 (gnus-group-tool-bar-update): New function.
8015
8016 * message.el (message-mode-field-menu): Add "Show hidden Headers".
8017
8018 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
8019
8020 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8021 is dissected into a single part of which the type is the same as
8022 the given one; decode charset.
8023
8024 2006-01-21 Kevin Ryde <user42@zip.com.au>
8025
8026 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8027 into alists as symbol not string, since that's what
8028 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8029 look for.
8030
8031 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
8032
8033 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8034 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8035
8036 * message.el (message-tool-bar-gnome): Use gmm-ignore.
8037
8038 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8039
8040 * gnus-art.el (gnus-mime-security-button-commands): New variable.
8041 (gnus-mime-security-button-menu): New definition.
8042 (gnus-mime-security-button-map): Use them.
8043 (gnus-mime-security-button-menu): New function.
8044 (gnus-insert-mime-security-button): Addition to help echo.
8045 (gnus-mime-security-run-function, gnus-mime-security-save-part)
8046 (gnus-mime-security-pipe-part): New functions.
8047
8048 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8049 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8050
8051 * mm-decode.el (mm-handle-set-disposition): Remove.
8052 (mm-handle-set-description): Remove.
8053
8054 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8055
8056 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8057 (mm-w3m-standalone-supports-m17n-p): New function.
8058 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8059 w3m usage.
8060
8061 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8062 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8063
8064 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
8065
8066 * message.el (message-tool-bar-zap-list): Use
8067 gmm-tool-bar-zap-list as custom type.
8068 (message-tool-bar-update): New function.
8069 (message-tool-bar, message-tool-bar-gnome)
8070 (message-tool-bar-retro): Add message-tool-bar-update.
8071 (message-tool-bar-gnome): Add flyspell-buffer.
8072
8073 * gnus-util.el (gnus-error): Describe `args'.
8074
8075 * gmm-utils.el (gmm-error): Describe `args'.
8076 (gmm-tool-bar-zap-list): New widget.
8077 (gmm-tool-bar-from-list): Improve description of `zap-list'.
8078
8079 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
8080
8081 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8082 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8083 the number of recursive calls.
8084
8085 * mm-decode.el (mm-handle-set-disposition): New macro.
8086 (mm-handle-set-description): New macro.
8087
8088 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
8089
8090 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8091 encoding.
8092
8093 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
8094
8095 * message.el (message-tool-bar-zap-list, message-tool-bar)
8096 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8097 (message-tool-bar-local-item-from-menu): Remove.
8098 (message-tool-bar-map): Replace by `message-make-tool-bar'.
8099 (message-make-tool-bar): New function.
8100 (message-mode): Use `message-make-tool-bar'.
8101
8102 * gmm-utils.el: New file.
8103 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8104 (gmm-lazy): New widget copied from `nnmail.el'.
8105 (gmm-tool-bar-from-list): New function for creating customizable
8106 tool bars.
8107 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
8108 output.
8109 (gmm): Add :prefix to defgroup.
8110
8111 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
8112
8113 * gmm-utils.el (gmm-widget-p): New function.
8114
8115 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
8116
8117 * mml.el (mml-attach-file): Describe `description' in doc string.
8118 (mml-menu): Add Emacs MIME manual and PGG manual.
8119
8120 2006-01-20 Richard M. Stallman <rms@gnu.org>
8121
8122 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8123
8124 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
8125
8126 * nntp.el (nntp-end-of-line): Doc fix.
8127
8128 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
8129
8130 * imap.el (imap-open): Handle case where buffer is a buffer
8131 object.
8132
8133 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
8134
8135 * gnus-delay.el (gnus-delay): Don't autoload.
8136 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8137 to be re-loaded when customizing the `gnus-delay' group.
8138
8139 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
8140
8141 * message.el (message-insert-citation-line): Use newlines.
8142
8143 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
8144
8145 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8146
8147 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8148
8149 2006-01-19 Mark D. Baushke <mdb@gnu.org>
8150
8151 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8152
8153 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8154
8155 * mm-decode.el (mm-inlined-types): Add application/pgp.
8156 (mm-automatic-display): Ditto.
8157
8158 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8159 part as text.
8160
8161 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
8162
8163 * nnrss.el: Update copyright.
8164 (nnrss-opml-import): Query whether to subscribe to each entry.
8165
8166 * gnus-art.el:
8167 * gnus-sum.el:
8168 * mm-uu.el:
8169 * mm-view.el: Update copyright.
8170
8171 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
8172
8173 * message.el (message-info): New function.
8174 (message-mode-menu): Add it.
8175 Update copyright.
8176
8177 * ChangeLog: Fix and update copyright.
8178
8179 2006-01-13 Romain Francoise <romain@orebokech.com>
8180
8181 * message.el (message-forward-subject-name-subject): Prefer the
8182 address to 'nowhere' if the sender has no name.
8183 Fix typo. Update copyright year.
8184
8185 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
8186
8187 * gnus-art.el (article-wash-html): Use
8188 gnus-summary-show-article-charset-alist if a numeric arg is given.
8189 (gnus-article-wash-html-with-w3m-standalone): New function.
8190
8191 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8192 mm-inline-text-html-render-with-w3m-standalone.
8193 (mm-text-html-washer-alist): Map w3m-standalone to
8194 gnus-article-wash-html-with-w3m-standalone.
8195 (mm-inline-text-html-render-with-w3m-standalone): New function.
8196
8197 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
8198
8199 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8200 Improve LaTeX.
8201
8202 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
8203
8204 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8205 (nnrss-request-article): Render text/plain parts as HTML.
8206
8207 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8208 the buffer.
8209
8210 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
8211
8212 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8213 custom definition of `gnus-posting-styles'.
8214
8215 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8216 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8217
8218 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
8219
8220 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8221 Use nntp for bug archive.
8222
8223 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
8224
8225 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8226 parts.
8227 (nnrss-normalize-date): New function converts ISO 8601 date into
8228 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
8229 (nnrss-check-group): Use it.
8230
8231 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
8232
8233 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8234
8235 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8236 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
8237 (nnrss-insert-w3): Ditto.
8238
8239 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8240
8241 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8242 the articles to be forwarded including the case where neither a
8243 number of articles nor a region is specified.
8244
8245 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
8246
8247 * nnrss.el (nnrss-request-article): Fix last change; fill
8248 text/plain parts.
8249
8250 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
8251
8252 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8253 in text/plain part.
8254 (nnrss-check-group): Don't add excessive newline to dc:subject.
8255
8256 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
8257
8258 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8259 article.
8260
8261 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
8262
8263 * nnml.el: Don't require gnus-bcklg. Autoload it.
8264 (nnml-use-compressed-files, nnml-save-mail): Support other
8265 comression programs such as bzip2.
8266
8267 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8268
8269 * dns.el (query-dns): Make sure we check the buffer size before
8270 removing tcp headers.
8271
8272 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
8273
8274 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8275 remove MIME buttons associated with multipart/alternative parts.
8276 (gnus-mime-display-alternative): Tag buttons using `article-type'
8277 text property.
8278
8279 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8280 associated with multipart/alternative parts.
8281
8282 * gnus-art.el (gnus-signature-separator): Fix custom type.
8283
8284 * mm-decode.el (mm-inlined-types): Fix custom type.
8285 (mm-keep-viewer-alive-types): Ditto.
8286 (mm-automatic-display): Ditto.
8287 (mm-attachment-override-types): Ditto.
8288 (mm-inline-override-types): Ditto.
8289 (mm-automatic-external-display): Ditto.
8290
8291 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
8292
8293 * spam-report.el (spam-report-user-mail-address)
8294 (spam-report-user-agent): New variables.
8295 (spam-report-url-ping-plain): Use spam-report-user-agent.
8296
8297 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
8298
8299 * gnus-art.el (gnus-button-handle-custom): Do not just use
8300 `customize-apropos' for any "M-x customize-*" button but the
8301 function called for. Accept both the function name and its
8302 argument in order to achieve this.
8303 (gnus-button-alist): Remove support for "custom:" URL's. Pass
8304 function name to `gnus-button-handle-custom' in case of "M-x
8305 customize-*" buttons.
8306
8307 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
8308
8309 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8310 multipart/alternative and add xref to mm-discouraged-alternatives
8311 in doc string.
8312
8313 * mm-decode.el (mm-discouraged-alternatives): Add xref to
8314 gnus-buttonized-mime-types in doc string.
8315
8316 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
8317
8318 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8319 Suggest image/.* in the doc string.
8320
8321 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
8322
8323 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8324 message-marks (Debian bug #342521).
8325
8326 2005-12-12 Simon Josefsson <jas@extundo.com>
8327
8328 * password.el (password-read-from-cache): Add.
8329 (password-read): Use it.
8330
8331 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
8332
8333 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8334 us-ascii as a MIME charset.
8335
8336 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8337 against the case where the 2nd arg TYPE is nil.
8338
8339 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
8340
8341 * pop3.el (pop3-stream-type): Fix custom version.
8342
8343 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8344
8345 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8346
8347 * mm-decode.el (mm-display-external): Add missing cdr.
8348
8349 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
8350
8351 * mm-decode.el (mm-display-external): Use nametemplate (defined in
8352 RFC1524) if it is in mailcap or add a suffix according to
8353 mailcap-mime-extensions when generating a temp filename; postpone
8354 deleting a temp file for 2 seconds for some wrappers, shell
8355 scripts, and so on, which might exit right after having started a
8356 viewer command as a background job.
8357
8358 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
8359
8360 * nntp.el (nntp-marks-directory): Fix custom group.
8361
8362 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8363 steps when < 10.
8364
8365 * gnus-start.el (gnus-no-server-1): Mention
8366 `gnus-level-default-subscribed' in doc string.
8367
8368 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8369
8370 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8371 parens.
8372
8373 2005-11-26 Dave Love <fx@gnu.org>
8374
8375 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8376 (tls-program, tls-success): Provide openssl alternative.
8377
8378 * starttls.el: Doc fixes.
8379 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8380 SERVICE to PORT.
8381
8382 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
8383 port null or service name.
8384 (starttls-negotiate): Autoload.
8385
8386 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8387
8388 * message.el (message-kill-to-signature): Fix interactive spec.
8389
8390 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
8391
8392 * pop3.el (pop3-open-server): Recognize a string as a service name.
8393
8394 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
8395
8396 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8397
8398 2005-11-23 Dave Love <fx@gnu.org>
8399
8400 Add pop3s, pop3/starttls.
8401
8402 * pop3.el (pop3-authentication-scheme): Clarify doc.
8403 (open-tls-stream, starttls-open-stream): Autoload.
8404 (pop3-stream-type): New.
8405 (pop3-open-server): Use it.
8406
8407 * mail-source.el (mail-sources): Fix some :types. Add stream type
8408 for POP.
8409 (mail-source-keyword-map): Add :stream for POP.
8410 (mail-source-fetch-pop): Use pop3-stream-type.
8411
8412 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
8413
8414 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8415 of current-time-string.
8416
8417 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
8418
8419 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8420 date header.
8421
8422 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
8423
8424 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8425 it can seriously impact performance as it bypasses the agent's
8426 local caches.
8427
8428 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
8429
8430 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8431 must be explicitly online rather than "not explicitly offline" for
8432 its flags to be synchronized.
8433
8434 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8435 that gnus-uu-unmark-thread will function correctly.
8436
8437 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8438 1024K is instead displayed as 1M.
8439
8440 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8441
8442 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8443
8444 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
8445
8446 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8447
8448 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
8449
8450 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8451 error message to display actual error condition.
8452 (gnus-agent-save-local): Avoid saving symbols that are bound to
8453 nil as they simply result in a warning message in
8454 gnus-agent-read-local.
8455
8456 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
8457
8458 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8459 rather than make-variable-buffer-local for file-precious-flag.
8460
8461 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
8462
8463 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8464 for duplicates which are removed. The invalid sort check then
8465 triggers a rescan after the sort as sorting may have moved
8466 duplicate entries such that they can be cheaply detected.
8467
8468 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
8469
8470 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8471
8472 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
8473
8474 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8475 internal variable to a custom variable. Changed default value
8476 from compressed(2) to uncompressed(1).
8477 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8478 support for uncompressed agentview files. Taken together, reading
8479 the agentview file should now be 6-7 times faster.
8480
8481 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
8482
8483 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8484 as a buffer-local variable. This avoids creating truncated
8485 dribble files as a result of a hang up, eg.
8486
8487 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
8488
8489 * gnus-start.el (gnus-start-draft-setup): Enforce
8490 `gnus-draft-mode' for nndraft:drafts at startup.
8491
8492 * gnus.el (gnus-splash): Change custom group.
8493 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8494 allow-list argument.
8495
8496 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8497 string.
8498
8499 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
8500
8501 * gnus-art.el (gnus-default-article-saver): Add user-defined
8502 `function' to custom type.
8503
8504 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8505
8506 * imap.el (imap-open): Handle case where buffer is a buffer
8507 object.
8508
8509 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8510
8511 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8512 long lines.
8513 (gnus-cache-delete-group): Wrap doc strings.
8514
8515 * gnus-agent.el (gnus-agent-rename-group)
8516 (gnus-agent-delete-group): Wrap doc strings.
8517
8518 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8519
8520 * gnus-start.el (gnus-1): Add "native" to
8521 gnus-predefined-server-alist.
8522
8523 * gnus.el (gnus-method-to-server): Don't add "native" to the
8524 lists here, because that leads to problems when
8525 gnus-select-method is bound.
8526
8527 2005-11-09 Simon Josefsson <jas@extundo.com>
8528
8529 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8530 use (not sort-by-date) instead.
8531
8532 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8533
8534 * gnus-delay.el (gnus-delay-group): Don't autoload.
8535 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8536 to be re-loaded when customizing the `gnus-delay' group.
8537
8538 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
8539
8540 * message.el: Revert last changes.
8541 (message-insert-citation-line): Use newlines.
8542
8543 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
8544
8545 * message.el (message-courtesy-message)
8546 (message-mark-insert-begin, message-mark-insert-end)
8547 (message-elide-ellipsis, message-cancel-message)
8548 (message-add-header, message-change-subject)
8549 (message-cross-post-followup-to-header)
8550 (message-cross-post-insert-note, message-reduce-to-to-cc)
8551 (message-widen-reply, message-delete-not-region)
8552 (message-kill-to-signature, message-insert-signature)
8553 (message-insert-importance-high, message-insert-importance-low)
8554 (message-insert-or-toggle-importance)
8555 (message-insert-disposition-notification-to)
8556 (message-indent-citation, message-yank-original)
8557 (message-cite-original-without-signature, message-cite-original)
8558 (message-insert-citation-line, message-position-on-field)
8559 (message-fix-before-sending, message-send-mail-partially)
8560 (message-send-mail, message-send-mail-with-sendmail)
8561 (message-send-mail-with-qmail, message-send-news)
8562 (message-check-news-header-syntax, message-generate-headers)
8563 (message-insert-courtesy-copy, message-fill-address)
8564 (message-fill-header, message-shorten-references)
8565 (message-setup-1, message-cancel-news)
8566 (message-forward-make-body-plain, message-forward-make-body-mime)
8567 (message-forward-make-body-mml, message-encode-message-body)
8568 (message-forward-make-body-digest-plain)
8569 (message-forward-make-body-digest-mime)
8570 (message-use-alternative-email-as-from): Insert `hard-newline'
8571 instead of ordinary newlines.
8572
8573 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
8574
8575 * message.el (message-generate-headers): Downcase the argument
8576 given to message-check-element.
8577
8578 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
8579
8580 * nntp.el (nntp-authinfo-rejected): New error condition.
8581 (nntp-wait-for): Use new error condition to signal authentication
8582 error.
8583 (nntp-retrieve-data): Rethrow new error condition to break out of
8584 recursive call to nntp-send-authinfo.
8585
8586 2005-11-08 Romain Francoise <romain@orebokech.com>
8587
8588 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
8589 (gnus-summary-exit-map): Bind to `Z p'.
8590 (gnus-summary-make-menu-bar): Add menu item.
8591
8592 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
8593
8594 * gnus-art.el (gnus-article-treat-custom): Add `first'.
8595 (gnus-treat-*): Add `first' in all doc strings.
8596
8597 * gnus-group.el (gnus-group-compact-group): Fix typo.
8598
8599 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8600
8601 * gnus.el (gnus-parameters-case-fold-search): New variable.
8602 (gnus-parameters-get-parameter): Use it.
8603
8604 * gnus-score.el (gnus-home-score-file): Doc fix.
8605
8606 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
8607
8608 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
8609
8610 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
8611
8612 * mm-util.el (mm-special-display-p): New function.
8613
8614 * mml.el (mml-preview): Use it; doc fix.
8615
8616 2005-10-29 Romain Francoise <romain@orebokech.com>
8617
8618 * message.el (message-fix-before-sending): Fix comment.
8619
8620 2005-10-29 Jari Aalto <jari.aalto@cante.net>
8621
8622 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
8623
8624 2005-10-29 Jari Aalto <jari.aalto@cante.net>
8625
8626 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
8627 Used in gnus-score.el.
8628
8629 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8630
8631 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
8632
8633 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
8634
8635 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
8636 whitespace removed in revision 7.8. Use concatenated string to
8637 protect trailing whitespace.
8638
8639 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
8640
8641 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
8642 (nnimap-request-expire-articles): Use it to avoid sending 'UID
8643 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
8644 Courier IMAP ("some version from 2004"). Mostly based on similar
8645 code in the same function.
8646
8647 2005-10-26 Didier Verna <didier@xemacs.org>
8648
8649 * gnus-group.el (gnus-group-compact-group): Invalidate original
8650 article buffer.
8651 * gnus-srvr.el (gnus-server-compact-server): Ditto.
8652 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
8653 NOV database and in article itself.
8654 Invalidate article backlog.
8655
8656 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
8657
8658 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
8659
8660 2005-10-26 Simon Josefsson <jas@extundo.com>
8661
8662 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
8663 part of 2004-07-25 change.
8664
8665 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
8666
8667 * message.el (message-display-completion-list): New function.
8668 (message-expand-group): Use it; make sure the Completions buffer
8669 is modifiable.
8670
8671 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8672
8673 * imap.el (imap-open): Handle case where buffer is a buffer object.
8674
8675 2005-10-24 Eli Zaretskii <eliz@gnu.org>
8676
8677 * pgg-def.el:
8678 * pgg-gpg.el:
8679 * pgg-parse.el:
8680 * pgg-pgp.el:
8681 * pgg-pgp5.el:
8682 * pgg.el: Move to the parent lisp directory.
8683
8684 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
8685
8686 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
8687 user-mail-name is an empty string.
8688
8689 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
8690
8691 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
8692 depending on gnus-score-decay-constant.
8693
8694 * encrypt.el (encrypt-insert-file-contents)
8695 (encrypt-write-file-contents): Don't use `gnus-message'.
8696
8697 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
8698 arguments.
8699 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
8700 arguments to mm-uu-verbatim-marks-extract.
8701 (mm-uu-hide-markers): New variable.
8702 (mm-uu-extract): Use face similar to `gnus-cite-3'.
8703
8704 * gnus-fun.el (gnus-convert-image-to-x-face-command)
8705 (gnus-convert-image-to-face-command): Use "convert" by default to
8706 allow other input image formats.
8707 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
8708 accordingly.
8709
8710 2005-10-23 Simon Josefsson <jas@extundo.com>
8711
8712 * imap.el (imap-gssapi-program): Align command line parameters
8713 with latest GNU SASL.
8714 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
8715
8716 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8717
8718 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
8719 HTML.
8720 (nnslashdot-request-article): Ditto.
8721
8722 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
8723
8724 * mail-source.el (mail-source-fetch-pop): Require pop3.
8725 (mail-source-check-pop): Ditto.
8726
8727 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8728
8729 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
8730 errors.
8731
8732 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
8733
8734 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
8735 (gnus-treat-strip-leading-blank-lines): Improve doc string.
8736
8737 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
8738
8739 * mm-bodies.el (mm-decode-string): Call
8740 `mm-charset-to-coding-system' with allow-override argument.
8741
8742 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
8743
8744 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
8745 (rfc2047-charset-to-coding-system): New function.
8746 (rfc2047-decode-encoded-words): New function.
8747 (rfc2047-decode-region): Use them.
8748 (rfc2047-decode-cte): Remove.
8749 (rfc2047-parse-and-decode): Remove.
8750 (rfc2047-decode): Remove.
8751
8752 2005-10-15 Kenichi Handa <handa@m17n.org>
8753
8754 * rfc2047.el (rfc2047-decode-cte): New function.
8755 (rfc2047-decode-region): Change the way to decode successive
8756 encoded-words: decode B- or Q-encoding in each encoded-word,
8757 concatenate them, and decode it as charset.
8758
8759 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
8760
8761 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
8762 widget-move-and-invoke.
8763 (gnus-custom-mode): Use gnus-custom-map.
8764
8765 2005-10-15 Bill Wohler <wohler@newt.com>
8766
8767 * message.el (message-tool-bar-map): Renamed image file from
8768 mail_send to mail/send.
8769
8770 2005-10-16 Masatake YAMATO <jet@gyve.org>
8771
8772 * message.el (message-expand-group): Pass the common
8773 prefix substring of completion to `display-completion-list'.
8774
8775 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
8776
8777 * mml-sec.el (mml-secure-method): New internal variable.
8778 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
8779 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
8780 functions using mml-secure-method.
8781
8782 * mml.el (mml-mode-map): Add key bindings for those functions.
8783 (mml-menu): Simplify security menu entries. Suggested by Jesper
8784 Harder <harder@myrealbox.com>.
8785 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
8786 end of message if point is the headers of the message.
8787
8788 * message.el (message-in-body-p): New function.
8789
8790 * assistant.el: Autoload gnus-util and netrc.
8791
8792 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
8793 Use `mm-charset-override-alist' only when decoding.
8794
8795 * mm-bodies.el (mm-decode-body): Call
8796 `mm-charset-to-coding-system' with allow-override argument.
8797
8798 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
8799 `filename' from Content-Disposition if Content-Type doesn't
8800 provide `name'.
8801 (gnus-mime-view-part-as-type): Set default instead of
8802 initial-input.
8803
8804 2005-10-09 Daniel Brockman <daniel@brockman.se>
8805
8806 * format-spec.el (format-spec): Propagate text properties of % spec.
8807
8808 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8809
8810 * gnus-art.el (gnus-treat-predicate): Add `first'.
8811
8812 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
8813
8814 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
8815 (mm-charset-override-alist): New variable.
8816 (mm-charset-to-coding-system): Use it.
8817 (mm-codepage-setup): New helper function.
8818 (mm-charset-eval-alist): New variable.
8819 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
8820 about unknown charsets.
8821
8822 2005-10-04 David Hansen <david.hansen@gmx.net>
8823
8824 * nnrss.el (nnrss-request-article): Add support for the comments tag.
8825 (nnrss-check-group): Ditto.
8826
8827 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
8828
8829 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
8830 Rename x-gnus-verbatim to x-verbatim.
8831 (mm-uu-type-alist): Fix regexp for verbatim-marks.
8832
8833 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
8834 x-verbatim.
8835
8836 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
8837
8838 * gnus-util.el (gnus-remove-duplicates): Remove.
8839
8840 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
8841 instead of gnus-remove-duplicates.
8842
8843 * message.el (message-remove-duplicates): Remove.
8844 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
8845 message-remove-duplicates.
8846
8847 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
8848 available, else use implementation from `delete-dups'.
8849
8850 * message.el (message-insert-expires): New function.
8851 (message-mode-map): Add key binding.
8852 (message-mode-field-menu): Add menu entry.
8853 (message-mode): Document it.
8854 (message-make-expires-date): Use `message-make-date'.
8855
8856 2005-10-04 Josh Huber <huber@alum.wpi.edu>
8857
8858 * message.el (message-make-expires-date): New function.
8859
8860 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
8861
8862 * time-date.el: Autoload parse-time-string, XEmacs needs it.
8863
8864 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
8865
8866 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
8867 function rather than the diff-mode.el package.
8868 (mm-display-external): Use with-current-buffer.
8869 (mm-viewer-completion-map, mm-viewer-completion-map):
8870 Move initialization inside declaration.
8871
8872 2005-09-29 Simon Josefsson <jas@extundo.com>
8873
8874 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
8875 autoload mail-check-payment.
8876 (spam-check-hashcash): Define unconditionally, since hashcash.el
8877 is part of Gnus now. Ignore errors from payment checking.
8878
8879 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
8880
8881 * message.el (message-bold-region, message-unbold-region): Rename
8882 from `bold-region' and `unbold-region'.
8883
8884 * message.el: Remove useless autoloads.
8885
8886 2005-09-28 Simon Josefsson <jas@extundo.com>
8887
8888 * message.el (message-use-idna): Default to t.
8889 (message-use-idna): Test whether encoding works too. Doc fix.
8890
8891 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8892
8893 * nntp.el (nntp-warn-about-losing-connection): Remove.
8894
8895 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
8896
8897 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
8898 customizable. Change default value.
8899 (mm-uu-diff-groups-regexp): Change default value.
8900 (mm-uu-type-alist): Add doc string.
8901 (mm-uu-configure): Add doc string. Make it interactive.
8902 (mm-uu-tex-groups-regexp): New variable.
8903 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
8904 (mm-uu-type-alist): Add LaTeX documents.
8905 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
8906 of "text/verbatim".
8907 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
8908
8909 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
8910 instead of "text/verbatim".
8911
8912 * message.el (message-mark-inserted-region)
8913 (message-mark-insert-file): Use slrn style marks when called with
8914 prefix argument.
8915
8916 2005-09-27 Simon Josefsson <jas@extundo.com>
8917
8918 * message.el (message-idna-to-ascii-rhs-1): Reformat.
8919
8920 2005-09-27 Arne Jørgensen <arne@arnested.dk>
8921
8922 * message.el (message-remove-duplicates): New function.
8923 Implementation borrowed from `gnus-remove-duplicates'.
8924 (message-idna-to-ascii-rhs): Also encode idna addresses in
8925 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8926 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
8927 only ask about the same idna domain once per header and also tell
8928 in what header to replace the idna domain.
8929
8930 * gnus-art.el (article-decode-idna-rhs): Also decode idna
8931 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8932 (article-decode-idna-rhs): Fix regexp so that all idna-address in
8933 a header is decoded and not just the last one.
8934
8935 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
8936
8937 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
8938 has been decoded.
8939
8940 * mm-decode.el (mm-automatic-display): Add text/verbatim.
8941 (mm-insert-part): Don't modify text if it has been decoded.
8942
8943 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
8944 decoded.
8945
8946 * mm-view.el (mm-inline-text): Don't strip text props unless
8947 decoding enriched or richtext parts.
8948
8949 2005-09-25 Romain Francoise <romain@orebokech.com>
8950
8951 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
8952 * gnus-start.el (gnus-subscribe-interactively):
8953 * gnus-uu.el (gnus-uu-grab-articles):
8954 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
8955 space.
8956
8957 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
8958
8959 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8960 * mm-view.el (mm-view-pkcs7-decrypt):
8961 * gnus-sum.el (gnus-summary-limit-to-extra)
8962 (gnus-summary-respool-article, gnus-read-move-group-name):
8963 * gnus-score.el (gnus-summary-increase-score):
8964 * gnus-util.el (gnus-completing-read-with-default):
8965 * gnus-art.el (gnus-read-save-file-name)
8966 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
8967 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
8968 * message.el (message-check-news-header-syntax):
8969 Follow convention for reading with the minibuffer.
8970
8971 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
8972
8973 * spam-report.el (spam-report-url-ping-plain):
8974 Use gnus-extended-version as User-Agent.
8975
8976 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
8977 default value is nil.
8978
8979 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
8980 (mm-uu-verbatim-marks-extract): New function.
8981 (mm-uu-extract): New face.
8982 (mm-uu-copy-to-buffer): Use it.
8983
8984 * spam-report.el (spam-report-gmane-ham): Renamed from
8985 `spam-report-gmane-unspam'.
8986 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
8987 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
8988
8989 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
8990 Autoload.
8991 (spam-report-gmane-unregister-routine): Renamed
8992 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
8993
8994 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
8995
8996 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
8997 (spam-report-gmane-unregister-routine): Add support for gmane
8998 unregistration.
8999
9000 * spam-report.el (spam-report-gmane-unspam)
9001 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9002 (spam-report-gmane): Change to take a single article and do unspam
9003 registration.
9004
9005 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
9006
9007 * mm-url.el (mm-url-decode-entities): Fix regexp.
9008
9009 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9010
9011 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9012 default to nil, to be able to use Gnus at all. If the default
9013 switches to something else, then the function should be fixed not
9014 be exceedingly slow.
9015
9016 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
9017
9018 * gnus-start.el (gnus-activate-group): If the server is nil, don't
9019 fail hard.
9020
9021 * spam-report.el: Add better Keywords line.
9022
9023 * spam.el: Add Maintainer and better Keywords line.
9024
9025 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
9026
9027 * gnus-art.el (gnus-article-replace-part)
9028 (gnus-mime-replace-part): New functions.
9029 (gnus-mime-action-alist, gnus-mime-button-commands)
9030 (gnus-mime-save-part-and-strip): Added file argument.
9031 (gnus-article-part-wrapper): Added interactive argument.
9032
9033 * gnus-sum.el (gnus-summary-mime-map): Add
9034 `gnus-article-replace-part'.
9035
9036 2005-09-19 Didier Verna <didier@xemacs.org>
9037
9038 The nnml compaction feature:
9039 * nnml.el (nnml-request-compact-group): New function.
9040 * nnml.el (nnml-request-compact): New function.
9041 * gnus-int.el (gnus-request-compact-group): New function.
9042 * gnus-int.el (gnus-request-compact): New function.
9043 * gnus-group.el (gnus-group-compact-group): New function.
9044 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9045 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9046 * gnus-srvr.el (gnus-server-compact-server): New function.
9047 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9048 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9049
9050 2005-09-18 Deepak Goel <deego@gnufans.org>
9051
9052 * sieve.el (sieve-help): Fix `message' call: first arg should be a
9053 format spec.
9054
9055 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
9056
9057 * gnus.el (gnus-group-startup-message): Bind image-load-path.
9058
9059 2005-09-15 Romain Francoise <romain@orebokech.com>
9060
9061 * message.el (message-fill-paragraph): Clarify docstring.
9062
9063 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
9064
9065 * gnus-art.el (gnus-mime-display-part): Protect against broken
9066 MIME messages.
9067
9068 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9069
9070 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9071 before parsing header.
9072
9073 2005-09-11 Jari Aalto <jari.aalto@cante.net>
9074
9075 * html2text.el (html2text-replace-list): Add new entities.
9076
9077 2005-09-11 Romain Francoise <romain@orebokech.com>
9078
9079 * message.el (message-alternative-emails): Improve docstring.
9080 (message-setup-1): Call `message-use-alternative-email-as-from'
9081 after `message-setup-hook' to give it precedence over posting
9082 styles, etc.
9083 (message-use-alternative-email-as-from): Add docstring. Remove
9084 the original From header if present.
9085
9086 * nnml.el (nnml-compressed-files-size-threshold): New variable.
9087 (nnml-save-mail): Use it.
9088
9089 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9090 articles. Add new argument `silent'.
9091 (gnus-uu-mark-all): Report the total number of marked articles.
9092
9093 2005-09-10 Romain Francoise <romain@orebokech.com>
9094
9095 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9096 (gnus-uu-mark-series): Likewise.
9097
9098 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
9099
9100 * spam-report.el (spam-report-gmane): Fix generation of spam
9101 report URL.
9102
9103 2005-09-10 Simon Josefsson <jas@extundo.com>
9104
9105 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9106 t, based on discussion on the ding list with Robert Epprecht
9107 <epprecht@solnet.ch>.
9108
9109 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
9110
9111 * spam-report.el (spam-report-gmane): Make it work without
9112 X-Report-Spam header. Gmane now only provides Archived-At.
9113 This is only used if `spam-report-gmane-use-article-number' is nil.
9114 (spam-report-gmane-spam-header): Remove. Not used anymore.
9115
9116 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9117 make `gnus-summary-sort-by-recipient' work with threading.
9118
9119 * nnweb.el (nnweb-google-wash-article): Print a message if article
9120 is not available.
9121
9122 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9123
9124 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9125 change. Decode text/* parts content before displaying.
9126
9127 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
9128
9129 * mml-smime.el: Remove defvar of gnus-extract-address-components.
9130
9131 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
9132
9133 * mm-view.el (mm-display-inline-fontify): Disable support modes.
9134
9135 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
9136
9137 * message.el (message-tab-body-function): Fix mismatched custom type.
9138
9139 * gnus.el (gnus-group-change-level-function): Ditto.
9140
9141 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9142
9143 * gnus-art.el (gnus-signature-limit)
9144 (gnus-article-mime-part-function): Ditto.
9145
9146 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
9147
9148 * mml.el (mml-mode): Silence the byte compiler.
9149
9150 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9151 using `(sit-for 0)' before moving the point to the specified part;
9152 skip unbuttonized parts.
9153 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9154 return to the summary window if gnus-auto-select-part is non-nil.
9155
9156 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
9157
9158 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9159 variables.
9160 (mml-dnd-attach-file, mml-mode): Use them.
9161
9162 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9163 Make fetching article by MID work again for Google Groups. Added
9164 FIXME concerning gnus-group-make-web-group.
9165
9166 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9167 Don't depend on Gnus by using mail-extract-address-components if
9168 gnus-extract-address-components is not bound.
9169
9170 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9171
9172 * gnus-art.el (gnus-mime-display-security): Don't display the
9173 signature, but only the signed part.
9174
9175 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
9176
9177 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9178
9179 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9180 list, not listp.
9181
9182 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
9183
9184 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9185 when encoding.
9186
9187 * mm-bodies.el (mm-decode-content-transfer-encoding):
9188 De-canonicalize CRLF for all text content types, not just
9189 text/plain.
9190
9191 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
9192
9193 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9194 valid article; point arrow and cursor at the MIME button.
9195
9196 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
9197
9198 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9199 Suggested by Dan Christensen <jdc@uwo.ca>.
9200
9201 * mm-decode.el (mm-save-part): Enable change of prompt.
9202
9203 2005-08-29 Jari Aalto <jari.aalto@cante.net>
9204
9205 * gnus-msg.el (gnus-inews-add-send-actions): Made
9206 `message-post-method' lambda parameter ARG `&optional'.
9207
9208 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
9209
9210 * gnus-sum.el (gnus-summary-mime-map): Added
9211 gnus-article-save-part-and-strip, gnus-article-delete-part and
9212 gnus-article-jump-to-part.
9213
9214 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9215 (gnus-article-edit-part): Use it.
9216 (gnus-article-part-wrapper): Added no-handle argument.
9217 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9218 functions.
9219
9220 2005-08-29 Romain Francoise <romain@orebokech.com>
9221
9222 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9223 docstring.
9224 (gnus-face-from-file): Likewise.
9225
9226 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
9227
9228 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9229 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9230 non-nil.
9231 (gnus-auto-select-part): New variable.
9232 (gnus-article-jump-to-part): New function.
9233 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9234 (gnus-mime-delete-part): Allow selecting specified part after
9235 deleting or stripping parts.
9236 (gnus-article-jump-to-part): Don't use `read-number'. Use last
9237 part if argument is bogus.
9238
9239 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
9240
9241 * gnus-art.el (w3m-minor-mode-map):
9242 * gnus-spec.el (gnus-newsrc-file-version):
9243 * gnus-util.el (nnmail-active-file-coding-system)
9244 (gnus-original-article-buffer, gnus-user-agent):
9245 * gnus.el (gnus-ham-process-destinations)
9246 (gnus-parameter-ham-marks-alist)
9247 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9248 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9249 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9250 * mm-decode.el (gnus-current-window-configuration):
9251 * mm-extern.el (gnus-article-mime-handles):
9252 * mm-url.el (url-current-object, url-package-name)
9253 (url-package-version):
9254 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9255 (smime-keys, w3m-cid-retrieve-function-alist)
9256 (w3m-current-buffer, w3m-display-inline-images)
9257 (w3m-minor-mode-map):
9258 * mml-smime.el (gnus-extract-address-components):
9259 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9260 (gnus-newsrc-hashtb, message-default-charset)
9261 (message-deletable-headers, message-options)
9262 (message-posting-charset, message-required-mail-headers)
9263 (message-required-news-headers):
9264 * mml1991.el (mc-pgp-always-sign):
9265 * mml2015.el (mc-pgp-always-sign):
9266 * nnheader.el (nnmail-extra-headers):
9267 * rfc1843.el (gnus-decode-encoded-word-function)
9268 (gnus-decode-header-function, gnus-newsgroup-name):
9269 * spam-stat.el (gnus-original-article-buffer): Add defvars.
9270
9271 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
9272
9273 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9274 the end of the date treatments.
9275
9276 2005-08-15 Simon Josefsson <jas@extundo.com>
9277
9278 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9279 it in url-handlers.el and XEmacs in url.el. Reported by Luca
9280 Capello and Romain Francoise.
9281 (pgg-fetch-key-function): Removed, not used?
9282 (pgg-insert-url-with-w3): Require url, to get
9283 url-insert-file-contents regardless of where it is defined.
9284
9285 2005-08-13 Romain Francoise <romain@orebokech.com>
9286
9287 * message.el (message-cite-original-1): New function.
9288 (message-cite-original): Use it.
9289 (message-cite-original-without-signature): Ditto.
9290
9291 2005-08-08 Romain Francoise <romain@orebokech.com>
9292
9293 * message.el (message-yank-empty-prefix): New variable.
9294 (message-indent-citation): Use it.
9295 (message-cite-original-without-signature): Respect X-No-Archive.
9296
9297 2005-08-08 Simon Josefsson <jas@extundo.com>
9298
9299 * pgg.el: Autoload url-insert-file-contents instead of loading
9300 w3/url.
9301 (pgg-insert-url-with-w3): Don't load url here.
9302
9303 2005-08-07 Jesper Harder <harder@phys.au.dk>
9304
9305 * message.el (message-kill-to-signature): Don't insert newline at
9306 bol.
9307 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9308
9309 2005-08-06 Romain Francoise <romain@orebokech.com>
9310
9311 * message.el (message-user-fqdn): Fix typo in docstring.
9312
9313 2005-08-05 Daiki Ueno <ueno@unixuser.org>
9314
9315 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9316
9317 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9318
9319 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
9320
9321 * mm-bodies.el (mm-encode-body): Use coding system rather than
9322 charset to encode text.
9323
9324 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9325 number of charsets if utf-8 is available (XEmacs).
9326
9327 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
9328
9329 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9330 taken from `gnus-button-mid-or-mail-regexp'.
9331 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9332 (gnus-button-alist): Improve regexp for domain part of the MIDs
9333 for news:localpart@domain buttons.
9334 (gnus-button-ctan-directory-regexp): Update.
9335
9336 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
9337
9338 * sieve-manage.el (sieve-manage-interactive-login): Use
9339 make-local-variable rather than make-variable-buffer-local.
9340 (sieve-manage-open): Ditto.
9341 (sieve-manage-authenticate): Ditto.
9342
9343 * mml.el (mml-generate-mime-1): Make the content type default to
9344 text/plain if the filename is not specified.
9345
9346 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
9347
9348 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9349 instead of insert-buffer.
9350
9351 * message.el (message-yank-original): Ditto; set the mark at the
9352 end of the yanked message.
9353
9354 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
9355
9356 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9357 lines to scroll rather than to stop it.
9358
9359 * mml.el (mml-generate-default-type): Add doc string.
9360 (mml-generate-mime-1): Use mm-default-file-encoding or make it
9361 default to application/octet-stream when determining the content
9362 type if it is not specified for the part or the mml contents; add
9363 a comment about mml-generate-default-type.
9364
9365 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
9366
9367 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9368 make it default to application/octet-stream when determining the
9369 content type if it is not specified for the external contents.
9370
9371 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
9372
9373 * rfc2231.el (rfc2231-parse-string): Take care that not only a
9374 segmented parameter but also other parameters might be there.
9375
9376 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
9377
9378 * mm-decode.el (mm-display-external): Delete temp file, directory
9379 and buffer immediately if the external process is exited.
9380
9381 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
9382
9383 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9384 fewer lines than that of scroll-margin.
9385 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9386
9387 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
9388
9389 * gnus-art.el (gnus-article-next-page): Revert.
9390 (gnus-article-beginning-of-window): New macro.
9391 (gnus-article-next-page-1): Use it.
9392 (gnus-article-prev-page): Ditto.
9393 (gnus-article-edit-part): Use insert-buffer-substring instead of
9394 insert-buffer.
9395 (gnus-article-edit-exit): Ditto.
9396
9397 * gnus-util.el (gnus-beginning-of-window): Remove.
9398 (gnus-end-of-window): Remove.
9399
9400 2005-07-25 Simon Josefsson <jas@extundo.com>
9401
9402 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9403 to have the url package without w3. Reported by Daiki Ueno
9404 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9405
9406 2005-07-20 Didier Verna <didier@xemacs.org>
9407
9408 * gnus-diary.el: Remove the description comment (nndiary is now
9409 properly documented in the Gnus manual).
9410 Fix the spelling of "Back End".
9411 * nndiary.el: Ditto.
9412 Fix the copyright notice.
9413
9414 2005-07-18 Romain Francoise <romain@orebokech.com>
9415
9416 * gnus-sum.el (gnus-summary-to-prefix)
9417 (gnus-summary-newsgroup-prefix): New variables.
9418 (gnus-summary-from-or-to-or-newsgroups): Use them.
9419
9420 2005-07-17 Romain Francoise <romain@orebokech.com>
9421
9422 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9423 space as it's generally not especially interesting to the user.
9424
9425 2005-07-16 Romain Francoise <romain@orebokech.com>
9426
9427 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9428 nil to avoid prompting and file modification if one of the
9429 messages at the top of the nnfolder file contains a copyright
9430 notice.
9431 Update copyright notice.
9432
9433 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9434 instead of `current-time-string' as the latter creates a time
9435 string that is not RFC 2822 compliant (it lacks the zone).
9436 Update copyright notice.
9437
9438 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
9439
9440 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9441 for text/rtf. Display default in prompt. Pass default for M-n.
9442
9443 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9444
9445 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9446
9447 * gnus-msg.el (gnus-button-mailto): Remove
9448 save-selected-window-window hackery because it relies on
9449 save-selected-window internals.
9450
9451 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
9452
9453 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9454 (gnus-article-next-page-1): Use gnus-beginning-of-window.
9455 (gnus-article-prev-page): Ditto.
9456
9457 * gnus-util.el (gnus-beginning-of-window): New function.
9458 (gnus-end-of-window): New function.
9459
9460 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
9461
9462 * gnus-score.el (gnus-score-edit-all-score): Set
9463 gnus-score-edit-exit-function to gnus-score-edit-done and call
9464 gnus-message.
9465
9466 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9467
9468 * gnus-msg.el (gnus-button-mailto): Remove
9469 save-selected-window-window hackery because it relies on
9470 save-selected-window internals.
9471
9472 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
9473
9474 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9475 add-minor-mode.
9476 (gnus-binary-mode): Ditto.
9477
9478 * gnus-topic.el (gnus-topic-mode): Ditto.
9479
9480 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
9481
9482 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9483 (gnus-article-prev-page): Take scroll-margin into consideration.
9484
9485 2005-07-04 Lute Kamstra <lute@gnu.org>
9486
9487 Update FSF's address in GPL notices.
9488
9489 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
9490
9491 * gnus.el (gnus-exit):
9492 * gnus-group.el (gnus-group-icons):
9493 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9494
9495 * gnus-nocem.el (gnus-nocem):
9496 * message.el (message-various, message-buffers, message-sending)
9497 (message-interface, message-forwarding, message-insertion)
9498 (message-headers, message-news, message-mail):
9499 * pgg-gpg.el (pgg-gpg):
9500 * pgg-parse.el (pgg-parse):
9501 * pgg-pgp.el (pgg-pgp):
9502 * pgg-pgp5.el (pgg-pgp5):
9503 * pop3.el (pop3): Finish `defgroup' description with period.
9504
9505 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
9506
9507 * gnus-art.el (article-display-face): Improve the efficiency.
9508 (article-display-x-face): Ditto; remove grey x-face stuff.
9509
9510 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
9511
9512 * gnus-art.el (article-display-face): Correct the position in
9513 which Faces are inserted.
9514
9515 2005-06-29 Didier Verna <didier@xemacs.org>
9516
9517 * gnus-art.el (article-display-face): Display faces in correct
9518 order.
9519
9520 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
9521
9522 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
9523 (gnus-fill-real-hashtb): Use hash table instead of obarray.
9524 (gnus-nocem-check-article): Fetch the Type header.
9525 (gnus-nocem-message-wanted-p): Fix the way to examine types.
9526 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
9527 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
9528 make sure gnus-nocem-hashtb is initialized.
9529 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
9530 (gnus-nocem-unwanted-article-p): Ditto.
9531
9532 * pgg.el (pgg-verify): Return the verification result.
9533
9534 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9535
9536 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
9537 is ascii.
9538
9539 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
9540
9541 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
9542 `show-nonbreak-escape'.
9543
9544 2005-06-23 Lute Kamstra <lute@gnu.org>
9545
9546 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
9547
9548 * dig.el (dig-mode):
9549 * smime.el (smime-mode): Use gnus-run-mode-hooks.
9550
9551 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
9552
9553 * nnimap.el (nnimap-split-download-body): Fix spellings.
9554
9555 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
9556
9557 * gnus-art.el (gnus-article-encrypt-body):
9558 * gnus-cus.el (gnus-score-customize):
9559 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
9560 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
9561
9562 2005-06-16 Arne Jørgensen <arne@arnested.dk>
9563
9564 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
9565 header by looking for magic "MII" at the beginnig.
9566
9567 2005-06-16 Miles Bader <miles@gnu.org>
9568
9569 * assistant.el (assistant-field): Remove "-face" suffix from face name.
9570 (assistant-field-face): New backward-compatibility alias for renamed
9571 face.
9572 (assistant-render-text): Use renamed assistant-field face.
9573
9574 * spam.el (spam): Remove "-face" suffix from face name.
9575 (spam-face): New backward-compatibility alias for renamed face.
9576 (spam-face, spam-initialize): Use renamed spam face.
9577
9578 * message.el (message-header-to, message-header-cc)
9579 (message-header-subject, message-header-newsgroups)
9580 (message-header-other, message-header-name)
9581 (message-header-xheader, message-separator, message-cited-text)
9582 (message-mml): Remove "-face" suffix from face names.
9583 (message-header-to-face, message-header-cc-face)
9584 (message-header-subject-face, message-header-newsgroups-face)
9585 (message-header-other-face, message-header-name-face)
9586 (message-header-xheader-face, message-separator-face)
9587 (message-cited-text-face, message-mml-face):
9588 New backward-compatibility aliases for renamed faces.
9589 (message-font-lock-keywords): Use renamed message faces.
9590
9591 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
9592 (sieve-test-commands, sieve-tagged-arguments):
9593 Remove "-face" suffix from face names.
9594 (sieve-control-commands-face, sieve-action-commands-face)
9595 (sieve-test-commands-face, sieve-tagged-arguments-face):
9596 New backward-compatibility aliases for renamed faces.
9597 (sieve-control-commands-face, sieve-action-commands-face)
9598 (sieve-test-commands-face, sieve-tagged-arguments-face):
9599 Use renamed sieve faces.
9600
9601 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
9602 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
9603 (gnus-group-news-3-empty, gnus-group-news-4)
9604 (gnus-group-news-4-empty, gnus-group-news-5)
9605 (gnus-group-news-5-empty, gnus-group-news-6)
9606 (gnus-group-news-6-empty, gnus-group-news-low)
9607 (gnus-group-news-low-empty, gnus-group-mail-1)
9608 (gnus-group-mail-1-empty, gnus-group-mail-2)
9609 (gnus-group-mail-2-empty, gnus-group-mail-3)
9610 (gnus-group-mail-3-empty, gnus-group-mail-low)
9611 (gnus-group-mail-low-empty, gnus-summary-selected)
9612 (gnus-summary-cancelled, gnus-summary-high-ticked)
9613 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
9614 (gnus-summary-high-ancient, gnus-summary-low-ancient)
9615 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
9616 (gnus-summary-low-undownloaded)
9617 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
9618 (gnus-summary-low-unread, gnus-summary-normal-unread)
9619 (gnus-summary-high-read, gnus-summary-low-read)
9620 (gnus-summary-normal-read, gnus-splash):
9621 Remove "-face" suffix from face names.
9622 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9623 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9624 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9625 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9626 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9627 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9628 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9629 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9630 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9631 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9632 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9633 (gnus-summary-selected-face, gnus-summary-cancelled-face)
9634 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9635 (gnus-summary-normal-ticked-face)
9636 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
9637 (gnus-summary-normal-ancient-face)
9638 (gnus-summary-high-undownloaded-face)
9639 (gnus-summary-low-undownloaded-face)
9640 (gnus-summary-normal-undownloaded-face)
9641 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9642 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9643 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9644 (gnus-splash-face):
9645 New backward-compatibility aliases for renamed faces.
9646 (gnus-group-startup-message): Use renamed gnus faces.
9647
9648 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
9649 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
9650 (gnus-server-agent): Remove "-face" suffix from face names.
9651 (gnus-server-agent-face, gnus-server-opened-face)
9652 (gnus-server-closed-face, gnus-server-denied-face)
9653 (gnus-server-offline-face):
9654 New backward-compatibility aliases for renamed faces.
9655 (gnus-server-agent-face, gnus-server-opened-face)
9656 (gnus-server-closed-face, gnus-server-denied-face)
9657 (gnus-server-offline-face): Use renamed gnus faces.
9658
9659 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
9660 Remove "-face" suffix from face names.
9661 (gnus-picon-xbm-face, gnus-picon-face):
9662 New backward-compatibility aliases for renamed faces.
9663
9664 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
9665 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
9666 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
9667 (gnus-cite-11): Remove "-face" suffix from face names.
9668 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
9669 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
9670 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
9671 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
9672 New backward-compatibility aliases for renamed faces.
9673 (gnus-cite-attribution-face, gnus-cite-face-list)
9674 (gnus-article-boring-faces): Use renamed gnus faces.
9675
9676 * gnus-art.el (gnus-signature, gnus-header-from)
9677 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
9678 (gnus-header-content): Remove "-face" suffix from face names.
9679 (gnus-signature-face, gnus-header-from-face)
9680 (gnus-header-subject-face, gnus-header-newsgroups-face)
9681 (gnus-header-name-face, gnus-header-content-face):
9682 New backward-compatibility aliases for renamed faces.
9683 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
9684
9685 * gnus-sum.el (gnus-summary-selected-face)
9686 (gnus-summary-highlight): Use renamed gnus faces.
9687 * gnus-group.el (gnus-group-highlight): Likewise.
9688
9689 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
9690
9691 * gnus-sieve.el (gnus-sieve-article-add-rule):
9692 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
9693 * spam-stat.el (spam-stat-buffer-change-to-spam)
9694 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
9695
9696 * message.el (message-is-yours-p):
9697 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
9698
9699 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
9700
9701 * mm-view.el (mm-inline-text): Withdraw the last change.
9702
9703 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
9704
9705 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
9706 executing enriched-decode.
9707
9708 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
9709
9710 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
9711 charset of tar files.
9712
9713 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
9714
9715 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
9716
9717 2005-06-04 Lute Kamstra <lute@gnu.org>
9718
9719 * nnfolder.el (nnfolder-read-folder): Make sure that undo
9720 information is never recorded.
9721
9722 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9723
9724 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
9725
9726 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
9727
9728 * pop3.el (pop3-apop): Run md5 in the binary mode.
9729
9730 * starttls.el (starttls-set-process-query-on-exit-flag):
9731 Use eval-and-compile.
9732
9733 2005-05-31 Simon Josefsson <jas@extundo.com>
9734
9735 * smime.el (smime-replace-in-string): Define.
9736 (smime-cert-by-ldap-1): Use it.
9737
9738 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
9739
9740 * gnus-art.el (article-display-x-face): Replace
9741 process-kill-without-query by gnus-set-process-query-on-exit-flag.
9742
9743 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
9744 set-process-query-on-exit-flag or process-kill-without-query.
9745
9746 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
9747 loop instead of replace-regexp.
9748
9749 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
9750 instead of process-kill-without-query if it is available.
9751
9752 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
9753 instead of find-file-hooks if it is available.
9754
9755 * mml1991.el: Bind pgg-default-user-id when compiling.
9756
9757 * mml2015.el: Bind pgg-default-user-id when compiling.
9758
9759 * nndraft.el (nndraft-request-associate-buffer):
9760 Use write-contents-functions instead of write-contents-hooks if it is
9761 available.
9762
9763 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
9764 instead of find-file-hooks if it is available.
9765
9766 * nntp.el (nntp-open-connection): Replace
9767 process-kill-without-query by gnus-set-process-query-on-exit-flag.
9768 (nntp-open-ssl-stream): Ditto.
9769 (nntp-open-tls-stream): Ditto.
9770
9771 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
9772 set-process-query-on-exit-flag or process-kill-without-query.
9773 (starttls-open-stream-gnutls): Use it instead of
9774 process-kill-without-query.
9775 (starttls-open-stream): Ditto.
9776
9777 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
9778
9779 * smime.el (smime-cert-by-ldap-1): Don't use
9780 replace-regexp-in-string.
9781
9782 2005-05-31 Arne Jørgensen <arne@arnested.dk>
9783
9784 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
9785
9786 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
9787 in PEM format. Adjust to the XEmacs compability.
9788
9789 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
9790
9791 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
9792 by `string-to-number'.
9793 * gnus-agent.el (gnus-agent-regenerate-group)
9794 (gnus-agent-fetch-articles): Ditto.
9795 * gnus-art.el (gnus-button-fetch-group): Ditto.
9796 * gnus-cache.el (gnus-cache-generate-active)
9797 (gnus-cache-articles-in-group): Ditto.
9798 * gnus-group.el (gnus-group-set-current-level)
9799 (gnus-group-insert-group-line): Ditto.
9800 * gnus-score.el (gnus-score-set-expunge-below)
9801 (gnus-score-set-mark-below, gnus-summary-score-effect)
9802 (gnus-summary-score-entry): Ditto.
9803 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
9804 (gnus-soup-pack): Ditto.
9805 * gnus-spec.el (gnus-xmas-format): Ditto.
9806 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
9807 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
9808 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
9809 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
9810 * nndb.el (nndb-get-remote-expire-response): Ditto.
9811 * nndiary.el (nndiary-parse-schedule-value)
9812 (nndiary-string-to-number, nndiary-request-replace-article)
9813 (nndiary-request-article): Ditto.
9814 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
9815 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
9816 * nneething.el (nneething-make-head): Ditto.
9817 * nnfolder.el (nnfolder-request-article)
9818 (nnfolder-retrieve-headers): Ditto.
9819 * nnheader.el (nnheader-file-to-number): Ditto.
9820 * nnkiboze.el (nnkiboze-request-article): Ditto.
9821 * nnmail.el (nnmail-process-unix-mail-format)
9822 (nnmail-process-babyl-mail-format): Ditto.
9823 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
9824 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
9825 (nnmh-request-create-group, nnmh-request-list-1)
9826 (nnmh-request-group, nnmh-request-article): Ditto.
9827 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
9828 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
9829 * nnsoup.el (nnsoup-make-active): Ditto.
9830 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
9831 * nntp.el (nntp-find-group-and-number)
9832 (nntp-retrieve-headers-with-xover): Ditto.
9833 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
9834 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
9835 (pgg-format-key-identifier): Ditto.
9836 * pop3.el (pop3-last, pop3-stat): Ditto.
9837 * qp.el (quoted-printable-decode-region): Ditto.
9838
9839 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
9840 of concat.
9841
9842 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
9843
9844 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
9845
9846 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
9847
9848 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
9849
9850 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
9851
9852 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
9853
9854 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
9855
9856 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
9857 (gnus-carpal-mode): Ditto.
9858
9859 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
9860 (gnus-browse-mode): Ditto.
9861
9862 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
9863
9864 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
9865
9866 2005-05-29 Richard M. Stallman <rms@gnu.org>
9867
9868 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
9869
9870 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
9871
9872 * gnus-util.el (gnus-run-mode-hooks): New function.
9873
9874 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
9875
9876 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
9877
9878 * gnus-agent.el (gnus-agent-make-mode-line-string):
9879 Use mode-line-highlight as mouse-face.
9880
9881 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
9882
9883 * canlock.el (canlock): Change the parent group to news.
9884
9885 * deuglify.el (gnus-outlook-deuglify): Add :group.
9886
9887 * dig.el (dig): Add :group.
9888
9889 * dns-mode.el (dns-mode): Add :group.
9890
9891 * encrypt.el (encrypt): Add :group.
9892
9893 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
9894 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
9895 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
9896 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
9897 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
9898
9899 * gnus-diary.el (gnus-diary): Add :group.
9900
9901 * gnus.el (gnus-group-news-1-face): Add :group.
9902 (gnus-group-news-1-empty-face): Ditto.
9903 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
9904 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
9905 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
9906 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
9907 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
9908 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
9909 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
9910 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
9911 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
9912 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
9913 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
9914 (gnus-summary-high-ticked-face): Ditto.
9915 (gnus-summary-low-ticked-face): Ditto.
9916 (gnus-summary-normal-ticked-face): Ditto.
9917 (gnus-summary-high-ancient-face): Ditto.
9918 (gnus-summary-low-ancient-face): Ditto.
9919 (gnus-summary-normal-ancient-face): Ditto.
9920 (gnus-summary-high-undownloaded-face): Ditto.
9921 (gnus-summary-low-undownloaded-face): Ditto.
9922 (gnus-summary-normal-undownloaded-face): Ditto.
9923 (gnus-summary-high-unread-face): Ditto.
9924 (gnus-summary-low-unread-face): Ditto.
9925 (gnus-summary-normal-unread-face): Ditto.
9926 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
9927 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
9928
9929 * hashcash.el (hashcash): New custom group.
9930 (hashcash-default-payment): Add :group.
9931 (hashcash-payment-alist): Ditto.
9932 (hashcash-default-accept-payment): Ditto.
9933 (hashcash-accept-resources): Ditto.
9934 (hashcash-path): Ditto.
9935 (hashcash-extra-generate-parameters): Ditto.
9936 (hashcash-double-spend-database): Ditto.
9937 (hashcash-in-news): Ditto.
9938
9939 * message.el (message-minibuffer-local-map): Add :group.
9940
9941 * netrc.el (netrc): Add :group.
9942
9943 * sieve-manage.el (sieve-manage-log): Add :group.
9944 (sieve-manage-default-user): Diito.
9945 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
9946 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
9947 (sieve-manage-authenticators): Ditto.
9948 (sieve-manage-authenticator-alist): Ditto.
9949 (sieve-manage-default-port): Ditto.
9950
9951 * sieve-mode.el (sieve-control-commands-face): Add :group.
9952 (sieve-action-commands-face): Ditto.
9953 (sieve-test-commands-face): Ditto.
9954 (sieve-tagged-arguments-face): Ditto.
9955
9956 * smime.el (smime): Add :group.
9957
9958 * spam-report.el (spam-report): Add :group.
9959
9960 * spam.el (spam, spam-face): Add :group.
9961
9962 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9963
9964 * nntp.el (nntp-next-result-arrived-p): Some news servers may
9965 return \n.\n.\n at the end of articles. Protect against that.
9966 (nntp-with-open-group): Allow debugging.
9967
9968 * nnheader.el (mail-header-set-extra): Make into a function
9969 because I just could't understand how to quote the list properly.
9970
9971 * dns.el (query-dns-cached): New function.
9972
9973 2005-05-26 Lute Kamstra <lute@gnu.org>
9974
9975 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
9976
9977 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
9978
9979 * gnus-art.el: Don't autoload mail-extract-address-components.
9980
9981 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
9982 eval-and-compile to evaluate it.
9983
9984 * hashcash.el: Don't autoload executable-find.
9985
9986 * nndb.el: Don't declare the nndb back end two or more times; don't
9987 autoload news-reply-mode, news-setup, cancel-timer and telnet.
9988
9989 * nntp.el: Autoload format-spec instead of format; use
9990 eval-and-compile to evaluate autoload forms.
9991
9992 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
9993
9994 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
9995
9996 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9997
9998 * gnus.el (gnus-version-number): Bump version.
9999
10000 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10001
10002 * gnus.el: No Gnus v0.3 is released.
10003
10004 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
10005
10006 * gnus-art.el (gnus-article-edit-part): Disable undo.
10007
10008 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
10009
10010 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10011 gnus-article-date-lapsed-new-header is t if date timer is active;
10012 skip headers in which the original date value is empty.
10013 (gnus-article-save-original-date): Redefine it as a macro.
10014 (gnus-display-mime): Use it.
10015
10016 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
10017
10018 * gnus-art.el (article-date-ut): Support converting date in
10019 forwarded parts as well.
10020 (gnus-article-save-original-date): New function.
10021 (gnus-display-mime): Use it.
10022
10023 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
10024
10025 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10026 enclosure element of <item>.
10027
10028 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
10029
10030 * message.el (message-kill-buffer-query): Renamed from
10031 `message-kill-buffer-query-if-modified'. Added :version.
10032
10033 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
10034
10035 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10036 window layout.
10037
10038 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
10039
10040 * mml.el: Autoload dnd when compiling.
10041
10042 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
10043
10044 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10045 x-dnd-*.
10046
10047 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
10048
10049 * qp.el (quoted-printable-encode-region): Save excursion.
10050
10051 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
10052
10053 * message.el (message-kill-buffer-query-if-modified): Add new variable
10054 so the user can kill a modified message buffer quickly.
10055 (message-kill-buffer): Use it.
10056
10057 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
10058
10059 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
10060 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10061
10062 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
10063
10064 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10065 contained in text because xml.el decodes entities) with LFs.
10066
10067 2005-04-11 Lute Kamstra <lute@gnu.org>
10068
10069 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10070 differently.
10071
10072 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10073
10074 * mm-util.el (mm-detect-coding-region): Typo.
10075
10076 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
10077
10078 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10079
10080 2005-04-06 Deepak Goel <deego@gnufans.org>
10081
10082 * spam-stat.el (spam-stat-score-buffer): Add a call to a
10083 user-function allow user modifications of the scores.
10084 (spam-stat-score-buffer-user): New function, to allow
10085 user-computed modifications to the score.
10086 (spam-stat-score-buffer-user-functions): List of additional
10087 scoring functions.
10088 (spam-stat-error-holder): Global temporary error holder.
10089 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10090 variable.
10091
10092 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
10093
10094 * gnus-registry.el (gnus-registry-clean-empty-function)
10095 (gnus-registry-trim, gnus-registry-fetch-groups)
10096 (gnus-registry-delete-group): Groups that match
10097 `gnus-registry-ignored-groups' are removed from the registry
10098 entries, not just ignored for splitting. This helps clean up the
10099 registry. Also, `gnus-registry-fetch-groups' is a convenient way
10100 to get all the groups a message ID is in.
10101
10102 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10103 (spam-stat-split-fancy): Change "threshhold" to "threshold".
10104 (spam-stat-score-buffer-user-functions): Add :number custom type.
10105
10106 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
10107
10108 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10109 argument in XEmacs.
10110
10111 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10112 (nnrss-request-group): Decode group name first.
10113 (nnrss-request-article): Make a text/plain article if mml-to-mime
10114 failed.
10115 (nnrss-get-encoding): Return a compatible encoding according to
10116 nnrss-compatible-encoding-alist.
10117 (nnrss-find-el): Use consp instead of listp.
10118 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10119
10120 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
10121
10122 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10123 which Emacs 20 doesn't support.
10124 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10125
10126 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
10127
10128 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10129 silence the byte compiler inside the defun.
10130
10131 * gnus-demon.el (parse-time-string): Add autoload.
10132
10133 * gnus-delay.el (parse-time-string): Add autoload.
10134
10135 * gnus-art.el (parse-time-string): Add autoload.
10136
10137 * nnultimate.el (parse-time): Require for `parse-time-string'.
10138
10139 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
10140
10141 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10142
10143 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10144
10145 * smime.el (smime-ldap-host-list): Add :version.
10146
10147 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
10148
10149 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10150 pass it to `gnus-browse-read-group'.
10151 (gnus-browse-read-group): Add NUMBER argument and pass it to
10152 `gnus-group-read-ephemeral-group'.
10153
10154 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10155 argument and pass it to `gnus-group-read-group'.
10156
10157 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
10158
10159 * mm-util.el (mm-xemacs-find-mime-charset): Only call
10160 mm-xemacs-find-mime-charset-1 if we have the mule feature
10161 available at runtime.
10162
10163 2005-03-25 Werner Lemberg <wl@gnu.org>
10164
10165 * nnmaildir.el: Replace `illegal' with `invalid'.
10166
10167 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10168
10169 * gnus-start.el (gnus-display-time-event-handler):
10170 Check display-time-timer at runtime rather than only at load time
10171 in case display-time-mode is turned off in the mean time.
10172
10173 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
10174
10175 * nnimap.el (nnimap-open-connection): Print which authinfo file is
10176 used.
10177
10178 * nneething.el (nneething-map-file-directory): Derive from
10179 `gnus-directory'.
10180
10181 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10182 the To/Cc button.
10183
10184 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
10185
10186 * nnmaildir.el (nnmaildir-request-accept-article):
10187 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10188
10189 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
10190
10191 * gnus-async.el: Require timer-funcs at compile time when in
10192 XEmacs for `run-with-idle-timer'.
10193
10194 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
10195
10196 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10197 autoloaded function.
10198
10199 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10200
10201 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10202
10203 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
10204
10205 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10206
10207 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
10208
10209 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10210 gnus-expert-user to default.
10211
10212 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
10213
10214 * nnimap.el (nnimap-open-server): Ditto.
10215
10216 * imap.el (imap-authenticate): Fix typo.
10217
10218 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
10219
10220 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10221 buffer (since IMAP server might return FETCH response out of
10222 order, and the nntp buffer must be sorted).
10223
10224 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
10225
10226 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10227 comparison on string.
10228
10229 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10230 (gnus-agent-score): Renamed category keywords to match gnus-cus.
10231 (gnus-agent-summary-fetch-series): Modified to protect against
10232 gnus-agent-summary-fetch-group clearing processable flags.
10233 (gnus-agent-synchronize-group-flags): Update live group buffer as
10234 synchronization may occur due to the user toggle the plugged
10235 status.
10236 (gnus-agent-fetch-group-1): Clear downloadable flag when article
10237 successfully downloaded.
10238 (gnus-agent-expire-group-1): Avoid using markers when the overview
10239 is in ascending order; greatly improves performance.
10240 (gnus-agent-regenerate-group): Use
10241 gnus-agent-synchronize-group-flags to reset read status in both
10242 gnus and server.
10243 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10244
10245 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
10246
10247 * message.el: Don't autoload former message-utils variables.
10248 (message-strip-subject-trailing-was): Change doc string.
10249
10250 * nnweb.el: Fixes for `gnus-group-make-web-group'.
10251 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
10252 (nnweb-google-search): Add "hl=en" here.
10253 (nnweb-google-parse-1, nnweb-google-create-mapping):
10254 Don't hardcode URL.
10255
10256 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
10257
10258 * message.el (message-get-reply-headers, message-followup):
10259 Mention related variables `message-use-followup-to' and
10260 `message-use-mail-followup-to', in the information buffer.
10261
10262 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10263 of broken groups(-beta).google.com.
10264
10265 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
10266
10267 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10268 parameter to invoked gnus-request-move-article; remove the
10269 redundant gnus-sum-hint-move-is-internal variable; apply the marks
10270 all at once instead of once per article.
10271 (gnus-summary-remove-process-mark): Accept a list of articles as
10272 well as a single article for processing.
10273
10274 * gnus-int.el (gnus-request-move-article): Add move-is-internal
10275 parameter.
10276
10277 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10278
10279 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10280
10281 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10282 parameter.
10283
10284 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10285 parameter.
10286
10287 * nnimap.el (nnimap-request-move-article): Add move-is-internal
10288 parameter and remove the gnus-sum-hint-move-is-internal variable.
10289
10290 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10291 parameter.
10292
10293 * nndraft.el (nndraft-request-move-article): Add move-is-internal
10294 parameter.
10295
10296 * nndiary.el (nndiary-request-move-article): Add move-is-internal
10297 parameter.
10298
10299 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10300
10301 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10302 parameter.
10303
10304 * nnagent.el (nnagent-request-move-article): Add move-is-internal
10305 parameter.
10306
10307 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
10308
10309 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10310 a more conservative way.
10311
10312 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
10313
10314 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10315 buffer, so it moves the window's cursor.
10316
10317 2005-02-26 Arne Jørgensen <arne@arnested.dk>
10318
10319 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10320 `mm-dissect-multipart' and receive the from field as an (optional)
10321 argument from `mm-dissect-multipart'.
10322 (mm-dissect-multipart): Receive the from field as an argument and
10323 pass it on when we call `mm-dissect-buffer' on MIME parts.
10324 Fixes verification/decryption of signed/encrypted MIME parts.
10325
10326 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
10327
10328 * gnus-sum.el (gnus-summary-move-article): Set
10329 gnus-sum-hint-move-is-internal for gnus-request-move-article and
10330 whatever it calls (right now, only nnimap-request-move article
10331 respects it).
10332
10333 * nnimap.el (nnimap-request-move-article): When
10334 gnus-sum-hint-move-is-internal is set, don't do the extra
10335 nnimap-request-article.
10336
10337 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
10338
10339 * nnheader.el (nnheader-find-file-noselect): Add doc string.
10340
10341 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10342 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10343
10344 * gnus-sum.el (gnus-summary-caesar-message):
10345 Apply `gnus-treat-article' after rotation.
10346
10347 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10348 doc string.
10349
10350 2005-02-22 Simon Josefsson <jas@extundo.com>
10351
10352 * encrypt.el (encrypt-password-cache-expiry): Remove (use
10353 `password-cache-expiry' instead). Reported by Arne Jørgensen
10354 <arne@arnested.dk>.
10355 (encrypt): Add password-cache and password-cache-expiry as group
10356 members.
10357
10358 2005-02-22 Arne Jørgensen <arne@arnested.dk>
10359
10360 * smime.el (smime-ldap-host-list): Doc fix.
10361 (smime-ask-passphrase): Use `password-read-and-add' to read (and
10362 cache) password.
10363 (smime-sign-region): Use it.
10364 (smime-decrypt-region): Use it.
10365 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10366 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10367 fails.
10368 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10369 certificate from DER to PEM format rather than calling openssl.
10370
10371 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10372
10373 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10374 for signing/encryption.
10375
10376 * mml.el (mml-parse-1): Use them.
10377
10378 2005-02-21 Arne Jørgensen <arne@arnested.dk>
10379
10380 * nnrss.el (nnrss-verbose): Removed.
10381 (nnrss-request-group): Use `nnheader-message' instead.
10382
10383 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
10384
10385 * nnrss.el (nnrss-verbose): New variable.
10386 (nnrss-request-group): Make it say nnrss is requesting a group.
10387
10388 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
10389
10390 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10391 Handle news URL with given port correctly.
10392
10393 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
10394
10395 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10396 containing special characters.
10397
10398 * gnus-sum.el (gnus-summary-edit-article): Ditto.
10399
10400 * mml.el (mime-to-mml): Ditto.
10401
10402 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10403 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10404 (rfc2047-decode-region): Quote decoded words containing special
10405 characters when rfc2047-quote-decoded-words-containing-tspecials
10406 is non-nil.
10407
10408 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
10409
10410 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10411
10412 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10413
10414 2005-02-15 Simon Josefsson <jas@extundo.com>
10415
10416 * nnimap.el (nnimap-debug): Doc fix.
10417
10418 * imap.el (imap-debug): Doc fix.
10419
10420 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
10421
10422 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10423
10424 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
10425
10426 * gnus.el (spam-contents): Improve docs for spam-contents
10427 parameter in its variable incarnation.
10428
10429 2005-02-14 Simon Josefsson <jas@extundo.com>
10430
10431 * smime-ldap.el: Use require instead of load-library for ldap.
10432 (smime-ldap-search): Indent.
10433 (smime-ldap-search-internal): Shorten line.
10434
10435 * smime.el (smime-cert-by-dns): Add doc-string.
10436 (smime-cert-by-ldap-1): Indent.
10437
10438 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10439 mml-smime-get-dns-ldap.
10440 (mml-smime-encrypt-query): Use new function. Default to ldap.
10441
10442 2005-02-14 Arne Jørgensen <arne@arnested.dk>
10443
10444 * smime.el: Require smime-ldap.
10445 (smime-ldap-host-list): New variable.
10446 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10447
10448 * mml-smime.el (mml-smime-encrypt-query): New function.
10449 (mml-smime-encrypt-query): Use it.
10450
10451 * smime-ldap.el: New file.
10452
10453 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
10454
10455 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10456
10457 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
10458
10459 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10460 argument in doc string. Make query for type more clear.
10461
10462 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
10463
10464 * gnus.el (gnus-group-startup-message): Search for gnus images in
10465 etc/images/gnus.
10466 * mm-util.el (mm-image-load-path): Likewise.
10467 * smiley.el (smiley-data-directory): Search for smilies in
10468 etc/images/smilies.
10469
10470 2005-02-09 Kim F. Storm <storm@cua.dk>
10471
10472 Change Emacs release version from 21.4 to 22.1 throughout.
10473 Change Emacs development version from 21.3.50 to 22.0.50.
10474
10475 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
10476
10477 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10478
10479 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10480 non-Mule XEmacs as well.
10481 (mm-decompress-buffer): Signal an error intentionally if it does
10482 not decompress compressed data because auto-compression-mode is
10483 disabled.
10484
10485 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
10486
10487 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10488 an ID in the registry even if it has no groups.
10489
10490 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
10491
10492 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
10493 merge it into mm-decompress-buffer.
10494 (gnus-mime-copy-part): Use the MIME part charset, the value which
10495 a user specified or gnus-newsgroup-charset for decoding, like
10496 gnus-mime-inline-part does; set buffer-file-coding-system to tell
10497 save-buffer what was used. Suggested by Kevin Ryde
10498 <user42@zip.com.au>.
10499 (gnus-mime-inline-part): Allow the name parameter as well as the
10500 filename parameter; force decompressing of compressed data; always
10501 display contents being not decoded as unibyte.
10502
10503 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
10504 as well as the filename parameter.
10505
10506 * mm-util.el (mm-decompress-buffer): Merge
10507 gnus-mime-jka-compr-maybe-uncompress.
10508 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
10509 of compressed data.
10510
10511 2005-02-08 Simon Josefsson <jas@extundo.com>
10512
10513 * imap.el (imap-log): Doc fix.
10514
10515 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
10516
10517 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
10518 the coding cookies; decompress compressed parts.
10519
10520 * mml.el (mml-generate-mime-1): Add the charset parameter according
10521 to the value which a user specified manually or the coding cookie.
10522
10523 * mm-util.el (mm-string-to-multibyte): New function.
10524 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
10525 (mm-coding-system-to-mime-charset): New function.
10526 (mm-decompress-buffer): New function.
10527 (mm-find-buffer-file-coding-system): New function.
10528
10529 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
10530 (mm-display-inline-fontify): Rewrite for decoding and decompressing
10531 parts.
10532
10533 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10534
10535 * mm-view.el (mm-display-inline-fontify): Decode a part according
10536 to the charset parameter.
10537
10538 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
10539
10540 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
10541 prefix arg is neither nil nor a number, as info specifies.
10542
10543 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
10544
10545 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
10546 timestamps.
10547
10548 2005-02-02 Jari Aalto <jari.aalto@cante.net>
10549
10550 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
10551 groups error checking and notify user.
10552
10553 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
10554
10555 * message.el (message-send-mail-function): Check existence of
10556 sendmail-program first before using default value
10557 `message-send-mail-with-sendmail'. Otherwise use more generic
10558 `smtpmail-send-it'.
10559
10560 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
10561
10562 * nntp.el (nntp-request-update-info): Always return nil.
10563
10564 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
10565
10566 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
10567
10568 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
10569
10570 * message.el (message-beginning-of-line): Change the behavior when
10571 invoked between BOL and : so that it first moves backward.
10572
10573 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
10574
10575 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
10576 article buffer when editing of the article is discarded.
10577 (gnus-article-prepare): Revert.
10578
10579 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
10580
10581 * gnus-art.el (gnus-article-prepare):
10582 Remove message-strip-forbidden-properties from the local hook.
10583
10584 2005-01-27 Simon Josefsson <jas@extundo.com>
10585
10586 * password.el (password-cache-add): Only start one timer per key.
10587 Reported by Derek Atkins <warlord@MIT.EDU>.
10588
10589 2005-01-26 Steve Youngs <steve@sxemacs.org>
10590
10591 * run-at-time.el: Removed. It is no longer needed as
10592 timer-funcs.el in the xemacs-base package has a working version of
10593 `run-at-time'.
10594
10595 * password.el: Require timer-funcs instead of run-at-time in
10596 XEmacs.
10597 Remove `password-run-at-time' macro.
10598 (password-cache-add): Use `run-at-time' instead of
10599 `password-run-at-time'.
10600
10601 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
10602 for `run-with-idle-timer'.
10603
10604 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
10605 for `run-at-time'.
10606
10607 * mm-url.el: Require timer-funcs at compile time when in XEmacs
10608 for `with-timeout'.
10609
10610 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
10611
10612 * mml.el (mml-generate-mime-1): Convert string into unibyte when
10613 inserting " *mml*" buffer's contents into a unibyte temp buffer.
10614
10615 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
10616
10617 * mail-source.el (mail-source-fetch-imap): Search for ^From case
10618 sensitively.
10619
10620 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
10621
10622 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
10623
10624 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
10625
10626 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
10627 which will be inserted according to the multibyteness of a buffer
10628 rather than the type of contents. Suggested by ARISAWA Akihiro
10629 <ari@mbf.ocn.ne.jp>.
10630
10631 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
10632 of string which old xml.el may return rather than a string.
10633
10634 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
10635
10636 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
10637
10638 2005-01-16 Simon Josefsson <jas@extundo.com>
10639
10640 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
10641 idn/idna.el isn't available.
10642 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
10643 <michael@waxrat.com>.
10644
10645 * hashcash.el: Remove non-FSF copyright header.
10646
10647 * hashcash.el (hashcash-extra-generate-parameters): New variable.
10648 (hashcash-generate-payment): Use it.
10649 (hashcash-generate-payment-async): Use it.
10650
10651 2005-01-15 Simon Josefsson <jas@extundo.com>
10652
10653 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
10654 Suggested by Raymond Scholz <ray-2005@zonix.de>.
10655
10656 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
10657 gnus-summary-idna-message.
10658 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
10659 (gnus-summary-idna-message): New function.
10660
10661 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
10662
10663 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
10664 gnus-novice-user.
10665
10666 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
10667
10668 * nnrss.el (nnrss-request-delete-group): Delete entries in
10669 nnrss-group-alist as well.
10670 (nnrss-save-server-data): Insert newline.
10671
10672 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
10673
10674 * gnus.el (gnus-user-agent): Use list of symbols instead of
10675 symbols. Display full version number for (S)XEmacs. Optionally
10676 display (S)XEmacs codename.
10677
10678 * gnus-util.el (gnus-emacs-version): Update for new
10679 `gnus-user-agent'.
10680
10681 * gnus-msg.el (gnus-extended-version): Make it possible to omit
10682 Gnus version.
10683
10684 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
10685
10686 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
10687 which is unreadable in some setups.
10688
10689 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10690
10691 * gnus-spec.el (gnus-update-format-specifications): Flush the
10692 group format spec cache if it doesn't support decoded group names.
10693
10694 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
10695
10696 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
10697 Allow to apply decay on score files matching a regexp.
10698
10699 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
10700
10701 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
10702 compatibility in %g and %c.
10703
10704 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
10705
10706 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
10707 name for only %g and %c.
10708 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
10709 of gnus-tmp-group to decoded group name.
10710 (gnus-group-make-rss-group): Exclude `/'s from group names.
10711
10712 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
10713
10714 * nnrss.el (nnrss-get-encoding): Fix regexp.
10715
10716 2004-12-27 Simon Josefsson <jas@extundo.com>
10717
10718 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
10719 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
10720 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
10721
10722 2004-12-17 Kim F. Storm <storm@cua.dk>
10723
10724 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
10725
10726 * gnus-sum.el (gnus-summary-mode-map): Likewise.
10727
10728 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
10729
10730 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
10731
10732 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
10733
10734 * nnrss.el: Require rfc2047 and mml.
10735 (nnrss-file-coding-system): New variable.
10736 (nnrss-format-string): Redefine it as an inline function.
10737 (nnrss-decode-group-name): New function.
10738 (nnrss-string-as-multibyte): Remove.
10739 (nnrss-retrieve-headers): Decode group name; don't use
10740 nnrss-format-string.
10741 (nnrss-request-group): Decode group name.
10742 (nnrss-request-article): Decode group name; allow a Message-ID as
10743 well as an article number; don't use nnrss-format-string; encode a
10744 Message-ID string which may contain non-ASCII characters; use
10745 mml-to-mime to compose a MIME article.
10746 (nnrss-request-expire-articles): Decode group name.
10747 (nnrss-request-delete-group): Decode group name.
10748 (nnrss-fetch): Clarify error message.
10749 (nnrss-read-server-data): Use insert-file-contents instead of load;
10750 bind file-name-coding-system; use multibyte buffer.
10751 (nnrss-save-server-data): Bind coding-system-for-write to the
10752 value of nnrss-file-coding-system; bind file-name-coding-system;
10753 add coding cookie.
10754 (nnrss-read-group-data): Use insert-file-contents instead of load;
10755 bind file-name-coding-system; use multibyte buffer.
10756 (nnrss-save-group-data): Bind coding-system-for-write to the
10757 value of nnrss-file-coding-system; bind file-name-coding-system.
10758 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
10759 make it work with non-ASCII text.
10760 (nnrss-find-el): Make it work with old xml.el as well.
10761
10762 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
10763
10764 * nnrss.el (nnrss-get-encoding): New function.
10765 (nnrss-fetch): Use unibyte buffer initially; bind
10766 coding-system-for-read while performing mm-url-insert; remove ^Ms;
10767 decode contents according to the encoding attribute.
10768 (nnrss-save-group-data): Add coding cookie.
10769 (nnrss-mime-encode-string): New function.
10770 (nnrss-check-group): Use it to encode subject and author.
10771
10772 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
10773
10774 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
10775 imaginary variable.
10776
10777 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
10778
10779 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
10780 correctly even if there are wide characters.
10781
10782 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
10783
10784 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
10785 downcased symbol names; make a new cache instead of reusing
10786 bbdb-hashtable.
10787
10788 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
10789
10790 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10791 concatenating segments rather than before concatenating them.
10792 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10793
10794 * message.el (message-get-reply-headers): Bind `extra'.
10795
10796 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10797
10798 * message.el (message-extra-wide-headers): New variable.
10799 (message-get-reply-headers): Use it.
10800
10801 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
10802
10803 * gnus-agent.el (gnus-agent-group-path): Decode group name.
10804 (gnus-agent-group-pathname): Ditto.
10805
10806 * gnus-cache.el (gnus-cache-file-name): Decode group name.
10807
10808 * gnus-group.el (gnus-group-make-group): Decode group name.
10809 (gnus-group-make-rss-group): Register the group data after opening
10810 the nnrss group.
10811
10812 2004-12-17 Paul Jarc <prj@po.cwru.edu>
10813
10814 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
10815 by expiry now get marked as read.
10816
10817 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
10818
10819 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
10820
10821 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
10822
10823 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
10824 unify Latin characters in XEmacs.
10825 (mm-find-mime-charset-region): Use it.
10826
10827 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
10828
10829 * gnus-util.el (gnus-delete-directory): New function.
10830
10831 * gnus-agent.el (gnus-agent-delete-group): Use it.
10832
10833 * gnus-cache.el (gnus-cache-delete-group): Use it.
10834
10835 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
10836
10837 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
10838 names.
10839
10840 2004-12-16 Simon Josefsson <jas@extundo.com>
10841
10842 * hashcash.el (hashcash-payment-alist): Fix custom :type.
10843
10844 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
10845
10846 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
10847
10848 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
10849 (gnus-group-set-current-level): Decode group name.
10850
10851 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
10852
10853 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
10854 failed.
10855
10856 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
10857
10858 * gnus-group.el (gnus-group-delete-group): Decode group name.
10859 (gnus-group-make-rss-group): Encode group name.
10860 (gnus-group-catchup-current): Decode group name.
10861 (gnus-group-kill-group): Decode group name.
10862
10863 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
10864
10865 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
10866
10867 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
10868
10869 * gnus-group.el (gnus-group-make-rss-group):
10870 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
10871
10872 * gnus-start.el (gnus-setup-news): Honor user's setting to
10873 gnus-message-archive-method. Suggested by Lute Kamstra
10874 <lute@gnu.org>.
10875
10876 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
10877
10878 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
10879 global counterparts of the buffer-local variables.
10880
10881 2004-11-16 Romain Francoise <romain@orebokech.com>
10882
10883 * gnus-sum.el (gnus-summary-exit): Don't clear the global
10884 counterparts of the buffer-local variables.
10885
10886 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
10887
10888 * message.el (message-forbidden-properties): Fixed typo in doc
10889 string.
10890
10891 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
10892
10893 * gnus-util.el (gnus-replace-in-string): Added doc string.
10894
10895 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
10896 to avoid problems when splitting mails with many recipients.
10897
10898 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10899
10900 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
10901 pop-to-buffer, covered by the subsequent gnus-configure-windows.
10902
10903 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
10904
10905 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
10906 if there is no hashtable in memory or file modification time is
10907 newer than cached timestamp.
10908
10909 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
10910
10911 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
10912 not-matching option.
10913
10914 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
10915
10916 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
10917 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
10918 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10919 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
10920 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
10921 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
10922
10923 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
10924
10925 * message.el (message-forward-make-body-mml): Remove headers
10926 according to message-forward-ignored-headers if a message is decoded.
10927
10928 2004-12-02 Romain Francoise <romain@orebokech.com>
10929
10930 * message.el (message-forward-make-body-plain): Always remove
10931 headers according to message-forward-ignored-headers.
10932
10933 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
10934
10935 * spam.el (spam-summary-prepare-exit): Remove the
10936 gnus-summary-limit pop for now, it has problems with ham marks for
10937 me.
10938
10939 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
10940
10941 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
10942 correctly.
10943
10944 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
10945
10946 * format-spec.el (format-spec): Message the char.
10947
10948 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
10949
10950 * gnus-art.el (gnus-split-methods): Reformat comments.
10951
10952 * spam.el (spam-summary-prepare-exit): Remove article limits
10953 before exiting the summary buffer.
10954
10955 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
10956
10957 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
10958 order to silence the byte compiler.
10959
10960 * spam.el: Fix the way to silence the byte compiler, which
10961 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
10962 bbdb-search-simple, spam-BBDB-register-routine,
10963 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
10964 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
10965 spam-stat-buffer-is-spam, spam-stat-load,
10966 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
10967 spam-stat-save and spam-stat-split-fancy.
10968
10969 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
10970
10971 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
10972 which may confuse users.
10973 (canlock-password-for-verify): Ditto.
10974
10975 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
10976
10977 * gnus-art.el (gnus-emphasis-alist): Ditto.
10978
10979 * gnus-registry.el (gnus-registry-max-entries): Ditto.
10980
10981 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
10982
10983 * gnus-start.el (gnus-save-killed-list): Ditto.
10984
10985 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
10986 (gnus-sum-thread-tree-root): Ditto.
10987 (gnus-sum-thread-tree-false-root): Ditto.
10988 (gnus-sum-thread-tree-single-indent): Ditto.
10989
10990 * message.el (message-courtesy-message): Ditto.
10991 (message-archive-note): Ditto.
10992 (message-subscribed-address-file): Ditto.
10993 (message-user-fqdn): Ditto.
10994
10995 * spam-report.el (spam-report-gmane-regex): Ditto.
10996
10997 * spam.el (spam-blackhole-good-server-regex): Ditto.
10998
10999 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
11000
11001 * mml.el (mml-preview): Widen the message buffer before copying
11002 the contents to the preview buffer; sort headers before previewing.
11003
11004 * message.el (message-hidden-headers): Fix the way to avoid a bug
11005 in the `repeat' widget in Emacs 21.3 or earlier.
11006
11007 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
11008
11009 * message.el (message-hidden-headers): Default to "^References:".
11010 Improve customization type. Suggested by Reiner Steib
11011 <Reiner.Steib@gmx.de>.
11012
11013 2004-11-25 Romain Francoise <romain@orebokech.com>
11014
11015 * message.el (message-strip-forbidden-properties): Remove check for
11016 obsolete `message-hidden' text property, hidden headers are not
11017 accessible in the buffer anymore.
11018
11019 2004-11-22 Romain Francoise <romain@orebokech.com>
11020
11021 * message.el (message-header-format-alist): Add `From' in list
11022 so that it can be sorted.
11023 (message-fix-before-sending): Widen and sort headers before
11024 sending.
11025 (message-hide-headers): Use narrowing to hide headers by moving
11026 them to the top of the buffer and narrowing to the region
11027 underneath.
11028
11029 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11030
11031 * message.el (message-strip-forbidden-properties): Bind
11032 buffer-read-only (etc) to nil.
11033
11034 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
11035
11036 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11037 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11038
11039 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
11040
11041 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11042
11043 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11044
11045 * dns.el (query-dns): Use sit-for to time instead of
11046 accept-process-output, since that doesn't seem to work on udp
11047 sockets.
11048
11049 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
11050
11051 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11052
11053 2004-11-15 Jesper Harder <harder@ifa.au.dk>
11054
11055 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11056 doc string. Improve doc string.
11057
11058 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
11059
11060 * nntp.el (nntp-request-update-info): Return nil if
11061 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11062 may not call gnus-activate-group which uselessly issues the GROUP
11063 commands for all nntp groups and wastes time. Reported by Romain
11064 Francoise <romain@orebokech.com>.
11065
11066 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11067
11068 2004-11-15 Simon Josefsson <jas@extundo.com>
11069
11070 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11071 headers separately.
11072 (gnus-button-openpgp): New function, inspired by Jochen Küpper
11073 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11074
11075 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11076
11077 * gnus-start.el (gnus-convert-old-newsrc):
11078 Assign legacy-gnus-agent to 5.10.7.
11079
11080 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11081
11082 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11083 start of the lines.
11084
11085 2004-11-14 Magnus Henoch <mange@freemail.hu>
11086
11087 * hashcash.el (hashcash-default-payment): Change default to 20.
11088 (hashcash-default-accept-payment): Change default to 20.
11089 (hashcash-process-alist): New variable.
11090 (hashcash-generate-payment-async): Add.
11091 (hashcash-already-paid-p): Add.
11092 (hashcash-insert-payment): Don't generate payments twice.
11093 (hashcash-insert-payment-async): Add.
11094 (hashcash-insert-payment-async-2): Add.
11095 (hashcash-cancel-async): Add.
11096 (hashcash-wait-async): Add.
11097 (hashcash-processes-running-p): Add.
11098 (hashcash-wait-or-cancel): Add.
11099 (mail-add-payment): New optional argument. Conditionally start
11100 asynchronous calculation.
11101 (mail-add-payment-async): Add.
11102
11103 * message.el (message-send-mail): Wait for asynchronous hashcash
11104 results. Don't clobber existing X-Hashcash headers.
11105 (message-setup-1): Call mail-add-payment-async when
11106 message-generate-hashcash is non-nil.
11107
11108 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
11109
11110 * message.el (message-use-alternative-email-as-from): Examine the
11111 From header as well; use message-make-from in order to include a
11112 user's full name.
11113
11114 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
11115
11116 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11117 default; improve customization type.
11118 (gnus-emphasis-custom-with-format): New macro.
11119 (gnus-emphasis-custom-value-to-external): New function.
11120 (gnus-emphasis-custom-value-to-internal): New function.
11121
11122 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
11123
11124 * dns.el (query-dns): Resolve reverse addresses.
11125
11126 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11127
11128 * gnus-group.el (gnus-group-get-new-news): Use it.
11129
11130 * gnus-start.el (gnus-check-reasonable-setup): New function.
11131
11132 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
11133
11134 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11135 "Args out of range" error. Reported by Arnaud Giersch
11136 <arnaud.giersch@free.fr>.
11137
11138 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
11139
11140 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11141
11142 2004-11-04 Richard M. Stallman <rms@gnu.org>
11143
11144 * spam.el (spam group): Add :version.
11145
11146 * pgg-def.el (pgg group): Add :version.
11147
11148 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
11149
11150 * gnus-art.el (gnus-article-edit-article): Don't associate the
11151 article buffer with a draft file. This is a temporary measure
11152 against the 2004-08-22 change to gnus-article-edit-mode.
11153
11154 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
11155
11156 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11157 (html2text-format-tags): Remove unused variable `attr'.
11158
11159 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
11160
11161 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11162
11163 * spam-stat.el (spam-stat): Add :version.
11164
11165 * sieve.el (sieve): Add :version.
11166
11167 * sha1.el (sha1): Add :version.
11168 (sha1-use-external): Remove redundant version.
11169
11170 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11171 (nnmail-cache-ignore-groups, nnmail-spool-hook)
11172 (nnmail-split-fancy-match-partial-words)
11173 (nnmail-split-lowercase-expanded): Add :version.
11174
11175 * nndiary.el (nndiary): Add :version.
11176
11177 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11178
11179 * mml-sec.el (mml-default-sign-method)
11180 (mml-default-encrypt-method, mml-signencrypt-style-alist):
11181 Add :version.
11182
11183 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11184
11185 * mm-url.el (mm-url-use-external, mm-url-program)
11186 (mm-url-arguments): Add :version.
11187
11188 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11189 (mm-attachment-file-modes, mm-decrypt-option)
11190 (mm-w3m-safe-url-regexp): Add :version.
11191
11192 * message.el (message-cite-prefix-regexp)
11193 (message-sendmail-envelope-from, message-minibuffer-local-map)
11194 (message-user-fqdn, message-completion-alist): Add :version.
11195
11196 * gnus-win.el (gnus-configure-windows-hook)
11197 (gnus-use-frames-on-any-display): Add :version.
11198
11199 * gnus-art.el (gnus-article-address-banner-alist)
11200 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11201 (gnus-treat-from-picon, gnus-treat-mail-picon)
11202 (gnus-treat-x-pgp-sig): Add :version.
11203
11204 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11205 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11206 (gnus-summary-article-delete-hook)
11207 (gnus-summary-display-while-building): Add :version.
11208
11209 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11210 (gnus-get-top-new-news-hook): Add :version.
11211
11212 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11213 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11214
11215 * gnus-registry.el (gnus-registry): Add :version.
11216
11217 * gnus-spec.el (gnus-use-correct-string-widths)
11218 (gnus-make-format-preserve-properties): Add :version.
11219
11220 * gnus.el (gnus-group-charter-alist)
11221 (gnus-group-fetch-control-use-browse-url)
11222 (gnus-install-group-spam-parameters): Add :version.
11223
11224 * gnus-diary.el (gnus-diary): Add :version.
11225
11226 * gnus-delay.el (gnus-delay): Add :version.
11227
11228 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11229 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11230 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11231 Add :version.
11232
11233 * gnus-agent.el (gnus-agent-max-fetch-size)
11234 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11235 (gnus-agent-prompt-send-queue): Add :version.
11236
11237 * deuglify.el (gnus-outlook-deuglify): Add :version.
11238
11239 * html2text.el: Beautify code. Improve doc strings. Some
11240 checkdoc cleanup.
11241 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11242
11243 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
11244
11245 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11246
11247 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
11248
11249 * gnus-registry.el (gnus-registry-hashtb): Create the registry
11250 when package is loaded.
11251
11252 * spam.el (spam-summary-score-preferred-header): Add global preference
11253 for people who want to override the default SpamAssassin over
11254 Bogofilter preference (when both are set).
11255 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11256 (spam-user-format-function-S): Check
11257 spam-summary-score-preferred-header.
11258 (spam-extra-header-to-number): Add X-Bogosity header parsing.
11259 (spam-user-format-function-S): Format the score correctly.
11260
11261 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
11262
11263 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11264 signature file. Suggested by Manoj Srivastava
11265 <srivasta@golden-gryphon.com>.
11266
11267 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11268 iso-2022-jp even in the Japanese language environment.
11269 Suggested by Jason Rumney <jasonr@gnu.org>.
11270
11271 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
11272
11273 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11274 use the same characters as the dummy marks; make it free from
11275 getting affected by the language environment.
11276 (gnus-summary-read-group-1): Update mark positions only when the
11277 format spec is updated.
11278
11279 * gnus-spec.el (gnus-update-format-specifications): Return a list
11280 of updated types.
11281
11282 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
11283
11284 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11285 of boundp to check if display-warning is available.
11286
11287 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
11288
11289 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11290
11291 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
11292
11293 * nnspool.el (nnspool-spool-directory): Use news-path if the
11294 news-directory variable is not bound.
11295
11296 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11297 function instead of display-warning if it is not available.
11298
11299 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
11300
11301 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11302 v5-10: Use `point-at-bol'.
11303
11304 2004-10-26 Simon Josefsson <jas@extundo.com>
11305
11306 * hashcash.el: Fix URL in comment, reported by Cheng Gao
11307 <chenggao@gmail.com>.
11308
11309 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
11310
11311 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
11312 instead.
11313
11314 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
11315
11316 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11317 to remove a server from the nnimap-server-buffer-alist.
11318 (nnimap-open-connection, nnimap-close-server): Use it.
11319
11320 * gnus-encrypt.el: Remove file in favor of encrypt.el.
11321
11322 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
11323
11324 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11325 running the major-mode function.
11326
11327 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11328
11329 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11330 dummy marks in the right way.
11331
11332 2004-10-18 David Edmondson <dme@dme.org>
11333
11334 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11335 excessively.
11336
11337 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
11338
11339 * gnus-util.el (gnus-split-references): Accept a nil references
11340 string and go on blissfully.
11341
11342 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11343 cases where the references string is non-nil but has no references.
11344
11345 * encrypt.el: Add autoload tags.
11346
11347 * spam.el (spam-resolve-registrations-routine): Remove article
11348 from unregistration list too. Reported by David Hanak
11349 <dhanak@isis.vanderbilt.edu>
11350
11351 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
11352
11353 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11354 nil. Changed custom type.
11355
11356 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
11357
11358 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11359
11360 * gnus-sum.el (gnus-summary-move-article): Use it.
11361
11362 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
11363
11364 * encrypt.el: Add autoload cookies.
11365
11366 * spam.el (spam-backend-article-list-property)
11367 (spam-backend-get-article-todo-list)
11368 (spam-backend-put-article-todo-list)
11369 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11370 Resolve registrations separately.
11371 (spam-register-routine): Format comments.
11372 (spam-unregister-routine, spam-register-routine): Always call with
11373 specific-articles, no default list.
11374 (spam-summary-prepare-exit): Use the spam-classifications function.
11375
11376 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11377 gnus-encrypt.el.
11378
11379 * encrypt.el: Copied from gnus-encrypt.el.
11380
11381 * gnus-encrypt.el: Commented that it's obsolete.
11382
11383 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
11384
11385 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11386 (gnus-score-save): Use it.
11387
11388 * message.el (message-bury): Use `window-dedicated-p'.
11389
11390 2004-10-15 Simon Josefsson <jas@extundo.com>
11391
11392 * pop3.el (top-level): Don't require nnheader.
11393 (pop3-read-timeout): Add.
11394 (pop3-accept-process-output): Add.
11395 (pop3-read-response, pop3-retr): Use it.
11396
11397 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
11398
11399 * spam.el (spam-register-routine): Move comment.
11400 (spam-verify-bogofilter): Use 'unknown for the initial
11401 spam-bogofilter-valid state, not 'never.
11402
11403 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11404 for netrc-machine.
11405
11406 * nnimap.el (nnimap-open-connection): Use
11407 netrc-machine-user-or-password.
11408
11409 2004-10-17 Richard M. Stallman <rms@gnu.org>
11410
11411 * gnus-registry.el (gnus-registry-unload-hook):
11412 Set as a variable with add-hook.
11413
11414 * nnspool.el (nnspool-spool-directory): Use news-directory instead
11415 of news-path.
11416
11417 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11418
11419 * spam.el: Delete duplicate `provide'.
11420 (spam-unload-hook): Set as a variable with add-hook.
11421
11422 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
11423
11424 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11425 in the doc string.
11426
11427 * message.el (message-ignored-news-headers)
11428 (message-ignored-supersedes-headers)
11429 (message-ignored-resent-headers)
11430 (message-forward-ignored-headers): Improve custom type.
11431
11432 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
11433
11434 * message.el (message-tokenize-header): Fix 2004-09-06 change
11435 which used point-min in the wrong place.
11436
11437 2004-10-12 Simon Josefsson <jas@extundo.com>
11438
11439 * tls.el (tls-certtool-program): New variable.
11440 (tls-certificate-information): New function, based on
11441 ssl-certificate-information.
11442
11443 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
11444
11445 * compface.el: Move the version of ELisp-based uncompface program
11446 to the contrib directory because of the copyright problem.
11447
11448 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
11449
11450 * message.el (message-kill-buffer): Raise the current frame.
11451
11452 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
11453
11454 * gnus-sum.el: Mention that multibyte characters don't work as marks.
11455
11456 * gnus.el (message-y-or-n-p): Autoload.
11457
11458 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11459 (pop3-password-required, pop3-authentication-scheme)
11460 (pop3-leave-mail-on-server): Made customizable.
11461 (pop3): New custom group.
11462 (pop3-retr): Remove `sleep-for' statements.
11463 Suggested by Dave Love <fx@gnu.org>.
11464
11465 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
11466 Windows/DOS.
11467
11468 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11469 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
11470 Dave Love <fx@gnu.org>.
11471
11472 * mml.el (mml-minibuffer-read-disposition): Require match.
11473 Suggested by Dave Love <fx@gnu.org>.
11474
11475 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
11476
11477 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
11478 doc string.
11479
11480 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
11481
11482 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
11483
11484 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11485
11486 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
11487 instead of calling `mm-insert-inline', to decode text/* parts
11488 before displaying them.
11489
11490 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
11491
11492 * mm-uu.el (mm-uu-text-plain-type): New variable.
11493 (mm-uu-pgp-signed-extract-1): Use it.
11494 (mm-uu-pgp-encrypted-extract-1): Use it.
11495 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
11496 bind mm-uu-text-plain-type with that value.
11497 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
11498 mm-uu-dissect.
11499
11500 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
11501
11502 * gnus-group.el (gnus-update-group-mark-positions):
11503 * gnus-sum.el (gnus-update-summary-mark-positions):
11504 * message.el (message-check-news-body-syntax):
11505 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
11506 of string-as-multibyte.
11507
11508 2004-10-05 Juri Linkov <juri@jurta.org>
11509
11510 * gnus-group.el (gnus-update-group-mark-positions):
11511 * gnus-sum.el (gnus-update-summary-mark-positions):
11512 * message.el (message-check-news-body-syntax):
11513 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
11514 8-bit unibyte values to a multibyte string for search functions.
11515
11516 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
11517
11518 * mm-uu.el (mm-uu-dissect): Allow optional arg.
11519 (mm-uu-dissect-text-parts): New function.
11520
11521 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
11522 dissect text parts.
11523
11524 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
11525 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
11526
11527 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
11528
11529 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
11530 gnus-current-topics instead of gnus-current-topic.
11531
11532 2004-10-06 Jesper Harder <harder@ifa.au.dk>
11533
11534 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
11535
11536 2004-10-05 Jesper Harder <harder@ifa.au.dk>
11537
11538 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
11539 where approriate.
11540
11541 * nnml.el (nnml-generate-active-info): do.
11542
11543 * nndiary.el (nndiary-generate-active-info): do.
11544
11545 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
11546 (gnus-topic-move): do.
11547
11548 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
11549 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
11550
11551 * gnus-srvr.el (gnus-server-prepare)
11552 (gnus-server-open-all-servers): do.
11553
11554 * gnus-msg.el (gnus-summary-cancel-article)
11555 (gnus-summary-resend-message)
11556 (gnus-summary-mail-crosspost-complaint): do.
11557
11558 * gnus-move.el (gnus-change-server): do.
11559
11560 * gnus-group.el (gnus-group-unmark-all-groups)
11561 (gnus-group-set-current-level): do.
11562
11563 2004-10-04 Simon Josefsson <jas@extundo.com>
11564
11565 * message.el (message-generate-hashcash): Doc fix.
11566
11567 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
11568
11569 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
11570 avoid infinite recursion via gnus-get-function.
11571
11572 2004-10-02 Jesper Harder <harder@ifa.au.dk>
11573
11574 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
11575
11576 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
11577
11578 * nnmail.el (nnmail-split-history): do.
11579
11580 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
11581 (nnml-request-delete-group): do.
11582
11583 * nnslashdot.el (nnslashdot-read-groups): do.
11584
11585 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
11586 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
11587
11588 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
11589 (nnspool-sift-nov-with-sed): Use last.
11590 (nnspool-retrieve-headers-with-nov): Use mapc.
11591 (nnspool-request-newgroups): Use dolist.
11592 (nnspool-request-group): Use last.
11593
11594 * nntp.el (nntp-read-server-type): Use dolist.
11595
11596 * nnvirtual.el (nnvirtual-create-mapping)
11597 (nnvirtual-update-read-and-marked): Use dolist.
11598 (nnvirtual-convert-headers): Simplify.
11599
11600 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
11601
11602 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
11603 support for sync'ing tick marks.
11604
11605 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
11606
11607 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
11608 there's no visible header.
11609
11610 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
11611
11612 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
11613 necessary, pass full group name to gnus-request-set-marks.
11614
11615 2004-10-01 Simon Josefsson <jas@extundo.com>
11616
11617 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
11618 acroread.
11619
11620 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11621
11622 * spam-report.el (spam-report-gmane): Fix interactive.
11623
11624 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
11625
11626 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
11627 when writing file.
11628 (gnus-agent-synchronize-flags): Don't default to being
11629 interactive.
11630
11631 2004-09-30 Simon Josefsson <jas@extundo.com>
11632
11633 * message.el (message-generate-hashcash): Add.
11634 (message-send-mail): Use it, call mail-add-payment.
11635
11636 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
11637
11638 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
11639
11640 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
11641
11642 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
11643 gnus-requst-update-info with explicit code to sync the in-memory
11644 info read flags with the marks being sync'd to the backend.
11645
11646 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
11647
11648 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11649
11650 * spam.el (spam-verify-bogofilter): Add new function.
11651 (spam-check-bogofilter)
11652 (spam-bogofilter-register-with-bogofilter): Use it.
11653 (spam-verify-bogofilter): Add small fixes.
11654
11655 2004-09-28 Simon Josefsson <jas@extundo.com>
11656
11657 * hashcash.el (hashcash-generate-payment): Revert.
11658
11659 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11660
11661 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
11662 gnus-extract-references instead of gnus-split-references.
11663
11664 * gnus-util.el (gnus-extract-references): Add new function, analogous
11665 to gnus-split-references but extracts only the message-ID without
11666 anything extra.
11667
11668 * hashcash.el (hashcash-generate-payment)
11669 (hashcash-check-payment): Do the right thing if hashcash-path is
11670 nil (because the hashcash program could not be found).
11671
11672 * spam.el (spam-use-hashcash): Remove comment.
11673
11674 2004-09-27 Jesper Harder <harder@ifa.au.dk>
11675
11676 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
11677 (gnus-cache-enter-article, gnus-cache-remove-article)
11678 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
11679
11680 * gnus-async.el (gnus-async-prefetch-remove-group): do.
11681
11682 * gnus-art.el (article-hide-boring-headers)
11683 (article-translate-strings, article-display-face)
11684 (gnus-article-mime-match-handle-first)
11685 (gnus-article-highlight-headers)
11686 (gnus-article-add-buttons-to-head): do.
11687
11688 2004-09-27 Simon Josefsson <jas@extundo.com>
11689
11690 * hashcash.el: New version, from
11691 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
11692 ../contrib/.
11693
11694 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
11695
11696 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
11697
11698 2004-09-26 Jesper Harder <harder@ifa.au.dk>
11699
11700 * gnus-dup.el (gnus-dup-open): Use mapc.
11701 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
11702
11703 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
11704 Reported by Stefan Wiens <s.wi@gmx.net>.
11705
11706 * gnus.el (gnus-shutdown): Use dolist.
11707
11708 * gnus-undo.el (gnus-undo): Use mapc.
11709
11710 * nnrss.el (nnrss-generate-active): do.
11711
11712 * message.el (message-cite-original-without-signature)
11713 (message-cite-original): Use mapc.
11714 (message-do-actions, message-make-forward-subject): Use dolist.
11715
11716 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
11717
11718 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
11719 deletion to remove entire duplicate line. Fixes merged article
11720 number bug.
11721
11722 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
11723
11724 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
11725 servers that are offline. Avoids having gnus-agent-toggle-plugged
11726 first ask if you want to open a server and then, even when you
11727 responded with no, asking if you want to synchronize the server's
11728 flags.
11729 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
11730 multi-line expressions.
11731 (gnus-agent-synchronize-group-flags): New internal function.
11732 Updates marks in memory (in the info structure) AND in the
11733 backend.
11734
11735 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
11736
11737 * nnagent.el (nnagent-request-set-mark): Use
11738 gnus-agent-synchronize-group-flags, not backend's request-set-mark
11739 method, to ensure that synchronization updates marks in the
11740 backend and in the info (in memory) structure.
11741
11742 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
11743
11744 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
11745 convention fully; don't miss the root article of a thread; make
11746 the X-Draft-From header with correct article numbers.
11747
11748 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
11749
11750 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
11751 unless plugged. Disable the agent so that an open failure causes
11752 an error.
11753
11754 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
11755 Reverted 2004-09-21 change. The backend must be opened while
11756 synchronizing flags even when the backend stores the flags
11757 locally.
11758
11759 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
11760
11761 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
11762 in `header' match. Reported by Svend Tollak Munkejord.
11763
11764 * message.el (message-cite-original): Fix use of
11765 `message-cite-articles-with-x-no-archive'.
11766
11767 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
11768
11769 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
11770 (gnus-window-to-buffer): Ditto.
11771
11772 * mml.el (mml-preview-buffer): New variable.
11773 (mml-preview): Manage window layout with gnus-buffer-configuration.
11774
11775 * gnus-msg.el (gnus-setup-message): Put article numbers into the
11776 X-Draft-From header even if those articles aren't quoted.
11777
11778 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
11779
11780 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
11781 (gnus-request-set-mark, gnus-request-update-mark): Use new
11782 g-s-t-u-l-m to decide to use backend even when unplugged.
11783
11784 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
11785
11786 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
11787 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
11788
11789 2004-09-20 Simon Josefsson <jas@extundo.com>
11790
11791 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
11792 "utf-16-le".
11793
11794 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
11795
11796 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
11797
11798 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
11799
11800 * uudecode.el (uudecode-use-external): Add :version.
11801
11802 * smime.el (smime-CA-file, smime-encrypt-cipher)
11803 (smime-dns-server): Add :version.
11804
11805 * smiley.el (gnus-smiley-file-types): Add :version.
11806
11807 * sha1.el (sha1-use-external): Add :version.
11808
11809 * pgg-def.el (pgg-query-keyserver): Add :version.
11810
11811 * nnmail.el (nnmail-fancy-expiry-targets)
11812 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
11813 Add :version.
11814
11815 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
11816 (nnimap-retrieve-groups-asynchronous): Add :version.
11817 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
11818
11819 * mml.el (mml-content-disposition-parameters)
11820 (mml-insert-mime-headers-always): Add :version.
11821
11822 * mm-util.el (mm-coding-system-priorities): Add :version.
11823
11824 * mm-decode.el (mm-inline-text-html-with-images)
11825 (mm-keep-viewer-alive-types, mm-external-terminal-program)
11826 (mm-verify-option): Add :version.
11827 (mm-text-html-renderer): Change :version.
11828
11829 * message.el (message-fcc-externalize-attachments)
11830 (message-required-headers, message-draft-headers)
11831 (message-subject-trailing-was-query)
11832 (message-subject-trailing-was-ask-regexp)
11833 (message-subject-trailing-was-regexp, message-mark-insert-begin)
11834 (message-mark-insert-end, message-archive-header)
11835 (message-archive-note, message-cross-post-default)
11836 (message-cross-post-note, message-followup-to-note)
11837 (message-cross-post-note-function, message-use-mail-followup-to)
11838 (message-subscribed-address-functions)
11839 (message-subscribed-address-file, message-subscribed-addresses)
11840 (message-subscribed-regexps, message-allow-no-recipients)
11841 (message-yank-cited-prefix, message-signature-insert-empty-line)
11842 (message-hidden-headers, message-hierarchical-addresses)
11843 (message-mail-user-agent, message-use-idna)
11844 (message-valid-fqdn-regexp)
11845 (message-strip-special-text-properties, message-header-synonyms)
11846 (message-beginning-of-line, message-tab-body-function): Add :version.
11847 (message-insert-canlock, message-wide-reply-confirm-recipients):
11848 Change :version.
11849
11850 * mail-source.el (mail-source-ignore-errors): Add :group, :type
11851 and :version.
11852 (mail-source-delete-old-incoming-confirm)
11853 (mail-source-movemail-program): Add :version.
11854
11855 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
11856 (gnus-agent-cache, gnus-agent): Change :version.
11857
11858 * gnus-util.el (gnus-use-byte-compile): Change :version.
11859
11860 * gnus-sum.el (gnus-summary-make-false-root-always)
11861 (gnus-summary-default-high-score)
11862 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
11863 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
11864 (gnus-read-all-available-headers, gnus-article-emulate-mime)
11865 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
11866 (gnus-sum-thread-tree-single-indent)
11867 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
11868 (gnus-sum-thread-tree-leaf-with-other)
11869 (gnus-sum-thread-tree-single-leaf): Add :version.
11870 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
11871 (gnus-article-loose-mime): Change :version.
11872
11873 * gnus-start.el (gnus-backup-startup-file)
11874 (gnus-save-startup-file-via-temp-buffer): Add :version.
11875
11876 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
11877 (gnus-server-offline-face): Add :version.
11878
11879 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
11880
11881 * gnus-msg.el (gnus-gcc-externalize-attachments)
11882 (gnus-debug-files, gnus-debug-exclude-variables)
11883 (gnus-discouraged-post-methods): Change :version.
11884 (gnus-confirm-mail-reply-to-news)
11885 (gnus-confirm-treat-mail-like-news): Add :version.
11886
11887 * gnus-int.el (gnus-server-unopen-status): Add :version.
11888
11889 * gnus-group.el (gnus-group-jump-to-group-prompt)
11890 (gnus-large-ephemeral-newsgroup)
11891 (gnus-fetch-old-ephemeral-headers): Add :version.
11892
11893 * gnus-fun.el (gnus-x-face-directory)
11894 (gnus-convert-pbm-to-x-face-command)
11895 (gnus-convert-image-to-x-face-command)
11896 (gnus-convert-image-to-face-command): Add :version.
11897
11898 * gnus-delay.el (gnus-delay-default-hour): Add :version.
11899
11900 * gnus-cite.el (gnus-cite-blank-line-after-header)
11901 (gnus-article-boring-faces): Add :version.
11902
11903 * gnus-art.el (gnus-buttonized-mime-types)
11904 (gnus-inhibit-mime-unbuttonizing)
11905 (gnus-treat-display-face)
11906 (gnus-treat-body-boundary): Change :version.
11907 (gnus-body-boundary-delimiter, gnus-picon-databases)
11908 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
11909 (gnus-treat-date-english, gnus-treat-fold-headers)
11910 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
11911 (gnus-treat-mail-picon, gnus-treat-wash-html)
11912 (gnus-article-encrypt-protocol)
11913 (gnus-use-idna, gnus-article-over-scroll)
11914 (gnus-mime-display-multipart-alternative-as-mixed)
11915 (gnus-mime-display-multipart-related-as-mixed)
11916 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
11917 (gnus-ctan-url, gnus-button-ctan-handler)
11918 (gnus-button-handle-ctan-bogus-regexp)
11919 (gnus-button-ctan-directory-regexp)
11920 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
11921 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
11922 (gnus-button-man-level, gnus-button-emacs-level)
11923 (gnus-button-message-level, gnus-button-browse-level): Add :version.
11924
11925 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
11926 (gnus-agent-go-online): Change :version.
11927 (gnus-agent-expire-unagentized-dirs)
11928 (gnus-agent-auto-agentize-methods): Add :version.
11929
11930 * flow-fill.el (fill-flowed-display-column)
11931 (fill-flowed-encode-column): Add :version.
11932
11933 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11934 (gnus-outlook-deuglify-unwrap-max)
11935 (gnus-outlook-deuglify-cite-marks)
11936 (gnus-outlook-deuglify-unwrap-stop-chars)
11937 (gnus-outlook-deuglify-no-wrap-chars)
11938 (gnus-outlook-deuglify-attrib-cut-regexp)
11939 (gnus-outlook-deuglify-attrib-verb-regexp)
11940 (gnus-outlook-deuglify-attrib-end-regexp)
11941 (gnus-outlook-display-hook): Add :version.
11942
11943 * binhex.el (binhex-use-external): Add :version.
11944
11945 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
11946
11947 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
11948 and `invisible'.
11949
11950 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
11951
11952 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
11953 in gnus-registry-trim.
11954
11955 2004-09-13 Simon Josefsson <jas@extundo.com>
11956
11957 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
11958
11959 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
11960
11961 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
11962 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11963 <yamaoka@jpl.org>.
11964 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
11965 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11966 <yamaoka@jpl.org>.
11967
11968 * sieve.el (sieve-manage-mode): Ditto.
11969
11970 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
11971
11972 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
11973
11974 2004-09-11 Simon Josefsson <jas@extundo.com>
11975
11976 * dns-mode.el: Add.
11977
11978 * mm-view.el (mm-display-dns-inline): Add.
11979
11980 * mm-decode.el (mm-inline-media-tests): Add text/dns.
11981 (mm-automatic-display): Ditto.
11982
11983 * mailcap.el (mailcap-mime-data): Add text/dns.
11984 (mailcap-mime-extensions): Map .soa to text/dns.
11985
11986 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
11987
11988 * gnus-art.el (article-decode-mime-words, article-babel)
11989 (gnus-article-highlight-signature, gnus-article-add-buttons)
11990 (gnus-signature-toggle): Remove unnecessary bindings of
11991 `inhibit-read-only' inherited from v5.10 merge.
11992
11993 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11994
11995 * nntp.el (nntp): New customization group.
11996 (nntp-authinfo-file): Add customization group.
11997
11998 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
11999
12000 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12001
12002 * gnus.el (to-address, to-list, subscribed)
12003 (large-newsgroup-initial): Ditto.
12004
12005 * flow-fill.el (fill-flowed-display-column)
12006 (fill-flowed-encode-column): Ditto.
12007
12008 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
12009
12010 * message.el (message-tokenize-header, message-send-mail-with-qmail):
12011 Use point-min rather than 1.
12012 (message-send-mail): Use buffer-size rather than point-max.
12013
12014 * gnus-sum.el (gnus-summary-search-article-forward):
12015 Signal a specific `search-failed' rather than a generic `error'.
12016
12017 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12018 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12019 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12020
12021 2004-09-10 Simon Josefsson <jas@extundo.com>
12022
12023 * nndb.el (require): Remove tcp and duplicate cl.
12024
12025 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
12026
12027 * gnus-agent.el (directory-files-and-attributes): Move forward.
12028
12029 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
12030
12031 * gnus-agent.el (directory-files-and-attributes): Optionally
12032 defined to support XEmacs.
12033
12034 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
12035
12036 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12037 to avoid run-time CL dependencies.
12038 (gnus-agent-unfetch-articles): New function.
12039 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12040 article numbers even when local .overview file is missing.
12041 (gnus-agent-read-article-number): New function. Only accepts
12042 27-bit article numbers.
12043 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12044 gnus-agent-read-article-number.
12045 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12046 from backend while recognizing that article numbers in .overview
12047 must be valid.
12048 (gnus-agent-update-files-total-fetched-for): Use
12049 directory-files-and-attributes to improve performance.
12050 * gnus-int.el (gnus-request-move-article): Use
12051 gnus-agent-unfetch-articles in place of gnus-agent-expire to
12052 improve performance.
12053
12054 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12055 some users confused by references to .newsrc when they only have a
12056 .newsrc.eld file.
12057 (gnus-convert-mark-converter-prompt)
12058 (gnus-convert-converter-needs-prompt): Fixed use of property list.
12059 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12060 New function. Used internally to only display 'gnus converting
12061 files' message when actually necessary.
12062
12063 * gnus-sum.el (): Removed (require 'gnus-agent) as required
12064 methods now autoloaded.
12065
12066 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
12067
12068 * gnus-sum.el (gnus-summary-insert-subject): Remove list
12069 identifiers.
12070
12071 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
12072
12073 * gnus-picon.el: Fix indentation and closing parenthesis.
12074
12075 2004-09-01 Simon Josefsson <jas@extundo.com>
12076
12077 * message.el (message-canlock-generate): Require sha1, not
12078 sha1-el. (Can we get rid of this require altogether? It is ugly
12079 to require within a function. Sadly, if sha1.el isn't loaded, the
12080 let binding in m-c-g will hide the defcustom definition, which is
12081 bad.)
12082
12083 * canlock.el: Require sha1, not sha1-el.
12084
12085 * message.el: Don't autoload sha1 (there is a autoload cookie in
12086 sha1.el).
12087
12088 * sha1-el.el: Renamed to sha1.el.
12089
12090 2004-08-30 Juanma Barranquero <lektu@terra.es>
12091
12092 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12093
12094 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
12095
12096 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12097
12098 2004-08-30 Kim F. Storm <storm@cua.dk>
12099
12100 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12101
12102 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12103 Add :group 'nnimap.
12104
12105 2004-08-30 Andreas Schwab <schwab@suse.de>
12106
12107 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12108 ?* and ?\;.
12109
12110 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12111 and ?\' to symbol instead of whitespace.
12112
12113 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
12114
12115 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12116
12117 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12118 instead of re-search-forward.
12119
12120 * gnus-uu.el (gnus-uu-save-article): Ditto.
12121 (gnus-uu-post-encode-uuencode): Ditto.
12122
12123 * html2text.el (html2text-clean-list-items): Ditto.
12124 (html2text-clean-dtdd): Ditto.
12125 (html2text-format-tags): Ditto.
12126
12127 * message.el (message-send-mail-with-sendmail): Fix regexp.
12128 (message-fill-field-general): Use search-forward instead of
12129 re-search-forward.
12130 (unbold-region): Ditto.
12131
12132 * nnrss.el (nnrss-request-article): Ditto.
12133
12134 * nnslashdot.el (nnslashdot-request-article): Ditto.
12135
12136 * nnweb.el (nnweb-gmane-wash-article): Ditto.
12137
12138 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12139 "Unrecognized menu descriptor" error in XEmacs.
12140
12141 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
12142
12143 * gnus-sum.el (gnus-read-header): Don't remove a header for the
12144 parent article of a sparse article in the thread hashtb.
12145
12146 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
12147
12148 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12149 (nnmail-expand-newtext): Lowercase expanded entries if
12150 nnmail-split-lowercase-expanded is non-nil.
12151
12152 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
12153
12154 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12155
12156 * gnus-group.el (gnus-group-line-format-alist): Convert the value
12157 of gnus-tmp-news-method into string under XEmacs. It will be
12158 passed to gnus-correct-length which takes only a string argument.
12159
12160 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
12161
12162 * gnus-util.el (gnus-bind-print-variables): New macro.
12163 (gnus-prin1): Use it.
12164 (gnus-prin1-to-string): Use it.
12165 (gnus-pp): New function.
12166 (gnus-pp-to-string): New function.
12167
12168 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12169 Replace pp-to-string with gnus-pp-to-string.
12170 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12171 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12172 * gnus-msg.el (gnus-debug): Ditto.
12173 * gnus-score.el (gnus-score-save): Ditto.
12174 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12175 gnus-pp-to-string.
12176 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12177 with gnus-pp.
12178 * score-mode.el (gnus-score-pretty-print): Ditto.
12179 * webmail.el (webmail-debug): Ditto.
12180
12181 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
12182
12183 * gnus-art.el (article-display-face, article-display-x-face):
12184 Use buffer-read-only.
12185
12186 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
12187
12188 * gnus-art.el (article-hide-list-identifiers):
12189 Bind inhibit-read-only as t.
12190
12191 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
12192
12193 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12194
12195 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12196
12197 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12198 (gnus-narrow-to-page): Don't assume point-min == 1.
12199 (gnus-article-edit-mode): Derive from message-mode.
12200
12201 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12202 point-min == 1.
12203
12204 * imap.el (imap-parse-address-list, imap-parse-body-ext):
12205 Disable incorrect use of `assert'.
12206
12207 * message.el (message-mode): Set comment-start-skip.
12208
12209 2004-08-22 Sam Steingold <sds@gnu.org>
12210
12211 * pop3.el (pop3-leave-mail-on-server): New user variable.
12212 (pop3-movemail): Delete mail only when it is nil.
12213
12214 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
12215
12216 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12217
12218 * mml.el (mml-preview): Use `pop-to-buffer'.
12219
12220 * message.el (message-goto-mail-followup-to): Insert after "To".
12221 (message-carefully-insert-headers): Add comment.
12222
12223 * gnus.el: Remove unused variable `gnus-article-check-size'.
12224
12225 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12226
12227 * gnus-art.el (gnus-button-alist): Improve
12228 `gnus-button-handle-library' entry.
12229
12230 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
12231
12232 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12233 downcase, since XEmacs capitalizes error messages differently.
12234
12235 2004-08-18 Jesper Harder <harder@ifa.au.dk>
12236
12237 * nntp.el: Add (require 'gnus) due to reference to
12238 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
12239
12240 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
12241
12242 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12243 `mm-fill-flowed'.
12244
12245 * mm-decode.el (mm-dissect-singlepart): Check it.
12246
12247 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
12248
12249 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12250 'imap' for netrc parsing.
12251
12252 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
12253
12254 * mailcap.el (mailcap-mime-data): Mark as risky.
12255
12256 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
12257
12258 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12259 may be included in the encoded word.
12260 (rfc2047-encode): Don't append a space if the encoded word
12261 includes close parenthesis.
12262
12263 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
12264
12265 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12266 of text within parentheses.
12267
12268 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
12269
12270 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12271 (gnus-encrypt-write-file-contents): Make the password key the file
12272 name PLUS the cipher, not just the cipher. Also remove failed
12273 passwords from the cache.
12274
12275 2004-08-06 Simon Josefsson <jas@extundo.com>
12276
12277 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
12278 fix.
12279
12280 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
12281
12282 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12283 LWSP.
12284
12285 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
12286
12287 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12288 to append in-reply-to: data to the references: header.
12289
12290 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12291 (netrc-parse): Use gnus-encrypt.el functions.
12292
12293 * gnus-encrypt.el: Add new file for encryption support; currently
12294 does only a few GPG ciphers and an internal XOR cipher.
12295
12296 * password.el: Add comments on using password-read-and-add.
12297 (password-read-and-add): Add function to read and add the
12298 password to the cache at once.
12299
12300 2004-07-28 Simon Josefsson <jas@extundo.com>
12301
12302 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12303 parameter (but don't use it, for now).
12304
12305 * imap.el (imap-ssl-open): Use imap-process-connection-type,
12306 instead of hard coding to nil.
12307
12308 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
12309
12310 * mm-view.el (mm-inline-image-emacs): Open lines under an image
12311 as mm-inline-image-xemacs does.
12312
12313 2004-07-26 Simon Josefsson <jas@extundo.com>
12314
12315 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12316 Revert part of 2004-07-17 change below.
12317
12318 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
12319
12320 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
12321 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12322
12323 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12324
12325 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12326 quotes that actually start with ">" at the beginning of the
12327 lines.
12328
12329 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
12330
12331 * rfc2047.el (rfc2047-encode-region): Fix last change.
12332 (rfc2047-encode-parameter): Remove useless concat.
12333
12334 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
12335
12336 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12337 encode special characters; fix some kind of misconfigured headers;
12338 signal a real error if debug-on-quit or debug-on-error is non-nil.
12339 (rfc2047-encode-max-chars): New variable.
12340 (rfc2047-encode-1): Use it.
12341 (rfc2047-encode-parameter): New function.
12342
12343 * mml.el (mml-insert-parameter): Remove an excessive space.
12344
12345 2004-07-17 Simon Josefsson <jas@extundo.com>
12346
12347 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12348 Kai Grossjohann <kai@emptydomain.de>.
12349 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12350 (gnus-group-make-menu-bar): Ditto.
12351
12352 * gnus-util.el (gnus-group-server): Add.
12353
12354 2004-07-16 Jesper Harder <harder@ifa.au.dk>
12355
12356 * message.el (message-clone-locals): Clone sendmail and smtp
12357 variables.
12358
12359 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
12360
12361 * rfc2047.el (rfc2047-encode-region): Fix last change.
12362
12363 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
12364
12365 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12366 characters as non-special.
12367
12368 2004-07-09 Simon Josefsson <jas@extundo.com>
12369
12370 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12371 Users will lose all flag changes made while unplugged with
12372 e.g. nntp unless flag synchronization happens, thus `nil' is not a
12373 good default. See numerous reports on ding mailing list.
12374
12375 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
12376
12377 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12378 add generate-head-function and generate-article-function to the
12379 rfc822-forward entry.
12380 (nndoc-rfc822-forward-generate-article): New function.
12381 (nndoc-rfc822-forward-generate-head): New function.
12382
12383 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12384
12385 2004-07-06 Dan Christensen <jdc@uwo.ca>
12386
12387 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12388 respect display group parameter and gnus-summary-expunge-below.
12389 (gnus-articles-to-read): Remove unused reference to display group
12390 parameter.
12391
12392 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12393
12394 * nnheader.el (nnheader-uniquify-message-id): New experimental
12395 variable.
12396 (nnheader-nov-read-message-id): Use it.
12397
12398 * spam-report.el (spam-report-gmane): Add interactive.
12399
12400 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
12401
12402 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12403 qp-or-base64 for the application/* types.
12404
12405 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
12406
12407 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12408
12409 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
12410
12411 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12412 trim value.
12413
12414 2004-01-25 Paul Jarc <prj@po.cwru.edu>
12415
12416 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12417 New macro and function.
12418 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12419
12420 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
12421
12422 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12423 after-load-alist.
12424
12425 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
12426
12427 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12428 update info that isn't there.
12429
12430 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
12431
12432 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12433 entry.
12434
12435 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
12436
12437 * mm-view.el (mm-inline-render-with-function): Use multibyte
12438 buffer; decode html source by charset.
12439
12440 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12441
12442 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12443 Mule-UCS is loaded under XEmacs.
12444 (mm-mime-mule-charset-alist): Avoid duplicated entries.
12445
12446 2004-06-28 Jesper Harder <harder@ifa.au.dk>
12447
12448 * nnheader.el (nnheader-max-head-length): Increase to 8192.
12449
12450 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
12451
12452 * mm-util.el (mm-coding-system-p): Return a coding-system.
12453 (mm-mime-mule-charset-alist): Use shift_jis instead of
12454 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12455 entries for the mime charsets iso-2022-jp-3 and shift_jis.
12456 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12457 instead of japanese-shift-jis and iso-latin-1 respectively in
12458 order to share the default value with both Emacs and XEmacs-mule.
12459 (mm-mule-charset-to-mime-charset): Make
12460 mm-coding-system-priorities effective.
12461 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12462 while predicating of candidates upon the priorities.
12463
12464 2004-06-27 Jesper Harder <harder@ifa.au.dk>
12465
12466 * gnus-sum.el (gnus-summary-make-menu-bar): Add
12467 gnus-uu-invert-processable.
12468
12469 * gnus.el: Autoload gnus-uu-invert-processable.
12470
12471 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
12472
12473 * mm-util.el (mm-with-multibyte-buffer): New macro.
12474
12475 * rfc2047.el (rfc2047-encode-string): Use it.
12476 (rfc2047-encode-region): Move point to the end of the region after
12477 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
12478
12479 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
12480
12481 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
12482 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
12483
12484 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
12485
12486 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
12487 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
12488 Karl Chen <quarl@nospam.quarl.org>.
12489
12490 2004-06-23 Jesper Harder <harder@ifa.au.dk>
12491
12492 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
12493 invalid addresses.
12494
12495 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
12496
12497 * spam.el: Change section markers, revise TODO list.
12498 (spam-backends): Make new master list of all installed backends.
12499 (spam-summary-exit-behavior): Add new variable to determine how
12500 messages moves are done at summary exit.
12501 (spam-move-spam-nonspam-groups-only)
12502 (spam-process-ham-in-nonham-groups)
12503 (spam-process-ham-in-spam-groups): Remove variables, the
12504 spam-summary-exit-behavior variable should be used to manage this
12505 behavior.
12506 (spam-old-ham-articles, spam-old-spam-articles): Remove.
12507 (spam-old-articles): Add variable, replacing spam-old-ham-articles
12508 and spam-old-spam-articles.
12509 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
12510 Add empty variables, placeholders for the backends they represent.
12511 (spam-set-difference): Move, unchanged.
12512 (spam-list-of-processors): Declare OBSOLETE, not used anymore
12513 unless the user has a processor variable.
12514 (spam-classifications, spam-classification-valid-p)
12515 (spam-backend-properties, spam-backend-property-valid-p)
12516 (spam-backend-function-type-valid-p)
12517 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
12518 (spam-report-articles-gmane, spam-report-articles-resend):
12519 Remove functions, they are not needed.
12520 (spam-install-backend-super, spam-backend-list)
12521 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
12522 (spam-backend-function, spam-backend-ham-registration-function)
12523 (spam-backend-spam-registration-function)
12524 (spam-backend-ham-unregistration-function)
12525 (spam-backend-spam-unregistration-function)
12526 (spam-backend-statistical-p, spam-backend-mover-p)
12527 (spam-install-backend-alias, spam-install-checkonly-backend)
12528 (spam-install-mover-backend, spam-install-nocheck-backend)
12529 (spam-install-backend, spam-install-statistical-backend)
12530 (spam-install-statistical-checkonly-backend): Add backend installation
12531 support.
12532 (spam-summary-prepare-exit): Rewrite to use the new backend code.
12533 (spam-group-processor-p): Use the new backend code and respect the
12534 summary exit behavior.
12535 (spam-mark-spam-as-expired-and-move-routine): Remove.
12536 (spam-summary-prepare): Change to use the new spam-old-articles
12537 variable.
12538 (spam-copy-or-move-routine, spam-copy-spam-routine)
12539 (spam-move-spam-routine, spam-copy-ham-routine)
12540 (spam-move-ham-routine): Add code to copy/move ham or spam.
12541 (spam-fetch-field-fast): Improve doc and code, plus allow the
12542 'number request.
12543 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
12544 variables.
12545 (spam-split, spam-find-spam): Use the new backend code.
12546 (spam-registration-functions): Remove variable.
12547 (spam-unregister-routine): Add convenience wrapper.
12548 (spam-log-undo-registration, spam-register-routine)
12549 (spam-log-processing-to-registry)
12550 (spam-log-unregistration-needed-p): Rename "check" to "backend"
12551 where possible.
12552 (spam-check-gmane-xref, spam-check-regex-headers)
12553 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
12554 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
12555 (spam-check-bogofilter-headers, spam-check-spamoracle)
12556 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
12557 (spam-check-crm114-headers): Use the spam-split-group that
12558 spam-split prepares, no need to determine it every time.
12559
12560 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
12561 to the nnheader-parse-naked-head call.
12562
12563 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
12564
12565 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
12566 the nnheader-nov-read-message-id call.
12567
12568 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
12569
12570 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
12571 gnus-activate-group twice. Suggested by Markus Peter
12572 <warp@spin.de>.
12573
12574 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
12575
12576 * gnus-art.el (gnus-article-time-format): Exchange the order of
12577 day and month in the default value; fix customization type.
12578 (article-date-ut): Use add-text-properties.
12579 (article-make-date-line): Use message-make-date instead of
12580 current-time-string.
12581
12582 * message.el (message-fetch-field): Don't use set-text-properties.
12583 (message-make-date): Simplify.
12584
12585 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
12586
12587 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
12588 (rfc2047-encode-region): Treat text within parentheses as special;
12589 show the original text when error has occurred.
12590
12591 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
12592 already-computed method to gnus-activate-group.
12593
12594 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
12595 same select-methods identical Lisp objects.
12596
12597 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
12598 object when modifying the info.
12599
12600 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
12601
12602 * gnus-srvr.el (gnus-server-set-info): Remove the server from
12603 gnus-opened-servers since it has never been opened with the new
12604 configuration yet.
12605
12606 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
12607
12608 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
12609 arg to nnheader-generate-fake-message-id.
12610
12611 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
12612
12613 * nnheader.el (nnheader-generate-fake-message-id): Accept a
12614 number and build a fake message ID localized to a group and
12615 article number (so it's repeatable from that point on).
12616 (nnheader-fake-message-id-p): Change regex to accommodate new fake
12617 ID format.
12618
12619 * gnus-sum.el (gnus-get-newsgroup-headers): Call
12620 nnheader-generate-fake-message-id with the article number.
12621
12622 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
12623
12624 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
12625 end-of-buffer.
12626
12627 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12628
12629 * message.el (message-ignored-supersedes-headers): Add Approved.
12630
12631 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
12632
12633 * rfc2047.el (rfc2047-encode-message-header): Remove useless
12634 goto-char.
12635 (rfc2047-encode): Fold the line before encoding.
12636
12637 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12638
12639 * rfc2047.el (rfc2047-encode-message-header): Disabled header
12640 folding -- not all headers can be folded, and this should be done
12641 by the message composition mode. Probably. I think.
12642
12643 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
12644
12645 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
12646 fast.
12647
12648 * gnus-ems.el (gnus-remove-image): Don't use
12649 message-text-with-property; remove only the image found first.
12650
12651 2004-06-09 Jesper Harder <harder@ifa.au.dk>
12652
12653 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
12654
12655 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
12656
12657 * message.el (message-text-with-property): Make it fast and accept
12658 optional arguments.
12659 (message-strip-forbidden-properties): Use it.
12660 (message-fix-before-sending): Follow the m-t-w-p change.
12661
12662 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
12663
12664 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
12665
12666 * gnus-art.el (article-hide-headers): Don't change the buffer
12667 mistakenly when performing mml-preview even if
12668 gnus-single-article-buffer is nil.
12669
12670 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
12671
12672 * message.el (message-expand-name-databases): New user option.
12673 (message-expand-name): Use it.
12674
12675 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
12676
12677 * spam.el (spam-report-articles-resend)
12678 (spam-report-resend-register-routine): Allow ham reporting.
12679 (spam-report-resend-register-ham-routine): Add wrapper.
12680 (spam-registration-functions): Add ham resending functions.
12681 (spam-list-of-processors): Add ham resend processor.
12682
12683 * gnus.el (ham-resend-to): Add new group parameter.
12684 (spam-process): Add ham resend option.
12685
12686 * spam-report.el (spam-report-resend): Allow reporting ham.
12687 (spam-report-resend-ham): Add wrapper.
12688
12689 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12690
12691 * message.el (message-cite-articles-with-x-no-archive): New
12692 variable.
12693 (message-cite-original): Use it.
12694
12695 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12696
12697 * message.el (message-cite-original): Respect X-No-Archive.
12698
12699 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
12700
12701 * gnus-art.el (article-hide-headers): Refer to the values for
12702 gnus-ignored-headers and gnus-visible-headers in the summary
12703 buffer since a user may have set them as group parameters.
12704
12705 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
12706
12707 * assistant.el (assistant-node-name): Add convenience function.
12708 (assistant-render-text, assistant-render-node): Add error handling,
12709 plus handle multiple next nodes.
12710 (assistant-find-next-node): Comment out for now.
12711 (assistant-find-next-nodes): Add function, returns list of next
12712 nodes.
12713
12714 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
12715
12716 * mail-source.el (mail-source-directory): Fix doc-string.
12717
12718 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
12719
12720 * assistant.el (assistant-render-text, assistant-eval): Add :set
12721 widget type, which is different because it takes and returns a
12722 list. Much hilarity ensues.
12723
12724 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
12725
12726 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
12727
12728 * gnus-group.el (gnus-group-get-new-news-this-group): Added
12729 doc-string.
12730
12731 * gnus-start.el (gnus-activate-group): Added doc-string.
12732
12733 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
12734
12735 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
12736
12737 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
12738
12739 * assistant.el (assistant-render-text): Try to add a :set
12740 widget, more to come.
12741
12742 * spam.el (spam-group-spam-contents-p): Handle empty groupname
12743 strings.
12744 (spam-report-articles-resend)
12745 (spam-register-routine): Do registration iff any articles warrant
12746 it.
12747 (spam-summary-prepare-exit): Change log message for nil group
12748 destinations.
12749
12750 2004-05-27 Daniel Pittman <daniel@rimspace.net>
12751
12752 * spam.el (spam-report-resend-register-routine): Allow
12753 spam-report-resend-to to be a group parameter or a global value.
12754
12755 2004-05-26 Simon Josefsson <jas@extundo.com>
12756
12757 * starttls.el: Merge with my GNUTLS based starttls.el.
12758 (starttls-gnutls-program, starttls-use-gnutls)
12759 (starttls-extra-arguments, starttls-process-connection-type)
12760 (starttls-connect, starttls-failure, starttls-success): New
12761 variables.
12762 (starttls-program, starttls-extra-args): Doc fix.
12763 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
12764 functions.
12765 (starttls-negotiate, starttls-open-stream): Check
12766 `starttls-use-gnutls' and pass on to corresponding *-gnutls
12767 function if it is set.
12768
12769 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
12770
12771 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
12772 structured fields.
12773
12774 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
12775
12776 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
12777
12778 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
12779
12780 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
12781 variable.
12782 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
12783 assigning the spam-mark to new messages.
12784
12785 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
12786
12787 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
12788
12789 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
12790
12791 * rfc2047.el (rfc2047-encodable-p): Don't move point.
12792 (rfc2047-decode): Treat the ascii coding-system as raw-text by
12793 default.
12794
12795 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
12796
12797 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
12798 correct data.
12799
12800 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
12801
12802 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
12803 (spam-group-processor-p): Fix function.
12804 (spam-group-processor-multiple-p)
12805 (spam-group-spam-processor-report-gmane-p)
12806 (spam-group-spam-processor-report-resend-p)
12807 (spam-group-spam-processor-bogofilter-p)
12808 (spam-group-spam-processor-blacklist-p)
12809 (spam-group-spam-processor-ifile-p)
12810 (spam-group-ham-processor-ifile-p)
12811 (spam-group-spam-processor-spamoracle-p)
12812 (spam-group-spam-processor-crm114-p)
12813 (spam-group-ham-processor-bogofilter-p)
12814 (spam-group-spam-processor-stat-p)
12815 (spam-group-ham-processor-stat-p)
12816 (spam-group-ham-processor-whitelist-p)
12817 (spam-group-ham-processor-BBDB-p)
12818 (spam-group-ham-processor-spamoracle-p)
12819 (spam-group-ham-processor-copy-p): Remove functions with some
12820 prejudice against unneeded code.
12821 (spam-report-articles-resend)
12822 (spam-report-resend-register-routine): Allow the group/topic
12823 spam-resend-to value to override spam-report-resend-to.
12824 (spam-summary-prepare-exit): Invoke spam-group-processor-p
12825 properly now.
12826
12827 * gnus.el (spam-resend-to): Add group/topic parameter.
12828 (spam-process): Move the OBSOLETE processors to the end of the
12829 choices.
12830
12831 2004-05-24 Daniel Pittman <daniel@rimspace.net>
12832
12833 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
12834 with resend-to set to nil, and then ask the user if necessary.
12835 (spam-report-resend): spam-report-resend takes a list of articles, not
12836 separate article numbers.
12837
12838 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
12839
12840 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
12841 addition to emacs-w3m.
12842
12843 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12844
12845 * assistant.el (assistant-authinfo-data): New function.
12846 (assistant-eval): Eval for entire assistant.
12847
12848 * netrc.el (netrc-services-file): New variable.
12849 (netrc-parse-services): New function.
12850 (netrc-find-service-name): New function.
12851 (netrc-find-service-number): New function.
12852 (netrc-port-equal): New function.
12853 (netrc-machine): Use it.
12854
12855 * nnimap.el (nnimap-open-connection): Use netrc.
12856
12857 * gnus-util.el (gnus-netrc-get): Remove aliases.
12858
12859 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
12860
12861 * assistant.el (wid-edit): Fix compilation.
12862
12863 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
12864
12865 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
12866
12867 * gnus-util.el (gnus-set-file-modes): New function. (small
12868 patch).
12869
12870 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12871
12872 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
12873
12874 * assistant.el (assistant-render-node): Fix up rendering and
12875 read-only text.
12876 (assistant-render-node): Reset.
12877 (assistant-make-read-only): Not sticky.
12878
12879 2004-05-20 Danny Siu <dsiu@adobe.com>
12880
12881 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
12882 centered even when gnus-auto-center-summary is t
12883
12884 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12885
12886 * dns.el (dns-get-txt-answer): New function.
12887 (dns-read-txt): Ditto.
12888 (query-dns): Use it.
12889
12890 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
12891
12892 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
12893 active for foreign groups even if the group level is higher than
12894 the specified value.
12895
12896 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12897
12898 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
12899 non-active groups.
12900
12901 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
12902
12903 2004-05-20 Magnus Henoch <mange@freemail.hu>
12904
12905 * dns.el (dns-read-type): Add support for SVR. (small patch)
12906
12907 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
12908
12909 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
12910 (spam-crm114-header, spam-crm114-spam-switch)
12911 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
12912 (spam-crm114-positive-spam-header)
12913 (spam-crm114-database-directory, spam-list-of-processors)
12914 (spam-group-spam-processor-crm114-p)
12915 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
12916 (spam-generic-score, spam-list-of-checks)
12917 (spam-list-of-statistical-checks, spam-registration-functions)
12918 (spam-check-crm114-headers, spam-crm114-score)
12919 (spam-check-crm114, spam-crm114-register-with-crm114)
12920 (spam-crm114-register-spam-routine)
12921 (spam-crm114-unregister-spam-routine)
12922 (spam-crm114-register-ham-routine)
12923 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
12924 asjo@koldfront.dk (Adam Sjøgren).
12925
12926 * gnus.el: Add spam-use-crm114.
12927
12928 * spam.el (spam-list-of-processors, spam-registration-functions):
12929 Add spam-use-resend.
12930 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
12931 (spam-report-articles-gmane): Add doc fix.
12932 (spam-report-articles-resend, spam-report-resend-register-routine):
12933 Add wrappers around spam-report-resend-to.
12934
12935 * spam-report.el (spam-report-resend-to, spam-report-resend):
12936 Add support for resending spam.
12937 (spam-report-gmane): Fix line length >80.
12938
12939 * gnus.el (spam-process): Add spam-use-resend.
12940
12941 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
12942
12943 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
12944 number of processed spam messages.
12945 (spam-ham-copy-or-move-routine): Return the number of processed
12946 ham messages.
12947 (spam-summary-prepare-exit): Use the above values to decide
12948 whether status messages shouled be displayed.
12949
12950 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
12951
12952 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
12953 `rfc2047-encoding-function-alist' in order to avoid conflicting
12954 with the old version.
12955 (rfc2047-encode-region): Concatenate words containing non-ASCII
12956 characters in structured fields; don't encode space-delimited
12957 ASCII words even in unstructured fields; don't break words at
12958 char-category boundaries.
12959 (rfc2047-encode-1): New function.
12960 (rfc2047-encode): Use it; encode text so that it occupies the
12961 maximum width within 76-column; work correctly on Q encoding for
12962 iso-2022-* charsets.
12963 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
12964 sure not to break a line just after the header name.
12965 (rfc2047-b-encode-region): Removed.
12966 (rfc2047-b-encode-string): New function.
12967 (rfc2047-q-encode-region): Removed.
12968 (rfc2047-q-encode-string): New function.
12969
12970 * mm-util.el (mm-replace-in-string): New function.
12971
12972 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
12973
12974 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
12975 get it right.
12976 (gnus-inews-make-draft): Really.
12977
12978 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
12979
12980 * nnmh.el (nnmh-request-list-1): Don't check the link count
12981 before descending. (small patch)
12982
12983 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12984
12985 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
12986 stuff.
12987
12988 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
12989 on real group name.
12990
12991 * gnus-art.el (gnus-signature-limit): Doc fix.
12992
12993 * gnus-msg.el (gnus-inews-make-draft): Quote list.
12994
12995 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12996
12997 * gnus-draft.el (gnus-draft-send): Bind
12998 rfc2047-encode-encoded-words.
12999
13000 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13001 (rfc2047-encodable-p): Say that =? needs encoding.
13002 (rfc2047-encode-encoded-words): New variable.
13003
13004 * gnus-group.el (gnus-group-select-group): Doc fix.
13005
13006 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13007
13008 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13009 to nil.
13010
13011 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13012
13013 * nnheader.el (nnheader-get-lines-and-char): New function.
13014
13015 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
13016
13017 * gnus-msg.el (gnus-summary-followup-with-original): Document
13018 yanking of region when active.
13019
13020 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
13021
13022 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13023 groups if the group level is higher than the specified value.
13024
13025 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
13026
13027 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13028 (gnus-group-jump-to-group): Added prefix argument using
13029 `gnus-group-jump-to-group-prompt'. Query before jumping to
13030 non-active group.
13031
13032 * compface.el (uncompface): Be verbose when changing
13033 `uncompface-use-external'.
13034
13035 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13036 handle manual section.
13037
13038 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
13039
13040 * gnus-art.el (gnus-button-alist): Revert previous change.
13041
13042 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
13043
13044 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13045
13046 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
13047
13048 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13049 whether backend can accept message.
13050
13051 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13052
13053 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
13054
13055 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13056 Avoid creating directory when nntp-marks-is-evil is true.
13057 Reported by Reiner Steib.
13058
13059 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
13060
13061 * gnus-picon.el (gnus-picon-style): New variable.
13062 (gnus-picon-insert-glyph): Added optional `nostring' argument.
13063 (gnus-picon-transform-address): Support `gnus-picon-style'. From
13064 Jesper Harder <harder@ifa.au.dk>.
13065
13066 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
13067
13068 * message.el (message-fill-field): Return point.
13069 (message-generate-headers): Go to end of field.
13070
13071 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13072 stuff for non-living groups.
13073
13074 2004-05-18 Jesper Harder <harder@ifa.au.dk>
13075
13076 * gnus-art.el (gnus-article-followup-with-original)
13077 (gnus-article-reply-with-original): gnus-mark-active-p ->
13078 gnus-region-active-p.
13079
13080 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
13081
13082 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13083 only when there is spam or ham to be processed.
13084
13085 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13086
13087 * mail-source.el (mail-source-delete-crash-box): Refactor.
13088 (mail-source-fetch): Use it.
13089 (mail-source-fetch-file): Ditto.
13090 (mail-source-fetch-directory): Run postscript in loop.
13091 (mail-source-fetch-pop): Delete.
13092 (mail-source-fetch-maildir): Ditto.
13093 (mail-source-fetch-imap): Ditto.
13094
13095 * imap.el (imap-authenticators): Comment out sasl.
13096
13097 * message.el (message-skip-to-next-address): New function.
13098 (message-fill-header-address): Refactor.
13099 (message-fill-address): Use it.
13100 (message-delete-address): Use it.
13101 (message-fill-header-general): Refactor.
13102 (message-fill-field-address): Rename.
13103 (message-narrow-to-field): Find the start of the header.
13104 (message-header-format-alist): Don't pre-fill.
13105 (message-fill-header): Removed.
13106 (message-insert-header): New function.
13107 (message-shorten-references): Use it.
13108
13109 * rfc2047.el (rfc2047-field-value): Strip props.
13110
13111 * mail-parse.el (mail-header-make-address): New alias.
13112
13113 * ietf-drums.el (ietf-drums-make-address): New function.
13114
13115 * imap.el: Add compiler directives.
13116
13117 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13118
13119 * gnus-art.el (article-decode-idna-rhs): Don't use
13120 message-idna-inside-rhs-p.
13121
13122 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13123
13124 * message.el (message-idna-inside-rhs-p): Removed.
13125 (message-idna-to-ascii-rhs-1): Use proper address parsing.
13126
13127 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13128 false positives.
13129
13130 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13131
13132 * imap.el (imap-sasl-make-mechanisms): Use sasl.
13133
13134 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13135
13136 * nneething.el (nneething-file-name): Don't create spurious
13137 files.
13138
13139 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13140 (gnus-inews-do-gcc): Remove sleep.
13141
13142 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13143 part under point.
13144
13145 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13146 (gnus-agent-regenerate-group): Using nil messages aren't valid.
13147
13148 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
13149
13150 * spam.el (spam-summary-prepare-exit): Fixed (length).
13151
13152 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
13153
13154 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13155 as expired without moving it" message when there are spam
13156 messages left.
13157
13158 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
13159
13160 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13161 header is not nil.
13162
13163 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
13164
13165 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13166 nntp-possibly-create-directory, not nntp-possibly-change-group.
13167 (nntp-marks-changed-p): New arg SERVER.
13168 (nntp-request-update-info): Adjust caller.
13169
13170 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
13171
13172 * nntp.el (nntp-save-marks): Pass missing arg.
13173
13174 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
13175
13176 * nntp.el: Support marks.
13177 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13178 (nntp-marks-modtime, nntp-marks-directory): New variables.
13179 (nntp-request-set-mark, nntp-request-update-info)
13180 (nntp-possibly-create-directory, nntp-marks-changed-p)
13181 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13182 functions.
13183
13184 2004-05-12 Jesper Harder <harder@ifa.au.dk>
13185
13186 * gnus-score.el (gnus-score-insert-help): Use
13187 gnus-select-lowest-window.
13188
13189 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13190 appt-select-lowest-window and rename to gnus-select-lowest-window.
13191
13192 * gnus.el: do.
13193
13194 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13195
13196 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13197 encodings of MIME-encoded words, in order to improve
13198 interoperability with several broken MUAs.
13199
13200 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13201
13202 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13203 tags, only when charsets are not specified in headers.
13204 (mm-inline-text-html-render-with-w3m): Ditto.
13205
13206 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13207
13208 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13209 instead of MIME-decoded from fields when checking
13210 `gnus-article-address-banner-alist'.
13211
13212 2004-05-03 Jesper Harder <harder@ifa.au.dk>
13213
13214 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13215 description rather than subject.
13216
13217 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13218
13219 * gnus.el (gnus-version-number): Bump.
13220
13221 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13222
13223 * gnus.el: No Gnus v0.2 is released.
13224
13225 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13226
13227 * gnus-agent.el (gnus-agent-read-agentview): Inline
13228 gnus-uncompress-range.
13229
13230 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13231
13232 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13233 `exec-installed-p'.
13234
13235 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13236
13237 * gnus.el (spam-process, spam-autodetect-methods): Add
13238 bsfilter and bsfilter-headers.
13239
13240 * spam.el (spam-bsfilter): New customize group.
13241 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13242 (spam-bsfilter-header, spam-bsfilter-probability-header)
13243 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13244 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13245 (spam-bsfilter-database-directory): New options.
13246 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13247 (spam-list-of-statistical-checks, spam-registration-functions):
13248 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13249 (spam-bsfilter-score): New command.
13250 (spam-check-bsfilter-headers, spam-check-bsfilter)
13251 (spam-bsfilter-register-with-bsfilter)
13252 (spam-bsfilter-register-spam-routine)
13253 (spam-bsfilter-unregister-spam-routine)
13254 (spam-bsfilter-register-ham-routine)
13255 (spam-bsfilter-unregister-ham-routine): New functions.
13256 (spam-generic-score): Support bsfilter; Accept an optional argument
13257 to recalcurate spam score even if scoring header has already been
13258 added.
13259 (spam-bogofilter-score, spam-spamassassin-score): Accept an
13260 optional argument to recalcurate spam score even if scoring header
13261 has already been added.
13262
13263 2004-04-29 Jesper Harder <harder@ifa.au.dk>
13264
13265 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13266 strings! Reported by David D. Smith <davidsmith@acm.org>.
13267 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13268 link is missing.
13269
13270 2004-04-28 Jesper Harder <harder@ifa.au.dk>
13271
13272 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13273 (html2text-get-attr): Rewrite.
13274
13275 * message.el (message-setup-1): Remove redundant put-text-property
13276 on mail-header-separator.
13277
13278 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
13279
13280 * gnus-registry.el (gnus-registry-cache-whitespace)
13281 (gnus-registry-action, gnus-registry-spool-action)
13282 (gnus-registry-split-fancy-with-parent): Change message levels
13283 from 5 to 3 or 7, as needed.
13284
13285 * spam.el (spam-summary-prepare-exit)
13286 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13287 (spam-split, spam-find-spam, spam-log-undo-registration)
13288 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13289 level from 5 to 6.
13290
13291 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
13292
13293 * gnus-ems.el: Autoload appt-select-lowest-window (revert
13294 2004-03-04 change).
13295
13296 2004-04-25 Jesper Harder <harder@ifa.au.dk>
13297
13298 * sieve-manage.el (sieve-manage-open):
13299 * nnweb.el (nnweb-insert-html):
13300 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13301 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13302 * nnspool.el (nnspool-request-group):
13303 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13304 * nnml.el (nnml-request-update-info):
13305 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13306 (nnmh-request-create-group, nnmh-update-gnus-unreads):
13307 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13308 (nnimap-request-set-mark):
13309 * nnfolder.el (nnfolder-request-update-info):
13310 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13311 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13312 * gnus-uu.el (gnus-uu-find-articles-matching):
13313 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13314 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13315 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13316 * gnus-nocem.el (gnus-nocem-scan-groups):
13317 * gnus-int.el (gnus-start-news-server):
13318 * gnus-group.el (gnus-group-make-kiboze-group)
13319 (gnus-group-browse-foreign-server):
13320 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13321 Use mapc when appropriate.
13322
13323 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
13324
13325 FIXME: Make separate entries for each person.
13326
13327 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13328 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13329 <shields@msrl.com>:
13330
13331 * spam.el (spam-necessary-extra-headers): Get the extra headers we
13332 may need for spam sorting and scoring.
13333 (spam-user-format-function-S): Add user format function suitable for
13334 general use.
13335 (spam-article-sort-by-spam-status): Add sorting function for summary
13336 sorting.
13337 (spam-extra-header-to-number): Add function to get a score from a
13338 header.
13339 (spam-summary-score): Add function to get a numeric score from the
13340 headers.
13341 (spam-generic-score): Fix function doc, was in wrong place.
13342 (spam-initialize): Take symbols when it's run, and install the
13343 extra headers that spam-necessary-extra-headers thinks we need.
13344
13345 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
13346
13347 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13348 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
13349
13350 2004-04-17 Jesper Harder <harder@ifa.au.dk>
13351
13352 * gnus-sum.el (gnus-set-global-variables)
13353 (gnus-build-all-threads, gnus-get-newsgroup-headers)
13354 (gnus-article-get-xrefs, gnus-summary-best-group)
13355 (gnus-summary-next-article, gnus-summary-enter-digest-group)
13356 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13357 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13358 Use with-current-buffer.
13359
13360 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
13361
13362 * spam.el (spam-summary-prepare-exit): Simplify logic.
13363 (spam-fetch-article-header): Read the article header if it's not
13364 available.
13365 (spam-list-articles): Simplify logic.
13366 (spam-filelist-register-routine): Fix bug with unregister-list.
13367
13368 * gnus-registry.el: Fix comments at beginning.
13369
13370 2004-04-16 Jesper Harder <harder@ifa.au.dk>
13371
13372 * message.el (message-cater-to-broken-inn): Remove.
13373 (message-shorten-references): Make sure the total folded length of
13374 References is shorter than 998 characters to cater to a bug in INN
13375 2.3. Also, don't pretend that references aren't folded -- this
13376 hasn't worked for a while.
13377
13378 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
13379
13380 * gnus-agent.el (gnus-agentize):
13381 gnus-agent-send-mail-real-function no longer set to current value
13382 of message-send-mail-function but rather a lambda that calls
13383 message-send-mail-function. The change makes the agent real-time
13384 responsive to user changes to message-send-mail-function.
13385
13386 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
13387
13388 * legacy-gnus-agent.el
13389 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13390 help from Florian Weimer <fw@deneb.enyo.de>
13391
13392 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
13393
13394 * nnmail.el (nnmail-cache-insert): Revert last change.
13395
13396 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
13397
13398 * nnmail.el (nnmail-cache-insert): Always check whether
13399 nnmail-cache-ignore-groups matches a group name.
13400
13401 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
13402
13403 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13404 (spam-find-spam, spam-log-processing-to-registry)
13405 (spam-log-registered-p, spam-log-unregistration-needed-p)
13406 (spam-log-undo-registration): Use gnus-message instead of
13407 gnus-error, none of these errors are fatal.
13408
13409 * gnus-registry.el (gnus-registry-clean-empty-function)
13410 (gnus-registry-clean-empty): Remove only empty entries without
13411 extra data.
13412
13413 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
13414
13415 * spam-stat.el (spam-stat-buffer-change-to-spam)
13416 (spam-stat-buffer-change-to-non-spam): Change (error) to
13417 (gnus-message 8) invocation.
13418
13419 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
13420
13421 * nntp.el (nntp-via-netcat-command): New variable.
13422 (nntp-via-netcat-switches): New variable.
13423 (nntp-open-via-rlogin-and-netcat): New function.
13424 (nntp-open-connection-function): Doc fix.
13425 (nntp-telnet-command): Doc fix.
13426 (nntp-end-of-line): Doc fix.
13427 (nntp-via-rlogin-command): Doc fix.
13428 (nntp-via-user-name): Doc fix.
13429 (nntp-via-address): Doc fix.
13430
13431 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
13432
13433 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13434 error in Emacs 21.1.
13435
13436 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
13437
13438 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
13439
13440 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
13441
13442 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
13443 (gnus-agent-with-refreshed-group): New macro.
13444 (gnus-agent-rename-group): New function.
13445 (gnus-agent-delete-group): New function.
13446 (gnus-agent-save-group-info): Use gnus-command-method when
13447 `method' parameter is nil. Don't write nil entries into the
13448 active file.
13449 (gnus-agent-get-group-info): New function.
13450 (gnus-agent-fetch-articles): Use
13451 gnus-agent-update-files-total-fetched-for to increment disk space
13452 used.
13453 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
13454 gnus-agent-update-view-total-fetched-for to increment disk space
13455 used.
13456 (gnus-agent-get-local): Added optional parameters to avoid calling
13457 gnus-group-real-name and gnus-find-method-for-group.
13458 (gnus-agent-set-local): Delete stored entry if either min, or max,
13459 are nil.
13460 (gnus-agent-fetch-session): Reworded error/quit messages. On
13461 quit, use gnus-agent-regenerate-group to record existence of any
13462 articles fetched to disk before the quit occurred.
13463 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
13464 gnus-agent-update-view-total-fetched-for, and
13465 gnus-agent-update-files-total-fetched-for to decrement disk space
13466 used.
13467 (gnus-agent-retrieve-headers): Use
13468 gnus-agent-update-view-total-fetched-for to increment disk space
13469 used.
13470 (gnus-agent-regenerate-group): Replace gnus-group-update-group
13471 with gnus-agent-update-files-total-fetched-for to decrement disk
13472 space and fresh group buffer.
13473 (gnus-agent-inhibit-update-total-fetched-for): New variable.
13474 (gnus-agent-need-update-total-fetched-for): New variable.
13475 (gnus-agent-update-files-total-fetched-for): New function.
13476 (gnus-agent-update-view-total-fetched-for): New function.
13477 (gnus-agent-total-fetched-for): New function.
13478
13479 * gnus-cache.el (gnus-cache-save-buffers): Use
13480 gnus-cache-update-overview-total-fetched-for to change disk space
13481 used by this group.
13482 (gnus-cache-possibly-enter-article): Use
13483 gnus-cache-update-file-total-fetched-for to increment disk space
13484 used by this group.
13485 (gnus-cache-possibly-remove-article): Use
13486 gnus-cache-update-file-total-fetched-for to decrement disk space
13487 used by this group.
13488 (gnus-cache-generate-nov-databases): Purge total fetched cache.
13489 (gnus-cache-rename-group): New function.
13490 (gnus-cache-delete-group): New function.
13491 (gnus-cache-inhibit-update-total-fetched-for): New variable.
13492 (gnus-cache-need-update-total-fetched-for): New variable.
13493 (gnus-cache-with-refreshed-group): New macro.
13494 (gnus-cache-update-file-total-fetched-for): New function.
13495 (gnus-cache-update-overview-total-fetched-for): New function.
13496 (gnus-cache-rename-group-total-fetched-for): New function.
13497 (gnus-cache-delete-group-total-fetched-for): New function.
13498 (gnus-cache-total-fetched-for): New function.
13499
13500 * gnus-group.el: Require gnus-sum and autoload functions to
13501 resolve warnings when gnus-group.el compiled alone.
13502 (gnus-group-line-format): Documented new %F.
13503 (size of Fetched data) group line format; identifies disk space
13504 used by agent and cache.
13505 (gnus-group-line-format-alist): Defined new F format.
13506 (gnus-total-fetched-for): New function.
13507 (gnus-group-delete-group): No longer update
13508 gnus-cache-active-altered as gnus-request-delete-group now keeps
13509 the cache in sync.
13510 (gnus-group-list-active): Let the agent store a server's active
13511 list if currently plugged.
13512
13513 * gnus-int.el (gnus-request-delete-group):
13514 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
13515 local disk in sync with the server.
13516 (gnus-request-rename-group):
13517 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
13518 local disk in sync with the server.
13519
13520 * gnus-start.el (gnus-get-unread-articles):
13521 Cosmetic simplification to logic.
13522
13523 * gnus-util.el (gnus-rename-file): New function.
13524
13525 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
13526
13527 * mm-util.el (mm-image-load-path): Handle nil in load-path.
13528
13529 2004-04-07 Jesper Harder <harder@ifa.au.dk>
13530
13531 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
13532 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
13533
13534 2004-04-06 Jesper Harder <harder@ifa.au.dk>
13535
13536 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
13537 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
13538
13539 2004-04-03 Jesper Harder <harder@ifa.au.dk>
13540
13541 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
13542
13543 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
13544
13545 * spam.el (spam-set-difference): Add function to replace
13546 gnus-set-difference in spam.el.
13547 (spam-summary-prepare-exit): Use spam-set-difference.
13548
13549 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
13550
13551 * gnus-registry.el (gnus-registry-cache-file): Update to use
13552 gnus-dribble-directory OR gnus-home-directory OR ~.
13553 (gnus-registry-split-fancy-with-parent): Fix doc.
13554
13555 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
13556
13557 * message.el (message-exchange-point-and-mark): Use
13558 message-mark-active-p. Suggested by Jesper Harder
13559 <harder@ifa.au.dk>.
13560
13561 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
13562
13563 * message.el (message-exchange-point-and-mark): Don't activate
13564 region if it was inactive. Suggested by Hiroshi Fujishima
13565 <pooh@nature.tsukuba.ac.jp>.
13566
13567 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
13568
13569 * gnus-art.el (article-display-face): Display Faces in the same
13570 order as X-Faces.
13571
13572 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
13573
13574 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
13575
13576 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
13577
13578 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
13579 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
13580 (gnus-article-mime-hierarchy): Remove.
13581 (gnus-article-mime-hierarchy-next): Remove.
13582 (gnus-article-mode): Revert 2004-03-19 change.
13583 (gnus-article-setup-buffer): Revert 2004-03-19 change.
13584 (gnus-insert-mime-button): Revert 2004-03-19 change.
13585 (gnus-mime-accumulate-hierarchy): Remove.
13586 (gnus-mime-enter-multipart): Remove.
13587 (gnus-mime-leave-multipart): Remove.
13588 (gnus-mime-display-part): Revert 2004-03-19 change.
13589 (gnus-mime-display-alternative): Revert 2004-03-19 change.
13590
13591 * mml.el (mml-preview): Revert 2004-03-19 change.
13592
13593 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
13594
13595 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
13596
13597 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
13598
13599 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
13600 t while entering a file name using the mm-with-multibyte macro.
13601 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13602
13603 * mm-util.el (mm-with-multibyte): New macro.
13604
13605 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
13606
13607 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
13608 user option.
13609 (gnus-mime-multipart-functions): Doc and customization fix.
13610 (gnus-article-mime-hierarchy): New variable.
13611 (gnus-article-mime-hierarchy-next): New variable.
13612 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
13613 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
13614 gnus-article-mime-hierarchy-next to nil.
13615 (gnus-insert-mime-button): Show hierarchy numbers.
13616 (gnus-mime-accumulate-hierarchy): New function.
13617 (gnus-mime-enter-multipart): New function.
13618 (gnus-mime-leave-multipart): New function.
13619 (gnus-mime-display-part): Recompute hierarchical MIME structure.
13620 (gnus-mime-display-alternative): Show hierarchy numbers.
13621
13622 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
13623 gnus-article-mime-hierarchy-next to nil.
13624
13625 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
13626
13627 * dns.el: Don't require gnus-xmas.
13628
13629 2004-03-17 Jesper Harder <harder@ifa.au.dk>
13630
13631 * mml.el (mml-generate-mime-1): Don't use format=flowed with
13632 inline PGP.
13633 (mml-menu): Disable mml-quote-region if mark is inactive.
13634
13635 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
13636
13637 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
13638 when the group's active is not available.
13639
13640 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
13641
13642 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
13643 error.
13644
13645 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
13646
13647 * imap.el (imap-store-password): New variable.
13648 (imap-interactive-login): Use it.
13649 Suggested by Mark Plaksin <happy@mcplaksin.org>.
13650
13651 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
13652
13653 * gnus-art.el (gnus-article-read-summary-keys): Restore new
13654 window-start and hscroll to summary window.
13655
13656 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
13657
13658 * gnus-start.el (gnus-convert-old-newsrc): Only write the
13659 conversion message to newsrc-dribble when an actual conversion is
13660 performed.
13661
13662 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
13663
13664 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
13665
13666 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
13667
13668 * mm-decode.el (mm-complicated-handles): New function reviving
13669 former definition of mm-multiple-handles.
13670
13671 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13672 (gnus-mime-delete-part): Use it.
13673
13674 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
13675
13676 * gnus-agent.el (gnus-agent-read-local): Bind
13677 nnheader-file-coding-system to gnus-agent-file-coding-system to
13678 avoid the implicit assumption that they will always be equal.
13679 (gnus-agent-save-local): Bind buffer-file-coding-system, not
13680 coding-system-for-write, as the with-temp-file macro first prints
13681 to a buffer then saves the buffer.
13682
13683 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
13684
13685 * gnus-art.el (gnus-article-edit-part): New function.
13686 (gnus-mime-save-part-and-strip): Use it; do query instead of
13687 signaling an error; don't use mm-multiple-handles.
13688 (gnus-mime-delete-part): Ditto.
13689
13690 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
13691
13692 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
13693 old file versions.
13694 (gnus-group-prepare-hook): Removed function that converted list
13695 form of gnus-agent-expire-days to group properties.
13696
13697 * gnus-int.el: Autoload gnus-agent-regenerate-group.
13698 (gnus-request-accept-article): Re-indented.
13699
13700 * gnus-start.el (gnus-convert-old-newsrc): Registered new
13701 converters to handle old agent file formats. Added logic for a
13702 "backup before upgrading warning".
13703 (gnus-convert-mark-converter-prompt): Developers can mark
13704 functions as needing (default), or not needing,
13705 gnus-convert-old-newsrc's "backup before upgrading warning".
13706 (gnus-convert-converter-needs-prompt): Tests whether the user
13707 should be protected from potentially irreversable changes by the
13708 function.
13709
13710 * legacy-gnus-agent.el: New. Provides converters that are only
13711 loaded when gnus-convert-old-newsrc needs to call them.
13712
13713 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
13714
13715 * mail-source.el (mail-source-touch-pop): Doc fix.
13716
13717 * message.el (message-smtpmail-send-it): Doc fix.
13718
13719 2004-03-05 Jesper Harder <harder@ifa.au.dk>
13720
13721 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
13722
13723 * nnmail.el (nnmail-split-fancy): do.
13724
13725 * gnus-kill.el (gnus-kill, gnus-execute): do.
13726
13727 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
13728
13729 * gnus-sum.el (gnus-widget-reversible-match)
13730 (gnus-widget-reversible-to-internal)
13731 (gnus-widget-reversible-to-external): New functions.
13732 (gnus-widget-reversible): New widget.
13733 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
13734
13735 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
13736
13737 * gnus-sum.el (gnus-thread-sort-functions)
13738 (gnus-article-sort-functions): Document `(not F)' items.
13739
13740 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
13741
13742 * spam.el (spam-use-gmane-xref): Add new backend.
13743 (spam-gmane-xref-spam-group): Add variable to control the name of the
13744 Gmane spam group.
13745 (spam-blackhole-servers, spam-blackhole-good-server-regex)
13746 (spam-regex-headers-spam, spam-regex-headers-ham)
13747 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
13748 (spam-list-of-checks): Add spam-use-gmane-xref to list of
13749 backends and checks.
13750 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
13751
13752 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
13753 an autodetect method.
13754
13755 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
13756
13757 * gnus-int.el (gnus-request-accept-article): Inform the agent that
13758 articles are being added to a group.
13759 (gnus-request-replace-article): Inform the agent that articles
13760 need to be uncached as the cached contents are no longer valid.
13761
13762 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
13763
13764 * binhex.el: Don't autoload executable-find.
13765
13766 * canlock.el: Don't autoload mail-fetch-field.
13767
13768 * gnus-ems.el: Don't autoload appt-select-lowest-window.
13769
13770 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
13771 rmail-dont-reply-to and rmail-output.
13772
13773 * gnus-score.el: Don't autoload ffap-string-at-point.
13774
13775 * gnus-setup.el: Don't autoload sc-cite-original.
13776
13777 * imap.el: Don't autoload base64-decode-string,
13778 base64-encode-string and md5.
13779
13780 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
13781 and rmail-msg-restore-non-pruned-header.
13782
13783 * mm-decode.el: Don't autoload executable-find.
13784
13785 * mm-url.el: Don't autoload executable-find.
13786
13787 * mm-view.el: Don't autoload diff-mode.
13788
13789 * nndb.el: Don't autoload news-reply-mode, news-setup,
13790 cancel-timer and telnet.
13791
13792 * password.el: Don't autoload run-at-time for Emacs.
13793
13794 * sha1-el.el: Don't autoload executable-find.
13795
13796 * sieve-mode.el: Don't autoload c-mode.
13797
13798 * uudecode.el: Don't autoload executable-find.
13799
13800 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
13801
13802 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
13803 (gnus-agent-possibly-alter-active): Avoid null in numeric
13804 comparison.
13805 (gnus-agent-set-local): Refuse to save null in local object table.
13806 (gnus-agent-regenerate-group): The REREAD parameter can now be a
13807 list of articles that will be marked as unread.
13808
13809 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
13810
13811 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
13812
13813 2004-03-04 Jesper Harder <harder@ifa.au.dk>
13814
13815 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
13816 language tags.
13817
13818 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
13819
13820 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
13821 Don't bind "obarray".
13822
13823 * gnus-sum.el (gnus-thread-sort-functions): Added
13824 `gnus-thread-sort-by-most-recent-number' and
13825 `gnus-thread-sort-by-most-recent-date'.
13826 Reported by Kai Grossjohann <kai@emptydomain.de>.
13827
13828 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13829
13830 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
13831
13832 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
13833
13834 * gnus-cus.el (gnus-agent-customize-category): Removed
13835 ignore-errors macro reference that required cl to be loaded at
13836 run-time.
13837
13838 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
13839 single-interval range of the form (min . max). Previously the
13840 range had to look like ((min . max)). Likewise, return
13841 (min . max) rather than ((min . max)).
13842 (gnus-range-map): Use gnus-range-normalize to accept
13843 single-interval range.
13844
13845 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
13846 the cache, but not the agent, now appear with their usual face.
13847
13848 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
13849
13850 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
13851 w3m-safe-url-regexp variable buffer-local.
13852
13853 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13854
13855 2004-02-27 Simon Josefsson <jas@extundo.com>
13856
13857 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
13858 gnus-group-real-prefix.
13859 (gnus-summary-move-article): Use it, instead of
13860 gnus-group-real-prefix.
13861
13862 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
13863
13864 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
13865 w3m-safe-url-regexp variable buffer-local and set it as the value
13866 of mm-w3m-safe-url-regexp.
13867
13868 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13869
13870 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
13871 parsing gnus-posting-styles when the message is not for replying.
13872
13873 * nnrss.el (nnrss-opml-export): Use
13874 mm-set-buffer-file-coding-system instead of
13875 set-buffer-file-coding-system.
13876
13877 2004-02-27 Jesper Harder <harder@ifa.au.dk>
13878
13879 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
13880 of checkdoc.el).
13881 * nnrss.el: do.
13882 * gnus-mlspl.el: do.
13883 * gnus-ml.el: do.
13884 * gnus-srvr.el: do.
13885
13886 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
13887
13888 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
13889
13890 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
13891 Corrections to custom-manual links.
13892
13893 * gnus-art.el (gnus-article): Ditto.
13894
13895 * mm-decode.el (mime-display, mime-security): Ditto.
13896
13897 2004-02-26 Jesper Harder <harder@ifa.au.dk>
13898
13899 * flow-fill.el: Typo.
13900
13901 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
13902
13903 * spam-wash.el: New file.
13904
13905 2004-02-26 Mark A. Hershberger <mah@everybody.org>
13906
13907 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
13908
13909 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
13910
13911 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
13912 to be run with new-articles as LIST1, not LIST2.
13913 (spam-registration-functions): Add spam-use-ham-copy as a nil
13914 registration backend.
13915
13916 2004-02-26 Jesper Harder <harder@ifa.au.dk>
13917
13918 * spam-stat.el (spam-stat-washing-hook): New option.
13919 (spam-stat-buffer-words): Use it.
13920 (spam-stat-process-directory, spam-stat-test-directory): Use
13921 insert-file-contents-literally.
13922 (spam-stat-coding-system): New variable.
13923 (spam-stat-load, spam-stat-save): Use it.
13924
13925 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
13926
13927 * spam-report.el (spam-report-plug-agent): Quote
13928 spam-report-url-to-file and spam-report-url-ping-plain.
13929
13930 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
13931
13932 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
13933 / in mailto URLs.
13934
13935 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
13936
13937 * spam-report.el (spam-report-process-queue): Fix interactive use.
13938 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
13939 (spam-report-unplug-agent): Doc fixes.
13940 (spam-report-url-ping-mm-url, spam-report-url-to-file)
13941 (spam-report-agentize, spam-report-deagentize): Autoload
13942
13943 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
13944
13945 * message.el (message-setup-fill-variables): Add mml tags to
13946 paragraph-start and paragraph-separate. Suggested by Andrew Korty
13947 <ajk@iu.edu>.
13948 (message-mode): Don't modify paragraph-separate there.
13949
13950 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
13951
13952 * compface.el (uncompface-use-external): Default to undecided.
13953 (uncompface-use-external-threshold): New variable.
13954 (uncompface-float-time): New macro.
13955 (uncompface): Determine whether to use the external decoder if
13956 uncompface-use-external is undecided.
13957
13958 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13959
13960 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
13961 after images.
13962
13963 * gnus-art.el (gnus-mime-display-single): Remove dead code.
13964
13965 2004-02-14 Jesper Harder <harder@ifa.au.dk>
13966
13967 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
13968
13969 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
13970
13971 * gnus-sum.el (gnus-summary-limit-to-age)
13972 (gnus-summary-limit-children): do.
13973
13974 * gnus-int.el (gnus-request-scan): do.
13975
13976 * gnus-group.el (gnus-group-suspend): do.
13977
13978 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
13979
13980 * gnus-cite.el (gnus-cite-parse-attributions): do.
13981
13982 * gnus-agent.el (gnus-summary-set-agent-mark)
13983 (gnus-agent-regenerate-group): do.
13984
13985 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
13986
13987 * binhex.el (binhex-decode-region-internal): do.
13988
13989 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
13990
13991 * gnus-fun.el (gnus-face-properties-alist): New user option.
13992 (gnus-display-x-face-in-from): Use it.
13993
13994 * gnus-art.el (article-display-face): Ditto.
13995
13996 * compface.el (uncompface-use-external): Default to nil.
13997
13998 2004-02-12 Jesper Harder <harder@ifa.au.dk>
13999
14000 * nntp.el (nntp-erase-buffer): New function.
14001 (nntp-retrieve-data, nntp-send-command)
14002 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14003 (nntp-possibly-change-group): Use it.
14004
14005 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14006 with-current-buffer.
14007
14008 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
14009
14010 * compface.el: Merge the ELisp-based uncompface program.
14011 (compface): New customization group.
14012 (uncompface-use-external): New user option.
14013 (uncompface): Call uncompface-internal if uncompface-use-external
14014 is nil.
14015 (uncompface-internal): New function. Note that there are also
14016 some other functions and variables added for this function.
14017
14018 2004-02-10 Jesper Harder <harder@ifa.au.dk>
14019
14020 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14021 if necessary.
14022
14023 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
14024
14025 * spam-report.el (spam-report-unplug-agent)
14026 (spam-report-plug-agent, spam-report-deagentize)
14027 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14028 Add support for the Agent in spam-report: when unplugged, report to a
14029 file; when plugged, submit all the requests.
14030
14031 * spam.el (spam-register-routine): Fix message about
14032 registration.
14033
14034 2004-02-09 Jesper Harder <harder@ifa.au.dk>
14035
14036 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14037 dependencies.
14038 (rfc2047-encode): Use it.
14039
14040 * gnus-art.el (gnus-button-marker-list): Move before first
14041 reference.
14042
14043 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14044 (imap-parse-body): Fix format string mismatch.
14045
14046 * gnus-score.el (gnus-summary-increase-score): do.
14047
14048 * nnrss.el (nnrss-close): New function.
14049
14050 2004-02-08 Jesper Harder <harder@ifa.au.dk>
14051
14052 * nnrss.el (nnrss-make-filename): New function.
14053 (nnrss-request-delete-group, nnrss-read-server-data)
14054 (nnrss-save-server-data, nnrss-read-group-data)
14055 (nnrss-save-group-data): Use it.
14056 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14057 (nnrss-read-server-data, nnrss-read-group-data): Use load.
14058 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14059
14060 2004-02-07 Jesper Harder <harder@ifa.au.dk>
14061
14062 * mml.el (mml-compute-boundary-1): Don't uncompress files.
14063
14064 2004-02-06 Jesper Harder <harder@ifa.au.dk>
14065
14066 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14067 files.
14068
14069 * message.el (message-generate-headers-first): Don't quote nil
14070 and t in docstrings.
14071
14072 * imap.el (imap-id): do.
14073
14074 * gnus-agent.el (gnus-agent-consider-all-articles)
14075 (gnus-agent-queue-mail): do.
14076
14077 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
14078
14079 * spam-report.el (spam-report-process-queue): New function.
14080 Process requests from `spam-report-requests-file'.
14081 (spam-report-process-queue): Doc fix.
14082
14083 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
14084
14085 * spam.el (spam-register-routine)
14086 (spam-log-processing-to-registry, spam-log-registered-p)
14087 (spam-log-unregistration-needed-p, spam-log-undo-registration):
14088 Change "check" to "spam-check" for semi-clarity.
14089
14090 2004-02-05 Jesper Harder <harder@ifa.au.dk>
14091
14092 * pop3.el: Require nnheader.
14093
14094 * mml-smime.el: Require cl. Autoload message-fetch-field.
14095
14096 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14097
14098 * gnus-picon.el: Require cl.
14099
14100 * gnus-fun.el: Require gnus-ems and gnus-util.
14101
14102 * gnus.el (gnus-method-to-server): Move defsubst before first use.
14103
14104 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14105
14106 * gnus-art.el (gnus-article-edit-mode): Define before first
14107 reference.
14108
14109 2004-02-04 Jesper Harder <harder@ifa.au.dk>
14110
14111 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14112 (gnus-uu-post-encoded): Use point-at-bol.
14113
14114 * gnus-topic.el (gnus-group-active-topic-p): do.
14115
14116 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14117
14118 * gnus-group.el (gnus-group-kill-region): do.
14119
14120 * gnus-art.el (article-date-ut): do.
14121
14122 * message.el (message-fetch-field): Remove redundant
14123 case-fold-search binding.
14124 (message-narrow-to-field): Simplify.
14125
14126 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
14127
14128 * spam.el (spam-directory): Derive from `gnus-directory'.
14129
14130 * spam-report.el (spam-report-url-to-file)
14131 (spam-report-requests-file): New function and variable for offline
14132 reporting.
14133 (spam-report-url-ping-function): Add `spam-report-url-to-file'
14134 and user defined function.
14135 (spam-report-url-ping-mm-url): Remove doubled slash.
14136
14137 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
14138
14139 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14140
14141 2004-02-03 Jesper Harder <harder@ifa.au.dk>
14142
14143 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14144 format string mismatch.
14145
14146 * sieve.el (sieve-deactivate-all): do.
14147
14148 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14149
14150 * nnlistserv.el (nnlistserv-kk-wash-article): do.
14151
14152 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14153
14154 * mm-bodies.el (mm-7bit-chars): Don't include \r.
14155
14156 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
14157
14158 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14159 the list of checks.
14160
14161 2004-01-31 Jesper Harder <harder@ifa.au.dk>
14162
14163 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14164 padding.
14165
14166 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
14167
14168 * mm-view.el (mm-fill-flowed): New variable.
14169 (mm-inline-text): Use it.
14170
14171 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
14172
14173 * spam.el (spam-spamassassin-register-ham-routine)
14174 (spam-spamassassin-register-spam-routine): Fix function names.
14175
14176 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
14177
14178 * gnus.el (gnus-tmp-grouplens): Remove.
14179 (gnus-summary-line-format): Remove grouplens.
14180
14181 * gnus-group.el (gnus-group-line-format): Ditto.
14182
14183 * gnus-spec.el (gnus-format-specs): Ditto.
14184 (gnus-update-format-specifications): Flush the group format spec
14185 cache if there's the grouplens stuff.
14186 (gnus-parse-simple-format): Replace %l with the empty string.
14187
14188 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
14189
14190 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14191 omission.
14192
14193 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
14194
14195 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14196 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14197
14198 2004-01-25 Paul Jarc <prj@po.cwru.edu>
14199
14200 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14201 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14202 New macros and functions.
14203 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14204 Handle > NLINK_MAX messages.
14205 * nnmaildir.el (nnmaildir-request-set-mark): Use
14206 nnmaildir--emlink-p and nnmaildir--eexist-p.
14207
14208 2004-01-25 Alex Schroeder <alex@gnu.org>
14209
14210 * spam-stat.el (spam-stat-process-directory-age): New option.
14211 (spam-stat-process-directory): Use it.
14212
14213 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
14214
14215 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14216 (spam-stat-save): Accept prefix argument.
14217
14218 2004-01-23 Paul Jarc <prj@po.cwru.edu>
14219
14220 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14221 links" error.
14222
14223 2004-01-23 Jesper Harder <harder@ifa.au.dk>
14224
14225 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14226 compatibility with old .newsrc.eld files.
14227
14228 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14229
14230 * gnus-start.el (gnus-1): do.
14231
14232 * gnus-group.el (gnus-group-line-format-alist): do.
14233
14234 * gnus.el (gnus-use-grouplens, gnus-visual): do.
14235
14236 * gnus-gl.el: Remove.
14237
14238 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
14239
14240 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14241 marks consisting of a single range {for example, (3 . 5)} rather
14242 than a list of a single range { ((3 . 5)) }.
14243
14244 2004-01-23 Jesper Harder <harder@ifa.au.dk>
14245
14246 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14247 with-current-buffer.
14248 (spam-stat-store-current-buffer): Use insert-buffer-substring to
14249 avoid consing a string.
14250
14251 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14252 Remove obsolete entries for big5 and gb2312.
14253
14254 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
14255
14256 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14257 uncompressed list.
14258
14259 2004-01-22 Jesper Harder <harder@ifa.au.dk>
14260
14261 * spam-stat.el (spam-stat-strip-xref): New function.
14262 (spam-stat-process-directory): Use it.
14263
14264 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14265 here -- it's done in message-fetch-field.
14266
14267 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
14268
14269 * gnus-agent.el (gnus-agent-queue-mail)
14270 (gnus-agent-prompt-send-queue): New variables.
14271 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14272 * gnus-draft.el (gnus-group-send-queue): Pass the group name
14273 "nndraft:queue" along to gnus-draft-send. Use
14274 gnus-agent-prompt-send-queue.
14275 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14276 is "nndraft:queue". Suggested by Gaute Strokkenes
14277 <gs234@srcf.ucam.org>
14278
14279 * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
14280 (agent-enable-undownloaded-faces): Added.
14281 (gnus-agent-cat-groups): Use eval-and-compile, not
14282 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14283 method of gnus-agent-cat-groups even when the buffer has been
14284 evaled.
14285 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14286 delete gnus-agent-save-active-1.
14287 (gnus-agent-save-groups): Deleted. Identical to
14288 gnus-agent-save-active.
14289 (gnus-agent-write-active): No longer adjust agent's copy of active
14290 file as agent's adjustments are now stored in their own
14291 file. Removed optional parameter.
14292 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14293 servers. Add use of min/max range limits from server's local
14294 file.
14295 (gnus-agent-save-alist): Removed unused optional argument.
14296 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14297 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14298 (gnus-agent-set-local): A per-server file that keeps min/max range
14299 limits for articles known to the agent. Provides a fast mechanism
14300 for altering many active ranges.
14301 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14302 active file (local makes it unnecessary).
14303 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14304
14305 * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
14306 (agent-enable-undownloaded-faces): Added.
14307
14308 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14309 disable it when sending to "nndraft:queue".
14310 (gnus-group-send-queue): Add safety check to avoid sending queue
14311 when unplugged.
14312
14313 * gnus-group.el (gnus-group-catchup): Use new
14314 gnus-sequence-of-unread-articles, not
14315 gnus-list-of-unread-articles, to avoid exhausting memory with huge
14316 numbers of articles. Use gnus-range-map to avoid having to
14317 uncompress the unread list.
14318 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14319 Fixed invalid ange-ftp reference.
14320
14321 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14322 (gnus-sorted-range-intersection): Intersection of two ranges
14323 without requiring that they first be uncompressed.
14324
14325 * gnus-start.el (gnus-activate-group): Unless blocked by the
14326 caller, possibly expand the active range to include both cached
14327 and agentized articles.
14328 (gnus-convert-old-newsrc): Rewrote in anticipation of having
14329 multiple version-dependent converters.
14330 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14331 gnus-agent-save-active.
14332 (gnus-save-newsrc-file): Save dirty agent range limits.
14333
14334 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14335 gnus-agent-possibly-alter-active.
14336 (gnus-adjust-marked-articles): Faster handling of simple lists
14337
14338 2004-01-21 Jesper Harder <harder@ifa.au.dk>
14339
14340 * spam-stat.el (spam-stat-test-directory): New optional argument
14341 displays a list of files detected. Suggested by Andrew Cohen
14342 <cohen@andy.bu.edu>.
14343 (spam-stat-buffer-words-with-scores): Don't narrow and change
14344 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
14345
14346 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
14347
14348 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14349 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14350 (spam-spamassassin-arguments)
14351 (spam-spamassassin-spam-flag-header)
14352 (spam-spamassassin-positive-spam-flag-header)
14353 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14354 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14355 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14356 (spam-list-of-processors, spam-list-of-checks)
14357 (spam-list-of-statistical-checks, spam-registration-functions)
14358 (spam-check-spamassassin-headers, spam-check-spamassassin)
14359 (spam-spamassassin-score)
14360 (spam-spamassassin-register-with-sa-learn)
14361 (spam-spamassassin-register-spam-routine)
14362 (spam-spamassassin-register-ham-routine)
14363 (spam-assassin-register-spam-routine)
14364 (spam-assassin-register-ham-routine): Add SpamAssassin support.
14365 (spam-bogofilter-score): Fix to show article before scoring.
14366
14367 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
14368
14369 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14370 default scoring function.
14371 (spam-generic-score): Call spam-spamassassin-score if
14372 spam-use-spamassassin or spam-use-spamassassin-headers is on;
14373 spam-bogofilter-score otherwise.
14374
14375 * gnus.el (spam-process, spam-autodetect-methods): Add
14376 spamassassin and spamassassin-headers.
14377
14378 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
14379
14380 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14381 Suppress unnecessary messages.
14382
14383 2004-01-20 Jesper Harder <harder@ifa.au.dk>
14384
14385 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14386 make-hash-table.
14387
14388 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
14389
14390 * canlock.el (base64-encode-string): Don't autoload it.
14391
14392 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
14393
14394 * run-at-time.el: Remove useless (require 'itimer),
14395 eval-and-compile and (featurep 'xemacs).
14396
14397 2004-01-16 Jesper Harder <harder@ifa.au.dk>
14398
14399 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14400 GROUP is a virtual group.
14401
14402 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
14403
14404 * gnus.el: Autoload `message-y-or-n-p'.
14405
14406 2004-01-15 Jesper Harder <harder@ifa.au.dk>
14407
14408 * pgg-parse.el: Remove unnecessary (require 'custom).
14409
14410 * pgg-def.el: do.
14411
14412 * nnmail.el: do.
14413
14414 * gnus-undo.el: do.
14415
14416 * gnus-picon.el: do.
14417
14418 * gnus-util.el: do.
14419
14420 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
14421
14422 * gnus-sum.el (gnus-pick-line-number): Add autoload.
14423
14424 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
14425
14426 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
14427 handle, as well as a list.
14428
14429 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
14430 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
14431 (mm-w3m-cid-retrieve): Simplify.
14432
14433 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
14434
14435 * message.el (message-kill-to-signature): Allow prefix arg to
14436 specify number of lines to keep before signature.
14437
14438 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
14439
14440 * message.el (message-kill-to-signature): Change docstring.
14441
14442 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
14443
14444 * canlock.el: Always require sha1-el.
14445 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
14446
14447 * message.el: Autoload sha1 only when compiling.
14448
14449 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
14450
14451 * message.el (message-canlock-generate): Require sha1-el.
14452
14453 2004-01-13 Jesper Harder <harder@ifa.au.dk>
14454
14455 * message.el (message-expand-name): Silence the byte compiler.
14456
14457 2004-01-13 Simon Josefsson <jas@extundo.com>
14458
14459 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
14460 Invoke gnus-score-mode. Reported by
14461 bojohan+news@dd.chalmers.se (Johan Bockgård).
14462
14463 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
14464 Jim Blandy <jimb@redhat.com> (tiny change).
14465
14466 2004-01-12 Jesper Harder <harder@ifa.au.dk>
14467
14468 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
14469
14470 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
14471
14472 * spam.el (spam-get-article-as-string): Update to use
14473 gnus-request-article-this-buffer, much simpler.
14474 (spam-get-article-as-buffer): Remove.
14475
14476 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
14477
14478 * message.el (message-expand-name): Use EUDC if the user uses that.
14479
14480 2004-01-12 Jesper Harder <harder@ifa.au.dk>
14481
14482 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
14483 character for the encoding to avoid consing a string.
14484
14485 * rfc2047.el (rfc2047-decode-string): Don't cons a string
14486 unnecessarily.
14487
14488 * mm-util.el (mm-replace-chars-in-string): Remove.
14489
14490 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
14491 of mm-replace-chars-in-string.
14492
14493 2004-01-11 Jesper Harder <harder@ifa.au.dk>
14494
14495 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
14496
14497 * mm-util.el (mm-subst-char-in-string): Support inplace.
14498
14499 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
14500 a new string in every iteration. Use shy groups.
14501
14502 2004-01-10 Jesper Harder <harder@ifa.au.dk>
14503
14504 * gnus-srvr.el (gnus-browse-unsubscribe-group):
14505 * gnus-soup.el (gnus-soup-group-brew):
14506 * gnus-msg.el (gnus-put-message):
14507 * gnus-move.el (gnus-group-move-group-to-server):
14508 * gnus-kill.el (gnus-batch-score):
14509 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
14510 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
14511 (gnus-group-update-group, gnus-group-read-group)
14512 (gnus-group-make-group, gnus-group-make-help-group)
14513 (gnus-group-make-archive-group, gnus-group-make-directory-group)
14514 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
14515 (gnus-group-sort-by-unread, gnus-group-catchup)
14516 (gnus-group-unsubscribe-group, gnus-group-kill-group)
14517 (gnus-group-yank-group, gnus-group-set-info)
14518 (gnus-group-list-groups):
14519 * gnus.el (gnus-generate-new-group-name):
14520 * gnus-delay.el (gnus-delay-send-queue):
14521 * nnvirtual.el (nnvirtual-catchup-group):
14522 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
14523 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
14524 (gnus-group-prepare-topics, gnus-topic-check-topology):
14525 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
14526 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
14527 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
14528 (gnus-group-make-articles-read):
14529 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
14530 (gnus-group-change-level, gnus-kill-newsgroup)
14531 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
14532 (gnus-get-unread-articles, gnus-make-articles-unread)
14533 (gnus-make-ascending-articles-unread): Use accessor
14534 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
14535 to get group information for improved readability.
14536
14537 2004-01-09 Jesper Harder <harder@ifa.au.dk>
14538
14539 * gnus-art.el (article-decode-mime-words, article-babel)
14540 (gnus-article-highlight-signature, gnus-article-add-buttons)
14541 (gnus-signature-toggle): Use gnus-with-article-buffer.
14542
14543 * gnus-art.el (gnus-article-highlight-headers)
14544 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
14545
14546 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
14547 (gnus-article-set-globals, gnus-request-article-this-buffer)
14548 (gnus-button-message-id, gnus-article-maybe-hide-headers)
14549 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
14550 (gnus-mime-display-alternative): Use with-current-buffer.
14551
14552 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
14553
14554 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
14555 also under 80 char limit, and call gnus-error if needed.
14556 (spam-fetch-article-header): Fix - it was a
14557 buffer-local variable (gnus-newsgroup-data).
14558 (spam-find-spam): Use spam-generate-fake-headers, forget about
14559 spam-insert-fake-headers.
14560 (spam-insert-fake-headers): Remove.
14561
14562 2004-01-09 Jesper Harder <harder@ifa.au.dk>
14563
14564 * deuglify.el (gnus-article-outlook-unwrap-lines)
14565 (gnus-outlook-rearrange-article)
14566 (gnus-outlook-repair-attribution-outlook)
14567 (gnus-outlook-repair-attribution-block)
14568 (gnus-outlook-repair-attribution-other): Remove redundant
14569 save-excursion.
14570
14571 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
14572
14573 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
14574 (spam-fetch-field-subject-fast)
14575 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
14576 (spam-fetch-article-header): Add functions to deal with Gnus
14577 internals for fast retrieval of article header data.
14578 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
14579
14580 2004-01-09 Jesper Harder <harder@ifa.au.dk>
14581
14582 * pop3.el (pop3-md5): Remove.
14583 (pop3-apop): Replace pop3-md5 with md5.
14584
14585 * mm-bodies.el: base64 is always built-in.
14586
14587 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
14588 with-current-buffer.
14589
14590 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
14591
14592 * canlock.el (canlock-insert-header): Remove excessive grouping in
14593 regexp.
14594
14595 * gnus-sum.el (gnus-summary-read-document): Ditto.
14596
14597 * gnus-uu.el (gnus-uu-part-number): Ditto.
14598
14599 * html2text.el (html2text-remove-tags): Ditto.
14600 (html2text-format-tags): Ditto.
14601 (html2text-format-single-elements): Ditto.
14602
14603 * mml.el (mml-parse-1): Ditto.
14604
14605 2004-01-08 Jesper Harder <harder@ifa.au.dk>
14606
14607 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
14608
14609 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
14610
14611 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
14612
14613 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
14614
14615 2003-11-15 Simon Josefsson <jas@extundo.com>
14616
14617 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
14618 (pgg-gpg-lookup-key): Use regexp match instead of
14619 split-string (split-string is different between emacs 21.2 and
14620 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
14621
14622 2004-01-08 Jesper Harder <harder@ifa.au.dk>
14623
14624 * gnus-art.el (gnus-mime-view-all-parts)
14625 (gnus-article-part-wrapper, gnus-article-view-part): Use
14626 with-current-buffer.
14627
14628 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
14629
14630 * spam.el (spam-disable-spam-split-during-ham-respool)
14631 (spam-spamoracle-database, spam-cache-lookups)
14632 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
14633 (spam-group-ham-mark-p, spam-group-spam-mark-p)
14634 (spam-group-ham-marks, spam-group-spam-marks)
14635 (spam-group-spam-contents-p, spam-group-ham-contents-p)
14636 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
14637 also add spam-use-blackholes to the statistical checks.
14638 (spam-fetch-field-fast): Add interface to fetching fields, may
14639 become a macro.
14640 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
14641 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
14642 (spam-insert-fake-headers): Fake an article when needed.
14643 (spam-find-spam): Fake article when possible.
14644 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
14645 (spam-check-bogofilter-headers): Use message-fetch-field instead
14646 of nnmail-fetch-field.
14647
14648 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
14649
14650 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
14651
14652 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
14653
14654 * spam.el (spam-split): Do not require spam-use-CHECK to be
14655 enabled if that check is passed to spam-split explicitly; also
14656 fix so 'spam doesn't get converted to spam-split-group when
14657 spam-split-symbolic-return is t.
14658 (spam-find-spam): Find registrations of the article and use those
14659 instead of re-running spam-split to find the spam/ham
14660 classification of the article.
14661 (spam-log-processing-to-registry, spam-log-registered-p)
14662 (spam-log-unregistration-needed-p, spam-log-undo-registration):
14663 Use gnus-error instead of gnus-message.
14664 (spam-log-registration-type): Add function to determine the
14665 classification of a message based on registry entries; will
14666 return nil if both 'spam and 'ham are found.
14667 (spam-check-BBDB): Expand all the BBDB macros here so we can have
14668 a reasonably fast local cache without the loading errors.
14669 (spam-cache-lookups): Set to t by default.
14670 (spam-find-spam): Don't try to guess spam-cache-lookups.
14671 (spam-enter-whitelist, spam-enter-blacklist): Clear the
14672 spam-caches entry.
14673 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
14674 caching of whitelist/blacklist entries.
14675 (spam-check-whitelist, spam-check-blacklist): Invoke
14676 spam-from-listed-p with a type, not a cache variable.
14677 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
14678
14679 2004-01-07 Jesper Harder <harder@ifa.au.dk>
14680
14681 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
14682
14683 * nnmail.el (nnmail-split-fancy): do.
14684
14685 * mml.el (mml-parse): do.
14686
14687 * gnus-score.el (gnus-enter-score-words-into-hashtb)
14688 (gnus-score-adaptive): do.
14689
14690 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
14691
14692 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
14693 (gnus-mime-button-map): Don't set keymap parent.
14694 (gnus-button-ctan-directory-regexp): Use shy grouping.
14695 (gnus-prev-page-map): Don't set keymap parent.
14696 (gnus-prev-page-map): Remove duplicated one.
14697 (gnus-next-page-map): Don't set keymap parent.
14698 (gnus-mime-security-button-map): Ditto.
14699
14700 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
14701 version number.
14702
14703 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
14704
14705 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
14706
14707 * canlock.el (canlock-sha1-function): Remove.
14708 (canlock-sha1-function-for-verify): Remove.
14709 (canlock-openssl-program): Remove.
14710 (canlock-openssl-args): Remove.
14711 (canlock-ignore-errors): Remove.
14712 (canlock-sha1-with-openssl): Remove.
14713 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
14714 (canlock-verify): Don't use canlock-ignore-errors.
14715
14716 * sha1-el.el (sha1-string-external): Make it can return a string
14717 in binary form.
14718 (sha1-region-external): Ditto.
14719 (sha1-string-internal): Ditto.
14720 (sha1-region-internal): Ditto.
14721 (sha1-region): Ditto.
14722 (sha1-string): Ditto.
14723 (sha1): Ditto.
14724
14725 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
14726
14727 * spam.el (spam-report-articles-gmane): New command.
14728
14729 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
14730
14731 * gnus.el: Don't make unnecessary *Group* buffer when loading.
14732
14733 * run-at-time.el (run-at-time-saved): Remove.
14734 (run-at-time): Doc fix.
14735
14736 2004-01-07 Jesper Harder <harder@ifa.au.dk>
14737
14738 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
14739 (gnus-summary-limit-map): Add it.
14740 (gnus-summary-make-menu-bar): do.
14741
14742 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
14743
14744 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
14745 Make attempt at some caching support (done for BBDB only now).
14746 (spam-find-spam): Set spam-cache-lookups if there are more than 2
14747 addresses to be checked.
14748 (spam-clear-cache-BBDB): Add function, to be invoked by
14749 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
14750 (spam-check-BBDB): Check and use the caches, if
14751 spam-cache-lookups is on, remove superfluous (provide).
14752
14753 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
14754
14755 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
14756
14757 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
14758
14759 * run-at-time.el (run-at-time-saved): Move to after the definition
14760 of `run-at-time'.
14761
14762 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
14763
14764 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
14765 mm-w3m-local-map-property.
14766
14767 * mm-view.el (mm-w3m-mode-map): Remove.
14768 (mm-w3m-local-map-property): Remove.
14769 (mm-inline-text-html-render-with-w3m): Don't use
14770 mm-w3m-local-map-property.
14771
14772 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
14773
14774 * run-at-time.el: New file.
14775
14776 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
14777 of gnus-set-text-properties.
14778
14779 * gnus-uu.el (gnus-uu-save-article): Ditto.
14780
14781 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
14782
14783 * gnus-cite.el (gnus-cite-parse): Ditto.
14784
14785 * gnus-art.el (gnus-button-push): Use set-text-properties instead
14786 of gnus-.
14787
14788 * gnus.el: Changed calls to nnheader-run-at-time and
14789 password-run-at-time throughout to use run-at-time directly.
14790
14791 * password.el: Removed definition of run-at-time.
14792
14793 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
14794
14795 * mml.el (mml-minibuffer-read-disposition): Show attachment type
14796 in prompt.
14797
14798 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
14799
14800 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
14801 XEmacs version.
14802
14803 * dns.el (dns-make-network-process): Use `open-network-stream'
14804 instead of `gnus-xmas-open-network-stream'.
14805
14806 * .cvsignore: Add auto-autoloads.el, custom-load.el.
14807
14808 2004-01-06 Jesper Harder <harder@ifa.au.dk>
14809
14810 * gnus-art.el (gnus-mime-display-alternative)
14811 (gnus-insert-mime-button, gnus-insert-mime-security-button)
14812 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
14813 Don't use gnus-local-map-property.
14814
14815 * gnus-util.el (gnus-local-map-property): Remove.
14816
14817 * mm-view.el (mm-view-pkcs7-decrypt): Replace
14818 gnus-completing-read-maybe-default with completing-read.
14819
14820 * gnus-util.el (gnus-completing-read): do.
14821 (gnus-completing-read-maybe-default): Remove.
14822
14823 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
14824
14825 * password.el: Only autoload `run-at-time' if not XEmacs.
14826 Only autoload the itimer functions if XEmacs.
14827
14828 2004-01-06 Jesper Harder <harder@ifa.au.dk>
14829
14830 * gnus-art.el (gnus-read-string): Remove.
14831 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
14832 read-string.
14833
14834 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
14835
14836 * netrc.el: Autoload password-read.
14837 (netrc): Add configuration group.
14838 (netrc-encoding-method, netrc-openssl-path): Add
14839 variables for encoding and decoding of files with symmetric
14840 ciphers.
14841 (netrc-encode): Add assistant function to encode a file with
14842 netrc-encoding-method.
14843 (netrc-parse): Add interactive parameter, added optional
14844 decoding if netrc-encoding-method is non-nil but otherwise
14845 behavior is standard.
14846 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
14847 Do s/encode/encrypt/ everywhere.
14848
14849 * spam.el: Remove executable-find autoload.
14850
14851 2004-01-05 Jesper Harder <harder@ifa.au.dk>
14852
14853 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
14854
14855 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
14856
14857 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
14858
14859 * gnus-art.el (gnus-treat-ansi-sequences)
14860 (article-treat-ansi-sequences): New variable and function.
14861 Suggested by Dan Jacobson <jidanni@jidanni.org>.
14862
14863 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14864 Use it.
14865
14866 2004-01-05 Jesper Harder <harder@ifa.au.dk>
14867
14868 * mm-util.el (mm-quote-arg): Remove.
14869
14870 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
14871 shell-quote-argument.
14872
14873 * gnus-uu.el (gnus-uu-command): do.
14874
14875 * gnus-sum.el (gnus-summary-insert-pseudos): do.
14876
14877 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
14878 with make-char.
14879
14880 * mm-util.el (mm-make-char): Remove.
14881
14882 * mml.el (mml-mode): Replace gnus-add-minor-mode with
14883 add-minor-mode.
14884
14885 * gnus-undo.el (gnus-undo-mode): do.
14886
14887 * gnus-topic.el (gnus-topic-mode): do.
14888
14889 * gnus-sum.el (gnus-dead-summary-mode): do.
14890
14891 * gnus-start.el (gnus-slave-mode): do.
14892
14893 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
14894
14895 * gnus-ml.el (gnus-mailing-list-mode): do.
14896
14897 * gnus-gl.el (gnus-grouplens-mode): do.
14898
14899 * gnus-draft.el (gnus-draft-mode): do.
14900
14901 * gnus-dired.el (gnus-dired-mode): do.
14902
14903 * gnus-ems.el (gnus-add-minor-mode): Remove.
14904
14905 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14906 Replace gnus-char-width with char-width.
14907
14908 * gnus-ems.el (gnus-char-width): Remove.
14909
14910 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14911 Replace gnus-char-width with char-width.
14912
14913 * gnus-ems.el (gnus-char-width): Remove.
14914
14915 * spam-stat.el (with-syntax-table): Remove with-syntax-table
14916 definition.
14917 Remove Emacs 20 hash table compatibility code.
14918
14919 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
14920 20 compatibility code.
14921
14922 * spam.el (spam-point-at-eol): Replace with point-at-eol.
14923
14924 * smime.el (smime-point-at-eol): Replace with point-at-eol.
14925
14926 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
14927 with point-at-{eol,bol}.
14928
14929 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
14930
14931 * imap.el (imap-point-at-eol): Replace with point-at-eol.
14932
14933 * flow-fill.el (fill-flowed-point-at-bol)
14934 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
14935
14936 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
14937 Replace with point-at-{eol,bol} throughout all files.
14938
14939 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
14940
14941 * ntlm.el (ntlm-string-as-unibyte): New macro.
14942 (ntlm-build-auth-response): Use it.
14943
14944 Remove Emacs 20 stuff:
14945 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
14946 of delq and copy-sequence.
14947 * gnus-art.el (popup-menu): Remove the compiler macro.
14948 * nnmail.el (nnmail-split-fancy): Don't support customizing with
14949 Emacs 20.
14950
14951 2004-01-05 Simon Josefsson <jas@extundo.com>
14952
14953 * ntlm.el: Fix namespace. Change smb-passwd-hash into
14954 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
14955 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
14956 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
14957 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
14958 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
14959 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
14960 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
14961 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
14962 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
14963 ntlm-string-permute, string-lshift into ntlm-string-lshift,
14964 string-xor into ntlm-string-xor. Suggested by
14965 Jesper Harder <harder@myrealbox.com>.
14966
14967 * ntlm.el: Don't include poem.
14968
14969 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
14970 Jesper Harder <harder@myrealbox.com>.
14971
14972 * sasl-ntlm.el, ntlm.el, md4.el: New files.
14973
14974 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
14975 probably breaks emacs with DL patch, but do we care? Is anyone
14976 still using the DL stuff?)
14977
14978 * sieve-manage.el: Use the password package.
14979 (sieve-manage-read-passwd): Remove.
14980 (sieve-manage-interactive-login): Use password. Re-add
14981 condition-case around loop.
14982
14983 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
14984 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
14985 the password package.
14986
14987 2003-02-19 Simon Josefsson <jas@extundo.com>
14988
14989 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
14990 token.
14991
14992 2002-08-07 Simon Josefsson <jas@extundo.com>
14993
14994 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
14995 (sieve-manage-authenticators):
14996 (sieve-manage-authenticator-alist): Add some SASL mechs.
14997 (sieve-sasl-auth): New function.
14998 (sieve-manage-cram-md5-auth):
14999 (sieve-manage-plain-auth): Rewrite using SASL library.
15000 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15001 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15002 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15003 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15004
15005 2004-01-05 Simon Josefsson <jas@extundo.com>
15006
15007 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15008 New files.
15009
15010 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15011
15012 * gnus-group.el (gnus-no-groups-message): Update.
15013
15014 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15015
15016 2003-11-09 Simon Josefsson <jas@extundo.com>
15017
15018 * imap.el: Support for ID IMAP extension (RFC 2971).
15019 (imap-local-variables): Add imap-id.
15020 (imap-id): New variable.
15021 (imap-id): New function.
15022 (imap-parse-response): Parse untagged ID response.
15023 * nnimap.el (nnimap-id): New variable.
15024 (nnimap-open-connection): Use it.
15025
15026 2003-12-28 Simon Josefsson <jas@extundo.com>
15027
15028 * gnus-score.el (gnus-score-edit-all-score): New.
15029 * gnus-group.el (gnus-group-score-map): Bind it to W e.
15030
15031 2004-01-04 Simon Josefsson <jas@extundo.com>
15032
15033 * password.el: Add.
15034
15035 2004-01-04 Mario Lang <lang@zid.tugraz.at>
15036
15037 * dns.el (dns-query-types): Fix typo.
15038 (dns-query-types): New function.
15039 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
15040 PTR and SOA replies, see RFC 1035.
15041
15042 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15043
15044 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15045
15046 * Moved to Changelog.2.
15047
15048 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15049
15050 * gnus.el (gnus-version-number): Bump version.
15051
15052 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15053
15054 * gnus.el: No Gnus v0.1 is released.
15055
15056 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15057
15058 * gnus.el: No Gnus v0.0 is released.
15059
15060 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15061
15062 * gnus.el (gnus-version-number): Bump.
15063 (gnus-version): No.
15064
15065 See ChangeLog.2 for earlier changes.
15066
15067 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
15068
15069 This file is part of GNU Emacs.
15070
15071 GNU Emacs is free software: you can redistribute it and/or modify
15072 it under the terms of the GNU General Public License as published by
15073 the Free Software Foundation, either version 3 of the License, or
15074 (at your option) any later version.
15075
15076 GNU Emacs is distributed in the hope that it will be useful,
15077 but WITHOUT ANY WARRANTY; without even the implied warranty of
15078 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15079 GNU General Public License for more details.
15080
15081 You should have received a copy of the GNU General Public License
15082 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
15083
15084 ;; Local Variables:
15085 ;; coding: utf-8
15086 ;; fill-column: 79
15087 ;; add-log-time-zone-rule: t
15088 ;; End: